Skip to content

Releases: hashicorp/terraform-provider-azurerm

v1.29.0

26 May 04:20
Compare
Choose a tag to compare

1.29.0 (May 25, 2019)

FEATURES:

  • New Resource: azurerm_application_insights_web_test (#3331)

IMPROVEMENTS:

  • dependencies: upgrading to v0.12.0 of github.com/hashicorp/terraform (#3417)
  • sdk: configuring the Correlation Request ID (#3253)
  • azurerm_application_gateway - support for rewrite rules (#3423)
  • azurerm_application_gateway - support for ssl_policy blocks and deprecating disabled_ssl_protocols (#3360)
  • azurerm_app_service - support for configuring authentication settings (#2831)
  • azurerm_kubernetes_cluster - updating the casing on the SubnetName field to match a change in the AKS API (#3484)
  • azurerm_kubernetes_cluster - support for multiple agent pools (#3491)

BUG FIXES:

  • Data Source azurerm_virtual_network: add network_space property to match resource while deprecating network_spaces (#3494)
  • azurerm_automation_module - now polls to wait until the module's finished provisioning (#3482)
  • azurerm_api_management_api - correct validation to allow empty and strings 400 characters long (#3475)
  • azurerm_dev_test_virtual_network - correctly manages subnets on the initial creation (#3501)
  • azurerm_express_route_circuit - no longer removes circuit subresources on update (#3496)
  • azurerm_role_assignment - making the role_definition_name field case-insensitive (#3499)

v1.28.0

17 May 18:21
Compare
Choose a tag to compare

1.28.0 (May 17, 2019)

FEATURES:

  • New Data Source: azurerm_automation_variable_bool (#3310)
  • New Data Source: azurerm_automation_variable_datetime (#3310)
  • New Data Source: azurerm_automation_variable_int (#3310)
  • New Data Source: azurerm_automation_variable_string (#3310)
  • New Data Source: zurerm_kubernetes_service_versions (#3382)
  • New Data Source: azurerm_user_assigned_identity (#3343)
  • New Resource: azurerm_automation_variable_bool (#3310)
  • New Resource: azurerm_automation_variable_datetime (#3310)
  • New Resource: azurerm_automation_variable_int (#3310)
  • New Resource: azurerm_automation_variable_string (#3310)
  • New Resource: azurerm_api_management_api_operation_policy (#3374)
  • New Resource: azurerm_api_management_api_policy (#3367)
  • New Resource: azurerm_api_management_product_policy (#3325)
  • New Resource: azurerm_api_management_schema (#3357)
  • New Resource: azurerm_cosmosdb_table (#3442)
  • New Resource: azurerm_cosmosdb_cassandra_keyspace (#3442)
  • New Resource: azurerm_cosmosdb_mongo_collection (#3459)
  • New Resource: azurerm_cosmosdb_mongo_database (#3442)
  • New Resource: azurerm_cosmosdb_sql_database (#3442)
  • New Resource: azurerm_firewall_nat_rule_collection (#3218)
  • New Resource: azurerm_data_factory_linked_service_data_lake_storage_gen2 (#3425)
  • New Resource: azurerm_network_profile (#2636)

IMPROVEMENTS:

  • dependencies: updating github.com/Azure/azure-sdk-for-go to v29.0.0 (#3335)
  • Data Source azurerm_kubernetes_cluster - exposing the type field within the agent_pool_profile block (#3424)
  • azurerm_application_gateway - support for the autoscale_configuration property (#3353)
  • azurerm_application_gateway added validation to ensure redirect_configuration_name must not be set if either backend_address_pool_name or backend_http_settings_name is set (#3340)
  • azurerm_application_gateway - support for affinity_cookie_name (#3434)
  • azurerm_application_gateway - support for disabled_rule_groups (#3394)
  • azurerm_app_service_slot - exporting the site_credential block (#3444)
  • azurerm_batch_pool support for the container_configuration property (#3311)
  • azurerm_kubernetes_cluster - support for the api_server_authorized_ip_ranges property (#3262)
  • azurerm_kubernetes_cluster - support for setting type within the agent_pool_profile block (Agent Pools via Virtual Machine Scale Sets) (#3424)
  • azurerm_redis_cache - support for disabling authentication (#3389)
  • azurerm_redis_cache - make the redis_configuration block optional (#3397)
  • azurerm_sql_database - support for the read_scale property (#3377)
  • azurerm_stream_analytics_job - tags can now be set on the property (#3329)
  • azurerm_virtual_network_peering - retrying provisioning the peering of the virtual network (#3392)
  • azurerm_virtual_machine_scale_set - support for the provision_after_extensions property to chain multiple extensions togeather (#2937)

BUG FIXES:

  • Data Source: azurerm_api_management - correctly returning the hostname portal and proxy values (#3385)
  • azurerm_application_gateway - will no longer prevent default_backend_address_pool_name and redirect_configuration_name from being set at the same time (#3286)
  • azurerm_application_gateway prevent a potential panic in backend and probe validation (#3438)
  • azurerm_eventhub - decrease minimum partition_count to correct value of 1 (#3439)
  • azurerm_eventhub_namespace - decrease maximum maximum_throughput_units to correct value of 20 (#3440)
  • azurerm_firewall - ensuring that the value for subnet_id within the ip_configuration block has the name AzureFirewallSubnet (#3406)
  • azurerm_managed_disk - can now actually create UltraSSD_LRS disks (#3453)
  • azurerm_redis_configuration - correctly display http errors encoutered during creation (#3397)
  • azurerm_sql_database - making the collation field case insensitive to work around a bug in the API (#3137)
  • azurerm_stream_analytics_output_eventhub will now correctly set format for JSON output (#3318)
  • azurerm_app_service_plan - supports elastic for the sku tier (#3402)
  • azurerm_application_gateway - supports disabled_rule_group for waf configurations (#3394)
  • azurerm_application_gateway - supports exclusion for waf configurations (#3407)
  • azurerm_application_gateway - supports updating a gateway_ip_configuration.x.subnet_id (#3437)

v1.27.1

09 May 16:14
Compare
Choose a tag to compare

1.27.1 (April 26, 2019)

BUG FIXES:

  • provider will now only register available resource providers (#3313)

v1.27.0

28 Jun 19:50
Compare
Choose a tag to compare

1.27.0 (April 26, 2019)

NOTES:

  • This release includes a Terraform SDK upgrade with compatibility for Terraform v0.12. The provider remains backwards compatible with Terraform v0.11 and there should not be any significant behavioural changes. (#2968)

v1.26.0

28 Jun 19:52
Compare
Choose a tag to compare

1.26.0 (April 25, 2019)

IMPROVEMENTS:

  • azurerm_app_service - support for Java 11 (#3270)
  • azurerm_app_service_slot - support for Java 11 (#3270)
  • azurerm_container_group - support for the identity block (#3243)

BUG FIXES:

  • provider will work through proxies again (#3301)

v1.25.0

17 Apr 10:34
Compare
Choose a tag to compare
v1.25.0

v1.24.0

03 Apr 17:28
Compare
Choose a tag to compare
v1.24.0