Skip to content

Bump hashicorp/azurerm from 4.30.0 to 4.31.0 in /tests/e2e #211

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 1, 2025

Bumps hashicorp/azurerm from 4.30.0 to 4.31.0.

Release notes

Sourced from hashicorp/azurerm's releases.

v4.31.0

FEATURES:

  • New Data Source: azurerm_dev_center (#29716)
  • New Resource: azurerm_network_manager_routing_configuration (#29310)

ENHANCEMENTS:

  • dependencies: azurerm_managed_lustre_file_system - update to API version 2024-07-01 (#29433)
  • dependencies: azurerm_mssql_server_vulnerability_assessment - update to API version 2023-08-01-preview (#29373)
  • dependencies: azurerm_virtual_machine_scale_set_standby_pool - update to API version 2025-03-01 (#29649)
  • dependencies: compute - partial update to API version 2024-11-01 (#29666)
  • dependencies: videoindexer - update to API version 2025-04-01 (#29715)
  • azurerm_backup_protected_vm - add support for the BackupsSuspended value to the protection_state property (#29710)
  • azurerm_dashboard_grafana_managed_private_endpoint - add support for the privatelink_service_url property (#29466)
  • azurerm_dynatrace_tag_rules - add support for the sending_metrics_enabled property (#29499)
  • azurerm_function_app_flex_consumption - add support for the https_only property (#29024)
  • azurerm_mysql_flexible_server - add support for the MO_Standard_E96ads_v5 value to the sku_name property (#29709)
  • azurerm_postgresql_flexible_server - lock the source server when creating a replica server (#29337)

BUG FIXES:

  • azurerm_api_management_product - allow setting the subscriptions_limit property to 0 (#28133)
  • azurerm_api_management_api - add additional validation to catch when api_type is websocket but service_url is left empty (#29624)
  • azurerm_batch_pool - the data_disks property will now be correctly updated (#29377)
  • azurerm_data_factory_dataset_binary - fix incorrect casing of the compression.type property when sent to the API which caused compression to not be set (#29273)
  • azurerm_cdn_frontdoor_rule - fix shared schema validation of the operator property and use the correct package for validations (#29482)
  • azurerm_hdinsight_hadoop_cluster - changing the script_action property now forces a new resource to be created instead of silenty failing to update (#28262)
  • azurerm_hbase_hadoop_cluster - changing the script_action property now forces a new resource to be created instead of silenty failing to update (#28262)
  • azurerm_interactive_query_hadoop_cluster - changing the script_action property now forces a new resource to be created instead of silenty failing to update (#28262)
  • azurerm_kafka_hadoop_cluster - changing the script_action property now forces a new resource to be created instead of silenty failing to update (#28262)
  • azurerm_linux_virtual_machine - fix update for identity when VM has VMExtensions configured (#29717)
  • azurerm_mongo_cluster - connection strings conaining a $ now get exported correctly (#29669)
  • azurerm_mssql_virtual_machine - auto_patching is now disabled when the block is not specified (#29723)
  • azurerm_mssql_server_vulnerability_assessment - storage_account_access_key or storage_container_sas_key property is now a required field (#29373)
  • azurerm_network_interface - tags can now be updated when NIC is attached to a private endpoint (#29319)
  • azurerm_postgresql_flexible_server_configuration - now checks the server state before restarting it (#29221)
  • azurerm_search_service - prevent a bug that cleared the network_rule_bypass_option property when only updating the allowed_ips property (#29246)
  • azurerm_service_fabric_managed_cluster - support for the subnet_id property (#29216)
  • azurerm_spark_hadoop_cluster - changing the script_action property now forces a new resource to be created instead of silenty failing to update (#28262)
Changelog

Sourced from hashicorp/azurerm's changelog.

4.31.0 (May 29, 2025)

FEATURES:

  • New Data Source: azurerm_dev_center (#29716)
  • New Resource: azurerm_network_manager_routing_configuration (#29310)

ENHANCEMENTS:

  • dependencies: azurerm_managed_lustre_file_system - update to API version 2024-07-01 (#29433)
  • dependencies: azurerm_mssql_server_vulnerability_assessment - update to API version 2023-08-01-preview (#29373)
  • dependencies: azurerm_virtual_machine_scale_set_standby_pool - update to API version 2025-03-01 (#29649)
  • dependencies: compute - partial update to API version 2024-11-01 (#29666)
  • dependencies: videoindexer - update to API version 2025-04-01 (#29715)
  • azurerm_backup_protected_vm - add support for the BackupsSuspended value to the protection_state property (#29710)
  • azurerm_dashboard_grafana_managed_private_endpoint - add support for the privatelink_service_url property (#29466)
  • azurerm_dynatrace_tag_rules - add support for the sending_metrics_enabled property (#29499)
  • azurerm_function_app_flex_consumption - add support for the https_only property (#29024)
  • azurerm_mysql_flexible_server - add support for the MO_Standard_E96ads_v5 value to the sku_name property (#29709)
  • azurerm_postgresql_flexible_server - lock the source server when creating a replica server (#29337)

BUG FIXES:

  • azurerm_api_management_product - allow setting the subscriptions_limit property to 0 (#28133)
  • azurerm_api_management_api - add additional validation to catch when api_type is websocket but service_url is left empty (#29624)
  • azurerm_batch_pool - the data_disks property will now be correctly updated (#29377)
  • azurerm_data_factory_dataset_binary - fix incorrect casing of the compression.type property when sent to the API which caused compression to not be set (#29273)
  • azurerm_cdn_frontdoor_rule - fix shared schema validation of the operator property and use the correct package for validations (#29482)
  • azurerm_hdinsight_hadoop_cluster - changing the script_action property now forces a new resource to be created instead of silenty failing to update (#28262)
  • azurerm_hbase_hadoop_cluster - changing the script_action property now forces a new resource to be created instead of silenty failing to update (#28262)
  • azurerm_interactive_query_hadoop_cluster - changing the script_action property now forces a new resource to be created instead of silenty failing to update (#28262)
  • azurerm_kafka_hadoop_cluster - changing the script_action property now forces a new resource to be created instead of silenty failing to update (#28262)
  • azurerm_linux_virtual_machine - fix update for identity when VM has VMExtensions configured (#29717)
  • azurerm_mongo_cluster - connection strings conaining a $ now get exported correctly (#29669)
  • azurerm_mssql_virtual_machine - auto_patching is now disabled when the block is not specified (#29723)
  • azurerm_mssql_server_vulnerability_assessment - storage_account_access_key or storage_container_sas_key property is now a required field (#29373)
  • azurerm_network_interface - tags can now be updated when NIC is attached to a private endpoint (#29319)
  • azurerm_postgresql_flexible_server_configuration - now checks the server state before restarting it (#29221)
  • azurerm_search_service - prevent a bug that cleared the network_rule_bypass_option property when only updating the allowed_ips property (#29246)
  • azurerm_service_fabric_managed_cluster - support for the subnet_id property (#29216)
  • azurerm_spark_hadoop_cluster - changing the script_action property now forces a new resource to be created instead of silenty failing to update (#28262)
Commits

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 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)

Bumps [hashicorp/azurerm](https://github.com/hashicorp/terraform-provider-azurerm) from 4.30.0 to 4.31.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.30.0...v4.31.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 1, 2025

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.

Copy link

github-actions bot commented Jun 1, 2025

Terraform Lint Results

  • Terraform Version 📎1.11.4
  • Working Directory 📂./tests/e2e
  • Terraform Format and Style 🖌success

Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 4, 2025

Looks like hashicorp/azurerm is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Jun 4, 2025
@dependabot dependabot bot deleted the dependabot/terraform/tests/e2e/hashicorp/azurerm-4.31.0 branch June 4, 2025 09:04
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