File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change @@ -4448,6 +4448,18 @@ export interface ContainerRegistryRequestConfig {
4448
4448
* @memberof ContainerRegistryRequestConfig
4449
4449
*/
4450
4450
'role_arn'?: string;
4451
+ /**
4452
+ * Required if kind is `AZURE_CR`.
4453
+ * @type {string}
4454
+ * @memberof ContainerRegistryRequestConfig
4455
+ */
4456
+ 'azure_tenant_id'?: string;
4457
+ /**
4458
+ * Required if kind is `AZURE_CR`.
4459
+ * @type {string}
4460
+ * @memberof ContainerRegistryRequestConfig
4461
+ */
4462
+ 'azure_subscription_id'?: string;
4451
4463
}
4452
4464
/**
4453
4465
*
@@ -4579,6 +4591,18 @@ export interface ContainerRegistryResponseAllOfConfig {
4579
4591
* @memberof ContainerRegistryResponseAllOfConfig
4580
4592
*/
4581
4593
'role_arn'?: string;
4594
+ /**
4595
+ *
4596
+ * @type {string}
4597
+ * @memberof ContainerRegistryResponseAllOfConfig
4598
+ */
4599
+ 'azure_tenant_id'?: string;
4600
+ /**
4601
+ *
4602
+ * @type {string}
4603
+ * @memberof ContainerRegistryResponseAllOfConfig
4604
+ */
4605
+ 'azure_subscription_id'?: string;
4582
4606
}
4583
4607
/**
4584
4608
*
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " qovery-typescript-axios" ,
3
- "version" : " v1.1.629 " ,
3
+ "version" : " 1.0.3 " ,
4
4
"description" : " OpenAPI client for qovery-typescript-axios" ,
5
5
"author" : " OpenAPI-Generator Contributors" ,
6
6
"repository" : {
You can’t perform that action at this time.
0 commit comments