From cb928f50db1ab302239ccf4968d0a4abbd5bfad1 Mon Sep 17 00:00:00 2001 From: kt Date: Sun, 24 May 2020 14:30:38 -0700 Subject: [PATCH] update CHANGELOG.md to include #7057 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2c9bc8cdcb9..76cb8437e02f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ BUG FIXES: * `azurern_linux_virtual_machine` - correctly validating the rsa ssh `public_key` properties length [GH-7061] +* `azurerm_linux_virtual_machine` - allow setting `virtual_machine_scale_set_id` in non-zonal deployment [GH-7057] +* `azurerm_windows_virtual_machine` - allow setting `virtual_machine_scale_set_id` in non-zonal deployment [GH-7057] * `azurern_windows_virtual_machine` - correctly validating the rsa ssh `public_key` properties length [GH-7061]