From f83272a8932337df1b518bf9a33bfa3711b29397 Mon Sep 17 00:00:00 2001 From: Tom Harvey Date: Thu, 23 Nov 2023 09:18:08 +0100 Subject: [PATCH] updating to include #23721 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a2ffdde2f72..8e5b1f7664d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ ENHANCEMENTS: * dependencies: updating to `v0.20231117.1130141` of `github.com/hashicorp/go-azure-sdk` [GH-23945] * `azurestackhci`: updating to API Version `2023-08-01` [GH-23939] * `dashboard`: updating to API Version `2023-09-01` [GH-23929] +* `mssql`: updating resources using `hashicorp/go-azure-sdk` to API Version `2023-02-01-preview` [GH-23721] +* `azurerm_cosmosdb_postgresql_cluster` - `coordinator_storage_quota_in_mb` and `coordinator_vcore_count` are no longer required for read replicas [GH-23928] * `azurerm_gallery_application_version` - add support for the `config_file`, `package_file` and `target_region.exclude_from_latest` properties [GH-23816] * `azurerm_hdinsight_hadoop_cluster` - `script_actions` is no longer Force New [GH-23888] * `azurerm_hdinsight_hbase_cluster` - `script_actions` is no longer Force New [GH-23888] @@ -23,7 +25,8 @@ ENHANCEMENTS: * `azurerm_linux_function_app_slot` - add support for dotnet 8 [GH-23638] * `azurerm_managed_lustre_file_system` - export attribute `mgs_address` [GH-23942] * `azurerm_mssql_database` - support for Hyperscale SKUs [GH-23974] -* `azurerm_cosmosdb_postgresql_cluster` - `coordinator_storage_quota_in_mb` and `coordinator_vcore_count` are no longer required for read replicas [GH-23928] +* `azurerm_mssql_database` - refactoring to use `hashicorp/go-azure-sdk` [GH-23721] +* `azurerm_mssql_server` - refactoring to use `hashicorp/go-azure-sdk` [GH-23721] * `azurerm_shared_image` - add support for `trusted_launch_supported` [GH-23781] * `azurerm_spring_cloud_container_deployment` - add support for the `application_performance_monitoring_ids` property [GH-23862] * `azurerm_spring_cloud_customized_accelerator` - add support for the `accelerator_type` and `path` properties [GH-23797]