From f223cb675e321080e06df3bf9f05a9fa916f398c Mon Sep 17 00:00:00 2001 From: kt Date: Thu, 21 Mar 2024 17:48:14 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 104b2a6e1627..9774360160ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,7 +19,7 @@ ENHANCEMENTS: * `cosmosdb`: updating to use the transport layer from `hashicorp/go-azure-sdk` rather than `Azure/go-autorest` [GH-25166] * Data Source `azurerm_stack_hci_cluster`: refactoring the association to use `hashicorp/go-azure-sdk` [GH-25293] * `azurerm_app_configuration` - support for Environments other than Azure Public [GH-25271] -* `azurerm_automanage_configuration`: refactoring to use `hashicorp/go-azure-sdk` [GH-25293] +* `azurerm_automanage_configuration` - refactoring to use `hashicorp/go-azure-sdk` [GH-25293] * `azurerm_container_app_environment` - add support for `Consumption` workload profile [GH-25285] * `azurerm_cosmosdb_postgresql_cluster` - expose list of server names and FQDN in the `servers` block [GH-25240] * `azurerm_data_share` - hyphens are now allowed in the resource's name [GH-25242] @@ -30,7 +30,7 @@ ENHANCEMENTS: * `azurerm_netapp_account_resource` - support for [Support for Azure Netapp Files - AD Site Name #12462] via the `site_name` property [GH-25340] * `azurerm_stack_hci_cluster`: refactoring the association to use `hashicorp/go-azure-sdk` [GH-25293] * `azurerm_storage_account` - support for the `dns_endpoint_type` property [GH-22583] -* `azurerm_storage_blob_inventory_policy`: refactoring to use `hashicorp/go-azure-sdk` [GH-25268] +* `azurerm_storage_blob_inventory_policy` - refactoring to use `hashicorp/go-azure-sdk` [GH-25268] * `azurerm_synapse_spark_pool` - added support for `3.4` [GH-25319] BUG FIXES: