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.