Skip to content

Commit

Permalink
update for #16442
Browse files Browse the repository at this point in the history
  • Loading branch information
jackofallops authored Apr 20, 2022
1 parent d34f09b commit 85cc931
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
Expand Up @@ -11,16 +11,22 @@ ENHANCEMENTS:
BUG FIXES:

* `azurerm_linux_function_app` - fix `ip_address` being incorrectly set into state when `service_tag` setting specified [GH-16426]
* `azurerm_linux_function_app` - fix a bug in updates to `app_settings` where settings could be lost [GH-16442]
* `azurerm_linux_function_app_slot` - fix `ip_address` being incorrectly set into state when `service_tag` setting specified [GH-16426]
* `azurerm_linux_web_app` - fix `ip_address` being incorrectly set into state when `service_tag` setting specified [GH-16426]
* `azurerm_linux_web_app_slot` - fix `ip_address` being incorrectly set into state when `service_tag` setting specified [GH-16426]
* `azurerm_storage_account` - updating `identity` before `customer_managed_key` which enables adding a new identity with access to a CMK [GH-16419]
* `azurerm_subnet` - `address_prefixes` is now (explicitly) required [GH-16402]
* `azurerm_windows_function_app` - fix `ip_address` being incorrectly set into state when `service_tag` setting specified [GH-16426]
* `azurerm_windows_function_app` - fix a bug in updates to `app_settings` where settings could be lost [GH-16442]
* `azurerm_windows_function_app_slot` - fix `ip_address` being incorrectly set into state when `service_tag` setting specified [GH-16426]
* `azurerm_windows_web_app` - fix `ip_address` being incorrectly set into state when `service_tag` setting specified [GH-16426]
* `azurerm_windows_web_app_slot` - fix `ip_address` being incorrectly set into state when `service_tag` setting specified [GH-16426]





## 3.2.0 (April 14, 2022)

FEATURES:
Expand Down

0 comments on commit 85cc931

Please sign in to comment.