Skip to content

chore(azure): update AZURE_CR credentials fields #847

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 12, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14660,6 +14660,16 @@ components:
x-stoplight:
id: mzi9w1zsswj47
description: 'For ECR, you can either set a static access_key or use a role arn that we are going to assume'
azure_tenant_id:
type: string
x-stoplight:
id: zjybtgippp0k2
description: Required if kind is `AZURE_CR`.
azure_subscription_id:
type: string
x-stoplight:
id: eaqm4swmqt9ty
description: Required if kind is `AZURE_CR`.
ContainerRegistryResponse:
allOf:
- $ref: '#/components/schemas/Base'
Expand Down Expand Up @@ -14723,6 +14733,14 @@ components:
type: string
x-stoplight:
id: iusxfgcmg72tl
azure_tenant_id:
type: string
x-stoplight:
id: obk7v9hlx3jv4
azure_subscription_id:
type: string
x-stoplight:
id: nrvn3j8xq81da
ContainerRegistryProviderDetailsResponse:
type: object
required:
Expand Down
Loading