From 05f45e5898f009fa8713fd4f29a27c5530034d93 Mon Sep 17 00:00:00 2001 From: Matthew Frahry Date: Tue, 13 Feb 2024 16:05:27 -0800 Subject: [PATCH] Update CHANGELOG.md for #24303 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c03564c43d15..1e0cdad4ad7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ ENHANCEMENTS: BUG FIXES: +* `azurerm_container_app_environment`: avoid unwanted changes when updating and using `log_analytics_workspace_id` [GH-24303] * `azurerm_linux_web_app_slot` - the `worker_count` property now works correctly in the `site_config` block [GH-24515] * `azurerm_linux_web_app` - support `off` for the `file_system_level` property [GH-24877] * `azurerm_linux_web_app_slot` - support `off` for the `file_system_level` property [GH-24877]