Skip to content

v3.71.0

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Aug 02:15
· 2778 commits to main since this release
90b8716

BREAKING CHANGES:

  • App Service win32_status property - Due to a change made in the service to the underlying type of the Auto Heal property win32_status combined with a prior bug (in v3.62.1 and earlier) causing the value of this property to be stored incorrectly in state as an empty string, the value of this property could not be updated or state migrated to accommodate the necessary type change in the state. This results in the resources named above returning an error of a number is needed when decoding the state for this value. Unfortunately, this is a breaking change and will require users of this field to change their Terraform Configuration. The field win32_status has been replaced by win32_status_code (this remains an int, as in 3.63.0 onwards) for azurerm_linux_web_app, azurerm_linux_web_app_slot, azurerm_windows_web_app, azurerm_windows_web_app_slot resources. (#23075)

FEATURES:

  • New Resource: azurerm_databricks_workspace_root_dbfs_customer_managed_key (#22579)

ENHANCEMENTS:

  • dependencies: updating to v0.20230824.1130652 of github.com/hashicorp/go-azure-sdk (#23076)
  • trafficmanager: updating to use the transport layer from hashicorp/go-azure-sdk rather than Azure/go-autorest (#22579)
  • webpubsub: updating to use the transport layer from hashicorp/go-azure-sdk rather than Azure/go-autorest (#22579)
  • automation: upgrade remaining resources to 2022-08-08 (#22989)
  • azurerm_storage_management_policy - move to hashicorp/go-azure-sdk (#23035)
  • Data Source: azurerm_disk_encryption_set - support for the identity block (#23005)
  • azurerm_container_group - support for the sku and (init_)container.*.security properties (#23034)
  • azurerm_kubernetes_cluster - extend allowed ranges for various sysctl_config attribute ranges (#23077)
  • azurerm_kubernetes_cluster_node_pool - extend allowed ranges for various sysctl_config attribute ranges (#23077)
  • azurerm_kubernetes_cluster - clusters can be updated to use the cilium dataplane by setting the value in ebpf_data_plane (#22952)
  • azurerm_linux_virtual_machine_scale_set - cancel rolling upgrades that are in progress before destroying the resource (#22991)
  • azurerm_servicebus_namespace - support for network_rule_set block (#23057)
  • azurerm_windows_virtual_machine_scale_set - cancel rolling upgrades that are in progress before destroying the resource (#22991)
  • azurerm_synapse_spark_pool - support addtional values for the node_size_family property (#23040)

BUG FIXES:

  • azurerm_api_management_policy - fixes an error caused by a migration (#23018)
  • azurerm_kubernetes_cluster - deprecate public_network_access_enabled and prevent sending it to the API since it isn't functional (#22478)