diff --git a/CHANGELOG.md b/CHANGELOG.md index 74fe13c42a50..1b5fd7991dea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,12 @@ BUG FIXES: +* `azurerm_linux_function_app` - Fix validation for `app_setting_names` and `connection_string_names` for the `sticky_settings` block [GH-17209] * `azurerm_linux_web_app` - Fix `auto_heal` `slow_request` support [GH-17296] +* `azurerm_linux_web_app` - Fix validation for `app_setting_names` and `connection_string_names` for the `sticky_settings` block [GH-17209] +* `azurerm_windows_function_app` - Fix validation for `app_setting_names` and `connection_string_names` for the `sticky_settings` block [GH-17209] * `azurerm_windows_web_app` - Fix `auto_heal` `slow_request` support [GH-17296] +* `azurerm_windows_web_app` - Fix validation for `app_setting_names` and `connection_string_names` for the `sticky_settings` block [GH-17209] ## 3.11.0 (June 23, 2022)