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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user