diff --git a/CHANGELOG.md b/CHANGELOG.md index b2621b27f59a..6458bdf18035 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,11 +12,15 @@ ENHANCEMENTS * dependencies: updating `sentinel` to API Version `2022-10-01-preview` [GH-19161] * `azurerm_disk_encryption_set` - support for the `federated_client_id` property [GH-19184] * `azurerm_cdn_frontdoor_profile` - remove force new from the `response_timeout_seconds` field [GH-19175] +* `azurerm_linux_web_app` - support for .NET 7 [GH-19232] +* `azurerm_linux_function_app` - support for .NET 7 [GH-19232] * `azurerm_managed_disk` - support for expanding data disks without downtime [GH-17245] * `azurerm_mssql_virtual_machine` - support for the `sql_instance` block [GH-19123] * `azurerm_public_ip` - support for the `ddos_protection_mode` and `ddos_protection_plan_id` properties [GH-19206] * `azurerm_sentinel_alert_rule_nrt` - support for the `techniques` property [GH-19142] * `azurerm_sentinel_alert_rule_fusion` - support for the source block [GH-19093] +* `azurerm_windows_web_app` - support for .NET 7 [GH-19232] +* `azurerm_windows_function_app` - support for .NET 7 [GH-19232] BUG FIXES: