From 3938d62257bbd4e4e512f0da9c043021057ffcc0 Mon Sep 17 00:00:00 2001 From: Tom Harvey Date: Wed, 31 Oct 2018 18:55:40 +0000 Subject: [PATCH] Updating to include #2197 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dbe43f5f3daf..532ad5f287b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,10 @@ FEATURES: IMPROVEMENTS: +* authentication: decoupling the authentication methods from the provider to enable splitting out the authentication library [GH-2197] * authentication: using the Proxy from the Environment, if set [GH-2133] * dependencies: upgrading to v21.3.0 of `github.com/Azure/azure-sdk-for-go` [GH-2163] +* refactoring: decoupling Resource Provider Registration to enable splitting out the authentication library [GH-2197] * sdk: upgrading to `2018-10-01` of the `containerinstance` sdk [GH-2174] * `azurerm_automation_account` - exposing `dsc_server_endpoint`, `dsc_primary_access_key`, `dsc_secondary_access_key` properties [GH-2166] * `azurerm_automation_account` - support for the `free` SKU [GH-2166]