Skip to content

Update hashicorp/azurerm requirement from <= 4.18.0 to <= 4.26.0 in /modules/terraform/azure #586

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 4, 2025

Updates the requirements on hashicorp/azurerm to permit the latest version.

Release notes

Sourced from hashicorp/azurerm's releases.

v4.26.0

BREAKING CHANGES:

  • feature: The Provider feature configuration item virtual_machines.graceful_shutdown is now not used due to a breaking change in the compute API. This feature block setting is now deprecated and ignored if set and will be removed in v5.0 of the provider. (#29185)
  • azurerm_linux_virtual_machine - the vm_agent_platform_updates_enabled property is now read-only due to a recent API breaking change (#29211)
  • azurerm_windows_virtual_machine - the vm_agent_platform_updates_enabled property is now read-only due to a recent API breaking change (#29211)

FEATURES:

  • New Data Source: azurerm_role_assignments (#29214)

ENHANCEMENTS:

  • dependencies: azurerm_sentinel_automation_rule - update to API version 2024-09-01 (#29240)
  • dependencies: devcenter - update to API version 2025-02-01 (#29240)
  • dependencies: recoveryservices - partial update to API version 2024-10-01 (#29240)
  • Data Source: azurerm_mssql_server - export the express_vulnerability_assessment_enabled property (#29168)
  • azurerm_dashboard_grafana - grafana_major_version is no longer ForceNew (#29212)
  • azurerm_data_factory_linked_service_sftp - add support for SSH authentication and Key Vault secret references (#28690)
  • azurerm_databricks_workspace - resources using managed resource groups that contain UC can now be deleted with the force_delete Provider Feature flag (#29095)
  • azurerm_mssql_server - add support for the express_vulnerability_assessment_enabled property (#29168)
  • azurerm_mysql_flexible_server - deprecate public_network_access_enabled in favor of public_network_access (#28890)
  • azurerm_netapp_volume - service_level can now be updated (#29209)
  • azurerm_nginx_deployment - frontend_public, frontend_private, and network_interface are no longer ForceNew (#28577)
  • azurerm_orchestrated_virtual_machine_scale_set - add support for the upgrade_mode and rolling_upgrade_policy properties (#28354)
  • azurerm_static_webapp - mark app_settings sensitive in schema (#28689)

BUG FIXES:

  • azurerm_linux_virtual_machine - license_type can now be updated to None (#28786)
  • azurerm_mysql_flexible_server - prevent a panic when customer_managed_key is nil (#29225)
  • azurerm_traffic_manager_nested_endpoint - remove Computed from priority property as these are assigned dynamically by the API (#29217)
Changelog

Sourced from hashicorp/azurerm's changelog.

4.26.0 (April 04, 2025)

BREAKING CHANGES:

  • feature: The Provider feature configuration item virtual_machines.graceful_shutdown is now not used due to a breaking change in the compute API. This feature block setting is now deprecated and ignored if set and will be removed in v5.0 of the provider. (#29185)
  • azurerm_linux_virtual_machine - the vm_agent_platform_updates_enabled property is now read-only due to a recent API breaking change (#29211)
  • azurerm_windows_virtual_machine - the vm_agent_platform_updates_enabled property is now read-only due to a recent API breaking change (#29211)

FEATURES:

  • New Data Source: azurerm_role_assignments (#29214)

ENHANCEMENTS:

  • dependencies: azurerm_sentinel_automation_rule - update to API version 2024-09-01 (#29240)
  • dependencies: devcenter - update to API version 2025-02-01 (#29240)
  • dependencies: recoveryservices - partial update to API version 2024-10-01 (#29240)
  • Data Source: azurerm_mssql_server - export the express_vulnerability_assessment_enabled property (#29168)
  • azurerm_dashboard_grafana - grafana_major_version is no longer ForceNew (#29212)
  • azurerm_data_factory_linked_service_sftp - add support for SSH authentication and Key Vault secret references (#28690)
  • azurerm_databricks_workspace - resources using managed resource groups that contain UC can now be deleted with the force_delete Provider Feature flag (#29095)
  • azurerm_mssql_server - add support for the express_vulnerability_assessment_enabled property (#29168)
  • azurerm_mysql_flexible_server - deprecate public_network_access_enabled in favor of public_network_access (#28890)
  • azurerm_netapp_volume - service_level can now be updated (#29209)
  • azurerm_nginx_deployment - frontend_public, frontend_private, and network_interface are no longer ForceNew (#28577)
  • azurerm_orchestrated_virtual_machine_scale_set - add support for the upgrade_mode and rolling_upgrade_policy properties (#28354)
  • azurerm_static_webapp - mark app_settings sensitive in schema (#28689)

BUG FIXES:

  • azurerm_linux_virtual_machine - license_type can now be updated to None (#28786)
  • azurerm_mysql_flexible_server - prevent a panic when customer_managed_key is nil (#29225)
  • azurerm_traffic_manager_nested_endpoint - remove Computed from priority property as these are assigned dynamically by the API (#29217)

4.25.0 (March 28, 2025)

ENHANCEMENTS:

  • dependencies: go-azure-helpers - update to 0.72.0 (#29206)
  • dependencies: redisenterprise - update to API version 2024-10-01 (#29073)
  • dependencies: servicefabricmanaged - update to API version 2024-04-01 (#29199)
  • Data Source: azurerm_virtual_hub_connection - add support for the static_vnet_propagate_static_routes property (#28560)
  • azurerm_cosmosdb_account - add support for the DeleteAllItemsByPartitionKey value in the capabilities property (#29126)
  • azurerm_hdinsight_spark_cluster_resource - add support for the zones property (#28149)
  • azurerm_linux_function_app - add support for Python version 3.13 (#29131)
  • azurerm_linux_function_app_slot - add support for Python version 3.13 (#29131)
  • azurerm_linux_web_app - add support for Python version 3.13 (#29131)
  • azurerm_linux_web_app_slot - add support for Python version 3.13 (#29131)
  • azurerm_log_analytics_workspace - add support for the LACluster SKU (#29137)
  • azurerm_managed_disk - allow disk expansion without downtime for all storage_account_type (#28730)

... (truncated)

Commits
  • addf136 new changelog for 4.26.0 (#29213)
  • 74d4b1a [BUG:] azurerm_linux_virtual_machine/azurerm_windows_virtual_machine - de...
  • fea5246 including #28577
  • 6720a65 azurerm_data_factory_linked_service_sftp add SSH Key Authentication and Key...
  • 981368e azurerm_netapp_volume - service_level can now be updated (#29209)
  • eba446d New Data Source: azurerm_role_assignments (#29214)
  • cdb1e4b azurerm_traffic_manager_nested_endpoint - revert priority back to O+C since...
  • 3a1edea Contributing Guide Revisions (#29010)
  • d33ae85 [BUG:] azurerm_linux_virtual_machine/azurerm_windows_virtual_machine - `v...
  • 70cf3ff Upgrade DevCenter API version from 2023-04-01 to 2025-02-01 (#29145)
  • Additional commits viewable in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Updates the requirements on [hashicorp/azurerm](https://github.com/hashicorp/terraform-provider-azurerm) to permit the latest version.
- [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@v0.1.0...v4.26.0)

---
updated-dependencies:
- dependency-name: hashicorp/azurerm
  dependency-version: 4.26.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file terraform Pull requests that update terraform code labels Apr 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file terraform Pull requests that update terraform code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant