Skip to content

Bump hashicorp/azurerm from 4.70.0 to 4.72.0 in /code/infra#260

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/terraform/code/infra/hashicorp/azurerm-4.72.0
Open

Bump hashicorp/azurerm from 4.70.0 to 4.72.0 in /code/infra#260
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/terraform/code/infra/hashicorp/azurerm-4.72.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 10, 2026

Bumps hashicorp/azurerm from 4.70.0 to 4.72.0.

Release notes

Sourced from hashicorp/azurerm's releases.

v4.72.0

4.72.0 (May 08, 2026)

FEATURES:

  • New List Resource: azurerm_subnet (#32236)

ENHANCEMENTS:

  • dependencies: update go to 1.25.10 (#32344)
  • dependencies: loganalytics - update to API version 2023-09-01 (#32280)
  • azurerm_data_factory_linked_service_data_lake_storage_gen2 - set schema fields service_principal_key and storage_account_key as sensitive (#32284)
  • azurerm_frontdoor_custom_domain - add support for the cipher_suite property (#30997)
  • azurerm_log_analytics_workspace - add support for the 10000, 25000 and 50000 values in the reservation_capacity_in_gb_per_day property (#32322)
  • azurerm_machine_learning_compute_cluster - set schema field ssh.0.admin_password as sensitive (#32293)
  • azurerm_subnet - add support for the Microsoft.MessagingConnectors/connectors value in the delegation.service_delegation.name property (#32305)
  • azurerm_virtual_network - add support for the Microsoft.MessagingConnectors/connectors value in the subnet.delegation.service_delegation.name property (#32305)
  • cosmos - migrate all resources and data sources to go-azure-sdk (#32066)

BUG FIXES:

  • azurerm_frontdoor_custom_domain - fixed an eventual consistency bug in creation (#30997)

v4.71.0

4.71.0 (April 30, 2026)

FEATURES:

  • New Data Source: azurerm_cdn_frontdoor_security_policy (#31957)

ENHANCEMENTS:

  • dependencies: storage - update API version to 2025-08-01 (#32218)
  • azurerm_bot_channel_directline_speech - the cognitive_service_access_key and cognitive_service_location properties are now optional (#30243)
  • azurerm_eventhub - add support for storage_authentication_type and storage_authentication_id properties in the capture_description.destination block (#31265)
  • azurerm_kubernetes_cluster - the container_log_max_lines property has been renamed to container_log_max_files (#31721)
  • azurerm_kubernetes_cluster_node_pool - the container_log_max_lines property has been renamed to container_log_max_files (#31721)
  • azurerm_storage_account - add support for the Smart value to access_tier (#32218)
  • azurerm_storage_account - add support for the All value to allowed_copy_scope (#32218)
  • List Resource: azurerm_storage_account - skip resource data retrieval when include_resource is false (#31898)

BUG FIXES:

  • azurerm_mssql_managed_database - skip retrieval of long_term_retention_policy when the database is in a stopped state (#32246)
  • azurerm_mssql_managed_database - fix an issue that caused 400 errors when users did not specify long_term_retention_policy.yearly_retention (#32246)
  • azurerm_mssql_server - fix resource update to conform with enforcement of "AD Auth Only" policy (#31901)
  • azurerm_network_security_rule and azurerm_network_security_group - add case-insensitive handling for application security group IDs (#30913)
Changelog

Sourced from hashicorp/azurerm's changelog.

4.72.0 (May 08, 2026)

FEATURES:

  • New List Resource: azurerm_subnet (#32236)

ENHANCEMENTS:

  • dependencies: update go to 1.25.10 (#32344)
  • dependencies: loganalytics - update to API version 2023-09-01 (#32280)
  • azurerm_data_factory_linked_service_data_lake_storage_gen2 - set schema fields service_principal_key and storage_account_key as sensitive (#32284)
  • azurerm_frontdoor_custom_domain - add support for the cipher_suite property (#30997)
  • azurerm_log_analytics_workspace - add support for the 10000, 25000 and 50000 values in the reservation_capacity_in_gb_per_day property (#32322)
  • azurerm_machine_learning_compute_cluster - set schema field ssh.0.admin_password as sensitive (#32293)
  • azurerm_subnet - add support for the Microsoft.MessagingConnectors/connectors value in the delegation.service_delegation.name property (#32305)
  • azurerm_virtual_network - add support for the Microsoft.MessagingConnectors/connectors value in the subnet.delegation.service_delegation.name property (#32305)
  • cosmos - migrate all resources and data sources to go-azure-sdk (#32066)

BUG FIXES:

  • azurerm_frontdoor_custom_domain - fixed an eventual consistency bug in creation (#30997)

4.71.0 (April 30, 2026)

FEATURES:

  • New Data Source: azurerm_cdn_frontdoor_security_policy (#31957)

ENHANCEMENTS:

  • dependencies: storage - update API version to 2025-08-01 (#32218)
  • azurerm_bot_channel_directline_speech - the cognitive_service_access_key and cognitive_service_location properties are now optional (#30243)
  • azurerm_eventhub - add support for storage_authentication_type and storage_authentication_id properties in the capture_description.destination block (#31265)
  • azurerm_kubernetes_cluster - the container_log_max_lines property has been renamed to container_log_max_files (#31721)
  • azurerm_kubernetes_cluster_node_pool - the container_log_max_lines property has been renamed to container_log_max_files (#31721)
  • azurerm_storage_account - add support for the Smart value to access_tier (#32218)
  • azurerm_storage_account - add support for the All value to allowed_copy_scope (#32218)
  • List Resource: azurerm_storage_account - skip resource data retrieval when include_resource is false (#31898)

BUG FIXES:

  • azurerm_mssql_managed_database - skip retrieval of long_term_retention_policy when the database is in a stopped state (#32246)
  • azurerm_mssql_managed_database - fix an issue that caused 400 errors when users did not specify long_term_retention_policy.yearly_retention (#32246)
  • azurerm_mssql_server - fix resource update to conform with enforcement of "AD Auth Only" policy (#31901)
  • azurerm_network_security_rule and azurerm_network_security_group - add case-insensitive handling for application security group IDs (#30913)
Commits
  • c108b78 CHANGELOG.md for 4.72.0 (#32294)
  • e55ec84 [Enhancement:] azurerm_frontdoor_custom_domain add cipher_suite support (...
  • cb632c7 dependencies: update go to 1.25.10 (#32344)
  • a87b9e1 common - Add additional logs when HTTP response was failed to be dumped (#3...
  • 48552fd readd build time step in teamcity test config (#32343)
  • bcb9c00 list and identity implementation - azurerm_web_pubsub_socketio (#32210)
  • dbbf742 Azurerm servicebus namespace list identity (#32302)
  • a3c76c2 remove build start time step from teamcity build config (#32339)
  • 3c1fc41 Teamcity refactor build step time into separate step (#32338)
  • 056a18b teamcity test move script to file (#32337)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [hashicorp/azurerm](https://github.com/hashicorp/terraform-provider-azurerm) from 4.70.0 to 4.72.0.
- [Release notes](https://github.com/hashicorp/terraform-provider-azurerm/releases)
- [Changelog](https://github.com/hashicorp/terraform-provider-azurerm/blob/main/CHANGELOG.md)
- [Commits](hashicorp/terraform-provider-azurerm@v4.70.0...v4.72.0)

---
updated-dependencies:
- dependency-name: hashicorp/azurerm
  dependency-version: 4.72.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 10, 2026

Labels

The following labels could not be found: dependencies, terraform. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@github-actions
Copy link
Copy Markdown

Terraform Lint Results

  • Terraform Version 📎1.14.4
  • Working Directory 📂./code/infra
  • Terraform Format and Style 🖌success

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants