File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -501,19 +501,13 @@ export type GcpUploadRequestOptions = {
501
501
share_with_accounts ?: string [ ] | undefined ;
502
502
} ;
503
503
export type AzureUploadRequestOptions = {
504
- /** ID of the source that will be used to resolve the tenant and subscription IDs.
505
- Do not provide a tenant_id or subscription_id when providing a source_id.
506
- */
507
- source_id ?: string | undefined ;
508
504
/** ID of the tenant where the image should be uploaded. This link explains how
509
505
to find it in the Azure Portal:
510
506
https://docs.microsoft.com/en-us/azure/active-directory/fundamentals/active-directory-how-to-find-tenant
511
- When providing a tenant_id, also be sure to provide a subscription_id and do not include a source_id.
512
507
*/
513
508
tenant_id ?: string | undefined ;
514
509
/** ID of subscription where the image should be uploaded.
515
- When providing a subscription_id, also be sure to provide a tenant_id and do not include a source_id.
516
- */
510
+ */
517
511
subscription_id ?: string | undefined ;
518
512
/** Name of the resource group where the image should be uploaded.
519
513
*/
You can’t perform that action at this time.
0 commit comments