Skip to content

Releases: hashicorp/terraform-provider-azurerm

v3.75.0

29 Sep 06:19
d32061a
Compare
Choose a tag to compare

FEATURES:

  • New Resource: azurerm_application_load_balancer (#22517)
  • New Resource: azurerm_resource_management_private_link (#23098)

ENHANCEMENTS:

  • dependencies: firewall migrated to hashicorp/go-azure-sdk (#22863)
  • azurerm_bot_service_azure_bot - add support for the icon_url property (#23114)
  • azurerm_cognitive_deployment - capacity property is now updateable (#23251)
  • azurerm_container_group - added support for key_vault_user_identity_id (#23332)
  • azurerm_data_factory - added support for the publish_enabled property (#2334)
  • azurerm_firewall_policy_rule_collection_group - add support for the description property (#23354)
  • azurerm_kubernetes_cluster - network_profile.network_policy can be migrated to cilium (#23342)
  • azurerm_log_analytics_workspace - add support for the data_collection_rule_id property (#23347)
  • azurerm_mysql_flexible_server - add support for the io_scaling_enabled property (#23329)

BUG FIXES:

  • azurerm_api_management_api - fix importing openapi format content file issue (#23348)
  • azurerm_cdn_frontdoor_rule - allow a cache_duration of 00:00:00 (#23384)
  • azurerm_cosmosdb_cassandra_datacenter - sku_name is now updatable (#23419)
  • azurerm_key_vault_certificate - fix a bug that prevented soft-deleted certificates from being recovered (#23204)
  • azurerm_log_analytics_solution - fix create and update lifecycle of resource by splitting methods (#23333)
  • azurerm_management_group_subscription_association - mark resource as gone correctly if not found when retrieving (#23335)
  • azurerm_management_lock - add polling after create and delete to check for RP propagation (#23345)
  • azurerm_monitor_diagnostic_setting - added validation to ensure at least one of category or category_group is supplied (#23308)
  • azurerm_palo_alto_local_rulestack_prefix_list - fix rulestack not being committed on delete (#23362)
  • azurerm_palo_alto_local_rulestack_fqdn_list - fix rulestack not being committed on delete (#23362)
  • security_center_subscription_pricing_resource - disabled extensions logic now works as expected (#22997)

v3.74.0

22 Sep 05:30
53afedb
Compare
Choose a tag to compare

NOTES:

  • azurerm_synapse_sql_pool - users that have imported azurerm_synapse_sql_pool resources that were created outside of Terraform using an LRS storage account type will need to use ignore_changes to avoid the resource from being destroyed and recreated.

FEATURES:

  • New Resource: azurerm_arc_resource_bridge_appliance (#23108)
  • New Resource: azurerm_data_factory_dataset_azure_sql_table (#23264)
  • New Resource: azurerm_function_app_connection (#23127)

ENHANCEMENTS:

  • dependencies: updating to v0.20230918.1115907 of github.com/hashicorp/go-azure-sdk (#23337)
  • dependencies: downgrading to v1.12.5 of github.com/rickb777/date (#23296)
  • mysql: updating to use API Version 2022-01-01 (#23320)
  • azurerm_app_configuration - support for the replica block (#22452)
  • azurerm_bot_channel_directline - support for user_upload_enabled, endpoint_parameters_enabled, and storage_enabled (#23149)
  • azurerm_container_app - support for scale rules (#23294)
  • azurerm_container_app_environment - support for zone redundancy (#23313)
  • azurerm_container_group - support for the key_vault_user_identity_id property for Customer Managed Keys (#23332)
  • azurerm_cosmosdb_account - support for MongoDB connection strings (#23331)
  • azurerm_data_factory_dataset_delimited_text - support for the dynamic_file_system_enabled, dynamic_path_enabled, and dynamic_filename_enabled properties (#23261)
  • azurerm_data_factory_dataset_parquet - support for the azure_blob_fs_location block (#23261)
  • azurerm_monitor_diagnostic_setting - validation to ensure either category or category_group are supplied in enabled_log and log blocks (#23308)
  • azurerm_network_interface - support for the auxiliary_mode and auxiliary_sku properties (#22979)
  • azurerm_postgresql_flexible_server - increased the maximum supported value for storage_mb (#23277)
  • azurerm_shared_image_version - support for the replicated_region_deletion_enabled and target_region.exclude_from_latest_enabled properties (#23147)
  • azurerm_storage_account - support for setting domain_name and domain_guid for AADKERB (#22833)
  • azurerm_storage_account_customer_managed_key - support for cross-tenant customer-managed keys with the federated_identity_client_id, and key_vault_uri properties (#20356)
  • azurerm_web_application_firewall_policy - support for the rate_limit_duration, rate_limit_threshold, group_rate_limit_by, and request_body_inspect_limit_in_kb properties (#23239)

BUG FIXES:

  • Data Source: azurerm_container_app_environment: fix log_analytics_workspace_name output to correct value (#23298)
  • azurerm_api_management_api - set the service_url property when importing the resource (#23011)
  • azurerm_app_configuration - prevent crash by nil checking the encryption configuration (#23302)
  • azurerm_app_configuration_feature - update percentage_filter_value to accept correct type of float (#23263)
  • azurerm_container_app - fix an issue with commands and args being overwritten when using multiple containers (#23338)
  • azurerm_key_vault_certificate - fix issue where certificates couldn't be recovered anymore (#23204)
  • azurerm_key_vault_key - the ForceNew when expiration_date is removed from the config file (#23327)
  • azurerm_linux_function_app - fix a bug in setting the storage settings when using Elastic Premium plans (#21212)
  • azurerm_linux_web_app - fix docker app stack update (#23303)
  • azurerm_linux_web_app - fix crash in auto heal expansion (#21328)
  • azurerm_linux_web_app_slot - fix docker app stack update (#23303)
  • azurerm_linux_web_app_slot - fix crash in auto heal expansion (#21328)
  • azurerm_log_analytics_solution - fix bug where the resource wasn't handling successful creation on subsequent applies (#23312)
  • azurerm_management_group_subscription_association - fix bug to correctly mark resource as gone if not found during read (#23335)
  • azurerm_mssql_elasticpool - remove check that prevents license_type from being set for certain skus (#23262)
  • azurerm_servicebus_queue - fixing an issue where auto_delete_on_idle couldn't be set to P10675199DT2H48M5.4775807S (#23296)
  • azurerm_servicebus_topic - fixing an issue where auto_delete_on_idle couldn't be set to P10675199DT2H48M5.4775807S (#23296)
  • azurerm_storage_account - prevent sending unsupported blob properties in payload for Storage account kind (#23288)
  • azurerm_synapse_sql_pool - expose storage_account_type (#23217)
  • azurerm_windows_function_app - fix a bug in setting the storage settings when using Elastic Premium plans (#21212)
  • azurerm_windows_web_app - fix docker app stack update (#23303)
  • azurerm_windows_web_app_slot - fix docker app stack update (#23303)

DEPRECATIONS:

  • azurerm_application_gateway - deprecate Standard and WAF skus (#23310)
  • azurerm_bot_channel_web_chat - deprecate site_names in favour of site block (#23161)
  • azurerm_monitor_diagnostic_setting - deprecate retention_policy in favour of azurerm_storage_management_policy (#23260)

v3.73.0

15 Sep 02:04
d7379f7
Compare
Choose a tag to compare

FEATURES:

  • New Resource: azurerm_iothub_endpoint_cosmosdb_account (#23065)
  • New Resource: azurerm_virtual_hub_routing_intent (#23138)

ENHANCEMENTS:

  • dependencies: updating to v0.1.1 of github.com/btubbs/datetime (#23221)
  • dependencies: updating to v1.3.1 of github.com/google/uuid (#23221)
  • dependencies: updating to v0.61.0 of github.com/hashicorp/go-azure-helpers (#23249)
  • dependencies: updating to v0.20230907.1113401 of github.com/hashicorp/go-azure-sdk (#23221)
  • dependencies: updating to v1.5.0 of github.com/hashicorp/go-hclog (#23221)
  • dependencies: updating to v2.29.0 of github.com/hashicorp/terraform-plugin-sdk/v2 (#23221)
  • dependencies: updating to v1.5.1 of github.com/hashicorp/terraform-plugin-testing (#23221)
  • dependencies: updating to v1.20.2 of github.com/rickb777/date (#23221)
  • dependencies: updating to v0.13.0 of golang.org/x/crypto (#23221)
  • dependencies: updating to v0.15.0 of golang.org/x/net (#23221)
  • dependencies: updating to v0.13.0 of golang.org/x/tools (#23221)
  • azurerm_bot_channel_ms_teams - support for deployment_environment (#23122)
  • azurerm_managed_disk - updating to use API Version 2023-04-02 (#23233)
  • azurerm_managed_disk - support for optimized_frequent_attach_enabled (#23241)
  • azurerm_managed_disk - support for performance_plus_enabled (#23241)
  • azurerm_maps_account - support for local_authentication_enabled (#23216)
  • azurerm_mssql_elasticpool - support for configuring license_type when using the Hyperscale sku (#23256)
  • azurerm_security_center_assessment_policy - refactoring to use hashicorp/go-azure-sdk (#23158)

BUG FIXES:

  • azurerm_api_management - split create and update methods (#23259)
  • azurerm_api_management_backend - fixing a panic when flattening the credentials block (#23219)
  • azurerm_key_vault_certificate - fixing a regression where certificates from a custom/unknown issuer would be polled indefinitely (#23214)
  • azurerm_redis_cache - prevent sending redis_configuration.aof_backup_enabled when the sku is not Premium to avoid API error (#22774)
  • azurerm_web_application_firewall_policy - capture and toggle state of custom_rule blocks with an enabled field (#23163)

v3.72.0

07 Sep 19:07
Compare
Choose a tag to compare

FEATURES:

  • Provider Feature: subscription cancellation on destroy can now be disabled via the provider features block (#19936)
  • New Data Source: netapp_volume_quota_rule (#23042)
  • New Resource: azurerm_automation_python3_package (#23087)
  • New Resource: netapp_volume_quota_rule (#23042)

ENHANCEMENTS:

  • dependencies: updating to v0.20230906.1160501 of github.com/hashicorp/go-azure-sdk (#23191)
  • containerapps: updating to API Version 2023-05-01 (#22804)
  • keyvault: upgrade remaining resources to 2023-02-01 (#23089)
  • redisenterprise: updating to API Version 2023-07-01 (#23178)
  • vpngateway: updating to use hashicorp/go-azure-sdk (#22906)
  • internal/sdk: typed resources using a custom importer now get a timed context (#23160)
  • azurerm_batch_pool - support for accelerated_networking_enabled (#23021)
  • azurerm_batch_pool - support for automatic_upgrade_enabled (#23021)
  • azurerm_bot_channel_direct_line_speech - support for the cognitive_account_id property (#23106)
  • azurerm_bot_service_azure_bot - support for the local_authentication_enabled property (#23096)
  • azurerm_container_app_environment - support for the dapr_application_insights_connection_string (#23080)
  • azurerm_cosmosdb_cassandra_datacenter - refactoring to use hashicorp/go-azure-sdk (#23110)
  • azurerm_cosmosdb_cassandra_datacenter - updating to API Version 2023-04-15 (#23110)
  • azurerm_kubernetes_cluster - Azure CNI can be updated to use overlay (#22709)
  • azurerm_monitor_diagnostic_setting - deprecating retention_policy within enabled_log (#23029)
  • azurerm_mssql_database - split create and update methods (#23209)
  • azurerm_postgresql_database - collation can now be set to English_United Kingdom.1252 (#23171)
  • azurerm_postgresql_flexible_database - collation can now be set to English_United Kingdom.1252 (#23171)
  • azurerm_postgresql_flexible_server - support for the auto_grow_enabled property (#23069)
  • azurerm_redis_enterprise_cluster - support for Flash clusters in Brazil South (#23200)
  • azurerm_resource_provider_registration - refactoring to use hashicorp/go-azure-sdk (#23072)
  • azurerm_virtual_machine_extension - support for provision_after_extensions (#23124)
  • azurerm_virtual_network_gateway - increasing the default timeout for create to 90m (#23003)
  • azurerm_virtual_hub_connection - support for inbound_route_map_id, outbound_route_map_id, and static_vnet_local_route_override_criteria properties (#23049)

BUG FIXES:

  • azurerm_api_management_api_policy - added state migration to mutate id's ending in policies/policy (#23128)
  • azurerm_api_management_api_operation_policy - added state migration to mutate id's ending in policies/policy (#23128)
  • azurerm_api_management_product_policy - added state migration to mutate id's ending in policies/policy (#23128)
  • azurerm_automation_account - fixes logic for local_authentication_enabled (#23082)
  • azurerm_key_vault_managed_storage_account - check id can be parsed correctly before setting it in state (#23022)
  • azurerm_monitor_diagnostic_setting - fix enabled_log feature flagged schema (#23093)
  • azurerm_pim_active_role_assignment: polling for the duration of the timeout, rather than a fixed 5 minute value (#22932)
  • azurerm_policy_set_definition - only sending parameters when a value is configured (#23155)
  • azurerm_synapse_workspace - fixes index out-of-range panic when parsing storage_data_lake_gen2_filesystem_id (#23019)
  • machine_learning_datastore_* - fixes container ids (#23140)
  • azurerm_key_vault_certificate - id now points to new version when certificate is updated (#23135)
  • azurerm_site_recovery_replicated_vm - update network_interface diff so replicated items now can be updated (#23199)

DEPRECATION:

  • Data Source: azure_monitor_log_profile - Azure is retiring Azure Log Profiles on the 30th of September 2026 (#23146)
  • azure_monitor_log_profile - Azure is retiring Azure Log Profiles on the 30th of September 2026 (#23146)

v3.71.0

25 Aug 02:15
90b8716
Compare
Choose a tag to compare

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)

v3.70.0

18 Aug 02:19
43f8ab0
Compare
Choose a tag to compare

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)

v3.69.0

10 Aug 14:08
Compare
Choose a tag to compare

FEATURES:

  • New Data Source: azurerm_palo_alto_local_rulestack (#22700)
  • New Resource: azurerm_graph_services_account (#22665)
  • New Resource: azurerm_managed_lustre_file_system (#22680)
  • New Resource: azurerm_palo_alto_local_rulestack (#22700)
  • New Resource: azurerm_palo_alto_local_rulestack_certificate (#22700)
  • New Resource: azurerm_palo_alto_local_rulestack_fqdn_list (#22700)
  • New Resource: azurerm_palo_alto_local_rulestack_outbound_trust_certificate_association (#22700)
  • New Resource: azurerm_palo_alto_local_rulestack_outbound_untrust_certificate_association (#22700)
  • New Resource: azurerm_palo_alto_local_rulestack_prefix_list (#22700)
  • New Resource: azurerm_palo_alto_local_rulestack_rule (#22700)
  • New Resource: azurerm_palo_alto_virtual_network_appliance (#22700)
  • New Resource: azurerm_palo_alto_next_generation_firewall_virtual_hub_local_rulestack (#22700)
  • New Resource: azurerm_palo_alto_next_generation_firewall_virtual_hub_panorama (#22700)
  • New Resource: azurerm_palo_alto_next_generation_firewall_virtual_network_local_rulestack (#22700)
  • New Resource: azurerm_palo_alto_next_generation_firewall_virtual_network_panorama (#22700)

ENHANCEMENTS:

  • dependencies: updating to v0.58.0 of github.com/hashicorp/go-azure-helpers (#22813)
  • dependencies: updating to v0.20230808.1103829 of github.com/hashicorp/go-azure-sdk (#22860)
  • arckubernetes - updating to use the hashicorp/go-azure-sdk rather than Azure/go-autorest as a base layer (#22815)
  • bot - updating to use the hashicorp/go-azure-sdk rather than Azure/go-autorest as a base layer (#22815)
  • blueprints: updating to use hashicorp/go-azure-sdk (#21569)
  • compute - updating to use the hashicorp/go-azure-sdk rather than Azure/go-autorest as a base layer (#22860)
  • digitaltwins - updating to API Version 2023-01-31 (#22782)
  • hsm - updating to use the hashicorp/go-azure-sdk rather than Azure/go-autorest as a base layer (#22815)
  • hybridcompute - updating to use the hashicorp/go-azure-sdk rather than Azure/go-autorest as a base layer (#22815)
  • Data Source: azurerm_network_service_tags - updating to use hashicorp/go-azure-sdk (#22873)
  • Data Source: azurerm_network_watcher - updating to use hashicorp/go-azure-sdk (#22873)
  • azurerm_container_app_environment - log_analytics_workspace_id is now an Optional property (#22733)
  • azurerm_digital_twins_instance - support for User Assigned Identities (#22782)
  • azurerm_function_app_function - hyphen and underscore are now allows characters for function names (#22519)
  • azurerm_key_vault_certificate - Support update of certificates based on certificate_policy (#20627)
  • azurerm_kubernetes_cluster - export the identity for Web App Routing under web_app_routing_identity (#22809)
  • azurerm_kubernetes_cluster - add support for the snapshot_id property in the default_node_pool block (#22708)
  • azurerm_log_analytics_workspace - support changing value of sku from CapacityReservation and PerGB2018 (#22597)
  • azurerm_managed_application - deprecate the parameters property in favour of parameter_values (#21541)
  • azurerm_monitor_action_group - the value https is now supported for aad_auth (#22888)
  • azurerm_mssql_server - SystemAssigned, UserAssigned identity is now supported (#22828)
  • azurerm_network_packet_capture - updating to use hashicorp/go-azure-sdk (#22873)
  • azurerm_network_profile - refactoring to use hashicorp/go-azure-sdk (#22850)
  • azurerm_network_watcher_flow_log - updating to use hashicorp/go-azure-sdk (#22873)
  • azurerm_network_watcher - updating to use hashicorp/go-azure-sdk (#22873)
  • azurerm_postgresql_database - updating the validation for collation (#22689)
  • azurerm_postgresql_flexible_server_database - updating the validation for collation (#22689)
  • azurerm_security_center_subscription_pricing - support for extensions block (#22643)
  • azurerm_security_center_subscription_pricing - support for the resource_type Api (#22844)
  • azurerm_spring_cloud_configuration_service - support for the ca_certificate_id property (#22814)
  • azurerm_virtual_desktop_workspace - added support for the public_network_access_enabled property (#22542)
  • azurerm_virtual_machine_packet_capture - updating to use hashicorp/go-azure-sdk (#22873)
  • azurerm_virtual_machine_scale_set_packet_capture - updating to use hashicorp/go-azure-sdk (#22873)
  • azurerm_vpn_gateway_connection - updating to use hashicorp/go-azure-sdk (#22873)
  • azurerm_vpn_server_configuration - refactoring to use hashicorp/go-azure-sdk (#22850)
  • azurerm_vpn_server_configuration_policy_group - refactoring to use hashicorp/go-azure-sdk (#22850)
  • azurerm_vpn_site - refactoring to use hashicorp/go-azure-sdk (#22850)

BUG FIXES:

  • Data Source: azurerm_virutal_machine - correctly retrieve and set value for power_state (#22851)
  • azurerm_cdn_endpoint - conditionally using PUT in place of PATCH when a field other than tags has changed (#22662)
  • azurerm_cdn_frontdoor_security_policy - normalizing the value returned from the API for cdn_frontdoor_domain_id (#22841)
  • azurerm_container_group - set init_container.secure_environment_variables into state correctly (#22832)
  • azurerm_custom_ip_prefix - support for environments other than Azure Public (#22812)
  • azurerm_databricks_workspace - update parse function for machine_learning_workspace_id field validation (#22865)
  • azurerm_key_vault - fixing support for the storage Nested Item type (#22707)
  • azurerm_kusto_cosmosdb_data_connection_resource - ensure the ...
Read more

v3.68.0

04 Aug 02:32
78ea6b1
Compare
Choose a tag to compare

FEATURES:

  • New Resource: azurerm_custom_ip_prefix (#21322)
  • New Resource:: azurerm_mobile_network_sim (#22628)
  • New Data Source: azurerm_mobile_network_sim (#22628)
  • New Resource: azurerm_automation_variable_object (#22644)
  • New Data Source: azurerm_automation_variable_object (#22644)

ENHANCEMENTS

  • dependencies: updating to v0.20230803.1095722 of github.com/hashicorp/go-azure-sdk (#22803)
  • dependencies: migrate mysql resources to hashicorp/go-azure-sdk (#22795)
  • advisor: updating the base layer to use hashicorp/go-azure-sdk rather than Azure/go-autorest (#22750)
  • apimanagement: updating to use the base layer from hashicorp/go-azure-sdk rather than Azure/go-autorest (#22759)
  • analysisservices: updating the base layer to use hashicorp/go-azure-sdk rather than Azure/go-autorest (#22750)
  • automation: updating dscnodeconfiguration and sourcecontrol to use API Version 2022-08-08 (#22781)
  • azurestackhci: updating the base layer to use hashicorp/go-azure-sdk rather than Azure/go-autorest (#22750)
  • domainservices: updating the base layer to use hashicorp/go-azure-sdk rather than Azure/go-autorest (#22750)
  • eventgrid: refactoring to use hashicorp/go-azure-sdk (#22673)
  • machinelearningservice: updating to use API Version 2023-04-01 (#22729)
  • monitor: updating the base layer to use hashicorp/go-azure-sdk rather than Azure/go-autorest (#22750)
  • network: updating to use API Version 2023-04-01 (#22727)
  • relay: updating to use API Version 2021-11-01 (#22725)
  • Data Source: azurerm_images - support for disk_encryption_set_id (#22690)
  • azurerm_eventhub_namespace_customer_managed_key - support for the infrastructure_encryption_enabled property (#22718)
  • azurerm_hpc_cache_blob_nfs_target - support for setting the usage_model property to READ_ONLY and READ_WRITE (#22798)
  • azurerm_hpc_cache_nfs_target - support for setting the usage_model property to READ_ONLY and READ_WRITE (#22798)
  • azurerm_monitor_aad_diagnostic_setting - updating to use hashicorp/go-azure-sdk (#22778)
  • azurerm_web_application_firewall_policy - updating to use API Version 2023-02-01 (#22455)
  • azurerm_web_application_firewall_policy - support for log_scrubbing property (#22522)
  • azurerm_shared_image_gallery - support for the sharing block (#22221)
  • azurerm_virtual_network - support for the encryption block (#22745)

BUG FIXES

  • provider: only obtaining an authentication token for Managed HSM in environments where Managed HSM is available (#22400)
  • azurerm_api_management - retrieving the location from the API rather than the config prior to deletion (#22752)
  • azurerm_cognitive_deployment - add locks to parent resource to prevent 409 error (#22711)
  • azurerm_pim_eligible_role_assignment - fixing a bug where the context deadline was checked incorrectly during deletion (#22756)
  • azurerm_private_endpoint - loading the subnet to lock from the API rather than the config during deletion (#22676)
  • azurerm_netapp_volume - updating the validation of security_style to match the casing defined in the Azure API Definitions (#22721)
  • azurerm_netapp_volume_group_sap_hana - update the validation of security_style to match the casing defined in the Azure API Definitions (#22615)
  • azurerm_site_recovery_replication_recovery_plan - fix update for boot_recovery_group,failover_recovery_group and shutdown_recovery_group (#22687)

v3.67.0

28 Jul 02:36
d736308
Compare
Choose a tag to compare

FEATURES:

  • New Data Source: azurerm_eventhub_sas (#22215)
  • New Resource: azurerm_kubernetes_cluster_trusted_access_role_binding (#22647)
  • New Resource: azurerm_marketplace_role_assignment (#22398)
  • New Resource: azurerm_network_function_azure_traffic_collector (#22274)

ENHANCEMENTS:

  • dependencies: updating to v0.20230726.1135558 of github.com/hashicorp/go-azure-sdk (#22698)
  • connections: updating to use the base layer from hashicorp/go-azure-sdk rather than Azure/go-autorest (#22681)
  • iothub: updating to use the base layer from hashicorp/go-azure-sdk rather than Azure/go-autorest (#22681)
  • mysql: updating to use the base layer from hashicorp/go-azure-sdk rather than Azure/go-autorest (#22681)
  • orbital: updating to use the base layer from hashicorp/go-azure-sdk rather than Azure/go-autorest (#22681)
  • powerbi: updating to use the base layer from hashicorp/go-azure-sdk rather than Azure/go-autorest (#22681)
  • privatedns: updating to use the base layer from hashicorp/go-azure-sdk rather than Azure/go-autorest (#22681)
  • purview: updating to use the base layer from hashicorp/go-azure-sdk rather than Azure/go-autorest (#22681)
  • relay: updating to use the base layer from hashicorp/go-azure-sdk rather than Azure/go-autorest (#22681)
  • azurerm_cdn_endpoint_custom_domain - pass nil as version when Certificate/Secret version is set to Latest (#22683)
  • azurerm_image - support for the field disk_encryption_set_id within the os_disk block (#22642)
  • azurerm_linux_virtual_machine - add support for the bypass_platform_safety_checks_on_user_schedule_enabled and reboot_setting properties (#22349)
  • azurerm_network_interface - updating to use hashicorp/go-azure-sdk and API Version 2023-02-01 (#22479)
  • azurerm_redis_enterprise_database - support redisSON module for geo-replication (#22627)
  • azurerm_windows_virtual_machine - add support for the bypass_platform_safety_checks_on_user_schedule_enabled and reboot_setting properties (#22349)

BUG FIXES:

  • azurerm_cosmosdb_account - type within the backup block is updated separately when set to Continuous (#22638)
  • azurerm_cosmosdb_account - max_age_in_seconds within the cors_rule block is now Optional and can now be configured up to 2147483647 (#22552)
  • azurerm_maintenance_configuration - fixing a bug where include and exclude were set incorrectly (#22671)
  • azurerm_pim_eligible_role_assignment - polling for the duration of the timeout, rather than using a hard-coded value (#22682)
  • azurerm_redis_cache - only updating patch_schedule when it has changed in the config file (#22661)
  • azurerm_logic_app_standard - attribute auto_swap_slot_name is now under correct block site_config (#22712)
  • azurerm_postgresql_flexible_server - update the validation of storage_mb replacing 33554432 with 33553408 (#22706)

v3.66.0

21 Jul 01:06
0e49703
Compare
Choose a tag to compare

FEATURES:

  • New Data Source: azurerm_mobile_network_attached_data_network (#22168)
  • New Resource: azurerm_graph_account (#22334)
  • New Resource: azurerm_mobile_network_attached_data_network (#22168)

ENHANCEMENTS:

  • dependencies: bump go-azure-sdk to v0.20230720.1190320 and switch machinelearning, mixedreality, mariadb, storagecache, storagepool, vmware, videoanalyzer, voiceServices and mobilenetwork to new base layer (#22538)
  • dependencies: move azurerm_bastion_host and azurerm_network_connection_monitor over to hashicorp/go-azure-sdk (#22425)
  • dependencies: move azurerm_network_watcher_flow_log to hashicorp/go-azure-sdk (#22575)
  • dependencies: move mysql resources over to hashicorp/go-azure-sdk (#22528)
  • dependencies: move storage_sync resources over to hashicorp/go-azure-sdk (#21928)
  • dependencies: updating to API Version 2022-08-08 (#22440)
  • postgres - updating to API Version 2023-03-01-preview (#22577)
  • data.azurerm_route_table - support for the bgp_route_propagation_enabled property (#21940)
  • data.azurerm_servicebus_* - add deprecation messages for the resource_group_name and namespace_name properties (#22521)
  • azurerm_cdn_frontdoor_rule - allow the conditions.x.url_path_condition.x.match_values property to be set to / (#22610)
  • azurerm_eventhub_namespace - updates properly when encryption is enabled (#22625)
  • azurerm_logic_app_standard - now exports the auto_swap_slot_name attribute (#22525)
  • azurerm_mysql_flexible_server_configuration - the value property can now be changed without creating a new resource (#22557)
  • azurerm_postgresql_flexible_server - support for 33554432 storage (#22574)
  • azurerm_postgresql_flexible_server - support for the geo_backup_key_vault_key_id and geo_backup_user_assigned_identity_id properties (#22612)
  • azurerm_spring_cloud_service - support for the marketplace block (#22553)
  • azurerm_spring_cloud_service - support for the outbound_type property (#22596)

BUG FIXES:

  • provider: the Resource Providers Microsoft.Kubernetes and Microsoft.KubernetesConfiguration are no longer automatically registered (#22580)
  • data.automation_account_variables - correctly populate missing variable attributes (#22611)
  • data.azurerm_virtual_machine_scale_set - fix an issue where computer_name, latest_model_applied, power_state and virtual_machine_id attributes were not correctly set (#22566)
  • azurerm_app_service_public_certificate - poll for certificate during read to get around an eventual consistency bug (#22587)
  • azurerm_application_gateway - send min_protocol_version and correct policy_type when using CustomV2 (#22535)
  • azurerm_cognitive_deployment - remove upper limit on validation for the capacity property in the scale block (#22502)
  • azurerm_cosmosdb_account - fixed regression to default_identity_type being switched to FirstPartyIdentity on update (#22609)
  • azurerm_kubernetes_cluster - the windows_profile.admin_password property will become Required in v4.0 (#22554)
  • azurerm_kusto_cluster - the engine property has been deprecataed and is now non functional as the service team intends to remove it from the API (#22497)
  • azurerm_maintenance_configuration - tge package_names_mask_to_exclude and package_names_mask_to_exclude properties are not set properly (#22555)
  • azurerm_redis_cache - only set the rdb_backup_enabled property when using a premium SKU (#22309)
  • azurerm_site_recovery_replication_recovery_plan - fix an issue where the order of boot recovery groups was not correctly maintained (#22348)
  • azurerm_synapse_firewall_rule - correct an overly strict validation for the name property (#22571)