From b75158b2c19195c682442539f683a0ed718da607 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Adel=C3=B6w?= Date: Tue, 26 May 2026 17:14:20 +0200 Subject: [PATCH] chore: add changeset for Azure SDK test fixes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) Signed-off-by: Fredrik Adelöw --- .changeset/fix-azure-sdk-tests.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .changeset/fix-azure-sdk-tests.md diff --git a/.changeset/fix-azure-sdk-tests.md b/.changeset/fix-azure-sdk-tests.md new file mode 100644 index 0000000000..a8bac8c1c4 --- /dev/null +++ b/.changeset/fix-azure-sdk-tests.md @@ -0,0 +1,6 @@ +--- +'@backstage/backend-defaults': patch +'@backstage/integration': patch +--- + +Adapted Azure-related tests for the Azure SDK upgrade to ESM-style exports. The `AzureBlobStorageUrlReader` now accepts an optional `createContainerClient` dependency for testability without needing to mock the `@azure/storage-blob` module.