Skip to content

Commit 5a6c2a4

Browse files
regexowlkingsleyzissou
authored andcommitted
Update API
A follow up to osbuild/image-builder-crc#1692 This updates the API by running `npm run api`
1 parent 6fb3b6e commit 5a6c2a4

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/store/service/imageBuilderApi.ts

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -501,19 +501,13 @@ export type GcpUploadRequestOptions = {
501501
share_with_accounts?: string[] | undefined;
502502
};
503503
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;
508504
/** ID of the tenant where the image should be uploaded. This link explains how
509505
to find it in the Azure Portal:
510506
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.
512507
*/
513508
tenant_id?: string | undefined;
514509
/** 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+
*/
517511
subscription_id?: string | undefined;
518512
/** Name of the resource group where the image should be uploaded.
519513
*/

0 commit comments

Comments
 (0)