From 9343224a579a35a1feca1ed76e3abae1b3d121e4 Mon Sep 17 00:00:00 2001 From: sreallymatt <106555974+sreallymatt@users.noreply.github.com> Date: Thu, 27 Feb 2025 11:10:04 -0700 Subject: [PATCH 1/9] Update CHANGELOG.md #28843 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0af6616f821b..da47dc4b4895 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 4.22.0 (Unreleased) + +BUG FIXES: + +* `azurerm_mssql_managed_instance` - fix an issue that prevented using values only known during apply for `administrator_login_password` [GH-28843] + ## 4.21.0 (February 27, 2025) NOTES: From e6a21fbedcd3d36e46873b52ebacce1e7cdd5936 Mon Sep 17 00:00:00 2001 From: Matthew Frahry Date: Thu, 27 Feb 2025 14:35:26 -0800 Subject: [PATCH 2/9] Update CHANGELOG.md for #28748 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index da47dc4b4895..943164f47f22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ BUG FIXES: +* `azurerm_express_route_circuit` - `allow_classic_operations` is now set when resource is created [GH-28748] * `azurerm_mssql_managed_instance` - fix an issue that prevented using values only known during apply for `administrator_login_password` [GH-28843] ## 4.21.0 (February 27, 2025) From 92df1c4255054929151a3b75199a15e51b3ed6d2 Mon Sep 17 00:00:00 2001 From: Matthew Frahry Date: Thu, 27 Feb 2025 14:46:26 -0800 Subject: [PATCH 3/9] Update CHANGELOG.md for #28881 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 943164f47f22..faffdeff6ad8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## 4.22.0 (Unreleased) +ENHANCEMENTS: + +* `azurerm_workloads_sap_*` - add support for the `managed_resources_network_access_type` property [GH-28881] + BUG FIXES: * `azurerm_express_route_circuit` - `allow_classic_operations` is now set when resource is created [GH-28748] From 7f88c3f065250423ba239d18da45e90f9ced7e78 Mon Sep 17 00:00:00 2001 From: jackofallops <11830746+jackofallops@users.noreply.github.com> Date: Fri, 28 Feb 2025 09:17:00 +0100 Subject: [PATCH 4/9] Update CHANGELOG.md for #28909 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index faffdeff6ad8..c5fc736ec8b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ BUG FIXES: * `azurerm_express_route_circuit` - `allow_classic_operations` is now set when resource is created [GH-28748] * `azurerm_mssql_managed_instance` - fix an issue that prevented using values only known during apply for `administrator_login_password` [GH-28843] +* `azurerm_mssql_server` - prevent panic by checking if `administrator_login` exists in the raw config map [GH-28909] ## 4.21.0 (February 27, 2025) From ee35c5fcbe3fd413233ad6eb8920c3161a4830f7 Mon Sep 17 00:00:00 2001 From: jackofallops <11830746+jackofallops@users.noreply.github.com> Date: Fri, 28 Feb 2025 10:17:24 +0100 Subject: [PATCH 5/9] Update CHANGELOG.md fold in patch release and expand starred entry correctly --- CHANGELOG.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5fc736ec8b1..248213deafea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,9 @@ ENHANCEMENTS: -* `azurerm_workloads_sap_*` - add support for the `managed_resources_network_access_type` property [GH-28881] +* `azurerm_workloads_sap_discovery_virtual_instance` - add support for the `managed_resources_network_access_type` property [GH-28881] +* `azurerm_workloads_sap_single_node_virtual_instance` - add support for the `managed_resources_network_access_type` property [GH-28881] +* `azurerm_workloads_sap_three_tier_virtual_instance` - add support for the `managed_resources_network_access_type` property [GH-28881] BUG FIXES: @@ -10,6 +12,14 @@ BUG FIXES: * `azurerm_mssql_managed_instance` - fix an issue that prevented using values only known during apply for `administrator_login_password` [GH-28843] * `azurerm_mssql_server` - prevent panic by checking if `administrator_login` exists in the raw config map [GH-28909] + +## 4.21.1 (February 28, 2025) + +BUG FIXES: + +* `azurerm_mssql_server` - prevent panic by checking if `administrator_login` exists in the raw config map ([#28909](https://github.com/hashicorp/terraform-provider-azurerm/issues/28909)) + + ## 4.21.0 (February 27, 2025) NOTES: From 3931a2e52b3c4c8469cb406ff91de70632bb0a17 Mon Sep 17 00:00:00 2001 From: jackofallops <11830746+jackofallops@users.noreply.github.com> Date: Fri, 28 Feb 2025 10:26:40 +0100 Subject: [PATCH 6/9] Update CHANGELOG.md remove duplicate entry for 28843 --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 248213deafea..986409ef9cd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,6 @@ BUG FIXES: * `azurerm_express_route_circuit` - `allow_classic_operations` is now set when resource is created [GH-28748] * `azurerm_mssql_managed_instance` - fix an issue that prevented using values only known during apply for `administrator_login_password` [GH-28843] -* `azurerm_mssql_server` - prevent panic by checking if `administrator_login` exists in the raw config map [GH-28909] ## 4.21.1 (February 28, 2025) From cd5c28d8870a923943175347ad12d54f974bb516 Mon Sep 17 00:00:00 2001 From: catriona-m <86247157+catriona-m@users.noreply.github.com> Date: Fri, 28 Feb 2025 11:13:34 +0000 Subject: [PATCH 7/9] Update CHANGELOG.md #28066 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 986409ef9cd3..a3b5ffe9f7a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,15 @@ ## 4.22.0 (Unreleased) +FEATURES: + +* **New Data Source**: `azurerm_extended_location_custom_location` [GH-28066] + ENHANCEMENTS: * `azurerm_workloads_sap_discovery_virtual_instance` - add support for the `managed_resources_network_access_type` property [GH-28881] * `azurerm_workloads_sap_single_node_virtual_instance` - add support for the `managed_resources_network_access_type` property [GH-28881] * `azurerm_workloads_sap_three_tier_virtual_instance` - add support for the `managed_resources_network_access_type` property [GH-28881] +* `azurerm_extended_custom_location` - deprecated in favour of `azurerm_extended_location_custom_location` [GH-28066] BUG FIXES: From 9688ac1ad9ce0400f7b313d17172919296746645 Mon Sep 17 00:00:00 2001 From: jackofallops <11830746+jackofallops@users.noreply.github.com> Date: Fri, 28 Feb 2025 14:50:31 +0100 Subject: [PATCH 8/9] Update CHANGELOG.md for #28902 and fix ordering --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3b5ffe9f7a0..baa356d7955d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,10 +6,11 @@ FEATURES: ENHANCEMENTS: +* dependencies: `hashicorp/go-azure-sdk` update to `v0.20250227.1125644` [GH-28902] +* `azurerm_extended_custom_location` - deprecated in favour of `azurerm_extended_location_custom_location` [GH-28066] * `azurerm_workloads_sap_discovery_virtual_instance` - add support for the `managed_resources_network_access_type` property [GH-28881] * `azurerm_workloads_sap_single_node_virtual_instance` - add support for the `managed_resources_network_access_type` property [GH-28881] * `azurerm_workloads_sap_three_tier_virtual_instance` - add support for the `managed_resources_network_access_type` property [GH-28881] -* `azurerm_extended_custom_location` - deprecated in favour of `azurerm_extended_location_custom_location` [GH-28066] BUG FIXES: From 9e831b913256d2c02c94a9ff7837e5b740842297 Mon Sep 17 00:00:00 2001 From: Matthew Frahry Date: Fri, 28 Feb 2025 15:06:52 -0800 Subject: [PATCH 9/9] Update CHANGELOG.md for #28848 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index baa356d7955d..444c3c0126f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ ENHANCEMENTS: BUG FIXES: * `azurerm_express_route_circuit` - `allow_classic_operations` is now set when resource is created [GH-28748] +* `azurerm_key_vault_certificate`: set partial when updating key vault certificate [GH-28848] * `azurerm_mssql_managed_instance` - fix an issue that prevented using values only known during apply for `administrator_login_password` [GH-28843]