From f94106a17fc26a3d63c94b969871fde937b6b7cb Mon Sep 17 00:00:00 2001 From: stephybun Date: Fri, 15 Mar 2024 10:44:05 +0100 Subject: [PATCH] Update for #25242 #24848 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04d4cdf765d1..99a6e8b3f0e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,13 @@ ## 3.97.0 (Unreleased) +BREAKING CHANGES: + +* `azurerm_linux_function_app` - `app_settings["WEBSITE_RUN_FROM_PACKAGE"]` must be added to `ignore_changes` for deployments where an external tool modifies the `WEBSITE_RUN_FROM_PACKAGE` property in the `app_settings` block. [GH-24848] +* `azurerm_linux_function_app_slot` - `app_settings["WEBSITE_RUN_FROM_PACKAGE"]` must be added to `ignore_changes` for deployments where an external tool modifies the `WEBSITE_RUN_FROM_PACKAGE` property in the `app_settings` block. [GH-24848] + ENHANCEMENTS: +* `azurerm_data_share` - hyphens are now allowed in the resource's name [GH-25242] * `azurerm_nginx_deployment` - support the `auto_scale_profile` block [GH-24950] BUG FIXES: