Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 4, 2026

Bumps hashicorp/azurerm from 3.100.0 to 4.57.0.

Release notes

Sourced from hashicorp/azurerm's releases.

v4.57.0

4.57.0 (December 18, 2025)

NOTE: This release removes the Mobile Network (azurerm_mobile_network*) resources and data sources due to Azure having retired the service

FEATURES:

  • New Resource: azurerm_automation_runtime_environment (#30991)

ENHANCEMENTS:

  • azurerm_data_protection_backup_vault_customer_managed_key - the key_vault_key_id property now supports keys from a Managed HSM vault (#31365)
  • azurerm_kubernetes_cluster - support for the node_provisioning_profile block (#30517)
  • azurerm_log_analytics_cluster_customer_managed_key - the key_vault_key_id property now supports keys from a Managed HSM vault (#31375)
  • azurerm_mssql_database - the transparent_data_encryption_key_vault_key_id property now supports keys from a Managed HSM vault (#31373)

BUG FIXES:

  • azurerm_data_factory - fix ID parsing errors when customer_managed_key_identity_id is an empty string (#28621)
  • azurerm_eventhub - partition_count can now be updated for dedicated clusters (#30993)
  • azurerm_linux_function_app - fix panic when deployed without all required permissions (#31344)

v4.56.0

4.56.0 (December 11, 2025)

ENHANCEMENTS:

  • dependencies: healthbot - update to API version 2025-05-25 (#31328)
  • dependencies: terraform-plugin-testing - update to v1.14.0 (#31334)
  • Data Source: azurerm_cognitive_account - add support for new attributes (#30778)
  • azurerm_cognitive_account - add support for the kind property to rollback or upgrade from OpenAI to AIServices (#31063)
  • azurerm_databricks_workspace_root_dbfs_customer_managed_key - the key_vault_key_id property now supports keys from Managed HSM Vaults (#31336)
  • azurerm_databricks_workspace_root_dbfs_customer_managed_key - the key_vault_key_id property now supports versionless keys (#31336)
  • azurerm_healthbot - add support for the C1 and PES SKUs (#31328)
  • azurerm_lb fix ignore_changes behaviour in updatable properties (#31318)
  • azurerm_network_manager_network_group - add support for the member_type property [GH-30672
  • azurerm_network_manager_static_member - add support for using a subnet as the target resource (#30672)
  • azurerm_virtual_network_gateway - add support for the ErGwScale SKU (#31082)

BUG FIXES:

  • azurerm_container_app_environment_certificate - fix an issue that prevented creating the resource with an empty value for certificate_password (#31335)
  • azurerm_databricks_workspace_root_dbfs_customer_managed_key - fix a panic that occurred when the customer managed key was removed from the workspace outside of Terraform (#31336)
  • azurerm_databricks_workspace_root_dbfs_customer_managed_key - fix the timeout for the delete operation (#31336)
  • azurerm_storage_blob_inventory_policy - fix setting Resource Identity data (#31313)

v4.55.0

4.55.0 (December 04, 2025)

FEATURES:

... (truncated)

Changelog

Sourced from hashicorp/azurerm's changelog.

3.117.1 (February 28, 2025)

SPECIAL NOTES: This 3.x.x patch release is a special, one-off, back-port of an API upgrade for the azurerm_kubernetes_cluster_trusted_access_role_binding resource to enable users still on 3.x to continue using this resource.

BUG FIXES:

  • dependencies: azurerm_kubernetes_cluster_trusted_access_role_binding - upgrade API to 2024-05-01 (#28910)

3.117.0 (November 7, 2024)

SPECIAL NOTES: This 3.x release is a special, one-off, back-port of functionality for azurerm_storage_account to enable users to deploy this resource in environments which block / are restrictive of Data Plane access, thus preventing the resource being created and/or managed. This functionality is back-ported from the v4.9.0 release. Users migrating from this release to the 4.x line, should upgrade directly to v4.9.0 or later, as these features are not compatible with earlier releases of 4.x.

FEATURES:

  • New Resource: azurerm_storage_account_queue_properties (#27819)
  • New Resource: azurerm_storage_account_static_website (#27819)
  • New Provider Feature - storage data_plane_available feature flag (#27819)

ENHANCEMENTS:

  • azurerm_storage_account - can now be created and managed if Data Plane endpoints are blocked by a firewall (#27819)

3.116.0 (August 16, 2024)

DEPRECATIONS:

All Azure Kubernetes Service (AKS) properties related to preview features are deprecated since they will not be available in a stable API. Please see https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/guides/4.0-upgrade-guide#aks-migration-to-stable-api for more details (#26863)

FEATURES:

  • New Resource: azurerm_ai_services (#26008)
  • New Resource: azurerm_communication_service_email_domain_association (#26432)
  • New Resource: azurerm_dev_center_project_environment_type (#26941)
  • New Resource: azurerm_extended_location_custom_location (#24267)
  • New Resource: azurerm_postgresql_flexible_server_virtual_endpoint (#26708)

ENHANCEMENTS:

  • notificationhub - updating to use version 2023-09-01 (#26528)
  • azurerm_api_management_api - update validation of path to allow single character strings (#26922)
  • azurerm_cosmosdb_account - add support for the property burst_capacity_enabled (#26986)
  • azurerm_linux_function_app - add support for vnet_image_pull_enabled property in 4.0 (#27001)
  • azurerm_linux_function_app_slot - add support for vnet_image_pull_enabled property in 4.0 (#27001)
  • azurerm_logic_app_standard - add support for v8.0 in site_config.dotnet_framework_version (#26983)
  • azurerm_management_group_policy_assignment - remove length restriction on name (#27055)
  • azurerm_recovery_services_vault - add support for the identity block (#26254)
  • azurerm_web_application_firewall_policy - add support for the js_challenge_cookie_expiration_in_minutes property (#26878)
  • azurerm_windows_function_app - add support for vnet_image_pull_enabled property in 4.0 (#27001)
  • azurerm_windows_function_app_slot - add support for vnet_image_pull_enabled property in 4.0 (#27001)

... (truncated)

Commits
  • 3948804 CHANGELOG.md for 4.57.0 (#31350)
  • f7aa9c6 Test Fixes - containers (#31381)
  • 5b89cf3 azurerm_eventhub: fix updating partitions for eventhubs part of dedicated clu...
  • 4e36182 Fix windows web app client_certificate_mode doc reference (#31382)
  • c7b6261 azurerm_log_analytics_cluster_customer_managed_key - Allow managed HSM keys...
  • e795dd3 list: azurerm_network_profile_resource - improve tests (#31374)
  • 7e984cd azurerm_mobile_network_* - retire resources and data sources (#31214)
  • 7dd4a2a azurerm_mssql_database - allow managed HSM key as input to `transparent_dat...
  • 5850100 azurerm_data_protection_backup_vault_customer_managed_key - add support for...
  • 3c7cbe7 New Resource: azurerm_automation_runtime_environment (#30991)
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
hashicorp/azurerm [>= 4.3.a, < 4.4]

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 3.100.0 to 4.57.0.
- [Release notes](https://github.com/hashicorp/terraform-provider-azurerm/releases)
- [Changelog](https://github.com/hashicorp/terraform-provider-azurerm/blob/main/CHANGELOG-v3.md)
- [Commits](hashicorp/terraform-provider-azurerm@v3.100.0...v4.57.0)

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

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 Jan 4, 2026
@dependabot dependabot bot requested a review from a team as a code owner January 4, 2026 15:01
@dependabot dependabot bot added dependencies Pull requests that update a dependency file terraform Pull requests that update Terraform code labels Jan 4, 2026
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