Merge pull request #31206 from vickstrom/remove-id-from-azure-blob
This commit is contained in:
+18
-2
@@ -61,16 +61,32 @@ export interface Config {
|
||||
azureBlob?:
|
||||
| {
|
||||
[name: string]: {
|
||||
id: string;
|
||||
/**
|
||||
* (Required) The Azure Blob Storage container name.
|
||||
*/
|
||||
containerName: string;
|
||||
/**
|
||||
* (Required) The Azure Storage account name.
|
||||
*/
|
||||
accountName: string;
|
||||
/**
|
||||
* (Optional) TaskScheduleDefinition for the refresh.
|
||||
*/
|
||||
schedule?: SchedulerServiceTaskScheduleDefinitionConfig;
|
||||
};
|
||||
}
|
||||
| {
|
||||
id: string;
|
||||
/**
|
||||
* (Required) The Azure Blob Storage container name.
|
||||
*/
|
||||
containerName: string;
|
||||
/**
|
||||
* (Required) The Azure Storage account name.
|
||||
*/
|
||||
accountName: string;
|
||||
/**
|
||||
* (Optional) TaskScheduleDefinition for the refresh.
|
||||
*/
|
||||
schedule?: SchedulerServiceTaskScheduleDefinitionConfig;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user