Skip to content

v1.31.0

Compare
Choose a tag to compare
@katbyte katbyte released this 28 Jun 19:44

1.31.0 (June 28, 2019)

FEATURES:

  • increase the default timeout to 3 hours (#3737)
  • New Resource: azurerm_iot_dps (#3618)
  • New Resource: azurerm_mariadb_firewall_rule (#3720)
  • New Resource: azurerm_private_dns_zone (#3718)
  • New Resource: azurerm_stream_analytics_output_mssql (#3567)

IMPROVEMENTS:

  • Data Source azurerm_key_vault - deprecated sku in favour of sku_name (#3119)
  • azurerm_app_service - support for shipping the application logs to blob storage (#3520)
  • azurerm_app_service_plan - prevent a panic during import (#3657)
  • azurerm_app_service_slot - updating identity no longer forces a new resource (#3702)
  • azurerm_automation_account - deprecated sku in favour of sku_name (#3119)
  • azurerm_key_vault - deprecated sku in favour of sku_name (#3119)
  • azurerm_key_vault_key - add support for Elliptic Curve based keys (#1814)
  • azurerm_traffic_manager_profile - ttl can now be 1 second (#3632)
  • azurerm_eventgrid_event_subscription - now retrieves the full URL for event webhooks (#3630)
  • azurerm_lb - support for the public_ip_prefix_id property (#3675)
  • azurerm_mysql_server - add validation to the name property (#3695)
  • azurerm_notification_hub_namespace - deprecated sku in favour of sku_name (#3119)
  • azurerm_redis_firewall_rule - no longer fails with multiple rules (#3731)
  • azurerm_relay_namespace - deprecated sku in favour of sku_name (#3119)
  • azurerm_service_fabric_cluster - tenant_id, cluster_application_id, and client_application_id are now updateable (#3654)
  • azurerm_service_fabric_cluster - ability to set certificate_common_names (#3652)
  • azurerm_storage_account - ability to set default_action oi the network_rules block (#3255)

BUG FIXES:

  • azurerm_cosmosdb_account - will ignore 500 responses from documentdb.DatabaseAccountsClient#CheckNameExists requests to work around a broken API (#3747)