From 4e703df8d9d5af84cefc9810dfbe53f2815fc4b0 Mon Sep 17 00:00:00 2001 From: kt Date: Fri, 8 Jul 2022 14:36:04 -0700 Subject: [PATCH] CHANGELOG #17530 --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20210a2ea0a3..c75969ebdf00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,16 @@ ENHANCEMENTS: * `azurerm_kusto_cluster` - support for the `public_ip_address` property [GH-17520] * `azurerm_kusto_script` - support for the `script_content` property [GH-17522] +* `azurerm_linux_virtual_machine_scale_set` - support for `capacity_reservation_group_id` property [GH-17530] +* `azurerm_windows_virtual_machine_scale_set` - support for `capacity_reservation_group_id` property [GH-17530] BUG FIXES: -* `azurerm_{linux|windows}_function_app[_slot]` - set the `default_hostname` property to state on read [GH-17498] +* `azurerm_linux_function_app` - set the `default_hostname` properly on read [GH-17498] +* `azurerm_linux_function_app_slot` - set the `default_hostname` properly on read [GH-17498] +* `azurerm_windows_function_app` - set the `default_hostname` properly on read [GH-17498] +* `azurerm_windows_function_app_slot` - set the `default_hostname` properly on read [GH-17498] + ## 3.13.0 (July 08, 2022)