Skip to content

v3.90.0

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Feb 01:40
· 1168 commits to main since this release
11d2d5e

UPGRADE NOTES:

  • provider - The provider will now automatically register the AppConfiguration, DataFactory, and SignalRService Resource Providers. When running Terraform with limited permissions, note that you must disable automatic Resource Provider Registration and ensure that any Resource Providers Terraform requires are registered. (#24645)

FEATURES:

  • New Data Source: azurerm_nginx_configuration (#24642)
  • New Data Source: azurerm_virtual_desktop_workspace (#24732)
  • New Resource: azurerm_kubernetes_fleet_update_strategy (#24328)
  • New Resource: azurerm_site_recovery_vmware_replicated_vm (#22477)
  • New Resource: azurerm_spring_cloud_new_relic_application_performance_monitoring (#24699)

ENHANCEMENTS:

  • provider: registering the Resource Provider Microsoft.AppConfiguration (#24645)
  • provider: registering the Resource Provider Microsoft.DataFactory (#24645)
  • provider: registering the Resource Provider Microsoft.SignalRService (#24645)
  • provider: the Provider is now built using Go 1.21.6 (#24653)
  • dependencies: the dependency github.com/hashicorp/go-azure-sdk has been split into multiple Go Modules - and as such will be referred to by those paths going forwards (#24636)
  • dependencies: updating to ``v0.20240201.1064937ofgithub.com/hashicorp/go-azure-sdk/resource-manager` (#24738)
  • dependencies: updating to v0.20240201.1064937 of github.com/hashicorp/go-azure-sdk/sdk (#24738)
  • appservice: update to go-azure-sdk and API version 2023-01-01 (#24688)
  • datafactory: updating to use tombuildsstuff/kermit (#24675)
  • hdinsight: refactoring to use github.com/hashicorp/go-azure-sdk/resource-manager (#24011)
  • hdinsight: updating to API Version 2021-06-01 (#24011)
  • loadbalancer: updating to use hashicorp/go-azure-sdk (#24291)
  • nginx: updating to API Version 2023-09-01 (#24640)
  • servicefabricmanagedcluster: updating to use the base layer from hashicorp/go-azure-sdk rather than Azure/go-autorest (#24654)
  • springcloud: updating to use API Version 2023-11-01-preview (#24690)
  • subscriptions: refactoring to use hashicorp/go-azure-sdk (#24663)
  • Data Source: azurerm_stream_analytics_job - support for User Assigned Identities (#24738)
  • azurerm_cosmosdb_account - support for the gremlin_database and tables_to_restore properties (#24627)
  • azurerm_bot_channel_email - support for the magic_code property (#23129)
  • azurerm_cosmosdb_account - support for the partition_merge_enabled property (#24615)
  • azurerm_mssql_managed_database - support for the immutable_backups_enabled property (#24745)
  • azurerm_mssql_database - support for the immutable_backups_enabled property (#24745)
  • azurerm_palo_alto_next_generation_firewall_virtual_hub_panorama - support for the trusted_address_ranges property (#24459)
  • azurerm_palo_alto_next_generation_firewall_virtual_network_local_rulestack - support for the trusted_address_ranges property (#24459)
  • azurerm_palo_alto_next_generation_firewall_virtual_network_panorama - support for the trusted_address_ranges property (#24459)
  • azurerm_servicebus_namespace - updating to use API Version 2022-10-01-preview (#24650)
  • azurerm_spring_cloud_api_portal - support for the api_try_out_enabled property (#24696)
  • azurerm_spring_cloud_gateway - support for the local_response_cache_per_route and local_response_cache_per_instance properties (#24697)
  • azurerm_stream_analytics_job - support for User Assigned Identities (#24738)
  • azurerm_subscription - refactoring to use hashicorp/go-azure-sdk to set tags on the subscription (#24734)
  • azurerm_virtual_desktop_workspace - correctly validate the name property (#24668)

BUG FIXES:

  • provider: skip registration for resource providers that are unavailable (#24571)
  • azurerm_app_configuration - no longer require lifecycle_ignore_changes for the value property when using a key vault reference (#24702)
  • azurerm_app_service_managed_certificate - fix casing issue in app_service_plan_id by parsing insensitively (#24664)
  • azurerm_cognitive_deployment - updates now include the version property (#24700)
  • azurerm_dns_cname_record - prevent casing issue in target_resource_id by parsing the ID insensitively (#24181)
  • azurerm_mssql_managed_instance_failover_group - prevent an issue when trying to create a failover group with a managed instance from a different subscription (#24646)
  • azurerm_storage_account - conditionally update properties only when needed (#24669)
  • azurerm_storage_account - change update order for access_tierto prevent errors when uploading blobs to the archive tier (#22250)