Skip to content

Commit

Permalink
updating to include #4738
Browse files Browse the repository at this point in the history
  • Loading branch information
tombuildsstuff authored Oct 28, 2019
1 parent 07be6c0 commit d8a5c97
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ IMPROVEMENTS:
* frontdoor: updating to use API version `2019-04-01` [GH-4609]
* provider: switching to use the Provider SDK from `github.com/hashicorp/terraform-provider-sdk` [GH-4474]
* provider: sending Microsoft's Terraform Partner ID in the user agent if a custom Partner ID isn’t specified [GH-4663]
* Data Source: `azurerm_client_config` - fixing a crash when using MSI authentication [GH-4738]
* Data Source: `azurerm_lb_backend_address_pool` - exposing `backend_ip_configurations` [GH-4605]
* `azurerm_cognitive_account` - support for the sku `F1` [GH-4720]
* `azurerm_cosmosdb_mongo_collection` - add support for the `throughput` property [GH-4467]
Expand All @@ -39,6 +40,7 @@ IMPROVEMENTS:

BUG FIXES:


* `azurerm_api_management` - deprecate the `disable_backend_ssl30`, `disable_backend_tls10`, `disable_backend_tls11`, `disable_triple_des_ciphers`, `disable_frontend_ssl30`, `disable_frontend_tls10`, `disable_frontend_tls11` properties as `true` actually meant enable in favour of `enable_backend_ssl30`, `enable_backend_tls10`, `enable_backend_tls11`, `enable_triple_des_ciphers`, `enable_frontend_ssl30`, `enable_frontend_tls10`, `enable_frontend_tls11` [GH-4534]
* `azurerm_devspace_controller`: the `host_suffix` field is now read-only due to a change in Azure [GH-4597]
* `azurerm_key_vault_certificate` - switches the `emails`, `dns_names `, `upns` of the `subject_alternative_names` property to use `TypeSet` [GH-4645]
Expand Down

0 comments on commit d8a5c97

Please sign in to comment.