Skip to content

Latest commit

 

History

History
205 lines (161 loc) · 22.2 KB

CHANGELOG.md

File metadata and controls

205 lines (161 loc) · 22.2 KB

2.85.0 (Unreleased)

FEATURES:

IMPROVEMENTS:

  • dependencies: upgrading to v0.17.0 of github.com/hashicorp/go-azure-helpers [GH-14060]
  • dependencies: upgrading to v2.8.0 of github.com/hashicorp/terraform-plugin-sdk [GH-14060]
  • azurerm_application_insights - support for the internet_ingestion_enabled and internet_query_enabled properties [GH-14035]
  • azurerm_security_center_subscription_pricing - resource_type can now be set to OpenSourceRelationalDatabases [GH-14103]

BUG FIXES:

  • Data Source: azurerm_redis_cache - parsing the subnet_id response value case-insensitively [GH-14108]
  • Data Source: azurerm_redis_cache - ensuring that shard_count always has a value set [GH-14108]
  • azurerm_api_management_certificate - set subject property from correct field [GH-14026]
  • azurerm_app_service_virtual_network_swift_connection - fixing a panic when checking for an existing resource during creation [GH-14070]
  • azurerm_redis_cache - parsing the subnet_id response value case-insensitively [GH-14108]
  • azurerm_redis_cache - ensuring that shard_count always has a value set [GH-14108]
  • azurerm_storage_blob - ensuring that cache_control is sent during updates [GH-14100]

2.84.0 (November 05, 2021)

