From 7819850232a0f667f5c3e4b6e1b7a358045775f8 Mon Sep 17 00:00:00 2001 From: Tom Harvey Date: Tue, 12 May 2020 09:22:38 +0200 Subject: [PATCH] updating to include #6864 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97e4f08301c7..bbb8d8e2f173 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ FEATURES: IMPROVEMENTS: +* All Data Sources: adding validation for the `resource_group_name` field to not be empty where it's Required [GH-6864] * Data Source: `azurerm_virtual_machine` - export `identity` attribute [GH-6826] * `azurerm_mssql_server` - add support for `azuread_administrator` [GH-6822] * `azurerm_windows_virtual_machine` - the `os_disk.disk_encryption_set_id` can no be updated [GH-6846]