Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

changelog/v4.22.0 #28903

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
## 4.22.0 (Unreleased)

FEATURES:

* **New Data Source**: `azurerm_extended_location_custom_location` [GH-28066]

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]

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]


## 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:
Expand Down