From 5e9a7a939130f82a5129575ecf0237cdc5639918 Mon Sep 17 00:00:00 2001 From: kt Date: Thu, 21 Apr 2022 15:39:00 -0700 Subject: [PATCH] CHANGELOG.md for #16478 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1ae4cb39ba8..7bd9957b6f57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ BUG FIXES: * `azurerm_key_vault_managed_storage_account` - fix an authentication issue preventing management of resources in the USGovernment cloud [GH-16455] * `azurerm_key_vault_secret` - fix an authentication issue preventing management of resources in the USGovernment cloud [GH-16455] * `azurerm_kubernetes_cluster` - fix issue where `role_based_access_control_enabled` could not be disabled [GH-16488] +* `azurerm_resource_policy_remediation` - will no longer try to cancel a completed remediation task during deletion [GH-16478] * `azurerm_linux_function_app` - fix `ip_address` being incorrectly set into state when `service_tag` setting specified [GH-16426] * `azurerm_linux_function_app` - fix a bug in updates to `app_settings` where settings could be lost [GH-16442] * `azurerm_linux_function_app_slot` - fix `ip_address` being incorrectly set into state when `service_tag` setting specified [GH-16426]