From bb0416f0e0aae30e123dac3af463f2efbc08f258 Mon Sep 17 00:00:00 2001 From: Tom Harvey Date: Mon, 22 Jul 2019 11:04:45 +0200 Subject: [PATCH] updating to include #3893 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1eb455674ce9..122d323b5c32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ IMPROVEMENTS: * dependencies: upgrading the `containerservice` SDK to `2019-02-01` [GH-3787] * dependencies: upgrading the `subscription` SDK to `2018-06-01` [GH-3811] * authentication: showing a more helpful error when attempting to use the Azure CLI authentication when logged in as a Service Principal [GH-3850] +* Data Source `azurerm_function_app` - support for `auth_settings` [GH-3893] * Data Source `azurerm_subscription` - support the `tenant_id` property [GH-3811] * `azurerm_app_service` - support for backups [GH-3804] * `azurerm_app_service` - support for storage mounts [GH-3792] @@ -26,6 +27,7 @@ IMPROVEMENTS: * `azurerm_batch_account` - expose required properties for when `pool_allocation_mode` is `UserSubscription` [GH-3535] * `azurerm_cognitive_account` - add support for `CustomVision.Training` and `CustomVision.Prediction` to the `kind` property [GH-3817] * `azurerm_container_registry` - support for `network_rule_set` property [GH-3194] +* `azurerm_function_app` - support for `auth_settings` [GH-3893] * `azurerm_iothub` - support for the `file_upload` property [GH-3735] * `azurerm_kubernetes_cluster` - support for auto scaling [GH-3361] * `azurerm_kubernetes_cluster` - support for `custom_resource_group_name` [GH-3785]