From b1753f9f5a9f0d26f18ec5011235269f0ea260db Mon Sep 17 00:00:00 2001 From: Wodans Son <20408400+WodansSon@users.noreply.github.com> Date: Fri, 25 Aug 2023 16:28:21 -0600 Subject: [PATCH] Updating to include #23019 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61f2056fc0ed..c45e1ca04a23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ ENHANCEMENTS: * `azurerm_container_app_environment` - support for `dapr_application_insights_connection_string` [GH-23080] * `azurerm_virtual_network_gateway`: increasing the default timeout for create to `90m` [GH-23003] +BUG FIXES: + +* `azurerm_synapse_workspace` - fixes index out-of-range panic when parsing `storage_data_lake_gen2_filesystem_id` without a path (GH-23019) + ## 3.71.0 (August 24, 2023) BREAKING CHANGES: