From b6407453dc90c5c239fb07da6ba59b88e3b2ef0f Mon Sep 17 00:00:00 2001 From: Matthew Frahry Date: Tue, 7 Feb 2023 12:55:15 -0800 Subject: [PATCH] Update changelog for #20345 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc9837c5f17c..8fe79abd6f9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -45,6 +45,7 @@ BUG FIXES: * `azurerm_function_app_function` - fix bug for multiple file blocks resulting in last file being used for all entries [GH-20198] * `azurerm_monitor_diagnostic_setting` - changing the `storage_account_id`, `eventhub_authorization_rule_id`, and `eventhub_name` properties no longer creates a new resource [GH-20307] * `azurerm_redis_enterprise_cluster` - switching a spurious usage of `Azure/azure-sdk-for-go` to `hashicorp/go-azure-sdk` [GH-20314] +* `azurerm_service_fabric_managed_cluster` - Fix potential panic when setting `node_type` [GH-20345] * `azurerm_web_application_firewall_policy` - prevent a failure caused by changing the order of the `disabled_rules` properties [GH-20285] ## 3.42.0 (February 02, 2023)