From 1a8ef07d14d6d51f25937371d19fa91529e1cee4 Mon Sep 17 00:00:00 2001 From: Tom Harvey Date: Thu, 26 Sep 2019 10:49:36 +0200 Subject: [PATCH] updating to include #4424 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0da4352893df..1bbcd7c258d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ IMPROVEMENTS: BUG FIXES: +* `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] * `azurerm_role_assignment` - changing the `skip_service_principal_aad_check` property no longer forces a new resource [GH-4412]