From 39079b731daff9b67443876316344a5bd3af8324 Mon Sep 17 00:00:00 2001 From: Tom Harvey Date: Mon, 30 Sep 2019 20:46:35 +0200 Subject: [PATCH] updating to include #4463 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1dea02a7c86d..12d445a7d2f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ IMPROVEMENTS: BUG FIXES: +* provider: ensuring the user agent is configured [GH-4463] * `azurerm_container_registry` - checking the `name` is globally unique during creation [GH-4424] * `azurerm_key_vault_certificate` - storing the certificate data as hex [GH-4335] * `azurerm_public_ip` - ensuring that `public_ip_prefix_id` is read [GH-4344]