-
Notifications
You must be signed in to change notification settings - Fork 5.6k
[AzureStack] [Admin API] ACR Admin swagger spec changes #14290
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
markcowl
merged 28 commits into
Azure:master
from
msazurestackworkloads:release/acrchanges
Jun 29, 2021
Merged
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
ab2f096
ACR Admin swagger spec changes
rjaini 29dd865
Release/larisab (#1)
larysaborodina 880c487
Update API changes (#2)
rjaini 889ccb5
Merge branch 'Azure:master' into release/acrchanges
rjaini ce2256f
Fix swagger validation errors. (#3)
larisaborodina a598466
Fix swagger validation errors - 2-nd. (#4)
larisaborodina 63a8d6a
Fix model validation fix
rjaini 1762acd
Fix swagger validation errors - 3d. (#5)
larisaborodina dc94bb7
Fix swagger validation errors - 4th. (#6)
larisaborodina 26ed4b5
Release/acrchanges (#8)
larisaborodina dc8548d
Release/acrchanges (#9)
larisaborodina 59efe9b
Release/larisab (#11)
larisaborodina 54b707a
Release/acrchanges (#12)
larisaborodina 83f3d81
Release/acrchanges (#13)
larisaborodina 74b5d91
Release/acrchanges (#14)
larisaborodina e7bfdb1
Release/acrchanges (#15)
larisaborodina e924da3
Release/acrchanges (#16)
larisaborodina def3f91
Release/acrchanges (#17)
larisaborodina 5dfa0e3
Release/acrchanges (#18)
larisaborodina 335f4e2
Release/acrchanges (#19)
larisaborodina 5e9d102
Release/acrchanges (#20)
larisaborodina b8105e5
Release/acrchanges (#21)
larisaborodina 4de853e
Release/acrchanges (#22)
larisaborodina 80461ff
Release/acrchanges (#23)
larisaborodina ab9b855
Release/acrchanges (#24)
larisaborodina 2c1ea02
Release/acrchanges (#25)
larisaborodina 06a1487
Release/acrchanges (#26)
larisaborodina 05f6e24
Release/acrchanges (#27)
larisaborodina File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix swagger validation errors - 2-nd. (#4)
- Loading branch information
commit a59846610743ba055e30433fd5ce197173d0e8f5
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
220 changes: 110 additions & 110 deletions
220
...r/containerregistry/Microsoft.ContainerRegistry.Admin/preview/2019-11-01/setupStatus.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,118 +1,118 @@ | ||
| { | ||
| "swagger": "2.0", | ||
| "info": { | ||
| "version": "2019-11-01, | ||
| "title": "ContainerRegistryManagementClient", | ||
| "description": "Admin Container Registry Management Client." | ||
| }, | ||
| "host": "management.azure.com", | ||
| "schemes": [ | ||
| "https" | ||
| ], | ||
| "consumes": [ | ||
| "application/json" | ||
| ], | ||
| "produces": [ | ||
| "application/json" | ||
| ], | ||
| "paths": { | ||
| "/subscriptions/{subscriptionId}/providers/Microsoft.ContainerRegistry.Admin/setupStatus": { | ||
| "get": { | ||
| "x-ms-examples": { | ||
| "Returns the status of the container registry setup.": { | ||
| "$ref": "./examples/Setup/setupStatus.json" | ||
| } | ||
| }, | ||
| "tags": [ | ||
| "ContainerRegistrySetup" | ||
| ], | ||
| "description": "Returns the status of the container registry setup.", | ||
| "operationId": "ContainerRegistrySetupStatus", | ||
| "parameters": [ | ||
| { | ||
| "$ref": "quotas.json#/parameters/SubscriptionIdParameter" | ||
| }, | ||
| { | ||
| "$ref": "quotas.json#/parameters/ApiVersionParameter" | ||
| } | ||
| ], | ||
| "responses": { | ||
| "200": { | ||
| "description": "OK -- The status of the container registry setup has been returned.", | ||
| "schema": { | ||
| "$ref": "#/definitions/SetupResult" | ||
| } | ||
| }, | ||
| "default": { | ||
| "description": "Error Response.", | ||
| "schema": { | ||
| "$ref": "quotas.json#/definitions/ErrorResponse" | ||
| } | ||
| } | ||
| } | ||
| } | ||
| } | ||
| }, | ||
| "definitions": { | ||
| "SetupResult": { | ||
| "description": "Container registry setup result.", | ||
| "type": "object", | ||
| "properties": { | ||
| "properties": { | ||
| "description": "Container registry setup result properties.", | ||
| "x-ms-client-flatten": true, | ||
| "$ref": "#/definitions/SetupResultProperties" | ||
| } | ||
| }, | ||
| "allOf": [ | ||
| { | ||
| "$ref": "quotas.json#/definitions/Resource" | ||
| } | ||
| ] | ||
| "swagger": "2.0", | ||
| "info": { | ||
| "version": "2019-11-01", | ||
| "title": "ContainerRegistryManagementClient", | ||
| "description": "Admin Container Registry Management Client." | ||
| }, | ||
| "host": "management.azure.com", | ||
| "schemes": [ | ||
| "https" | ||
| ], | ||
| "consumes": [ | ||
| "application/json" | ||
| ], | ||
| "produces": [ | ||
| "application/json" | ||
| ], | ||
| "paths": { | ||
| "/subscriptions/{subscriptionId}/providers/Microsoft.ContainerRegistry.Admin/setupStatus": { | ||
| "get": { | ||
| "x-ms-examples": { | ||
| "Returns the status of the container registry setup.": { | ||
| "$ref": "./examples/Setup/setupStatus.json" | ||
| } | ||
| }, | ||
| "SetupResultProperties": { | ||
| "description": "Container registry setup result properties.", | ||
| "type": "object", | ||
| "properties": { | ||
| "status": { | ||
| "description": "The status of the container registry setup.", | ||
| "$ref": "#/definitions/SetupStatus", | ||
| "readOnly": true | ||
| } | ||
| "tags": [ | ||
| "ContainerRegistrySetup" | ||
| ], | ||
| "description": "Returns the status of the container registry setup.", | ||
| "operationId": "ContainerRegistrySetupStatus", | ||
| "parameters": [ | ||
| { | ||
| "$ref": "quotas.json#/parameters/SubscriptionIdParameter" | ||
| }, | ||
| { | ||
| "$ref": "quotas.json#/parameters/ApiVersionParameter" | ||
| } | ||
| ], | ||
| "responses": { | ||
| "200": { | ||
| "description": "OK -- The status of the container registry setup has been returned.", | ||
| "schema": { | ||
| "$ref": "#/definitions/SetupResult" | ||
| } | ||
| }, | ||
| "SetupStatus": { | ||
| "description": "The status of the container registry setup.", | ||
| "type": "string", | ||
| "enum": [ | ||
| "ReadyToSetup", | ||
| "Running", | ||
| "Failed", | ||
| "Cancelled", | ||
| "Completed" | ||
| ], | ||
| "x-ms-enum": { | ||
| "name": "SetupStatus", | ||
| "modelAsString": true | ||
| }, | ||
| "default": { | ||
| "description": "Error Response.", | ||
| "schema": { | ||
| "$ref": "quotas.json#/definitions/ErrorResponse" | ||
| } | ||
| } | ||
| } | ||
| }, | ||
| "securityDefinitions": { | ||
| "azure_auth": { | ||
| "type": "oauth2", | ||
| "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", | ||
| "flow": "implicit", | ||
| "description": "Authorization uses an Azure Active Directory OAuth2 flow.", | ||
| "scopes": { | ||
| "user_impersonation": "impersonate your user account" | ||
| } | ||
| } | ||
| } | ||
| }, | ||
| "definitions": { | ||
| "SetupResult": { | ||
| "description": "Container registry setup result.", | ||
| "type": "object", | ||
| "properties": { | ||
| "properties": { | ||
| "description": "Container registry setup result properties.", | ||
| "x-ms-client-flatten": true, | ||
| "$ref": "#/definitions/SetupResultProperties" | ||
| } | ||
| }, | ||
| "security": [ | ||
| }, | ||
| "allOf": [ | ||
| { | ||
| "azure_auth": [ | ||
| "user_impersonation" | ||
| ] | ||
| "$ref": "quotas.json#/definitions/Resource" | ||
| } | ||
| ] | ||
| } | ||
| ] | ||
| }, | ||
| "SetupResultProperties": { | ||
| "description": "Container registry setup result properties.", | ||
| "type": "object", | ||
| "properties": { | ||
| "status": { | ||
| "description": "The status of the container registry setup.", | ||
| "$ref": "#/definitions/SetupStatus", | ||
| "readOnly": true | ||
| } | ||
| } | ||
| }, | ||
| "SetupStatus": { | ||
| "description": "The status of the container registry setup.", | ||
| "type": "string", | ||
| "enum": [ | ||
| "ReadyToSetup", | ||
| "Running", | ||
| "Failed", | ||
| "Cancelled", | ||
| "Completed" | ||
| ], | ||
| "x-ms-enum": { | ||
| "name": "SetupStatus", | ||
| "modelAsString": true | ||
| } | ||
| } | ||
| }, | ||
| "securityDefinitions": { | ||
| "azure_auth": { | ||
| "type": "oauth2", | ||
| "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", | ||
| "flow": "implicit", | ||
| "description": "Authorization uses an Azure Active Directory OAuth2 flow.", | ||
| "scopes": { | ||
| "user_impersonation": "impersonate your user account" | ||
| } | ||
| } | ||
| }, | ||
| "security": [ | ||
| { | ||
| "azure_auth": [ | ||
| "user_impersonation" | ||
| ] | ||
| } | ||
| ] | ||
| } |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.