Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 1, 2025

This PR contains the following updates:

Package Type Update Change
azurerm (source) required_provider minor ~> 4.48.0 -> ~> 4.55.0
azurerm (source) required_provider minor 4.48.0 -> 4.55.0

Release Notes

hashicorp/terraform-provider-azurerm (azurerm)

v4.55.0

Compare Source

FEATURES:

  • New Data Source: azurerm_api_management_workspace (#​30241)
  • New Resource: azurerm_cognitive_account_project (#​30916)
  • New Resource: azurerm_log_analytics_workspace_table_custom_log (#​30800)
  • New Resource: azurerm_mongo_cluster_user (#​31205)
  • New Resource: azurerm_palo_alto_next_generation_firewall_virtual_hub_strata_cloud_manager (#​30613)
  • New Resource: azurerm_palo_alto_next_generation_firewall_virtual_network_strata_cloud_manager (#​30613)
  • New List Resource: azurerm_private_dns_zone (#​31157)

ENHANCEMENTS:

  • dependencies: containerregistry - update to API version 2025-04-01 (#​30205)
  • dependencies: go-azure-helpers - update to v0.75.1 (#​31148)
  • dependencies: go-azure-sdk - update to v0.20251202.1181053 (#​31253)
  • dependencies: managedidentity - upgrade API version to 2024-11-30 (#​30535)
  • dependencies: postgres - update to API version 2025-08-01 (#​31162)
  • azurerm_cognitive_account - update validation for customer_managed_key.key_vault_key_id to allow managed HSM keys as input (#​31147)
  • azurerm_container_app_environment - extend validation for workload_profile_type for additional supported SKUs (#​30738)
  • azurerm_container_app_environment_certificate - add support for the certificate_key_vault block (#​30510)
  • azurerm_data_factory - update validation for customer_managed_key_id to allow managed HSM keys as input (#​31146)
  • azurerm_mongo_cluster - support for new properties customer_managed_key, data_api_mode_enabled, identity, restore, authentication_methods and storage_type (#​31100)
  • azurerm_mysql_flexible_server - add support for MySQL version 8.4 (#​31099)
  • azurerm_oracle_autonomous_database - the admin_password property is no longer ForceNew (#​30966)
  • azurerm_postgresql_flexible_server - update validation for customer_managed_key.key_vault_key_id and customer_managed_key.geo_backup_key_vault_key_id to allow managed HSM keys as input (#​31148)
  • azurerm_postgresql_flexible_server - add support for PostgreSQL version 18 (#​31162)
  • azurerm_storage_encryption_scope - update validation for key_vault_key_id to allow managed HSM keys as input (#​31145)

BUG FIXES:

  • Data Source: azurerm_ssh_public_key - fix normalisation for public_key to avoid removing a literal EOT from the base64 encoded content (#​31249)
  • azurerm_data_protection_backup_vault - poll delete request for completion (#​31202)
  • azurerm_function_app_hybrid_connection - remove validation preventing resource import when using an elastic service plan SKU (#​31134)
  • azurerm_key_vault_key - not_before_date and expiration_date are now set into state when empty, fixing an issue where drift was not detected (#​31192)
  • azurerm_key_vault_secret - not_before_date and expiration_date are now set into state when empty, fixing an issue where drift was not detected (#​31192)
  • azurerm_kubernetes_cluster - fix drift on azure_policy_enabled when updating cluster (#​30917)
  • azurerm_kubernetes_fleet_update_run - fix a nil pointer dereference to prevent panics (#​31213)
  • azurerm_lb_nat_rule - fix an issue that prevented changing floating_ip_enabled and tcp_reset_enabled from true to false (#​31244)
  • azurerm_lb_outbound_rule - fix an issue that prevented changing tcp_reset_enabled from true to false (#​31244)
  • azurerm_lb_rule - fix an issue that prevented changing floating_ip_enabled and tcp_reset_enabled from true to false (#​31244)
  • azurerm_private_endpoint - ensure Resource Identity data is set on create to avoid Missing Resource Identity After Create errors (#​31246)
  • azurerm_resource_group - fix poller for the prevent_deletion_if_contains_resources feature, resolving an Azure eventual consistency issue (#​31253)
  • azurerm_storage_account - ensure Resource Identity data is set on create to avoid Missing Resource Identity After Create errors (#​31246)
  • azurerm_traffic_manager_profile - fix an issue that prevented changing traffic_view_enabled from true to false (#​31066)

v4.54.0

Compare Source

FEATURES:

  • New Action: azurerm_cdn_front_door_cache_purge (#​30765)
  • New Action: azurerm_data_protection_backup_instance_protect (#​31085)
  • New Action: azurerm_managed_redis_databases_flush (#​31132)
  • New Action: azurerm_mssql_execute_job (#​31095)
  • New List Resource: azurerm_network_interface (#​31012)
  • New List Resource: azurerm_network_profile (#​31127)
  • New List Resource: azurerm_network_security_group (#​31014)
  • New List Resource: azurerm_route_table (#​31015)

ENHANCEMENTS:

  • dependencies: go-azure-sdk - update to v0.20251107.1191907 (#​31095)
  • Data Source: azurerm_container_app - add support for the template.cooldown_period_in_seconds and template.polling_interval_in_seconds properties (#​29426)
  • azurerm_container_app - add support for the template.cooldown_period_in_seconds and template.polling_interval_in_seconds properties (#​29426)
  • azurerm_linux_function_app - add support for dotnet_version 10.0 (#​31007)
  • azurerm_linux_function_app_slot - add support for dotnet_version 10.0 (#​31007)
  • azurerm_linux_web_app - add support for dotnet_version 10.0 (#​31007)
  • azurerm_linux_web_app_slot - add support for dotnet_version 10.0 (#​31007)
  • azurerm_managed_redis - add support for persistence_append_only_file_backup_frequency and persistence_redis_database_backup_frequency properties (#​30964)
  • azurerm_resource_group - refactored from legacy SDK to use go-azure-sdk (#​30616)
  • azurerm_service_plan - suppress casing difference on sku_name (#​30907)
  • azurerm_storage_share_directory - Deprecate storage_share_id in favour of storage_share_url (#​28457)
  • azurerm_storage_share_file - Deprecate storage_share_id in favour of storage_share_url (#​28457)
  • azurerm_windows_function_app - add support for dotnet_version v10.0 (#​31007)
  • azurerm_windows_function_app_slot - add support for dotnet_version v10.0 (#​31007)
  • azurerm_windows_web_app - add support for dotnet_version v10.0 (#​31007)
  • azurerm_windows_web_app_slot - add support for dotnet_version v10.0 (#​31007)

BUG FIXES:

  • azurerm_orchestrated_virtual_machine_scale_set - Fix issue when using a specialized image (#​30889)
  • azurerm_virtual_network - remove RO values from update to avoid issues with API payload size limitation (#​30945)

v4.53.0

Compare Source

FEATURES:

  • New Resource: azurerm_api_management_workspace_certificate (#​30628)
  • New Resource: azurerm_mongo_cluster_firewall_rule (#​31062)

ENHANCEMENTS:

  • dependencies: automation - update to API version 2024-10-23 (#​30890)
  • dependencies: go-azure-sdk - update to v0.20251029.1173336 (#​31051)
  • dependencies: managedredis - update to API Version 2025-07-01 (#​31051)
  • dependencies: mongocluster - update to API version 2025-09-01 (#​30982)
  • azurerm_api_management_backend - add support for the circuit_breaker_rule block (#​30471)
  • azurerm_dynatrace_monitor - support for the YEARLY value in the billing_cycle property (#​31078)
  • azurerm_kubernetes_cluster_node_pool - support for the undrainable_node_behavior and max_unavailable properties (#​30563)
  • azurerm_managed_disk - support expanding Ultra Disks and Premium SSD v2 disk without downtime (#​30593)
  • azurerm_managed_redis - add support for public_network_access (#​31051)
  • azurerm_storage_table_entity - resource is now removed from state if it no longer exists in Azure (#​31064)
  • azurerm_synapse_spark_pool - add support for spark_version 3.5 (#​30900)
  • data.azurerm_postgresql_flexible_server - add support for zone and high_availability (#​31034)

BUG FIXES:

  • azurerm_dynatrace_monitor - the phone_number and country properties are no longer Required (#​31077)
  • azurerm_dynatrace_tag_rules - the log_rule.filtering_tag property is no longer required (#​31065)
  • azurerm_dynatrace_tag_rules - the metric_rule.filtering_tag property is no longer required (#​31065)
  • azurerm_kubernetes_cluster - fix crash in use of azure_active_directory_role_based_access_control (#​31101)
  • azurerm_logic_app_workflow - fix inaccurate error messages (#​30963)
  • azurerm_virtual_network_gateway - fix validation for policy_group.name and vpn_client_configuration.virtual_network_gateway_client_connection.policy_group_names (#​30454)

v4.52.0

Compare Source

NOTE: This release removes the azurerm_spatial_anchors_account resource and data source due to Azure having retired the service

FEATURES:

  • New Resource: azurerm_api_management_workspace_api_version_set (#​30498)

ENHANCEMENTS:

  • dependencies: Go updated to v1.25.3 (#​31020)
  • Data Source: azurerm_application_gateway - add support for the backend_http_settings.dedicated_backend_connection_enabled property (#​31033)
  • azurerm_application_gateway - add support for the backend_http_settings.dedicated_backend_connection_enabled property (#​31033)
  • azurerm_machine_learning_datastore_blobstorage - improve validation for storage_container_id (#​31002)
  • azurerm_machine_learning_datastore_datalake_gen2 - improve validation for storage_container_id (#​31002)
  • azurerm_windows_web_app - add support for the virtual_network_image_pull_enabled property (#​30920)
  • azurerm_windows_web_app_slot - add support for the virtual_network_image_pull_enabled property (#​30920)

BUG FIXES:

  • azurerm_container_registry_task - prevent a panic by adding a nil check (#​31043)

v4.51.0

Compare Source

FEATURES:

  • New Data Source: azurerm_oracle_resource_anchor (#​30823)
  • New Resource: azurerm_network_manager_routing_rule (#​30439)
  • New Resource: azurerm_oracle_resource_anchor (#​30823)

ENHANCEMENTS:

  • dependencies: dashboard - update to API version 2025-08-01 (#​30972)
  • dependencies: go-azure-sdk - update to v0.20251024.1223440 (#​30952)
  • dependencies: network - update to API version 2025-01-01 (#​30904)
  • azurerm_cognitive_account - add TextAnalytics to allowed kind validation for network_acls.bypass (#​30887)
  • azurerm_subnet_service_endpoint_storage_policy - add support for the /services/Azure/Databricks value in the definition.service_resources property (#​30762)

BUG FIXES:

  • Data Source: azurerm_managed_redis - fix a panic caused by a nested field access on a pointer without nil checking (#​30978)

v4.50.0

Compare Source

FEATURES:

  • New Data Source: azurerm_managed_redis (#​30060)
  • New Resource: azurerm_managed_redis (#​30060)
  • New Resource: azurerm_managed_redis_geo_replication (#​30060)

ENHANCEMENTS:

  • dependencies: go-azure-sdk update to v0.20251016.1163854 (#​30883)
  • dependencies: oracle - update to API version 2025-09-01 (#​30796)
  • Data Source: azurerm_container_app_environment - add support for the public_network_access property (#​30817)
  • azurerm_container_app_environment - add support for the public_network_access property (#​30817)
  • azurerm_mssql_job_target_group - the job_target.job_credential_id property is no longer required when database_name is not set to allow for authentication using a managed identity (#​30898)
  • azurerm_netapp_volume_resource - support for Cross Zone Region replication through the data_protection_replication block (#​30872)
  • azurerm_search_service - implement plan time error when local_authentication_enabled = false and authentication_failure_mode is set (#​30882)

BUG FIXES:

  • azurerm_mssql_database - allow existing zero or null value for auto_pause_delay_in_minutes and min_capacity of non-serverless database (#​30924)

v4.49.0

Compare Source

FEATURES:

  • New Data Source: azurerm_graph_services_account (#​30697)
  • New Data Source: azurerm_oracle_exascale_database_storage_vault (#​30043)
  • New Resource: azurerm_api_management_workspace_policy_fragment (#​30678)
  • New Resource: azurerm_oracle_exascale_database_storage_vault (#​30043)

ENHANCEMENTS:

  • Data Source: azurerm_data_protection_backup_vault - add support for the identity.identity_ids property (#​29061)
  • azurerm_consumption_budget_management_group - remove the maximum count validation for the notification block (#​29200)
  • azurerm_consumption_budget_resource_group - remove the maximum count validation for the notification block (#​29200)
  • azurerm_consumption_budget_subscription - remove the maximum count validation for the notification block (#​29200)
  • azurerm_data_protection_backup_vault - add support for the identity.identity_ids property (#​29061)
  • azurerm_data_protection_backup_vault - add support for UserAssigned and SystemAssigned, UserAssigned values to the identity.type property (#​29061)
  • azurerm_monitor_data_collection_rule - improve validation for data_sources.*.name (#​30851)
  • azurerm_search_service - support upgrading the sku based on tier (#​30842)
  • azurerm_storage_queue - support migrating from storage_account_name to storage_account_id (#​30836)

BUG FIXES:

  • azurerm_application_insights - fix an issue that caused tags to be removed when other properties were updated (#​30758)
  • azurerm_container_registry - fix the name length validation to allow 50 rather than 49 (#​30858)
  • azurerm_function_app_flex_consumption - the auth_settings block contents are now set into state when auth_settings.enabled is set to false (#​30781)
  • azurerm_linux_function_app - the auth_settings block contents are now set into state when auth_settings.enabled is set to false (#​30781)
  • azurerm_linux_function_app_slot - the auth_settings block contents are now set into state when auth_settings.enabled is set to false (#​30781)
  • azurerm_linux_web_app - the auth_settings block contents are now set into state when auth_settings.enabled is set to false (#​30781)
  • azurerm_linux_web_app_slot - the auth_settings block contents are now set into state when auth_settings.enabled is set to false (#​30781)
  • azurerm_mssql_database - fix validation for min_capacity and auto_pause_delay_in_minutes being set on non-serverless SKUs (#​30856)
  • azurerm_signalr_service_custom_certificate - remove unnecessary API requests and checks that could lead to a panic (#​30412)
  • azurerm_windows_function_app - the auth_settings block contents are now set into state when auth_settings.enabled is set to false (#​30781)
  • azurerm_windows_function_app_slot - the auth_settings block contents are now set into state when auth_settings.enabled is set to false (#​30781)
  • azurerm_windows_web_app - the auth_settings block contents are now set into state when auth_settings.enabled is set to false (#​30781)
  • azurerm_windows_web_app_slot - the auth_settings block contents are now set into state when auth_settings.enabled is set to false (#​30781)

Configuration

📅 Schedule: Branch creation - On day 1 and 15 of the month ( * * 1,15 * * ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested review from bendehaan and commjoen as code owners December 1, 2025 21:39
@renovate renovate bot added dependencies Pull requests that update a dependency file renovate labels Dec 1, 2025
@renovate renovate bot changed the title chore(deps): update terraform azurerm to v4.54.0 chore(deps): update terraform azurerm to v4.55.0 Dec 4, 2025
@renovate renovate bot force-pushed the renovate/terraform-azure branch from e7bd6bd to adae8c8 Compare December 4, 2025 21:43
@commjoen commjoen merged commit 35d82c9 into master Dec 8, 2025
16 of 17 checks passed
@commjoen commjoen deleted the renovate/terraform-azure branch December 8, 2025 07:44
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 renovate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants