This repository has been archived by the owner on Feb 20, 2024. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
~> 2.49.0
->~> 2.99.0
Release Notes
hashicorp/terraform-provider-azurerm (azurerm)
v2.99.0
Compare Source
2.99.0 (March 11, 2022)
NOTES
FEATURES:
azurerm_function_app_function
(#15605)azurerm_function_app_hybrid_connection
(#15702)azurerm_web_app_hybrid_connection
(#15702)azurerm_cosmosdb_sql_role_assignment
(#15038)azurerm_cosmosdb_sql_role_definition
(#15035)ENHANCEMENTS:
v62.1.0
ofgithub.com/Azure/azure-sdk-for-go
(#15716)compute
to2021-11-01
(#15099)kubernetescluster
to2022-01-02-preview
(#15648)sentinel
to2021-09-01-preview
(#14983)azurerm_kubernetes_cluster
- deprecated theaddon_profile
block in favour ofaci_connector_linux
,azure_policy_enabled
,http_application_routing_enabled
,ingress_application_gateway
,key_vault_secrets_provider
,oms_agent
andopen_service_mesh_enabled
properties (#15584)azurerm_kubernetes_cluster
- deprecated therole_based_access_control
block in favour ofazure_active_directory_role_based_access_control
androle_based_access_control_enabled
properties (#15584)azurerm_servicebus_namespace_authorization_rule
- support for thenamespace_id
property (#15671)azurerm_servicebus_namespace_disaster_recovery_config
- support for thenamespace_id
property (#15671)azurerm_servicebus_queue
- support for thenamespace_id
property (#15671)azurerm_servicebus_queue_authorization_rule
- support for thequeue_id
property (#15671)azurerm_servicebus_subscription
- support for thetopic_id
property (#15671)azurerm_servicebus_topic
- support for thenamespace_id
property (#15671)azurerm_servicebus_topic_authorization_rule
- support for thetopic_id
property (#15671)azurerm_virtual_network
- support for thetags
property (#14882)azurerm_batch_account
- support for customer managed keys (#14749)azurerm_container_registry
support for theexport_policy_enabled
property (#15036)azurerm_kubernetes_cluster
- deprecate therole_based_access_control
block in favour ofrole_based_access_control_enabled
andazure_active_directory_role_based_access_control
(#15546)azurerm_iothub
- deprecate theip_filter_rule
property in favour of thenetwork_rule_set
property (#15590)azurerm_lb_nat_rule
- thefrontend_port
andbackend_port
properties now support0
(#15694)azurerm_machine_learning_compute_instance
- updating the validation on thename
property (#14839)azurerm_mssql_database_extended_auditing_policy
- support for theenabled
property (#15624)azurerm_mssql_server_extended_auditing_policy
- support for theenabled
property (#15624)azurerm_management_group_policy_assignment
- theparameters
property can now be updated (#15623)azurerm_mssql_server
- theadministrator_login
andadministrator_login_password
properties are now optional when Azure AD authentication is enforced (#15771)azurerm_resource_policy_assignment
- theparameters
property can now be updated (#15623)azurerm_resource_group_policy_assignment
- theparameters
property can now be updated (#15623)azurerm_recovery_service_vault
- support for thecross_region_restore_enabled
property (#15757)azurerm_subscription_policy_assignment
- theparameters
property can now be updated (#15623)azurerm_storage_object_replication
- support for replicating containers across subscriptions (#15603)BUG FIXES:
azurerm_backup_protected_vm
- thesource_vm_id
property is now case insensitive (#15656)azurerm_batch_job
- will not longer fail during creation if multiplecommon_environment_properties
are set (#15686)azurerm_container_group
- correctly parse empty or omitteddns_config.options
anddns_config.search_domains
properties (#15618)azurerm_key_vault_key
- correctly set the vault id on import (#15670)azurerm_monitor_diagnostic_setting
- will now correctly parse theeventhub_authorization_rule_id
property (#15582)azurerm_mssql_managed_instance_active_directory_administrator
- prevent a perpetual diff with the instance ID (#15725)azurerm_orchestrated_virtual_machine_scale_set
- prevent a crash when the 3.0 beta was enabled (#15637)azurerm_storage_data_lake_gen2_filesystem
- support configuring thegroup
andowner
properties (#15598)azurerm_virtual_network_gateway
- prevent a panic withbgp_settings.0.peering_address
(#15689)v2.98.0
Compare Source
2.98.0 (February 25, 2022)
FEATURES:
azurerm_function_app_active_slot
(#15246)azurerm_web_app_active_slot
(#15246)ENHANCEMENTS:
v0.18.0
ofgithub.com/tombuildsstuff/giovanni
(#15507)azurerm_linux_function_app
- addskey_vault_reference_identity_id
support (#15553)azurerm_linux_function_app_slot
- addskey_vault_reference_identity_id
support (#15553)azurerm_windows_function_app
- addskey_vault_reference_identity_id
support (#15553)azurerm_windows_function_app_slot
- addskey_vault_reference_identity_id
support (#15553)BUG FIXES:
azurerm_cosmosdb_mongo_collection
- can now set theautoscale_settings
property without setting ashard_key
when creating a cosmos DB mongo collection (#15529)azurerm_firewall_policy
- will not wait for resource to finish provisioning after creation (#15561)v2.97.0
Compare Source
2.97.0 (February 18, 2022)
UPGRADE NOTES:
FEATURES:
azurerm_extended_locations
(#15181)azurerm_mssql_managed_instance
(#15203)azurerm_iothub_certificate
(#15461)azurerm_mssql_outbound_firewall_rule
(#14795)azurerm_mssql_managed_database
(#15203)azurerm_mssql_managed_instance
(#15203)azurerm_mssql_managed_instance_active_directory_administrator
(#15203)azurerm_mssql_managed_instance_failover_group
(#15203)azurerm_spring_cloud_storage
(#15375)ENHANCEMENTS:
v0.24.1
ofgithub.com/hashicorp/go-azure-helpers
(#15430)azurerm_automation_account
- add support forpublic_network_access_enabled
(#15429)azurerm_kubernetes_cluster
- deprecateaddon_profile
block, moving all properties to the top level as well as removing theenabled
field for all add-ons (#15108)azurerm_kusto_cluster
- supports for thepublic_network_access_enabled
property (#15428)azurerm_machine_learning_workspace
- support for bothSystemAssigned, UserAssigned
andUserAssigned
Identities (#14181)azurerm_machine_learning_workspace
- support for encryption using a User Assigned Identity (#14181)azurerm_monitor_activity_log_alert
support for theresource_health
block (#14917)azurerm_iothub_dps
- support forip_filter_rule
block andpublic_network_access_enabled
(#15343)azurerm_spring_cloud_app
- support for thecustom_persistent_disk
block (#15400)azurerm_servicebus_namespace
- support for theidentity
block (#15371)azurerm_storage_account
- add support for creating a customer managed key upon creation of a storage account (#15082)azurerm_storage_management_policy
- add support fortier_to_cool_after_days_since_last_access_time_greater_than
,tier_to_archive_after_days_since_last_access_time_greater_than,
anddelete_after_days_since_last_access_time_greater_than
(#15423)azurerm_web_pubsub
- support for theidentity
block (#15288)BUG FIXES:
azurerm_application_gateway
- fixing a regression where theidentity
block wasn't set into the state (#15412)azurerm_automation_account
- fixing a crash where thekeys
weren't returned from the API (#15482)azurerm_kusto_cluster
- ranaming the propertiesenable_auto_stop
toauto_stop_enabled
,enable_disk_encryption
todisk_encryption_enabled
,enable_streaming_ingest
tostreaming_ingestion_enabled
, andenable_purge
topurge_enabled
with the orginal properties being deprecated (#15368)azurerm_log_analytics_linked_storage_account
- correct casing fordata_source_type
when usingingestion
(#15451)azurerm_logic_app_integration_account_map
- setcontent_type
totext/plain
whenmap_type
isLiquid
(#15370)azurerm_stream_analytics_cluster
- fix an issue where thetags
were not being set in the state (#15380)azurerm_virtual_desktop_host_pool
- theregistration_info
info block is deprecated in favour of theazurerm_virtual_desktop_host_pool_registration_info
resource due to changes in the API (#14953)azurerm_virtual_machine_data_disk_attachment
- fixing a panic when an incorrectdisk_id
is provided (#15470)azurerm_web_application_firewall_policy
-disabled_rules
is now optional (#15386)v2.96.0
Compare Source
2.96.0 (February 11, 2022)
FEATURES:
azurerm_portal_dashboard
(#15326)azurerm_site_recovery_fabric
(#15349)azurerm_site_recovery_protection_container
(#15349)azurerm_site_recovery_replication_policy
(#15349)azurerm_disk_pool_iscsi_target_lun
(#15329)azurerm_sentinel_watchlist_item
(#14366)azurerm_stream_analytics_output_function
(#15162)azurerm_web_pubsub_network_acl
(#14827)azurerm_app_service_source_control_slot
(#15301)ENHANCEMENTS:
v0.23.1
ofgithub.com/hashicorp/go-azure-helpers
(#15314)azurerm_application_gateway
- thetype
property within theidentity
block is now required when anidentity
block is specified (#15337)azurerm_application_insights
- support for theforce_customer_storage_for_profiler
property (#15254)azurerm_automation_account
- support for managed identities (#15072)azurerm_data_factory
- refactoring theidentity
block to be consistant across resources (#15344)azurerm_kusto_cluster
- support for theenable_auto_stop
(#15332)azurerm_linux_virtual_machine
- support theStandardSSD_ZRS
andPremium_ZRS
values for thestorage_account_type
property (#15360)azurerm_linux_virtual_machine
- full support for Automatic VM Guest Patching (#14906)azurerm_network_watcher_flow_log
- thename
property can now be set for new resources (#15016)azurerm_orchestrated_virtual_machine_scale_set
- full support for Automatic VM Guest Patching and Hotpatching (#14935)azurerm_windows_virtual_machine
- support theStandardSSD_ZRS
andPremium_ZRS
values for thestorage_account_type
property (#15360)azurerm_windows_virtual_machine
- full support for Automatic VM Guest Patching and Hotpaching (#14796)BUG FIXES:
azurerm_application_insights_api_key
- prevent panic by checking for the id of an existing API Key (#15297)azurerm_app_service_active_slot
- fix regression in ID set in creation of new resource (#15291)azurerm_firewall
- working around an Azure API issue when deleting the Firewall (#15330)azurerm_kubernetes_cluster
- unsettingoutbound_ip_prefix_ids
oroutbound_ip_address_ids
with an empty slice will default theload_balancer_profile
to a managed outbound IP (#15338)azurerm_orchestrated_virtual_machine_scale_set
- fixing a crash when thecomputer_name_prefix
wasn't specified (#15312)azurerm_recovery_services_vault
- fixing an issue where the subscription couldn't be found when running in Azure Government (#15316)v2.95.0
Compare Source
2.95.0 (February 04, 2022)
FEATURES:
azurerm_container_group
(#14946)azurerm_logic_app_standard
(#15199)azurerm_disk_pool_iscsi_target
(#14975)azurerm_linux_function_app_slot
(#14940)azurerm_windows_function_app_slot
(#14940)azurerm_windows_web_app_slot
(#14613)azurerm_traffic_manager_azure_endpoint
(#15178)azurerm_traffic_manager_external_endpoint
(#15178)azurerm_traffic_manager_nested_endpoint
(#15178)ENHANCEMENTS:
v0.22.0
ofgithub.com/hashicorp/go-azure-helpers
(#15207)backup
to API Version2021-07-01
(#14980)azurerm_storage_account
- theidentity
block is no longer computed (#15207)azurerm_linux_virtual_machine
- support for thededicated_host_group_id
property (#14936)azurerm_recovery_services_vault
- support Zone Redundant storage (#14980)azurerm_web_pubsub_hub
- themanaged_identity_id
property within theauth
block now accepts UUIDs (#15183)azurerm_windows_virtual_machine
- support for thededicated_host_group_id
property (#14936)BUG FIXES:
azurerm_container_group
- fixing parallel provisioning failures with the samenetwork_profile_id
(#15098)azurerm_frontdoor
- fixing the validation forresource_group_name
(#15174)azurerm_kubernetes_cluster
- prevent panic when updatingsku_tier
(#15229)azurerm_hdinsight_interactive_query_cluster
- support for thestorage_resource_id
property to fix missing storage account errors (#15039)azurerm_hdinsight_hadoop_cluster
- support for thestorage_resource_id
property to fix missing storage account errors (#15039)azurerm_hdinsight_spark_cluster
- support for thestorage_resource_id
property to fix missing storage account errors (#15039)azurerm_hdinsight_hbase_cluster
- support for thestorage_resource_id
property to fix missing storage account errors (#15039)azurerm_log_analytics_datasource_windows_event
- adding a state migration to fixID was missing the dataSources element
(#15194)azurerm_policy_definition
- fix the deprecation ofmanagement_group_name
in favour ofmanagement_group_id
(#15209)azurerm_policy_set_definition
- fix the deprecation ofmanagement_group_name
in favour ofmanagement_group_id
(#15209)azurerm_static_site
- fixing the creation of a Free tier Static Site (#15141)azurerm_storage_share
- fixing theShareBeingDeleted
error when the Storage Share is recreated (#15180)v2.94.0
Compare Source
2.94.0 (January 28, 2022)
UPGRADE NOTES:
azurerm_api_management_policy
- resources that were created with v2.92.0 will be marked as tainted due to a bug. This version addresses the underlying issue, but the actual resource needs to either be untainted (viaterraform untaint
) or allow Terraform to delete the resource and create it again.azurerm_hdinsight_kafka_cluster
- thesecurity_group_name
property in therest_proxy
block is conditionally required when theuse_msal
provider property is enabled (#14403)FEATURES:
azurerm_linux_function_app
(#15009)azurerm_web_pubsub
(#14731)azurerm_web_pubsub_hub
(#14731)azurerm_web_pubsub
(#14731)azurerm_web_pubsub_hub
(#14731)azurerm_virtual_desktop_host_pool_registration_info
(#14134)ENHANCEMENTS:
v61.3.0
ofgithub.com/Azure/azure-sdk-for-go
(#15080)v0.21.0
ofgithub.com/hashicorp/go-azure-helpers
(#15043)kusto
to API Version2021-08-27
(#15040)use_msal
provider property (#14403)azurerm_app_service_slot
- support for thestorage_account
block (#15084)azurerm_stream_analytics_stream_input_eventhub
- support for thepartition_key
property (#15019)BUG FIXES:
data.image_source
- fix a regression aroundid
(#15119)azurerm_api_management_backend
fix a crash caused bybackend_credentials
(#15123)azurerm_api_management_policy
- fixing the Resource ID for theapi_management_policy
block when this was provisioned using version2.92.0
of the Azure Provider (#15060)azurerm_bastion_host
- fix a crash by adding nil check for thecopy_paste_enabled
property (#15074)azurerm_dev_test_lab
- fix an unexpected diff on with thekey_vault_id
property (#15054)azurerm_subscription_cost_management_export
- now sents theETag
when updating a cost management export (#15017)azurerm_template_deployment
- fixes a potential bug occuring during the deletion of a template deployment (#15085)azurerm_eventhub
- thepartition_count
property can now be changed when using Premiumsku
(#15088)v2.93.1
Compare Source
BUG FIXES:
azurerm_app_service
- fix name availability check request (#15062)v2.93.0
Compare Source
2.93.0 (January 21, 2022)
FEATURES:
azurerm_mysql_flexible_server
(#14976)azurerm_windows_function_app
(#14964)ENHANCEMENTS:
v61.1.0
ofgithub.com/Azure/azure-sdk-for-go
(#14828)containerregistry
to API version2021-08-01-preview
(#14961)azurerm_logic_app_workflow
- exporting theidentity
block (#14896)azurerm_bastion_host
- support for thecopy_paste_enabled
,file_copy_enabled
,ip_connect_enabled
,shareable_link_enabled
, andtunneling_enabled
properties (#14987)azurerm_bastion_host
- support for thescale_units
property (#14968)azurerm_security_center_automation
- theevent_source
property can now be set toAssessmentsSnapshot
,RegulatoryComplianceAssessment
,RegulatoryComplianceAssessmentSnapshot
,SecureScoreControlsSnapshot
,SecureScoresSnapshot
, andSubAssessmentsSnapshot
(#14996)azurerm_static_site
- support for theidentity
block (#14911)azurerm_iothub
- Support for Identity-Based Endpoints (#14705)azurerm_servicebus_namespace_network_rule_set
- support for thepublic_network_access_enabled
property (#14967)BUG FIXES:
azurerm_machine_learning_compute_instance
- add validation fortenant_id
andobject_id
properties to prevent null values and subsequent panic (#14982)azurerm_linux_function_app
- (beta) fix potential panic inapplication_stack
when that block is not in config (#14844)azurerm_storage_share_file
changing thecontent_md5
property will now trigger recreation and thecontent_length
property of share file will now be set when updating properties. (#15007)v2.92.0
Compare Source
2.92.0 (January 14, 2022)
FEATURES:
azurerm_api_management_api_tag
(#14711)azurerm_disk_pool_managed_disk_attachment
(#14268)ENHANCEMENTS:
eventgrid
to API version2021-12-01
(#14433)azurerm_api_management_custom_domain
- theproxy
property has been deprecated in favour of thegateway
for the 3.0 release (#14628)azurerm_databricks_workspace_customer_managed_key
- allow creation of resource wheninfrastructure_encryption_enabled
is set totrue
for the databricks workspace (#14915)azurerm_eventgrid_domain
- support for thelocal_auth_enabled
,auto_create_topic_with_first_subscription
, andauto_delete_topic_with_last_subscription
properties (#14433)azurerm_monitor_action_group
- support for theevent_hub_receiver
block (#14771)azurerm_mssql_server_extended_auditing_policy
- support storing audit data in storage account that is behind a firewall and VNet (#14656)azurerm_purview_account
- export themanaged_resources
block (#14865)azurerm_recovery_services_vault
- support for customer-managed keys (CMK) with theencryption
block (#14718)azurerm_storage_account
- support for theinfrastructure_encryption_enabled
property (#14864)BUG FIXES:
azurerm_aadb2c_directory
- fix importing existing resources (#14879)azurerm_consumption_budget_subscription
- fix issue in migration logic (#14898)azurerm_cosmosdb_account
- only force ForceMongo when kind is set to mongo (#14924)azurerm_cosmosdb_mongo_collection
- now validates that "_id" is included as an index key (#14857)azurem_hdinsight
- hdinsight resources using oozie metastore can now be created without error (#14880)azurerm_log_analytics_datasource_windows_performance_counter
- state migration for case conversion of ID element (#14916)azurerm_monitor_aad_diagnostic_setting
- use the correct parser function for event hub rule IDs (#14944)azurerm_mysql_server_key
- fix issue when checking for existing resource on create (#14883)azurerm_spring_cloud_service
- fix panic when removing git repos (#14900)azurerm_log_analytics_workspace
- thereservation_capcity_in_gb_per_day
has been deprecated and renamed toreservation_capacity_in_gb_per_day
(#14910)azurerm_iothub_dps
- fixed default value ofallocation_weight
to match azure default (#14943)azurerm_iothub
- now exportsevent_hub_events_namespace
and has a fallback route by default (#14942)v2.91.0
Compare Source
2.91.0 (January 07, 2022)
FEATURES:
azurerm_aadb2c_directory
(#14671)azurerm_sql_managed_instance
(#14739)azurerm_aadb2c_directory
(#14671)azurerm_app_service_slot_custom_hostname_binding
(#13097)azurerm_data_factory_linked_service_odbc
(#14787)azurerm_disk_pool
(#14675)azurerm_load_test
(#14724)azurerm_virtual_desktop_scaling_plan
(#14188)ENHANCEMENTS:
appplatform
to API version2021-09-01-preview
(#14365)network
to API Version2021-05-01
(#14164)v60.2.0
ofgithub.com/Azure/azure-sdk-for-go
(#14688] and [#14667)v2.10.1
ofgithub.com/hashicorp/terraform-plugin-sdk
(#14666)azurerm_application_gateway
- support for thekey_vault_secret_id
andforce_firewall_policy_association
properties (#14413)azurerm_application_gateway
- support thefips_enagled
property (#14797)azurerm_cdn_endpoint_custom_domain
- support for HTTPS (#13283)azurerm_hdinsight_hbase_cluster
- support for thenetwork
property (#14825)azurerm_iothub
- support for theidentity
block (#14354)azurerm_iothub_endpoint_servicebus_queue_resource
- depracating theiothub_name
propertyin favour ofiothub_id
property (#14690)azurerm_iothub_endpoint_storage_container_resource
- depracating theiothub_name
property in favour ofiothub_id
property [#14690]azurerm_iot_fallback_route
- support for thesource
property (#14836)azurerm_kubernetes_cluster
- support for thepublic_network_access_enabled
,scale_down_mode
, andworkload_runtime
properties (#14386)azurerm_linux_function_app
- (Beta Resource) fix the filtering ofapp_settings
forWEBSITE_CONTENTSHARE
andWEBSITE_CONTENTAZUREFILECONNECTIONSTRING
(#14815)azurerm_linux_virtual_machine
- support for theuser_data
property (#13888)azurerm_linux_virtual_machine_scale_set
- support for theuser_data
property (#13888)azurerm_managed_disk
- support for thegallery_image_reference_id
property (#14121)azurerm_mysql_server
- support capacities up to16TB
for thestorage_mb
property (#14838)azurerm_postgresql_flexible_server
- support for thegeo_redundant_backup_enabled
property (#14661)azurerm_recovery_services_vault
- support for thestorage_mode_type
property (#14659)azurerm_spring_cloud_certificate
- support for thecertificate_content
property (#14689)azurerm_servicebus_namespace_authorization_rule
- theresource_group_name
andnamespace_name
properties have been deprecated in favour of thenamespace_id
property (#14784)azurerm_servicebus_namespace_network_rule_set
- theresource_group_name
andnamespace_name
properties have been deprecated in favour of thenamespace_id
property (#14784)azurerm_servicebus_namespace_authorization_rule
- theresource_group_name
andnamespace_name
properties have been deprecated in favour of thenamespace_id
property (#14784)azurerm_servicebus_queue
- theresource_group_name
andnamespace_name
properties have been deprecated in favour of thenamespace_id
property (#14784)azurerm_servicebus_queue_authorization_rule
- theresource_group_name
,namespace_name
, andqueue_name
properties have been deprecated in favour of thequeue_id
property (#14784)azurerm_servicebus_subscription
- theresource_group_name
,namespace_name
, andtopic_name
properties have been deprecated in favour of thetopic_id
property (#14784)azurerm_servicebus_subscription_rule
- theresource_group_name
,namespace_name
,topic_name
, andsubscription_name
properties have been deprecated in favour of thesubscription_id
property (#14784)azurerm_servicebus_topic
- theresource_group_name
andnamespace_name
properties have been deprecated in favour of thenamespace_id
property (#14784)azurerm_servicebus_topic_authorization_rule
- theresource_group_name
,namespace_name
, andtopic_name
properties have been deprecated in favour of thetopic_id
property (#14784)azurerm_shared_image_version
- images can now be sorted by semver (#14708)azurerm_virtual_network_gateway_connection
- support for theconnection_mode
property (#14738)azurerm_web_application_firewall_policy
- thefile_upload_limit_in_mb
property within thepolicy_settings
block can now be set to4000
(#14715)azurerm_windows_virtual_machine
- support for theuser_data
property (#13888)azurerm_windows_virtual_machine_scale_set
- support for theuser_data
property (#13888)BUG FIXES:
azurerm_app_service_environment_v3
- fix the default value of theallow_new_private_endpoint_connections
property (#14805)azurerm_consumption_budget_subscription
- added an additional state migration to fix the bug introduced by the first one and to parse thesubscription_id
from the resource's ID (#14803)azurerm_network_interface_security_group_association
- checking the ID matches the expected format during import (#14753)azurerm_storage_management_policy
- handle the unexpected deletion of the storage account (#14799)v2.90.0
Compare Source
2.90.0 (December 17, 2021)
FEATURES:
azurerm_app_configuration_key
(#14484)azurerm_container_registry_task
(#14533)azurerm_maps_creator
(#14566)azurerm_netapp_snapshot_policy
(#14230)azurerm_synapse_sql_pool_workload_classifier
(#14412)azurerm_synapse_workspace_sql_aad_admin
(#14341)azurerm_vpn_gateway_nat_rule
(#14527)ENHANCEMENTS:
apimanagement
to API Version2021-08-01
(#14312)managementgroups
to API Version2020-05-01
(#14635)redisenterprise
to use an Embedded SDK (#14502)v0.19.1
ofgithub.com/hashicorp/go-azure-helpers
(#14627)v2.10.0
ofgithub.com/hashicorp/terraform-plugin-sdk
(#14596)azurerm_function_app_host_keys
- support forsignalr_extension_key
anddurabletask_extension_key
(#13648)azurerm_application_gateway
- support for private link configurations (#14583)azurerm_blueprint_assignment
- support for thelock_exclude_actions
property (#14648)azurerm_container_group
- support forip_address_type = None
(#14460)azurerm_cosmosdb_account
- support for thecreate_mode
property andrestore
block (#14362)azurerm_data_factory_dataset_*
- deprecatedata_factory_name
in favour ofdata_factory_id
for consistency across all data factory dataset resources (#14610)azurerm_data_factory_integration_runtime_*
- deprecatedata_factory_name
in favour ofdata_factory_id
for consistency across all data factory integration runtime resources (#14610)azurerm_data_factory_trigger_*
- deprecatedata_factory_name
in favour ofdata_factory_id
for consistency across all data factory trigger resources (#14610)azurerm_data_factory_pipeline
- deprecatedata_factory_name
in favour ofdata_factory_id
for consistency across all data factory resources (#14610)azurerm_iothub
- support for thecloud_to_device
block (#14546)azurerm_iothub_endpoint_eventhub
- theiothub_name
property has been deprecated in favour of theiothub_id
property (#14632)azurerm_logic_app_workflow
- support for theopen_authentication_policy
block (#14007)azurerm_signalr
- support for thelive_trace_enabled
property (#14646)azurerm_xyz_policy_assignment
add support fornon_compliance_message
(#14518)BUG FIXES:
azurerm_cosmosdb_account
- will now set a default value fordefault_identity_type
when the API return a nil value (#14643)azurerm_function_app
- addressapp_settings
during creation rather than just updates (#14638)azurerm_marketplace_agreement
- fix crash when the import check triggers (#14614)azurerm_postgresql_configuration
- now locks during write operations to prevent conflicts (#14619)azurerm_postgresql_flexible_server_configuration
- now locks during write operations to prevent conflicts (#14607)v2.89.0
Compare Source
2.89.0 (December 10, 2021)
FEATURES:
azurerm_bot_service_azure_bot
[#14462]azurerm_consumption_budget_management_group
[#14411]azurerm_sql_managed_instance_active_directory_administrator
(#14104)azurerm_sql_managed_instance_failover_group
(#13974)azurerm_windows_function_app
(#14247)azurerm_linux_web_app_slot
(#14305)ENHANCEMENTS:
databricks
(#14430)datalake
(#14429)frontdoor
(#14432)azurerm_app_service_environment_v3
- allow updating oftags
(#14491)azurerm_data_factory_linked_services_*
- deprecatedata_factory_name
in favour ofdata_factory_id
for consistency across all data factory linked service resources (#14492)azurerm_shared_image
- support for thetrusted_launch_enabled
property (#14528)azurerm_key_vault_certificate
- support for theversionless_id
andversionless_secret_id
properties (#14287)azurerm_kubernetes_cluster
- support for the `http_proxy_Configuration
📅 Schedule: Branch creation - "after 7am and before 11am every weekday" in timezone Europe/London, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.
This PR has been generated by Mend Renovate. View repository job log here.