FEATURES:

  • New Resource: azurerm_cosmosdb_cassandra_cluster (#14019)
  • New Resource: azurerm_cosmosdb_cassandra_datacenter (#14019)
  • New Resource: logz_monitor (#13874)
  • New Resource: azurerm_stream_analytics_output_synapse (#14013)

IMPROVEMENTS:

  • upgrading cosmos to API Version 2021-10-15 (#13785)
  • upgrading aks to API Version 2021-08-01 (#13465)
  • upgrading purview to API Version 2021-07-01 (#13785)
  • Data Source: azurerm_key_vault_key - export the cureve, x, y, public_key_pem, and public_key_openssh attributes (#13934)
  • azurerm_app_service_slot - support for the key_vault_reference_identity_id property (#13988)
  • azurerm_cosmosdb_account - the backup backup type can now be changed from Periodic to Continuous without creating a new resource (#13967)
  • azurerm_firewall_policy_rule_collection_group - support for the translated_fqdn property (#13976)
  • azurerm_firewall_policy - support for the insights block (#14004)
  • azurerm_logic_app_integration_account - support the integration_service_environment_id property (#14015)
  • azurerm_function_app - support for the key_vault_reference_identity_id property (#13962)
  • azurerm_key_vault_key - support for the public_key_pem and public_key_openssh attributes (#13934)
  • azurerm_linux_virtual_machine - support for the patch_mode property (#13866)
  • azurerm_machine_learning_compute_cluster - support for the local_auth_enabled property (#13820)
  • azurerm_machine_learning_compute_cluster - support for the local_auth_enabled property (#13820)
  • azurerm_machine_learning_synapse_spark - support for the local_auth_enabled property (#13820)
  • azurerm_monitor_smart_detector_alert_rule - support additional detector types (#13998)
  • azurerm_mssql_elasticpool - support GP_FSv2 for the sku property (#13973)
  • azurerm_synapse_workspace - supports for the sql_aad_admin block (#13659)
  • azurerm_sql_managed_instance - support for the dns_zone_partner_id property (#13951)
  • azurerm_storage_blob - support for the cache_control property (#13946)
  • azurerm_storage_share - support for the enabled_protocol property (#13938)

BUG FIXES:

  • azurerm_application_insights - correct vlaidation for the daily_data_cap_in_gb property (#13971)
  • azurerm_logic_app_standard - will no longer error when working on private networks (#13964)
  • azurerm_managed_disk_resource - the validation for the disk_iops_read_write and disk_mbps_read_write properties ensures values greater then 0 (#14028)
  • azurerm_purview_account - deprecate the sku_name property (#13897)
  • azurerm_synapse_workspace_key - deprecated the cusomter_managed_key_name property in favour of the correctly spelled customer_managed_key_name one (#13881)

2.83.0 (October 29, 2021)

FEATURES:

  • New Data Source: azurerm_eventgrid_system_topic (#13851)
  • New Data Source: azurerm_billing_mpa_account_scope (#13723)
  • New Resource: azurerm_kusto_script (#13692)
  • New Resource: azurerm_iot_time_series_insights_event_source_eventhub (#13917)
  • New Resource: azurerm_stream_analytics_reference_input_mssql (#13822)
  • New Resource: azurerm_sentinel_automation_rule (#11502)
  • New Resource: azurerm_stream_analytics_output_table (#13854)

IMPROVEMENTS:

  • upgrading mysql to API Version 2021-05-01 (#13818)
  • azurerm_application_gateway - support for the priority property (#13498)
  • azurerm_firewall_application_rule_collection - the port property is now required instead of optional (#13869)
  • azurerm_kubernetes_cluster - expose the portal_fqdn attribute (#13887)
  • azurerm_linux_virtual_machine_scale_set - support for automatic_upgrade_enabled in extensions (#13394)
  • azurerm_linux_virtual_machine_scale_set - added feature for scale_to_zero_before_deletion(#13635)
  • azurerm_managed_disk - support for the trusted_launch_enabled property (#13849)
  • azurerm_postgres_flexible_server - enhanced validation for the administrator_login property (#13942)
  • azurerm_servicebus_queue - support for the max_message_size_in_kilobytes property (#13762)
  • azurerm_servicebus_topic - support for the max_message_size_in_kilobytes property (#13762)
  • azurerm_servicebus_namespace_network_rule_set - support for the trusted_services_allowed property (#13853)
  • azurerm_windows_virtual_machine_scale_set - added feature for scale_to_zero_before_deletion(#13635)
  • azurerm_synapse_workspace - support for the linking_allowed_for_aad_tenant_ids, compute_subnet_id, public_network_access_enabled, purview_id, and last_commit_id properties (#13817)
  • azurerm_spring_cloud_java_deployment – the cpu and memory_in_gb properties have been deprecated in favour of the quota block (#12924)
  • azurerm_vpn_gateway - support for the routing_preference property (#13882)
  • azurerm_virtual_hub - support for the default_route_table_id property (#13840)
  • azurerm_virtual_machine_scale_set_extension - support for automatic_upgrade_enabled (#13394)
  • azurerm_windows_virtual_machine_scale_set - support for automatic_upgrade_enabled in extensions (#13394)

BUG FIXES:

  • azurerm_automation_schedule_resource - allow Etc/UTC for the timezone property (#13906)
  • azurerm_app_configuration_key - now supports forward slashes in the key (#13859)
  • azurerm_application_gateway - prevent multiple ssl_policy blocks (#13929)
  • azurerm_cosmosdb_account - the capabilities property is now computed (#13936)
  • azurerm_cognitive_account - will now handle the unexpected state Accepted when waiting for creats (#13925)
  • azurerm_data_factory - can now read global parameter values (#13519)
  • azurerm_firewall_policy - will now correctly import (#13862)
  • azurerm_firewall_policy - changing the identity will no longer create a new resource (#13904)

2.82.0 (October 21, 2021)

FEATURES:

  • New Resource: azurerm_mysql_flexible_server_configuration (#13831)
  • New Resource: azurerm_synapse_sql_pool_vulnerability_assessment_baseline (#13744)
  • New Resource: azurerm_virtual_hub_route_table_route (#13743)

IMPROVEMENTS:

  • dependencies: upgrading to v58.0.0 of github.com/Azure/azure-sdk-for-go (#13613)
  • upgrading netapp to API Version 2021-06-01 (#13812)
  • upgrading servicebus to API Version 2021-06-01-preview (#13701)
  • Data Source: azurerm_disk_encryption_set - support for the auto_key_rotation_enabled property (#13747)
  • Data Source: azurerm_virtual_machine - expose IP addresses as data source outputs (#13773)
  • azurerm_batch_account - support for the identity block (#13742)
  • azurerm_batch_pool - support for the identity block (#13779)
  • azurerm_container_registry - supports for the regiononal_endpoint_enabled property (#13767)
  • azurerm_data_factory_integration_runtime_azure - support AutoResolve for the location property (#13731)
  • azurerm_disk_encryption_set - support for the auto_key_rotation_enabled property (#13747)
  • azurerm_iot_security_solution - support for the additional_workspace and disabled_data_sources properties (#13783)
  • azurerm_kubernetes_cluster - support for the open_service_mesh block (#13462)
  • azurerm_lb - support for the gateway_load_balancer_frontend_ip_configuration_id property (#13559)
  • azurerm_lb_backend_address_pool - support for the tunnel_interface block (#13559)
  • azurerm_lb_rule - the backend_address_pool_ids property has been deprecated in favour of the backend_address_pool_ids property (#13559)
  • azurerm_lb_nat_pool - support for the floating_ip_enabled, tcp_reset_enabled, and idle_timeout_in_minutes properties (#13674)
  • azurerm_mssql_server - support for the azuread_authentication_only property (#13754)
  • azurerm_network_interface - support for the gateway_load_balancer_frontend_ip_configuration_id property (#13559)
  • azurerm_synapse_spark_pool - support for the cache_size, compute_isolation_enabled, dynamic_executor_allocation_enabled, session_level_packages_enabled and spark_config properties (#13690)

BUG FIXES:

  • azurerm_app_configuration_feature - fix default value handling for percentage appconfig feature filters. (#13771)
  • azurerm_cosmosdb_account - force MongoEnabled feature when enabling MongoDBv3.4. (#13757)
  • azurerm_mssql_server - will now configure the azuread_administrator during resource creation (#13753)
  • azurerm_mssql_database - fix failure by preventing extended_auditing_policy from being configured for secondaries (#13799)
  • azurerm_postgresql_flexible_server - changing the standby_availability_zone no longer forces a new resource (#13507)
  • azurerm_servicebus_subscription - the name field can now start & end with an underscore (#13797)

2.81.0 (October 14, 2021)

FEATURES:

  • New Data Source: azurerm_consumption_budget_resource_group (#12538)
  • New Data Source: azurerm_consumption_budget_subscription (#12540)
  • New Resource: azurerm_data_factory_linked_service_cosmosdb_mongoapi (#13636)
  • New Resource: azurerm_mysql_flexible_server (#13678)

IMPROVEMENTS:

  • upgrading batch to API Version 2021-06-01(#13718)
  • upgrading mssql to API Version v5.0(#13622)
  • Data Source: azurerm_key_vault - exports the enable_rbac_authorization attribute (#13717)
  • azurerm_app_service - support for the key_vault_reference_identity_id property (#13720)
  • azurerm_lb - support for the sku_tier property (#13680)
  • azurerm_eventgrid_event_subscription - support the delivery_property block (#13595)
  • azurerm_mssql_server - support for the user_assigned_identity_ids and primary_user_assigned_identity_id properties (#13683)
  • azurerm_network_connection_monitor - add support for the destination_port_behavior property (#13518)
  • azurerm_security_center_workspace - now supports the Free pricing tier (#13710)
  • azurerm_kusto_attached_database_configuration - support for the sharing property (#13487)

BUG FIXES:

  • Data Source: azurerm_cosmosdb_account- prevent a panic from an index out of range error (#13560)
  • azurerm_function_app_slot - the client_affinity property has been deprecated as it is no longer configurable in the service's API (#13711)
  • azurerm_kubernetes_cluster - the kube_config and kube_admin_config blocks can now be marked entirely as Sensitive via an environment variable (#13732)
  • azurerm_logic_app_workflow - will not check for nil and empty access control properties (#13689)
  • azurerm_management_group - will not nil check child management groups when deassociating a subscription from a management group (#13540)
  • azurerm_subnet_resource - will now lock the virtual network and subnet on updates (#13726)
  • azurerm_app_configuration_key - can now mix labeled and unlabeled keys (#13736)

2.80.0 (October 08, 2021)

FEATURES:

  • New Data Source: backup_policy_file_share (#13444)

IMPROVEMENTS:

  • Data Source azurerm_public_ips - deprecate the attached property infavour of the attachment_status property to improve filtering (#13500)
  • Data Source azurerm_public_ips - return public IPs associated with NAT gateways when attached set to true or attachment_status set to Attached (#13610)
  • azurerm_kusto_eventhub_data_connection supports - support for the identity_id property (#13488)
  • azurerm_managed_disk - support for the logical_sector_size property (#13637)
  • azurerm_service_fabric_cluster - support for the service_fabric_zonal_upgrade_mode and service_fabric_zonal_upgrade_mode properties (#13399)
  • azurerm_stream_analytics_output_eventhub - support for the partition_key property (#13562)
  • azurerm_linux_virtual_machine_scale_set - correctly update the overprovision property (#13653)

BUG FIXES:

  • azurerm_function_app - fix regressions in function app storage introduced in v2.77 (#13580)
  • azurerm_managed_application - fixed typecasting bug (#13641)

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

For information on changes between the v2.00.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.