remove host from azure blog storage integration type

Signed-off-by: vickstrom <eric.vickstrom98@gmail.com>
This commit is contained in:
vickstrom
2025-09-22 10:31:01 +02:00
parent 5693f8f1d8
commit d772b516cd
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.