From e5efc92cda078405c8ea74ec5c00311f52278115 Mon Sep 17 00:00:00 2001 From: stephybun Date: Wed, 10 Jul 2024 11:41:55 +0100 Subject: [PATCH] Update for #26540 #26506 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4671c2e86fa9..ad24d19654ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,9 +19,11 @@ ENHANCEMENTS: BUG FIXES: * Data Source: `azurerm_communication_service` - `primary_connection_string`, `primary_key`, `secondary_connection_string` and `secondary_key` are marked as Sensitive [GH-26560] +* `azurerm_app_configuration_feature` - fix issue when updating the resource without an existing `targeting_filter` [GH-26506] * `azurerm_communication_service` - `primary_connection_string`, `primary_key`, `secondary_connection_string` and `secondary_key` are marked as Sensitive [GH-26560] * `azurerm_mysql_flexible_server_configuration` - add locks to prevent conflicts when deleting the resource [GH-26289] * `azurerm_nginx_deployment` - correctly mark `frontend_public.ip_address`, `frontend_private.ip_address`, `frontend_private.allocation_method` and `frontend_private.subnet_id` as ForceNew [GH-26298] +* `azurerm_servicebus_namespace` - parse the identity returned by the API insensitively before setting into state [GH-26540] DEPRECATIONS: