Skip to content
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"description": "Root API"
}, {
"name": "Manifest",
"description": "Everything about manfests"
"description": "Everything about manifests"
}, {
"name": "Tag",
"description": "Everything about tags"
Expand All @@ -20,7 +20,7 @@
"description": "Everything about layers"
}, {
"name": "Repository",
"description": "Everyting about repository"
"description": "Everything about repository"
}, {
"name": "AcrRepository",
"description": "ACR APIs related to repositories"
Expand Down Expand Up @@ -137,15 +137,15 @@
"/v2/_catalog": {
"get": {
"tags": ["Repository"],
"description": "List respositories",
"description": "List repositories",
"operationId": "GetRepositories",
"x-ms-examples": {
"Get repositories in a registry": { "$ref": "./examples/GetRepositories.json" }
},
"parameters": [{
"name": "last",
"in": "query",
"description": "query parameter for the last item in previou query",
"description": "query parameter for the last item in previous query",
"required": false,
"type": "string"
}, {
Expand Down Expand Up @@ -174,15 +174,15 @@
"/acr/v1/_catalog": {
"get": {
"tags": ["AcrRepository"],
"description": "List respositories",
"description": "List repositories",
"operationId": "GetAcrRepositories",
"x-ms-examples": {
"Get repositories in a registry": { "$ref": "./examples/GetRepositories.json" }
},
"parameters": [{
"name": "last",
"in": "query",
"description": "query parameter for the last item in previou query",
"description": "query parameter for the last item in previous query",
"required": false,
"type": "string"
}, {
Expand Down Expand Up @@ -211,7 +211,7 @@
"/acr/v1/{name}": {
"get": {
"tags": ["AcrRepository", "AcrMetadata"],
"description": "Get respository attributes",
"description": "Get repository attributes",
"operationId": "GetAcrRepositoryAttributes",
"x-ms-examples": {
"Get details of repository": { "$ref": "./examples/GetAcrRepositoryAttributes.json" }
Expand Down Expand Up @@ -243,7 +243,7 @@
},
"delete": {
"tags": ["AcrRepository"],
"description": "Delete a respository",
"description": "Delete a repository",
"operationId": "DeleteAcrRepository",
"x-ms-examples": {
"Delete a repository": { "$ref": "./examples/DeleteAcrRepository.json" }
Expand All @@ -257,7 +257,7 @@
}],
"responses": {
"202": {
"description": "The repoisotry is deleted",
"description": "The repository is deleted",
"schema": {
"$ref": "#/definitions/DeletedRepository"
}
Expand Down Expand Up @@ -329,7 +329,7 @@
}, {
"name": "last",
"in": "query",
"description": "query parameter for the last item in previou query",
"description": "query parameter for the last item in previous query",
"required": false,
"type": "string"
}, {
Expand Down Expand Up @@ -507,7 +507,7 @@
}, {
"name": "last",
"in": "query",
"description": "query parameter for the last item in previou query",
"description": "query parameter for the last item in previous query",
"required": false,
"type": "string"
}, {
Expand Down Expand Up @@ -1180,7 +1180,7 @@
}
},
"example": {
"repositories": ["production/apline", "testing/apline"]
"repositories": ["production/alpine", "testing/alpine"]
}
},
"DeletedRepository": {
Expand Down Expand Up @@ -1418,7 +1418,7 @@
"queryLast": {
"name": "last",
"in": "query",
"description": "query parameter for the last item in previou query",
"description": "query parameter for the last item in previous query",
"required": false,
"type": "string",
"x-ms-parameter-location": "method"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"responses": {
"200": {
"body": {
"repositories": ["production/apline", "testing/apline"]
"repositories": ["production/alpine", "testing/alpine"]
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1561,7 +1561,7 @@
}
},
"repositoryUrl": {
"description": "The full URL to the source code respository",
"description": "The full URL to the source code repository",
"type": "string"
},
"isCommitTriggerEnabled": {
Expand Down Expand Up @@ -1991,7 +1991,7 @@
}
},
"sourceLocation": {
"description": "The URL(absolute or relative) of the source that needs to be built. For Docker build, it can be an URL to a tar or github repoistory as supported by Docker.\r\nIf it is relative URL, the relative path should be obtained from calling getSourceUploadUrl API.",
"description": "The URL(absolute or relative) of the source that needs to be built. For Docker build, it can be an URL to a tar or github repository as supported by Docker.\r\nIf it is relative URL, the relative path should be obtained from calling getSourceUploadUrl API.",
"type": "string"
},
"buildArguments": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1337,7 +1337,7 @@
}
},
"repositoryUrl": {
"description": "The full URL to the source code respository",
"description": "The full URL to the source code repository",
"type": "string"
},
"branch": {
Expand Down Expand Up @@ -1634,7 +1634,7 @@
}
},
"repositoryUrl": {
"description": "The full URL to the source code respository",
"description": "The full URL to the source code repository",
"type": "string"
},
"branch": {
Expand Down Expand Up @@ -1801,7 +1801,7 @@
"description": "The machine configuration of the run agent."
},
"sourceLocation": {
"description": "The URL(absolute or relative) of the source context. It can be an URL to a tar or git repoistory.\r\nIf it is relative URL, the relative path should be obtained from calling listBuildSourceUploadUrl API.",
"description": "The URL(absolute or relative) of the source context. It can be an URL to a tar or git repository.\r\nIf it is relative URL, the relative path should be obtained from calling listBuildSourceUploadUrl API.",
"type": "string"
}
},
Expand Down Expand Up @@ -1876,7 +1876,7 @@
"description": "The machine configuration of the run agent."
},
"sourceLocation": {
"description": "The URL(absolute or relative) of the source context. It can be an URL to a tar or git repoistory.\r\nIf it is relative URL, the relative path should be obtained from calling listBuildSourceUploadUrl API.",
"description": "The URL(absolute or relative) of the source context. It can be an URL to a tar or git repository.\r\nIf it is relative URL, the relative path should be obtained from calling listBuildSourceUploadUrl API.",
"type": "string"
}
},
Expand Down Expand Up @@ -1978,7 +1978,7 @@
"description": "The machine configuration of the run agent."
},
"sourceLocation": {
"description": "The URL(absolute or relative) of the source context. It can be an URL to a tar or git repoistory.\r\nIf it is relative URL, the relative path should be obtained from calling listBuildSourceUploadUrl API.",
"description": "The URL(absolute or relative) of the source context. It can be an URL to a tar or git repository.\r\nIf it is relative URL, the relative path should be obtained from calling listBuildSourceUploadUrl API.",
"type": "string"
}
},
Expand Down