From e9d26724b1bc3cbbb349478107b6b0f69a75afac Mon Sep 17 00:00:00 2001 From: Tom Harvey Date: Wed, 7 Dec 2022 11:28:31 +0100 Subject: [PATCH] updating to include #19528 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bd6d1f64a76..941db3dcc64b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,10 @@ BUG FIXES: * `azurerm_healthcare_*` - a state migration to work around the previously incorrect id casing [GH-19511] * `azurerm_iothub_x` - a state migration to work around the previously incorrect id casing [GH-19524] * `azurerm_key_vault` - allow for keyvaults in two different subscriptions [GH-19531] +* `azurerm_key_vault_certificate` - skip purging during deletion if the parent key vault has purge protection enabled [GH-19528] +* `azurerm_key_vault_key` - skip purging during deletion if the parent key vault has purge protection enabled [GH-19528] +* `azurerm_key_vault_managed_hardware_security_module` - skip purging during deletion if the parent key vault has purge protection enabled [GH-19528] +* `azurerm_key_vault_secret` - skip purging during deletion if the parent key vault has purge protection enabled [GH-19528] * `azurerm_lb` - adding/removing a frontend configuration will no longer force recreation a new resource to be created [GH-19548] * `azurerm_kusto_*` - a state migration to work around the previously incorrect id casing [GH-19525] * `azurerm_media_services_account` - fixing an issue in the state upgrade where the Resource ID was being parsed incorrectly [GH-19578]