Updatestf-azure

What's New in Terraform Azure Provider: Application Gateway, Application Security Group

v4.60.0v4.61.0Verified February 20, 2026

Quick Summary

This release includes 20 changes, with 18 new features and 2 behavior updates, affecting various Azure resources such as application gateways, security groups, and managed Redis. The updates introduce new list resources for several Azure services and fix issues with existing resources. Notably, the azurerm_managed_redis resource now allows updating the sku_name and requires specifying the default_database when creating a new resource. The release also updates dependencies, including go and go-azure-sdk, to newer versions.

Changes by Severity

#### 🟢 Informational

The release includes several new list resources for Azure services, including azurerm_application_gateway, azurerm_application_security_group, azurerm_firewall, azurerm_firewall_policy_rule_collection_group, azurerm_ip_group, azurerm_mssql_database, azurerm_mssql_job_agent, azurerm_mssql_server, azurerm_nat_gatway, azurerm_network_security_rule, azurerm_public_ip, and azurerm_web_application_firewall_policy. Additionally, the azurerm_managed_redis resource now allows updating the sku_name and requires specifying the default_database when creating a new resource.

Migration Playbook

1. Review the new list resources: Familiarize yourself with the new list resources introduced in this release, such as azurerm_application_gateway and azurerm_application_security_group.

2. Update azurerm_managed_redis configurations: If you are using the azurerm_managed_redis resource, update your configurations to specify the default_database when creating a new resource.

3. Update sku_name for azurerm_managed_redis: If you need to update the sku_name for an existing azurerm_managed_redis resource, you can now do so.

4. Verify azurerm_point_to_site_vpn_gateway configurations: If you are using the azurerm_point_to_site_vpn_gateway resource, verify that the connection_configuration.x.internet_security_enabled property is correctly configured.

5. Update API version for azurerm_security_center_storage_defender: Update the API version for the azurerm_security_center_storage_defender resource to 2025-06-01.

Verification Checklist

  • ☐ Review the release notes for any changes that may affect your infrastructure
  • ☐ Verify that the new list resources are correctly configured
  • ☐ Update azurerm_managed_redis configurations to specify the default_database
  • ☐ Test updates to sku_name for azurerm_managed_redis resources
  • ☐ Verify azurerm_point_to_site_vpn_gateway configurations
  • ☐ Update API version for azurerm_security_center_storage_defender resources
  • References

    * [Release v4.61.0](https://github.com/hashicorp/terraform-provider-azurerm/releases/tag/v4.61.0)

    * [Release v4.60.0](https://github.com/hashicorp/terraform-provider-azurerm/releases/tag/v4.60.0)

    Last verified at: 2026-02-20T02:42:00.993429+00:00

    📎 Sources