From ce928e9bf5f5758cc37c9fd020fe9954b8c178f8 Mon Sep 17 00:00:00 2001 From: Tom Bamford Date: Thu, 27 Apr 2023 21:09:24 +0100 Subject: [PATCH] Additional changelog notice for #21583 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8980a951cb97..862799e61392 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,6 +34,7 @@ ENHANCEMENTS: BUG FIXES: +* **Provider:** fix an authentication bug when specifying `auxiliary_tenant_ids` whilst authenticating using Azure CLI [GH-21583] * `azurerm_attestation_provider` - the field `policy` is deprecated and non-functional - instead please use the fields `open_enclave_policy_base64`, `sgx_enclave_policy_base64` and `tpm_policy_base64` [GH-21524] * `azurerm_mysql_flexible_server` - fix issue where `identity` was not being removed properly on updates [GH-21533] * `azurerm_search_service` - updating the default value for `partition_count` to `1` to match the API [GH-21323]