From c80b02144510d1dfeb114c9a4b8751a1dfcb92c9 Mon Sep 17 00:00:00 2001 From: kt Date: Tue, 9 Jul 2019 12:39:09 -0700 Subject: [PATCH] Update CHANGELOG.md to include #3817 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index feed60a7b51d..2b867f4d7b2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ IMPROVEMENTS: * `azurerm_app_service` - support for user assigned identities [GH-3637] * `azurerm_app_service_slot` - support for user assigned identities [GH-3637] * `azurerm_batch_pool` - support for custom images with the `storage_image_reference` property [GH-3530] +* `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_iothub` - support for the `file_upload` property [GH-3735] * `azurerm_kubernetes_cluster` - support for auto scaling [GH-3361]