remove host from azure blog storage integration type
Signed-off-by: vickstrom <eric.vickstrom98@gmail.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/integration': patch
|
||||
---
|
||||
|
||||
remove host from azure blob storage integration type
|
||||
Vendored
+1
-3
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user