Skip to content

Latest commit

 

History

History
115 lines (88 loc) · 11.9 KB

CHANGELOG.md

File metadata and controls

115 lines (88 loc) · 11.9 KB

3.72.0 (Unreleased)

FEATURES:

  • Provider Feature: subscription cancellation on destroy can now be disabled via the provider features block [GH-19936]
  • New Data Source: netapp_volume_quota_rule [GH-23042]
  • New Resource: azurerm_automation_python3_package [GH-23087]
  • New Resource: netapp_volume_quota_rule [GH-23042]

ENHANCEMENTS:

  • dependencies: updating to v0.20230901.1104643 of github.com/hashicorp/go-azure-sdk [GH-23153]
  • containerapps: updating to API Version 2023-05-01 [GH-22804]
  • keyvault: upgrade remaining resources to 2023-02-01 [GH-23089]
  • redisenterprise: updating to API Version 2023-07-01 [GH-23178]
  • internal/sdk: typed resources using a custom importer now get a timed context [GH-23081]
  • azurerm_batch_pool - support for automatic_upgrade_enabled [GH-23021]
  • azurerm_container_app_environment - support for the dapr_application_insights_connection_string [GH-23080]
  • azurerm_cosmosdb_cassandra_datacenter - refactoring to use hashicorp/go-azure-sdk [GH-23110]
  • azurerm_cosmosdb_cassandra_datacenter - updating to API Version 2023-04-15 [GH-23110]
  • azurerm_monitor_diagnostic_setting - deprecating retention_policy within enabled_log [GH-23029]
  • azurerm_postgresql_database - collation can now be set to English_United Kingdom.1252 [GH-23171]
  • azurerm_postgresql_flexible_database - collation can now be set to English_United Kingdom.1252 [GH-23171]
  • azurerm_postgresql_flexible_server - support for the auto_grow_enabled property [GH-23069]
  • azurerm_resource_provider_registration - refactoring to use hashicorp/go-azure-sdk [GH-23072]
  • azurerm_virtual_network_gateway - increasing the default timeout for create to 90m [GH-23003]
  • azurerm_virtual_hub_connection - support for inbound_route_map_id, outbound_route_map_id, and static_vnet_local_route_override_criteria properties [GH-23049]

BUG FIXES:

  • azurerm_automation_account - fixes logic for local_authentication_enabled [GH-23082]
  • azurerm_monitor_diagnostic_setting - fix enabled_log feature flagged schema [GH-23093]
  • azurerm_pim_active_role_assignment: polling for the duration of the timeout, rather than a fixed 5 minute value [GH-22932]
  • azurerm_policy_set_definition - only sending parameters when a value is configured [GH-23155]
  • azurerm_synapse_workspace - fixes index out-of-range panic when parsing storage_data_lake_gen2_filesystem_id [GH-23019]
  • machine_learning_datastore_* - fixes container ids [GH-23140]

3.71.0 (August 24, 2023)

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)

3.70.0 (August 17, 2023)

FEATURES:

  • New Resource: azurerm_mssql_virtual_machine_availability_group_listener (#22808)
  • New Resource: azurerm_mssql_virtual_machine_group (#22808)

ENHANCEMENTS:

  • dependencies: updating to v0.20230815.1165905 of github.com/hashicorp/go-azure-sdk (#22981)
  • apimanagement: updating to use hashicorp/go-azure-sdk (#22783)
  • cosmos: updating to use the base layer from hashicorp/go-azure-sdk rather than Azure/go-autorest (#22874)
  • devtestlabs: updating to use the base layer from hashicorp/go-azure-sdk rather than Azure/go-autorest (#22981)
  • policy: updating to use the base layer from hashicorp/go-azure-sdk rather than Azure/go-autorest (#22874)
  • postgresql: updating to use the base layer from hashicorp/go-azure-sdk rather than Azure/go-autorest (#22874)
  • recoveryservices: updating to use the base layer from hashicorp/go-azure-sdk rather than Azure/go-autorest (#22874)
  • resources: updating to use the base layer from hashicorp/go-azure-sdk rather than Azure/go-autorest (#22874)
  • storage: updating Storage Account and Storage Blob Container to use Common IDs to enable migrating to hashicorp/go-azure-sdk in the future (#22915)
  • Data Source: azurerm_kubernetes_cluster - add support for the current_kubernetes_version property (#22986)
  • azurerm_mssql_virtual_machine - add support for the sql_virtual_machine_group_id and wsfc_domain_credential properties (#22808)
  • azurerm_netapp_pool - size_in_tb can be sized down to 2 TB (#22943)
  • azurerm_stack_hci_cluster - add support for the automanage_configuration_id property (#22857)
  • Data Source: azurerm_disk_encryption_set - now exports key_vault_key_url (#22893)
  • azurerm_disk_encryption_set - now exports key_vault_key_url (#22893)

BUG FIXES:

  • azurerm_cognitive_deployment - add lock on parent resource to prevent errors when deleting the resource (#22940)
  • azurerm_cost_management_scheduled_action - fix update for email_address_sender (#22930)
  • azurerm_disk_encryption_set - now correctly supports key rotation by specifying a versionless Key ID when setting auto_key_rotation_enabled to true (#22893)
  • azurerm_iothub_dps - updating the validation for target within the ip_filter_rule block to match the values defined in the Azure API Definitions (#22891)
  • azurerm_postgresql_database - reworking the validation for database collation (#22928)
  • azurerm_postgresql_flexible_database - reworking the validation for database collation (#22928)
  • azurerm_storage_management_policy - check for an existing resource to prevent overwriting property values (#22966)
  • azurerm_virtual_network_gateway_connection - custom_bgp_addresses.secondary is now Optional rather than Required (#22912)
  • azurerm_web_application_firewall_policy - fix handling not found in read (#22982)

For information on changes between the v3.69.0 and v3.0.0 releases, please see the previous v3.x changelog entries.

For information on changes between the v2.99.0 and v2.0.0 releases, please see the previous v2.x changelog entries.

For information on changes between the v1.44.0 and v1.0.0 releases, please see the previous v1.x changelog entries.

For information on changes prior to the v1.0.0 release, please see the v0.x changelog.