From 1ec88197bfb3f818cc2dde4e7eb1793e272cee76 Mon Sep 17 00:00:00 2001 From: stephybun Date: Fri, 6 Dec 2024 02:57:49 +0100 Subject: [PATCH] CHANGELOG - 4.13.0 (#28159) * update for #28158, #28025 * Update CHANGELOG.md #28123 * Update CHANGELOG.md #28105 * Update for #28177 * Update for #28171 * Update for #28178 * Update CHANGELOG.md --------- Co-authored-by: catriona-m <86247157+catriona-m@users.noreply.github.com> Co-authored-by: kt --- CHANGELOG.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fde6bdb32d79..a63105f097c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,18 @@ ENHANCEMENTS: -* `azurerm_cognitive_deployment` - add support for the `dynamic_throttling_enabled` property [GH-28100] +* `azurerm_cognitive_deployment` - support for the `dynamic_throttling_enabled` property [GH-28100] +* `azurerm_key_vault_managed_hardware_security_module_key` - the `key_type` property now supports `oct-HSM` [GH-28171] +* `azurerm_machine_learning_datastore_datalake_gen2` - can now be used with storage account in a different subscription [GH-28123] +* `azurerm_network_watcher_flow_log` - `target_resource_id` supports subnets and network interfaces [GH-28177] BUG: -* `azurerm_cdn_frontdoor_origin_group` - update validation of `interval_in_seconds` to match API behaviour [GH-28143] +* Data Source: `azurerm_logic_app_standard` - update the `identity` property to support User Assigned Identities [GH-28158] +* `azurerm_cdn_frontdoor_origin_group` - update validation of the `interval_in_seconds` property to match API behaviour [GH-28143] +* `azurerm_container_group` - retrieve log analytics workspace key from config when updating resource [GH-28025] +* `azurerm_mssql_elasticpool` - fix sku tier and family validation that prevented the creation of Hyperscale PRMS pools [GH-28178] +* `azurerm_search_service` - the `partition_count` property can now be up to `3` when using basic sku [GH-28105] ## 4.12.0 (November 28, 2024)