Skip to content

Commit

Permalink
Update for #25242 #24848
Browse files Browse the repository at this point in the history
  • Loading branch information
stephybun authored Mar 15, 2024
1 parent fcbe0d5 commit f94106a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit f94106a

Please sign in to comment.