From ba0d2af9c0e5be4bbf4bf3e02847b1723376f494 Mon Sep 17 00:00:00 2001 From: Steph Date: Tue, 3 Dec 2024 08:01:22 +0100 Subject: [PATCH 1/7] update for #28158, #28025 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fde6bdb32d79..9776e2b668df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,9 @@ ENHANCEMENTS: BUG: +* Data Source: `azurerm_logic_app_standard` - update `identity` to support User Assigned Identities [GH-28158] * `azurerm_cdn_frontdoor_origin_group` - update validation of `interval_in_seconds` to match API behaviour [GH-28143] +* `azurerm_container_group` - retrieve log analytics workspace key from config when updating resource [GH-28025] ## 4.12.0 (November 28, 2024) From 5041683c818a4666e9aac04ada685f9a51f1c8cb Mon Sep 17 00:00:00 2001 From: catriona-m <86247157+catriona-m@users.noreply.github.com> Date: Wed, 4 Dec 2024 10:51:41 +0000 Subject: [PATCH 2/7] Update CHANGELOG.md #28123 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9776e2b668df..a7af37f2f732 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ENHANCEMENTS: * `azurerm_cognitive_deployment` - add support for the `dynamic_throttling_enabled` property [GH-28100] +* `azurerm_machine_learning_datastore_datalake_gen2` - can now be used with storage account in a different subscription [GH-28123] BUG: From b42d2c73bfbfadae520273aa7240178e43c0c0b7 Mon Sep 17 00:00:00 2001 From: catriona-m <86247157+catriona-m@users.noreply.github.com> Date: Wed, 4 Dec 2024 11:34:04 +0000 Subject: [PATCH 3/7] Update CHANGELOG.md #28105 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7af37f2f732..29c2f99669d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ BUG: * Data Source: `azurerm_logic_app_standard` - update `identity` to support User Assigned Identities [GH-28158] * `azurerm_cdn_frontdoor_origin_group` - update validation of `interval_in_seconds` to match API behaviour [GH-28143] * `azurerm_container_group` - retrieve log analytics workspace key from config when updating resource [GH-28025] +* `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) From b00848a4bd903a1b7d8a854a7b4b6e58198249ac Mon Sep 17 00:00:00 2001 From: stephybun Date: Thu, 5 Dec 2024 07:47:19 +0100 Subject: [PATCH 4/7] Update for #28177 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29c2f99669d9..ef5e12fb52e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ ENHANCEMENTS: * `azurerm_cognitive_deployment` - add support for the `dynamic_throttling_enabled` property [GH-28100] * `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: From 5a7a2edeae3cec8a9b76b139444c4e8f3c69c456 Mon Sep 17 00:00:00 2001 From: stephybun Date: Thu, 5 Dec 2024 08:28:26 +0100 Subject: [PATCH 5/7] Update for #28171 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef5e12fb52e9..2aa001872e0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ENHANCEMENTS: * `azurerm_cognitive_deployment` - add support for the `dynamic_throttling_enabled` property [GH-28100] +* `azurerm_key_vault_managed_hardware_security_module_key` - `key_type` 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] From 2dab7d2737ecd73e1dc58ab349b5bb246579068d Mon Sep 17 00:00:00 2001 From: stephybun Date: Thu, 5 Dec 2024 15:31:29 +0100 Subject: [PATCH 6/7] Update for #28178 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2aa001872e0d..b699b04480eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ BUG: * Data Source: `azurerm_logic_app_standard` - update `identity` to support User Assigned Identities [GH-28158] * `azurerm_cdn_frontdoor_origin_group` - update validation of `interval_in_seconds` 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) From ac26429156e28948a15dd62bc4ec4860ef3be7ea Mon Sep 17 00:00:00 2001 From: kt Date: Thu, 5 Dec 2024 17:20:12 -0800 Subject: [PATCH 7/7] Update CHANGELOG.md --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b699b04480eb..a63105f097c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,15 +2,15 @@ ENHANCEMENTS: -* `azurerm_cognitive_deployment` - add support for the `dynamic_throttling_enabled` property [GH-28100] -* `azurerm_key_vault_managed_hardware_security_module_key` - `key_type` now supports `oct-HSM` [GH-28171] +* `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: -* Data Source: `azurerm_logic_app_standard` - update `identity` to support User Assigned Identities [GH-28158] -* `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]