From dd91170c18e7aed58b9a9d8c564b7a8bb76341e5 Mon Sep 17 00:00:00 2001 From: Tom Harvey Date: Thu, 30 Nov 2017 10:57:38 +0000 Subject: [PATCH] Updating to include #587 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d070dd945e6..d9e3d573d030 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ FEATURES: IMPROVEMENTS: * authentication: add support for the latest Azure CLI configuration [GH-573] +* core: appending additions to the User Agent, so we don't overwrite the Go SDK User Agent info [GH-587] * `azurerm_eventhub_namespace` - capacity can now be configured up to 20 [GH-556] * `azurerm_eventhub_namespace` - support for AutoInflating/MaximumThroughputCapacity [GH-569] * `azurerm_virtual_machine_scale_set` - Support for updating the customData field [GH-559]