From cae117e30194d44d3b4e978cb512c246896c8c84 Mon Sep 17 00:00:00 2001 From: kt Date: Thu, 7 May 2020 15:14:55 -0700 Subject: [PATCH] update CHANGELOG.md to include #6792 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ecf5f77f3a06..e22f67ad1b9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,6 +33,7 @@ BUG FIXES: * `azurerm_analysis_services_server` - ip restriction name field no longer case sensitive [GH-6774] * `azurerm_eventhub_namespace_authorization_rule` - lock to prevent multiple resources won't clash [GH-6701] * `azurerm_network_interface` - changes to dns servers no longer use incremental update [GH-6624] +* `azurerm_policy_assignment` - allow polices with scopes without `subscription/` (built-in policies) [GH-6792] * `azurerm_policy_definition` - changes to the dynamic fields (`createdBy`, `createdOn`, `updatedBy`, `updatedOn`) keys in the `metadata` field are excluded from diff's [GH-6734] * `azurerm_site_recovery_network_mapping` - handling an API Error when checking for the presence of an existing Network Mapping [GH-6747]