From 009401731d6571b7ebe422c56c1afbee68d4f072 Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Wed, 28 Nov 2018 13:27:40 -0500 Subject: [PATCH] typo: Fix AppServiceCertificateOrders.json (#4502) - Double word "to" - Successully -> Successfully - certitificate -> certificate --- .../stable/2015-08-01/AppServiceCertificateOrders.json | 10 +++++----- .../stable/2018-02-01/AppServiceCertificateOrders.json | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/specification/web/resource-manager/Microsoft.CertificateRegistration/stable/2015-08-01/AppServiceCertificateOrders.json b/specification/web/resource-manager/Microsoft.CertificateRegistration/stable/2015-08-01/AppServiceCertificateOrders.json index 0686c5824d92..5aadb60b62bf 100644 --- a/specification/web/resource-manager/Microsoft.CertificateRegistration/stable/2015-08-01/AppServiceCertificateOrders.json +++ b/specification/web/resource-manager/Microsoft.CertificateRegistration/stable/2015-08-01/AppServiceCertificateOrders.json @@ -164,7 +164,7 @@ { "name": "certificateDistinguishedName", "in": "body", - "description": "Distinguished name to to use for the certificate order.", + "description": "Distinguished name to use for the certificate order.", "required": true, "schema": { "$ref": "#/definitions/AppServiceCertificateOrder" @@ -220,7 +220,7 @@ ], "responses": { "200": { - "description": "Succesfully deleted certificate order." + "description": "Successfully deleted certificate order." }, "204": { "description": "Certificate order does not exist." @@ -248,7 +248,7 @@ { "name": "certificateDistinguishedName", "in": "body", - "description": "Distinguished name to to use for the certificate order.", + "description": "Distinguished name to use for the certificate order.", "required": true, "schema": { "$ref": "#/definitions/AppServiceCertificateOrderPatchResource" @@ -449,7 +449,7 @@ ], "responses": { "200": { - "description": "Succesfully deleted certificate." + "description": "Successfully deleted certificate." }, "204": { "description": "Certificate does not exist." @@ -1072,7 +1072,7 @@ } }, "AppServiceCertificateOrderCollection": { - "description": "Collection of certitificate orders.", + "description": "Collection of certificate orders.", "required": [ "value" ], diff --git a/specification/web/resource-manager/Microsoft.CertificateRegistration/stable/2018-02-01/AppServiceCertificateOrders.json b/specification/web/resource-manager/Microsoft.CertificateRegistration/stable/2018-02-01/AppServiceCertificateOrders.json index 347d44f9af8f..8952bfecc6d5 100644 --- a/specification/web/resource-manager/Microsoft.CertificateRegistration/stable/2018-02-01/AppServiceCertificateOrders.json +++ b/specification/web/resource-manager/Microsoft.CertificateRegistration/stable/2018-02-01/AppServiceCertificateOrders.json @@ -182,7 +182,7 @@ { "name": "certificateDistinguishedName", "in": "body", - "description": "Distinguished name to to use for the certificate order.", + "description": "Distinguished name to use for the certificate order.", "required": true, "schema": { "$ref": "#/definitions/AppServiceCertificateOrder" @@ -244,7 +244,7 @@ ], "responses": { "200": { - "description": "Succesfully deleted certificate order." + "description": "Successfully deleted certificate order." }, "204": { "description": "Certificate order does not exist." @@ -272,7 +272,7 @@ { "name": "certificateDistinguishedName", "in": "body", - "description": "Distinguished name to to use for the certificate order.", + "description": "Distinguished name to use for the certificate order.", "required": true, "schema": { "$ref": "#/definitions/AppServiceCertificateOrderPatchResource" @@ -497,7 +497,7 @@ ], "responses": { "200": { - "description": "Succesfully deleted certificate." + "description": "Successfully deleted certificate." }, "204": { "description": "Certificate does not exist." @@ -1144,7 +1144,7 @@ } }, "AppServiceCertificateOrderCollection": { - "description": "Collection of certitificate orders.", + "description": "Collection of certificate orders.", "required": [ "value" ],