chore: update API report for AzureBlobStorageUrlReader

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2026-05-25 17:24:44 +02:00
parent 843f71caf4
commit 8dae41216d
@@ -12,6 +12,7 @@ import { AzureIntegration } from '@backstage/integration';
import { BitbucketCloudIntegration } from '@backstage/integration';
import { BitbucketServerIntegration } from '@backstage/integration';
import { Config } from '@backstage/config';
import { ContainerClient } from '@azure/storage-blob';
import { GerritIntegration } from '@backstage/integration';
import { GiteaIntegration } from '@backstage/integration';
import { GithubCredentialsProvider } from '@backstage/integration';
@@ -70,6 +71,9 @@ export class AzureBlobStorageUrlReader implements UrlReaderService {
integration: AzureBlobStorageIntegration,
deps: {
treeResponseFactory: ReadTreeResponseFactory;
createContainerClient?: (
containerName: string,
) => Promise<ContainerClient>;
},
);
// (undocumented)