From bbd00756ca3f6515b7a9079001ad3cd5b24f4163 Mon Sep 17 00:00:00 2001 From: Tom Harvey Date: Thu, 12 Dec 2019 10:56:23 +0000 Subject: [PATCH] updating to include #5074 --- CHANGELOG.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 214bdbfc7f6c..c26d5cfa06ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,9 +17,10 @@ IMPROVEMENTS: * `azurerm_app_service_plan` - adding validation to import [GH-5107] * `azurerm_app_service_slot` - adding validation to import [GH-5107] * `azurerm_app_service_source_control_token` - adding validation to import [GH-5107] -* `azurerm_cosmos_mongo_collection`: deprecate the `indexes` property [GH-5116] -* `azurerm_cosmos_mongo_collection`: make throughput computed and remove the default to let the API handel it [GH-5116] -* `azurerm_cosmos_mongo_database`: support for the `throughput` property [GH-5116] +* `azurerm_cosmos_mongo_collection` - deprecate the `indexes` property [GH-5116] +* `azurerm_cosmos_mongo_collection` - make throughput computed and remove the default to let the API handel it [GH-5116] +* `azurerm_cosmos_mongo_database` - support for the `throughput` property [GH-5116] +* `azurerm_function_app` - support for `min_tls_version` [GH-5074] BUG FIXES: