From 135f07dc4c571bf40069bcb484db9c8a28bf1845 Mon Sep 17 00:00:00 2001 From: WS <20408400+WodansSon@users.noreply.github.com> Date: Thu, 21 May 2020 13:15:15 -0700 Subject: [PATCH] updating to include #7036 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4055bf4f697e..70d3a7df7729 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,7 @@ BUG FIXES: * Data Source: `azurerm_firewall` - raising an error when the Firewall cannot be found [GH-7024] * Data Source: `azurerm_maintenance_configuration` - raising an error when the Maintenance Configuration cannot be found [GH-7024] * Data Source: `azurerm_private_endpoint_connection` - raising an error when the Private Endpoint Connection cannot be found [GH-7024] +* Data Source: `azurerm_resources` - does not return all matched resources sometimes [GH-7036] * Data Source: `azurerm_shared_image_version` - raising an error when the Image Version cannot be found [GH-7024] * Data Source: `azurerm_shared_image_versions` - raising an error when Image Versions cannot be found [GH-7024] * Data Source: `azurerm_user_assigned_identity` - raising an error when the User Assigned Identity cannot be found [GH-7024]