From 29baea606896e24d574c2b462f09fe6dcc158e53 Mon Sep 17 00:00:00 2001 From: kt Date: Fri, 25 Mar 2022 16:23:26 -0700 Subject: [PATCH] CHANGELOG.md for #16078 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5aee6c3b3bd3..1e6e393cd852 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ BUG FIXES: * `azurerm_cosmosdb_account` - prevent a panic when the API returns an nil list of read or write locations [GH-16031] * `azurerm_cdn_endpoint` - prevent a panic when there is an empty `country_codes` property [GH-16066] +* `azurerm_key_vault` - fix the `authorizer was not an auth.CachedAuthorizer ` error [GH-16078] * `azurerm_linux_function_app` - correctly update storage settings when using MSI [GH-16046] * `azurerm_managed_disk` - changing the `zone` property now correctly create a new resource [GH-16070] * `azurerm_resource_group` - wait for eventual consistency when deleting [GH-16073]