From f676a79c681825962d34f4ef32e44a349ad8b523 Mon Sep 17 00:00:00 2001 From: Tom Harvey Date: Wed, 5 Sep 2018 18:23:27 +0200 Subject: [PATCH] Updating to include #1872 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c90018ed5478..8bb9447141ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ FEATURES: IMPROVEMENTS: * authentication: making the client registration consistent [GH-1845] +* `azurerm_function_app` - removing validation from the `version` field [GH-1872] * `azurerm_iothub` - exporting the `event_hub_events_endpoint`, `event_hub_events_path`, `event_hub_operations_endpoint` and `event_hub_operations_path` fields [GH-1789] * `azurerm_iothub` - support for `endpoint` and `route` blocks [GH-1693] * `azurerm_kubernetes_cluster` - making `linux_profile` optional [GH-1821]