From 679493a16d8ad20aeba53c72a5b3c43d797e136f Mon Sep 17 00:00:00 2001 From: Tom Harvey Date: Wed, 20 Mar 2024 11:47:18 +0100 Subject: [PATCH] blob -> storage_blob --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ecdf1b5e174a..4bfa47dd29bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,13 +14,13 @@ ENHANCEMENTS: * 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_blob_inventory_policy`: refactoring to use `hashicorp/go-azure-sdk` [GH-25268] * `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] * `azurerm_nginx_deployment` - support the `auto_scale_profile` block [GH-24950] * `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_synapse_spark_pool` - added support for `3.4` [GH-25319] BUG FIXES: