From 10978443db62d1dc511f6de06f0725ef737911d7 Mon Sep 17 00:00:00 2001 From: Matthew Frahry Date: Thu, 23 Mar 2023 14:10:25 -0700 Subject: [PATCH] Update CHANGELOG.md for #21104 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1dfea537cce6..2c5f42860dfe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ ENHANCEMENTS: * `databricks`: refactoring to use `hashicorp/go-azure-sdk` as a base layer rather than `Azure/go-autorest` [GH-21004] * `azurerm_app_configuration_key` - the resource's ID has been changed to match the Data Plane URL format to work around a number of bugs in the previous parsing logic [GH-20082] * `azurerm_app_configuration_feature` - the resource's ID has been changed to match the Data Plane URL format to work around a number of bugs in the previous parsing logic [GH-20082] +* `azurerm_express_route_circuit` - add support for `authorization_key` [GH-21104] * `azurerm_media_job` - updating to use API Version `2022-07-01` [GH-20956] * `azurerm_media_transform` - updating to use API Version `2022-07-01` [GH-20956] * `azurerm_virtual_network_gateway` - support for conditional/patch updates [GH-21009]