From 6624235e8bc65530816039eae5b30d48232c41e8 Mon Sep 17 00:00:00 2001 From: Tom Harvey Date: Mon, 8 May 2023 11:07:35 +0200 Subject: [PATCH] updating to include #21665 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ceee2cb19db5..142a4d679af4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ FEATURES: BUG FIXES: +* `azurerm_app_configuration`: handling an API bug where when polling for `PurgeDeleted` returns a 404 rather the payload for a long-running operation [GH-21665] * `azurerm_eventhub_namespace` - add locks and remove unneeded WaitForState functions [GH-21656] * `azurerm_monitor_metric_alert` - fix regression by using `SingleResourceMultiMetricCriteria` for new metric alerts [GH-21658] * `azurerm_service_fabric_managed_cluster` - fixing a bug where `certificates` within the `vm_secrets` block wouldn't be set into the state [GH-21680]