Merge pull request #31212 from vickstrom/remove-host-from-azureblobstorage-integration-type

remove host from azure blog storage integration type
This commit is contained in:
Fredrik Adelöw
2025-09-22 11:21:38 +02:00
committed by GitHub
2 changed files with 6 additions and 3 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/integration': patch
---
remove host from azure blob storage integration type
+1 -3
View File
@@ -105,11 +105,9 @@ export interface Config {
endpointSuffix?: string;
/**
* The host of the target that this matches on, e.g., "blob.core.windows.net".
* Optional endpoint URL for custom domain. Uses default if not provided.
* @visibility frontend
*/
host: string;
endpoint?: string;
/**
* Optional credential to use for Azure Active Directory authentication.