From d13436f0e95ce5df8ee037b020ee241a5b52e747 Mon Sep 17 00:00:00 2001 From: kt Date: Tue, 23 Jun 2020 20:14:06 -0700 Subject: [PATCH] update CHANGELOG.md to include #7459 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a90d3ca56226..f4f83fa8d9e1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ BUG FIXES: * `azurerm_hdinsights_spark_cluster` - fixes for node and instance count validation [GH-7430] * `azurerm_hdinsights_storm_cluster` - fixes for node and instance count validation [GH-7430] * `azurerm_postgresql_server` - can now update the tier of `sku_name` by recreating the resource [GH-7456] +* `azurerm_network_interface_security_group_association` - is now considered delete whtn the network interfact is notfound [GH-7459] * `azurerm_role_definition` - terraform import now sets scope to prevent a force recreate [GH-7424] * `azurerm_storage_account_network_rules` - corretly clear `ip_rules`, `virtual_network_subnet_ids` when set to `[]` [GH-7385]