From 2100e3c71427f87f28e7f34d8bfa2891902e0c72 Mon Sep 17 00:00:00 2001 From: Tom Bamford Date: Tue, 19 Mar 2024 14:54:34 +0000 Subject: [PATCH] Changelog for #25283 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d96bf9f6eebe..82f1d516bcca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ ENHANCEMENTS: BUG FIXES: +* Data Source: `azurerm_storage_blob` - fix a bug that incorrectly parsed the endpoint in the resource ID [GH-25283] * `azurerm_purview_account` - will now allow for PurView accounts with missing or disabled eventhubs without keys [GH-25301] * `azurerm_storage_blob` - fixing a regression where blobs within a nested directory wouldn't be parsed correctly [GH-25305] * `azurerm_storage_data_lake_gen2_path` - fixing a bug where there was no timeout available during import [GH-25282]