From 1a72110fb44e2773fa6abf173f50c5908bd9a83f Mon Sep 17 00:00:00 2001 From: Tom Harvey Date: Thu, 30 Aug 2018 15:58:34 +0100 Subject: [PATCH] Updating to include #1845 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a3e8d1249c3..1c1ab7509c95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ IMPROVEMENTS: +* authentication: making the client registration consistent [GH-1845] * `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]