From 84d4f38b41005626a8d7310f37f46dc5cf96c426 Mon Sep 17 00:00:00 2001 From: Tom Bamford Date: Thu, 14 Dec 2023 22:42:32 +0000 Subject: [PATCH] Changelog for #24246 --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d05a9773f7c..d047f858cef9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ ENHANCEMENTS: * provider: support for authenticating using Azure Kubernetes Service Workload Identity [GH-23965] * dependencies: updating to `v0.65.0` of `github.com/hashicorp/go-azure-helpers` [GH-24222] -* dependencies: updating to `v0.20231214.1134755` of `github.com/hashicorp/go-azure-sdk` [GH-24240] +* dependencies: updating to `v0.20231214.1220802` of `github.com/hashicorp/go-azure-sdk` [GH-24246] * dependencies: updating to version `v0.20231214.1160726` of `github.com/hashicorp/go-azure-sdk` [GH-24241] * dependencies: update `security/automation` to use `hashicorp/go-azure-sdk` [GH-24156] * `dataprotection`: updating to API Version `2023-05-01` [GH-24143] @@ -42,6 +42,7 @@ ENHANCEMENTS: BUG FIXES: +* provider: fix an authentication issue with Azure Storage when running in Azure China cloud [GH-24246] * Data Source: `azurerm_role_definition` - fix bug where `role_definition_id` and `scope` were being incorrectly set [GH-24211] * `azurerm_batch_account` - fix bug where `UserAssigned, SystemAssigned` could be passed to the resource even though it isn't supported [GH-24204] * `azurerm_batch_pool` - fix bug where `settings_json` and `protected_settings` were not being unmarshaled [GH-24075]