From ac315d03f61168d8162e4a0c37961123622f7f9d Mon Sep 17 00:00:00 2001 From: Tom Harvey Date: Mon, 9 Dec 2019 15:09:43 -0500 Subject: [PATCH] updating to include #5075 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc8ae65eba1c..eb7f13430100 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ BUG FIXES: * Data Source: `azurerm_nat_gateway` - handling a crash when the `sku` block was malformed [GH-5104] * `azurerm_nat_gateway` - handling a crash when the `sku` block was malformed [GH-5104] +* `azurerm_storage_account` - querying all pages when listing storage accounts [GH-5075] +* `azurerm_storage_blob` - querying all pages when listing storage accounts [GH-5075] +* `azurerm_storage_container` - querying all pages when listing storage accounts [GH-5075] +* `azurerm_storage_file` - querying all pages when listing storage accounts [GH-5075] +* `azurerm_storage_queue` - querying all pages when listing storage accounts [GH-5075] +* `azurerm_storage_table` - querying all pages when listing storage accounts [GH-5075] ## 1.38.0 (December 06, 2019)