Skip to content

🤖 Update Terraform azurerm to v4.71.0#100

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/azurerm-4.x
Open

🤖 Update Terraform azurerm to v4.71.0#100
renovate[bot] wants to merge 1 commit intomainfrom
renovate/azurerm-4.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Aug 8, 2025

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change
azurerm (source) required_provider minor 4.38.14.71.0

Release Notes

hashicorp/terraform-provider-azurerm (azurerm)

v4.71.0

Compare Source

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)

v4.70.0

Compare Source

FEATURES:

  • New List Resource: azurerm_storage_mover (#​32165)
  • New List Resource: azurerm_storage_mover_agent (#​32166)
  • New List Resource: azurerm_storage_mover_source_endpoint (#​32167)

ENHANCEMENTS:

  • dependencies: azurerm_synapse_managed_private_endpoint - update to API version 2021-06-01-preview (#​32153)
  • dependencies: cosmosdb/mongorbacs - update to API version 2025-10-15 (#​32164)
  • dependencies: giovanni update to v0.29.0 (#​32188)
  • dependencies: go-azure-sdk - update to v0.20260417.1195006 (#​31974)
  • azurerm_backup_policy_vm - add support for the consistency_type property (#​32203)
  • azurerm_bot_channel_directline - export the extension_key_1 and extension_key_2 properties (#​30242)
  • azurerm_bot_web_app - add support for the microsoft_app_type, microsoft_app_tenant_id, and microsoft_app_user_assigned_identity_id properties (#​30459)
  • azurerm_dashboard_grafana- add support for the sku_size property (#​31047)
  • azurerm_key_vault_key - migrate to go-azure-sdk (#​31806)
  • azurerm_machine_learning_datastore_blobstorage - improved storage account retrieval (#​32222)
  • azurerm_nat_gateway_public_ip_association - add support for IPv6 public IP addresses (#​32176)
  • azurerm_nat_gateway_public_ip_prefix_association - add support for IPv6 public IP prefixes (#​32195)
  • azurerm_postgresql_flexible_server - add support for confidential compute server type SKU (#​32209)
  • azurerm_synapse_managed_private_endpoint - migrate to go-azure-sdk (#​32153)
  • azurerm_synapse_managed_private_endpoint - add support for the fully_qualified_domain_names property (#​32153)

BUG FIXES:

  • Data Source: azurerm_storage_account_sas - fix a regression that caused missing permissions in the sas property (#​32234)
  • azurerm_container_app_environment - fix potential nil pointer dereferences to prevent panics (#​32198)

v4.69.0

Compare Source

FEATURES:

  • New List Resource: azurerm_traffic_manager_profile (#​31977)
  • New List Resource: azurerm_web_pubsub (#​32126)
  • New Resource: azurerm_automation_runtime_environment_package (#​32022)
  • New Resource: azurerm_container_app_environment_managed_certificate (#​31137)

ENHANCEMENTS:

  • dependencies: Go - update to 1.25.9 (#​32148)
  • dependencies: kubernetesconfiguration/fluxconfiguration - update to API version 2025-04-01 (#​32080)
  • Data Source: azurerm_kubernetes_cluster_node_pool - export the node_image_version property (#​32108)
  • Data Source: azurerm_storage_account_blob_container_sas - expand permissions block to include new fields (#​32149)
  • Data Source: azurerm_storage_account_sas - expand permissions block to include new fields (#​32149)
  • Data Source: azurerm_storage_share - export the rbac_scope_id property (#​31194)
  • azurerm_bot_channels_registration - add support for the microsoft_app_type, microsoft_app_tenant_id, and microsoft_app_user_assigned_identity_id properties (#​30457)
  • azurerm_cdn_frontdoor_route - the cdn_frontdoor_origin_ids property is now optional, allowing users to use the depends_on meta-argument instead (#​29350)
  • azurerm_cognitive_deployment - the rai_policy_name property is now Optional + Computed as Azure returns a value when not set in the creation request (#​32131)
  • azurerm_container_app - add support for identity_id property in custom_scale_rule block (#​29777)
  • azurerm_key_vault - added object-name max length validation for all key vault entries (keys, secrets, certs, etc) (#​30665)
  • azurerm_kubernetes_cluster_node_pool - export the node_image_version property (#​32108)
  • azurerm_kubernetes_flux_configuration - the git_repository.provider property now supports GitHub (#​32080)
  • azurerm_monitor_scheduled_query_rules_alert_v2 - add support for email_subject within action block (#​32132)
  • azurerm_storage_share - export the rbac_scope_id property (#​31194)

BUG FIXES:

  • azurerm_linux_virtual_machine - parse os_managed_disk_id insensitively as Azure returns static segments cased inconsistently (#​32145)
  • azurerm_private_dns_resolver_inbound_endpoint - the ip_configurations.private_ip_address, ip_configurations.private_ip_allocation_method, and ip_configurations.subnet_id properties are now ForceNew as the API does not allow updating these values (#​31088)

v4.68.0

Compare Source

FEATURES:

  • New Data Source: azurerm_managed_devops_pool (#​28325)
  • New List Resource: azurerm_private_dns_cname_record (#​31833)
  • New Resource: azurerm_data_protection_backup_instance_data_lake_storage (#​32044)
  • New Resource: azurerm_managed_devops_pool (#​28325)

ENHANCEMENTS:

  • dependencies: go-azure-sdk - upgrade to v0.20260407.1111603 (#​32112)
  • Data Source: azurerm_bastion_host - export private_only_enabled (#​32042)
  • Data Source: azurerm_key_vault - improve validation for the name field to prevent apply time errors (#​30453)
  • Data Source: azurerm_mssql_managed_instance - add support for the general_purpose_v2_enabled property (#​29303)
  • azurerm_app_configuration_feature - Add support for custom_filter (#​30160)
  • azurerm_bastion_host - add support for a "Private-only" deployment and export private_only_enabled (#​32042)
  • azurerm_cosmosdb_account - add support for the EnableFabricNetworkAclBypass capability (#​31836)
  • azurerm_key_vault - improve validation for the name field to prevent apply time errors (#​30453)
  • azurerm_kubernetes_cluster - changing oidc_issuer_enabled from true to false now forces resource recreation as the API does not support this (#​32117)
  • azurerm_kubernetes_cluster_node_pool - lock on subnet ID instead of subnet name to prevent unnecessary serialization (#​32001)
  • azurerm_mssql_managed_instance - export the general_purpose_v2_enabled property (#​29303)
  • azurerm_netapp_volume - add support for data_protection_advanced_ransomware (#​32099)
  • azurerm_private_endpoint - the request_message and is_manual_connection properties are now validated at plan time (#​31705)
  • azurerm_storage_account - the is_hns_enabled property is now validated at plan time (#​30536)

BUG FIXES:

  • azurerm_databricks_workspace - fix the update behaviour for the access_connector_id property (#​32025)
  • azurerm_function_app_flex_consumption - add locking on virtual_network_subnet_id to prevent conflicts if the same subnet is used for multiple deployments (#​32091)
  • azurerm_kubernetes_cluster - fix an issue that prevented oidc_issuer_enabled = false from being set on create (#​32117)
  • azurerm_kubernetes_cluster - fix a diff caused by Azure's default value for oidc_issuer_enabled changing in AKS 1.34+ (#​32117)
  • azurerm_public_ip - domain_name_label, reverse_fqdn, domain_name_label_scope can now be set to empty (#​31699)
  • azurerm_resource_group - fix parallelism issue in create_poller (#​32123)
  • azurerm_storage_account - Remove TLS1_3 as a valid value for min_tls_version (#​32072)

v4.67.0

Compare Source

FEATURES:

  • New List Resource: azurerm_storage_sync (#​31995)
  • New Resource: azurerm_data_protection_backup_policy_data_lake_storage (#​31179)
  • New Resource: azurerm_eventgrid_namespace_topic (#​30104)
  • New Resource: azurerm_kubernetes_cluster_deployment_safeguard (#​31670)
  • New Resource: azurerm_resource_provider_feature_registration (#​28303)

ENHANCEMENTS:

  • dependencies: go-azure-sdk - upgrade to v0.20260326.1151219 (#​32047)
  • dependencies: storage - update to API version 2025-06-01 (#​32071)
  • Data Source: azurerm_application_gateway - export the backend, listener, and routing_rule properties (#​30376)
  • Data Source: azurerm_logic_app_standard - export the site_config.ip_restriction_default_action property (#​31816)
  • Data Source: azurerm_mssql_elasticpool - export the high_availability_replica_count property (#​31761)
  • azurerm_application_gateway - add support for the backend, listener, and routing_rule properties (#​30376)
  • azurerm_kubernetes_cluster - add support for the Ubuntu2404 OS SKU (#​32070)
  • azurerm_kubernetes_cluster - improve validation for network_profile.0.advanced_networking (#​31497)
  • azurerm_kubernetes_cluster_node_pool - add support for the Ubuntu2404 OS SKU (#​32070)
  • azurerm_kusto_attached_database_configuration - add support for the database_name_override, database_name_prefix, sharing.functions_to_exclude, and sharing.functions_to_include properties (#​31470)
  • azurerm_logic_app_standard - add support for the site_config.scm_ip_restriction_default_action property (#​32043)
  • azurerm_logic_app_standard - add support for the site_config.ip_restriction_default_action property (#​31816)
  • azurerm_mssql_elasticpool - add support for the high_availability_replica_count property (#​31761)
  • azurerm_nat_gateway - add support for the StandardV2 SKU (#​31197)
  • azurerm_public_ip - add support for the StandardV2 SKU (#​31197)
  • azurerm_public_ip_prefix - add support for the StandardV2 SKU (#​31197)

BUG FIXES:

  • azurerm_backup_policy_vm - fix the Update function to properly set all timestamps when any of backup.time, retention_daily, retention_weekly, retention_montly, or retention_yearly change (#​31969)
  • azurerm_cosmosdb_account - fix an API error caused by backup.interval_in_minutes and backup.retention_in_hours being set to 0 in the API payload when not defined in config (#​32037)
  • azurerm_machine_learning_compute_instance - fix setting node_public_ip_enabled into state (#​31725)
  • azurerm_search_service - mark query_keys.key value as sensitive (#​32053) (#​32053)

v4.66.0

Compare Source

FEATURES:

  • New Data Source: azurerm_container_app_environment_storage (#​32007)
  • New List Resource: azurerm_video_indexer_account (#​31978)

ENHANCEMENTS:

  • dependencies: Go - upgrade to version 1.25.8 (#​31907)
  • azurerm_bastion_host - Upgrade API to 2025-01-01 (#​32030)
  • azurerm_kubernetes_cluster - add support for migration from Azure or Kubenet CNI to Azure CNI Overlay (#​30959)
  • azurerm_search_service: add support for endpoint attribute (#​32010)
  • cognitive_account_rai_blocklist_resource - add support for the tags property (#​31871)

BUG FIXES:

  • azurerm_container_app - fix failure_count_threshold validation values for container app probes (#​31989)
  • azurerm_linux_function_app_slot - fix API error when removing auth_settings_v2 configuration from a previously deployed appservice slot (#​32008)
  • azurerm_linux_web_app_slot - fix API error when removing auth_settings_v2 configuration from a previously deployed appservice slot (#​32008)
  • azurerm_log_analytics_workspace - preserve default value of local_authentication_enabled (#​32004)
  • azurerm_windows_function_app_slot - fix API error when removing auth_settings_v2 configuration from a previously deployed appservice slot (#​32008)
  • azurerm_windows_web_app_slot - fix API error when removing auth_settings_v2 configuration from a previously deployed appservice slot (#​32008)

v4.65.0

Compare Source

ENHANCEMENTS:

  • dependencies: go-azure-sdk - update to v0.20260312.1165223
  • azurerm_federated_identity_credential - the parent_id property has been renamed to user_assigned_identity_id (#​31921)

BUG FIXES:

  • azurerm_kubernetes_cluster_node_pool - max_surge and max_unavailable are no longer required for spot node pools (#​31129)
  • azurerm_log_analytics_workspace_table - fix validation for basic plan (#​30925)
  • azurerm_managed_disk - fix nil pointer dereference when updating disk_access_id (#​31955)

v4.64.0

Compare Source

FEATURES:

ENHANCEMENTS:

  • dependencies: containerservice - partial upgrade to API version 2025-03-01 (#​31838)
  • dependencies: containerservice - partial upgrade to API version 2025-10-01 (#​31401)
  • dependencies: paloalto - update to API version 2025-10-08 (#​31570)
  • Data Source: azurerm_kubernetes_cluster - export the bootstrap_profile and network_profile.outbound_type attributes (#​30983)
  • azurerm_subnet - add support for the PureStorage.Block/storagePools value in the delegation.service_delegation.name property (#​31878)
  • azurerm_virtual_network - add support for the PureStorage.Block/storagePools value in the subnet.delegation.service_delegation.name property (#​31878)

BUG FIXES:

  • azurerm_purview_account - use correct API values for identity type (#​31905) (#​31905)
  • azurerm_recovery_services_vault - skip request to modify soft delete state for vaults that are currently set to AlwaysON due to Azure's new secure-by-default policy
  • azurerm_resource_provider_registration - add additional polling logic to prevent errors due to inconsistent API behaviour (#​31909)

v4.63.0

Compare Source

FEATURES:

  • provider: added the enhanced_validation block with the locations and resource_providers properties to replace the ARM_PROVIDER_ENHANCED_VALIDATION environment variable (#​31678)

ENHANCEMENTS:

  • azurerm_site_recovery_replicated_vm- add support for PremiumV2_LRS in the target_replica_disk_type property (#​31890)

BUG FIXES:

  • azurerm_analysis_services_server - fix an issue that prevented creation of the resource with power_bi_service_enabled set to false and one or more ipv4_firewall_rule blocks defined (#​31870)
  • azurerm_analysis_services_server - fix an issue that prevented adding or removing ipv4_firewall_rule blocks without also modifying power_bi_service_enabled (#​31870)
  • azurerm_linux_web_app, azurerm_windows_web_app, azurerm_windows_function_app, azurerm_linux_function_app, azurerm_function_app_flex_consumption - fix API error when removing auth_settings_v2 configuration from a previously deployed appservice (#​31821) (#​31821)
  • dependencies: dataprotection - downgrade to API version 2025-07-01 due to new validation introduced by Azure on 2025-09-01 that is blocking deployments (#​31877)

v4.62.1

Compare Source

BUG FIXES:

  • azurerm_data_factory - fix removal of customer_managed_key_identity_id to no longer send an empty string to Azure, instead sending an empty object (#​31858)
  • azurerm_data_factory_customer_managed_key - fix a persistent ID parsing error on user_assigned_identity_id when Azure returned an empty string (#​31858)
  • azurerm_data_factory_customer_managed_key - fix removal of user_assigned_identity_id to no longer send an empty string to Azure, instead sending an empty object (#​31858)
  • azurerm_linux_function_app_slot - fix an issue that prevented users from deploying a slot to a container-based function app (#​31842)

v4.62.0

Compare Source

FEATURES:

  • New List Resource: azurerm_network_ddos_protection_plan (#​31768)
  • New List Resource: azurerm_private_dns_a_record (#​31785)
  • New List Resource: azurerm_private_endpoint (#​31769)
  • New List Resource: azurerm_redis_cache (#​31770)
  • New List Resource: azurerm_redis_firewall_rule (#​31770)
  • New List Resource: azurerm_route (#​31760)
  • New List Resource: azurerm_mssql_elasticpool (#​31736)
  • New List Resource: azurerm_mssql_virtual_machine (#​31737)

ENHANCEMENTS:

  • dependencies: databricks - update to API version 2026-01-01 (#​31654)
  • dependencies: dataprotection - update to API version 2025-09-01 (#​31402)
  • azurerm_dashboard_grafana - add support for the 12 value in the grafana_major_version property and remove the deprecated 10 value (#​31653)
  • azurerm_linux_function_app - add support for 25 in the java_version property (#​31096)
  • azurerm_linux_web_app - add support for 3.14 in the python_version property (#​31826)
  • azurerm_linux_web_app - add support for 25 in the java_version property (#​31096)
  • azurerm_linux_web_app_slot - add support for 3.14 in the python_version property (#​31826)
  • azurerm_windows_function_app - add support for 25 in the java_version property (#​31096)
  • azurerm_windows_web_app - add support for 25 in the java_version property (#​31096)

BUG FIXES:

  • azurerm_container_app_job - fix an issue where template.container.startup_probe.initial_delay and template.container.readiness_probe.initial_delay were not set in the API request (#​31796)

v4.61.0

Compare Source

FEATURES:

  • New List Resource: azurerm_application_gateway (#​31749)
  • New List Resource: azurerm_application_security_group (#​31742)
  • New List Resource: azurerm_firewall and azurerm_firewall_policy (#​31734)
  • New List Resource: azurerm_firewall_policy_rule_collection_group (#​31741)
  • New List Resource: azurerm_ip_group (#​31740)
  • New List Resource: azurerm_mssql_database (#​31735)
  • New List Resource: azurerm_mssql_job_agent (#​31738)
  • New List Resource: azurerm_mssql_server (#​31650)
  • New List Resource: azurerm_nat_gatway (#​31764)
  • New List Resource: azurerm_network_security_rule (#​31748)
  • New List Resource: azurerm_public_ip (#​31762)
  • New List Resource: azurerm_web_application_firewall_policy (#​31758)

ENHANCEMENTS:

  • dependencies: go update to 1.25.5
  • dependencies: go-azure-sdk - update to v0.20260212.1143955
  • azurerm_managed_redis - sku_name can now be updated (#​31203)
  • azurerm_managed_redis - default_database must be specified when creating a new resource (#​31724)
  • azurerm_point_to_site_vpn_gateway - connection_configuration.x.internet_security_enabled can now be updated (#​31733)
  • azurerm_security_center_storage_defender - update to API version 2025-06-01 (#​31759)

BUG FIXES:

  • azurerm_managed_redis_geo_replication - fix an issue that prevented linking 3 or more clusters (#​31385)
  • azurerm_signalr_service - fix setting default values into state, preventing diffs on import for connectivity_logs_enabled, http_request_logs_enabled, and messaging_logs_enabled (#​31566)

v4.60.0

Compare Source

FEATURES:

  • New Data Source: azurerm_cognitive_account_project (#​31605)
  • New Data Source: azurerm_managed_redis_access_policy_assignment (#​30980)
  • New Data Source: azurerm_oracle_database_system_versions (#​31001)
  • New Resource: azurerm_api_management_workspace_named_value (#​31299)
  • New List Resource: azurerm_cognitive_account (#​31624)
  • New Resource: azurerm_data_factory_linked_service_sql_managed_instance (#​30896)
  • New Resource: azurerm_managed_redis_access_policy_assignment (#​30980)
  • New List Resource: azurerm_mysql_flexible_database, azurerm_mysql_flexible_server_firewall_rule, azurerm_mysql_flexible_server_configuration - includes addition of Identity (#​31646) (#​31646)
  • New List Resource: azurerm_service_plan (#​31610)

ENHANCEMENTS:

  • dependencies: containerinstance - update to API version 2025-09-01 (#​31640)
  • dependencies: storagemover - update to API version 2025-07-01 (#​31587)
  • Data Source: azurerm_container_app - add support for the read_secrets property allowing users to skip secret retrieval that may trigger authorization errors (#​31199)
  • azurerm_application_gateway - add support for 2.2 to waf_configuration.rule_set_version (#​31674)
  • azurerm_application_gateway - add support for MS-ThreatIntel-XSS to waf_configuration.disabled_rule_group.rule_group_name (#​31674)
  • azurerm_express_route_port - add support for GcmAesXpn128 and GcmAesXpn256 ciphers to link*.macsec_cipher (#​30240)
  • azurerm_postgresql_flexible_server - add support for cluster (#​31315)
  • azurerm_web_application_firewall_policy - add support for 2.2 to managed_rules.managed_rule_set.version and managed_rules.exclusion.excluded_rule_set.version (#​31674)
  • azurerm_web_application_firewall_policy - add support for MS-ThreatIntel-XSS to managed_rules.managed_rule_set.rule_group_override.rule_group_name and managed_rules.exclusion.excluded_rule_set.rule_group.rule_group_name (#​31674)
  • provider: the subscription_id property can now be populated based on the az CLI (#​30251)

BUG FIXES:

  • azurerm_express_route_port - fix an issue that caused identity to be removed when updating unrelated properties (#​30240)
  • azurerm_federated_identity_credential - the id is now built using the resource group name segment from the parent_id preventing unexpected 404 statuses (#​30860)
  • azurerm_kubernetes_cluster - fixed capacity_reservation_group_id loss during node pool cycling (#​30654)
  • azurerm_monitor_aad_diagnostic_setting - add polling as a workaround to an eventual consistency issue (#​31123)
  • list.azurerm_private_dns_zone - fix context handling resolving an issue where this list resources never returned results (#​31719)

v4.59.0

Compare Source

ENHANCEMENTS:

  • dependencies: go-azure-sdk - update to v0.20260129.1200123 (#​31621)
  • azurerm_automation_runbook - add support for the runtime_environment_name property (#​30992)
  • azurerm_kusto_eventgrid_data_connection - update validation for eventhub_consumer_group_name to allow $Default as input (#​31551)
  • azurerm_linux_function_app - add support for 3.14 to site_config.application_stack.python_version (#​31195)
  • azurerm_linux_function_app_slot - add support for 3.14 to site_config.application_stack.python_version (#​31195)
  • azurerm_netapp_volume_group_sap_hana_resource - add support for zone, encryption_key_source, key_vault_private_endpoint_id, and network_features (#​31603)
  • azurerm_user_assigned_identity - add support for the isolation_scope property (#​31216)

BUG FIXES:

  • azurerm_kubernetes_cluster - thenetwork_policy property now allows updating from calico to cilium (#​31627)
  • azurerm_logic_app_trigger_http_request - fix an issue that prevented importing existing resources due to empty trigger inputs (#​31433)
  • azurerm_mssql_database - fix validation for min_capacity and auto_pause_delay_in_minutes (#​31690)

v4.58.0

Compare Source

FEATURES:

  • New Data Source: azurerm_network_security_perimeter (#​31356)
  • New Data Source: azurerm_network_security_perimeter_profile (#​31356)
  • New Resource: azurerm_network_security_perimeter (#​31356)
  • New Resource: azurerm_network_security_perimeter_access_rule (#​31356)
  • New Resource: azurerm_network_security_perimeter_association (#​31356)
  • New Resource: azurerm_network_security_perimeter_profile (#​31356)
  • New List Resource: azurerm_resource_group (#​31270)

ENHANCEMENTS:

  • dependencies: go-azure-sdk - update to v0.20251219.1184026 (#​31397)
  • azurerm_backup_policy_file_share - add support for backup_tier and snapshot_retention_in_days (#​29243)
  • azurerm_cosmosdb_cassandra_cluster - version now supports 4.1 and 5.0 (#​31424)
  • azurerm_function_app_flex_consumption - the maximum_instance_count property now allows values from 1 - 1000 (#​31392)
  • azurerm_kubernetes_cluster - network_data_plane and network_policy now support updating to cilium (#​30958)
  • azurerm_kusto_eventhub_data_connection - add support for retrieval_start_date (#​31445)
  • azurerm_kusto_iothub_data_connection - add support for retrieval_start_date (#​31413)
  • azurerm_kusto_script - add support for script_level and principal_permissions_action (#​31403)
  • azurerm_linux_function_app - add support for 24 to site_config.application_stack.node_version (#​31098)
  • azurerm_linux_function_app_slot - add support for 24 to site_config.application_stack.node_version (#​31098)
  • azurerm_linux_web_app - add support for 24-lts to site_config.application_stack.node_version (#​31098)
  • azurerm_linux_web_app_slot - add support for 24-lts to site_config.application_stack.node_version (#​31098)
  • azurerm_mssql_managed_instance - increase storage_size_in_gb maximum to 32768 (#​31387)
  • azurerm_netapp_volume_group_oracle - service_level now supports Flexible (#​31508)
  • azurerm_netapp_volume_group_sap_hana - service_level now supports Flexible (#​31508)
  • azurerm_network_manager_routing_configuration - add support for the route_table_usage_mode property (#​31463)
  • azurerm_windows_function_app - add support for ~24 to site_config.application_stack.node_version (#​31248)
  • azurerm_windows_function_app_slot - add support for ~24 to site_config.application_stack.node_version (#​31248)
  • data.azurerm_container_registry - admin_password is now sensitive (#​31428)

BUG FIXES:

  • azurerm_api_management - fix an issue that prevented updates to hostname_configuration.*.key_vault_certificate_id (#​31534)
  • azurerm_api_management_custom_domain - fix an issue that prevented updates to [management|portal|developer_portal|scm|gateway].key_vault_certificate_id (#​31534)
  • azurerm_container_app_custom_domain - no longer error during read when container app is deleted outside of Terraform (#​31523)
  • azurerm_databricks_workspace - removed a legacy workaround that prevented apply operations from succeeding when managed_disk_cmk_rotation_to_latest_version_enabled and tags were updated simultaneously (#​31509)
  • azurerm_storage_account - can now update a Storage Standard ZRS account (#​31431)
  • clients - fix correlation id across many clients (#​31368)

v4.57.0

Compare Source

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

Compare Source

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 mana

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

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

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update 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 force-pushed the renovate/azurerm-4.x branch from ed56966 to 1d5e188 Compare August 14, 2025 18:14
@renovate renovate Bot changed the title 🤖 Update Terraform azurerm to v4.39.0 🤖 Update Terraform azurerm to v4.40.0 Aug 14, 2025
@renovate renovate Bot changed the title 🤖 Update Terraform azurerm to v4.40.0 🤖 Update Terraform azurerm to v4.41.0 Aug 21, 2025
@renovate renovate Bot force-pushed the renovate/azurerm-4.x branch from 1d5e188 to f3b8bbd Compare August 21, 2025 22:31
@renovate renovate Bot changed the title 🤖 Update Terraform azurerm to v4.41.0 🤖 Update Terraform azurerm to v4.42.0 Aug 31, 2025
@renovate renovate Bot force-pushed the renovate/azurerm-4.x branch from f3b8bbd to fdbec2d Compare August 31, 2025 08:58
@renovate renovate Bot changed the title 🤖 Update Terraform azurerm to v4.42.0 🤖 Update Terraform azurerm to v4.43.0 Sep 5, 2025
@renovate renovate Bot force-pushed the renovate/azurerm-4.x branch from fdbec2d to 9c42dba Compare September 5, 2025 03:45
@renovate renovate Bot changed the title 🤖 Update Terraform azurerm to v4.43.0 🤖 Update Terraform azurerm to v4.44.0 Sep 13, 2025
@renovate renovate Bot force-pushed the renovate/azurerm-4.x branch 2 times, most recently from 92f8b69 to 1a3f8d3 Compare September 19, 2025 02:27
@renovate renovate Bot changed the title 🤖 Update Terraform azurerm to v4.44.0 🤖 Update Terraform azurerm to v4.45.0 Sep 19, 2025
@renovate renovate Bot changed the title 🤖 Update Terraform azurerm to v4.45.0 🤖 Update Terraform azurerm to v4.45.1 Sep 23, 2025
@renovate renovate Bot force-pushed the renovate/azurerm-4.x branch 2 times, most recently from 97b57e1 to 23ff475 Compare September 26, 2025 02:37
@renovate renovate Bot changed the title 🤖 Update Terraform azurerm to v4.45.1 🤖 Update Terraform azurerm to v4.46.0 Sep 26, 2025
@renovate renovate Bot force-pushed the renovate/azurerm-4.x branch from 23ff475 to 6166d89 Compare October 2, 2025 18:31
@renovate renovate Bot changed the title 🤖 Update Terraform azurerm to v4.46.0 🤖 Update Terraform azurerm to v4.47.0 Oct 2, 2025
@renovate renovate Bot changed the title 🤖 Update Terraform azurerm to v4.47.0 🤖 Update Terraform azurerm to v4.48.0 Oct 14, 2025
@renovate renovate Bot force-pushed the renovate/azurerm-4.x branch from 6166d89 to 5d7e7d7 Compare October 14, 2025 15:54
@renovate renovate Bot changed the title 🤖 Update Terraform azurerm to v4.48.0 🤖 Update Terraform azurerm to v4.49.0 Oct 16, 2025
@renovate renovate Bot force-pushed the renovate/azurerm-4.x branch from 5d7e7d7 to 2951591 Compare October 16, 2025 22:26
@renovate renovate Bot changed the title 🤖 Update Terraform azurerm to v4.49.0 🤖 Update Terraform azurerm to v4.50.0 Oct 23, 2025
@renovate renovate Bot force-pushed the renovate/azurerm-4.x branch from 2951591 to 84b21a6 Compare October 23, 2025 21:57
@renovate renovate Bot changed the title 🤖 Update Terraform azurerm to v4.50.0 🤖 Update Terraform azurerm to v4.51.0 Oct 30, 2025
@renovate renovate Bot force-pushed the renovate/azurerm-4.x branch from 84b21a6 to 2ab0afe Compare October 30, 2025 21:37
@renovate renovate Bot force-pushed the renovate/azurerm-4.x branch from 2ab0afe to 06fca89 Compare November 7, 2025 02:58
@renovate renovate Bot changed the title 🤖 Update Terraform azurerm to v4.51.0 🤖 Update Terraform azurerm to v4.52.0 Nov 7, 2025
@renovate renovate Bot force-pushed the renovate/azurerm-4.x branch from 06fca89 to 86cadd1 Compare November 15, 2025 01:04
@renovate renovate Bot changed the title 🤖 Update Terraform azurerm to v4.52.0 🤖 Update Terraform azurerm to v4.53.0 Nov 15, 2025
@renovate renovate Bot force-pushed the renovate/azurerm-4.x branch from a3c48aa to 16821dc Compare January 23, 2026 00:49
@renovate renovate Bot changed the title 🤖 Update Terraform azurerm to v4.58.0 🤖 Update Terraform azurerm to v4.59.0 Feb 6, 2026
@renovate renovate Bot force-pushed the renovate/azurerm-4.x branch 2 times, most recently from 65d5d30 to 6cdbb6a Compare February 12, 2026 21:49
@renovate renovate Bot changed the title 🤖 Update Terraform azurerm to v4.59.0 🤖 Update Terraform azurerm to v4.60.0 Feb 12, 2026
@renovate renovate Bot force-pushed the renovate/azurerm-4.x branch from 6cdbb6a to f45e716 Compare February 20, 2026 01:46
@renovate renovate Bot changed the title 🤖 Update Terraform azurerm to v4.60.0 🤖 Update Terraform azurerm to v4.61.0 Feb 20, 2026
@renovate renovate Bot force-pushed the renovate/azurerm-4.x branch from f45e716 to 2e59bad Compare February 27, 2026 00:34
@renovate renovate Bot changed the title 🤖 Update Terraform azurerm to v4.61.0 🤖 Update Terraform azurerm to v4.62.0 Feb 27, 2026
@renovate renovate Bot force-pushed the renovate/azurerm-4.x branch from 2e59bad to 3dd6561 Compare March 2, 2026 18:17
@renovate renovate Bot changed the title 🤖 Update Terraform azurerm to v4.62.0 🤖 Update Terraform azurerm to v4.62.1 Mar 2, 2026
@renovate renovate Bot force-pushed the renovate/azurerm-4.x branch from 3dd6561 to 430c647 Compare March 6, 2026 00:48
@renovate renovate Bot changed the title 🤖 Update Terraform azurerm to v4.62.1 🤖 Update Terraform azurerm to v4.63.0 Mar 6, 2026
@renovate renovate Bot force-pushed the renovate/azurerm-4.x branch from 430c647 to 5e9d15d Compare March 13, 2026 02:07
@renovate renovate Bot changed the title 🤖 Update Terraform azurerm to v4.63.0 🤖 Update Terraform azurerm to v4.64.0 Mar 13, 2026
@renovate renovate Bot force-pushed the renovate/azurerm-4.x branch from 5e9d15d to cbce60f Compare March 19, 2026 21:16
@renovate renovate Bot changed the title 🤖 Update Terraform azurerm to v4.64.0 🤖 Update Terraform azurerm to v4.65.0 Mar 19, 2026
@renovate renovate Bot force-pushed the renovate/azurerm-4.x branch from cbce60f to 01db174 Compare March 26, 2026 21:06
@renovate renovate Bot changed the title 🤖 Update Terraform azurerm to v4.65.0 🤖 Update Terraform azurerm to v4.66.0 Mar 26, 2026
@renovate renovate Bot force-pushed the renovate/azurerm-4.x branch from 01db174 to c14f776 Compare April 2, 2026 21:20
@renovate renovate Bot changed the title 🤖 Update Terraform azurerm to v4.66.0 🤖 Update Terraform azurerm to v4.67.0 Apr 2, 2026
@renovate renovate Bot force-pushed the renovate/azurerm-4.x branch from c14f776 to 4cc99ea Compare April 9, 2026 18:54
@renovate renovate Bot changed the title 🤖 Update Terraform azurerm to v4.67.0 🤖 Update Terraform azurerm to v4.68.0 Apr 9, 2026
@renovate renovate Bot force-pushed the renovate/azurerm-4.x branch from 4cc99ea to b46d0f0 Compare April 16, 2026 19:46
@renovate renovate Bot changed the title 🤖 Update Terraform azurerm to v4.68.0 🤖 Update Terraform azurerm to v4.69.0 Apr 16, 2026
@renovate renovate Bot force-pushed the renovate/azurerm-4.x branch from b46d0f0 to 3d275ac Compare April 23, 2026 22:12
@renovate renovate Bot changed the title 🤖 Update Terraform azurerm to v4.69.0 🤖 Update Terraform azurerm to v4.70.0 Apr 23, 2026
@renovate renovate Bot force-pushed the renovate/azurerm-4.x branch from 3d275ac to de062f5 Compare April 30, 2026 21:12
@renovate renovate Bot changed the title 🤖 Update Terraform azurerm to v4.70.0 🤖 Update Terraform azurerm to v4.71.0 Apr 30, 2026
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