From 2cd64973e5c7bfce04d3ef07af3a892ddd049855 Mon Sep 17 00:00:00 2001 From: stephybun Date: Thu, 25 Jul 2024 16:20:35 +0200 Subject: [PATCH] Update for #26473 #26761 --- CHANGELOG.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17fa9ed42802..a5e7a7139ef7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,13 @@ ## 3.114.0 (Unreleased) +FEATURES: + +* **New Resource:** `azurerm_stack_hci_logical_network` [GH-26473] + ENHANCEMENTS: * dependencies: updating `go-azure-helpers` to `v0.70.1` [GH-26757] +* `arckubernetes` - updating to use version `2024-01-01` [GH-26761] * `data.azurerm_storage_account` - the `enable_https_traffic_only` property has been superseded by `https_traffic_only_enabled` [GH-26740] * `azurerm_storage_account` - the `enable_https_traffic_only` property has been superseded by `https_traffic_only_enabled` [GH-26740] @@ -10,9 +15,9 @@ BUG FIXES: * `azurerm_dns_cname_record` - split create and update function to fix lifecycle - ignore [GH-26610] * `azurerm_dns_srv_record` - split create and update function to fix lifecycle - ignore [GH-26627] -* `azurerm_linux_web_app` - Correctly set `site_config.always_on` as configured during Update [GH-25753] -* `azurerm_linux_web_app_slot` - Correctly set `site_config.always_on` as configured during Update [GH-25753] -* `azurerm_management_group_policy_remediation` - fix panic in deprecated schema change for 4.0 [GH-26767] +* `azurerm_linux_web_app` - correctly set `site_config.always_on` as configured during Update [GH-25753] +* `azurerm_linux_web_app_slot` - correctly set `site_config.always_on` as configured during Update [GH-25753] +* `azurerm_management_group_policy_remediation` - fix panic in deprecated schema change for 4.0 [GH-26767] ## 3.113.0 (July 18, 2024)