From ee37f9b17483ddc65f3c75287425cb1dec70b238 Mon Sep 17 00:00:00 2001 From: Steve <11830746+jackofallops@users.noreply.github.com> Date: Thu, 10 Sep 2020 09:57:29 +0100 Subject: [PATCH] Update CHANGELOG.md for #8384 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f792e08631f6..817e2cb49ea6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,7 @@ BUG FIXES: * `azurerm_api_management_x.y.api_name` - validation fix [GH-8409] * `azurerm_application_insights_webtests` - Fix an issue where the `kind` property is sometimes set to `null` [GH-8372] * `azurerm_linux_virtual_machine` - Add WaitForState on VM delete [GH-8383] +* `azurerm_network_security_group` - fixed issue where updates would fail for resource [GH-8384] * `azurerm_role_definition` - fixed delete operation when role is scoped to Management Group [GH-6107] * `azurerm_windows_virtual_machine` - Add WaitForState on VM delete [GH-8383]