Skip to content

Commit

Permalink
Update for #16426
Browse files Browse the repository at this point in the history
  • Loading branch information
jackofallops authored Apr 20, 2022
1 parent 528a142 commit 51100a4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,16 @@ 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_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_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)

Expand Down

0 comments on commit 51100a4

Please sign in to comment.