From 6c37b4c91b3b8e082f77d3431924818648d50987 Mon Sep 17 00:00:00 2001 From: kt Date: Thu, 23 Mar 2023 12:16:22 -0700 Subject: [PATCH] Update CHANGELOG.md #21029 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9eac6d8fee08..1fb781c43989 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,6 +36,7 @@ ENHANCEMENTS: BUG FIXES: +* `azurerm_application_insights` - the `workspace_id` can now be updated without creating a new resource [GH-21029] * `azurerm_firewall` - Prevent duplicate name from being used for `ip_configuration` and `management_ip_configuration` [GH-21068] * `azurerm_kubernetes_cluster` - replace calls to the deprecated accessProfiles endpoint with listUserCredentials [GH-20927] * `azurerm_kusto_cluster` - `language_extensions` is now a Set rather than a List [GH-20951]