From 2572d80460a7aae04c87548816bac505665275fa Mon Sep 17 00:00:00 2001 From: Matthew Frahry Date: Wed, 30 Nov 2022 09:47:25 -0800 Subject: [PATCH] Update changelog for #19485 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58eb56df4106..b1e47f8b0164 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,8 @@ BUG FIXES: * `azurerm_app_configuration_key` - prevent crash when retrieving the key value [GH-19464] * `azurerm_data_factory_linked_service_azure_file_storage` - send `host` and and `user_id` in the payload only when it's been set [GH-19468] * `azurerm_stream_analytics_output_eventhub` - `shared_access_policy_key` and `shared_access_policy_name` are now optional [GH-19447] +* `azurerm_synapse_integration_runtime_azure` - a state migration to work around the previously incorrect id casing [GH-19485] +* `azurerm_synapse_integration_runtime_self_hosted` - a state migration to work around the previously incorrect id casing [GH-19485] * `azurerm_synapse_linked_service` - a state migration to work around the previously incorrect id casing [GH-19477] * `azurerm_windows_web_app` - Fix currentStack is being reset when other `site_config` values are changed. [GH-18568] * `azurerm_windows_web_app_slot` - Fix currentStack is being reset when other `site_config` values are changed. [GH-18568]