From 238303d046e1ecbbabe0daf42e423c5784326e18 Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Sat, 1 Dec 2018 13:01:59 -0500 Subject: [PATCH] typo: Microsoft.ContainerRegistry - manfests -> manifests - Everyting -> Everything - respositories -> repositories - previou -> previous - repoisotry -> repository - apline -> alpine - repoistory -> repository --- .../preview/2018-08-10/containerregistry.json | 26 +++++++++---------- .../2018-08-10/examples/GetRepositories.json | 2 +- .../containerregistry_build.json | 4 +-- .../2018-09-01/containerregistry_build.json | 10 +++---- 4 files changed, 21 insertions(+), 21 deletions(-) diff --git a/specification/containerregistry/data-plane/Microsoft.ContainerRegistry/preview/2018-08-10/containerregistry.json b/specification/containerregistry/data-plane/Microsoft.ContainerRegistry/preview/2018-08-10/containerregistry.json index 219039288eb5..406569ca5d12 100644 --- a/specification/containerregistry/data-plane/Microsoft.ContainerRegistry/preview/2018-08-10/containerregistry.json +++ b/specification/containerregistry/data-plane/Microsoft.ContainerRegistry/preview/2018-08-10/containerregistry.json @@ -11,7 +11,7 @@ "description": "Root API" }, { "name": "Manifest", - "description": "Everything about manfests" + "description": "Everything about manifests" }, { "name": "Tag", "description": "Everything about tags" @@ -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" @@ -137,7 +137,7 @@ "/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" } @@ -145,7 +145,7 @@ "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" }, { @@ -174,7 +174,7 @@ "/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" } @@ -182,7 +182,7 @@ "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" }, { @@ -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" } @@ -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" } @@ -257,7 +257,7 @@ }], "responses": { "202": { - "description": "The repoisotry is deleted", + "description": "The repository is deleted", "schema": { "$ref": "#/definitions/DeletedRepository" } @@ -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" }, { @@ -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" }, { @@ -1180,7 +1180,7 @@ } }, "example": { - "repositories": ["production/apline", "testing/apline"] + "repositories": ["production/alpine", "testing/alpine"] } }, "DeletedRepository": { @@ -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" diff --git a/specification/containerregistry/data-plane/Microsoft.ContainerRegistry/preview/2018-08-10/examples/GetRepositories.json b/specification/containerregistry/data-plane/Microsoft.ContainerRegistry/preview/2018-08-10/examples/GetRepositories.json index 97d76d07301e..86ef31bfe3c6 100644 --- a/specification/containerregistry/data-plane/Microsoft.ContainerRegistry/preview/2018-08-10/examples/GetRepositories.json +++ b/specification/containerregistry/data-plane/Microsoft.ContainerRegistry/preview/2018-08-10/examples/GetRepositories.json @@ -3,7 +3,7 @@ "responses": { "200": { "body": { - "repositories": ["production/apline", "testing/apline"] + "repositories": ["production/alpine", "testing/alpine"] } } } diff --git a/specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/preview/2018-02-01-preview/containerregistry_build.json b/specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/preview/2018-02-01-preview/containerregistry_build.json index 929fd5b1270c..1cec694ac859 100644 --- a/specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/preview/2018-02-01-preview/containerregistry_build.json +++ b/specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/preview/2018-02-01-preview/containerregistry_build.json @@ -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": { @@ -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": { diff --git a/specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2018-09-01/containerregistry_build.json b/specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2018-09-01/containerregistry_build.json index cdd6a36968d5..6ea6800444d3 100644 --- a/specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2018-09-01/containerregistry_build.json +++ b/specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2018-09-01/containerregistry_build.json @@ -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": { @@ -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": { @@ -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" } }, @@ -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" } }, @@ -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" } },