From ed56600e9029f9cf6c1c4770b2e870777a463e9d Mon Sep 17 00:00:00 2001 From: Azure SDK for Python bot Date: Wed, 28 Nov 2018 11:03:50 -0800 Subject: [PATCH] [AutoPR web/resource-manager] typo: Fix AppServiceCertificateOrders.json (#3338) * Generated from 819bea5faa9a33b42a3da3a16e366aa8541bf41d typo: Fix AppServiceCertificateOrders.json - Double word "to" - Successully -> Successfully - certitificate -> certificate * Generated from d033f613f837a5bce9730a1fa0ad7ad25e9fba0d typo: Fix AppServiceCertificateOrders.json - Double word "to" - Successully -> Successfully - certitificate -> certificate * Generated from d033f613f837a5bce9730a1fa0ad7ad25e9fba0d typo: Fix AppServiceCertificateOrders.json - Double word "to" - Successully -> Successfully - certitificate -> certificate --- .../web/mgmt/2016-09-01/web/appservicecertificateorders.go | 4 ++-- services/web/mgmt/2016-09-01/web/models.go | 2 +- .../web/mgmt/2018-02-01/web/appservicecertificateorders.go | 4 ++-- services/web/mgmt/2018-02-01/web/models.go | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/services/web/mgmt/2016-09-01/web/appservicecertificateorders.go b/services/web/mgmt/2016-09-01/web/appservicecertificateorders.go index 237ee5acae80..b9c49f06b8f6 100644 --- a/services/web/mgmt/2016-09-01/web/appservicecertificateorders.go +++ b/services/web/mgmt/2016-09-01/web/appservicecertificateorders.go @@ -45,7 +45,7 @@ func NewAppServiceCertificateOrdersClientWithBaseURI(baseURI string, subscriptio // Parameters: // resourceGroupName - name of the resource group to which the resource belongs. // certificateOrderName - name of the certificate order. -// certificateDistinguishedName - distinguished name to to use for the certificate order. +// certificateDistinguishedName - distinguished name to use for the certificate order. func (client AppServiceCertificateOrdersClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, certificateOrderName string, certificateDistinguishedName AppServiceCertificateOrder) (result AppServiceCertificateOrdersCreateOrUpdateFuture, err error) { if tracing.IsEnabled() { ctx = tracing.StartSpan(ctx, fqdn+"/AppServiceCertificateOrdersClient.CreateOrUpdate") @@ -1529,7 +1529,7 @@ func (client AppServiceCertificateOrdersClient) RetrieveSiteSealResponder(resp * // Parameters: // resourceGroupName - name of the resource group to which the resource belongs. // certificateOrderName - name of the certificate order. -// certificateDistinguishedName - distinguished name to to use for the certificate order. +// certificateDistinguishedName - distinguished name to use for the certificate order. func (client AppServiceCertificateOrdersClient) Update(ctx context.Context, resourceGroupName string, certificateOrderName string, certificateDistinguishedName AppServiceCertificateOrderPatchResource) (result AppServiceCertificateOrder, err error) { if tracing.IsEnabled() { ctx = tracing.StartSpan(ctx, fqdn+"/AppServiceCertificateOrdersClient.Update") diff --git a/services/web/mgmt/2016-09-01/web/models.go b/services/web/mgmt/2016-09-01/web/models.go index 65cce36dfa33..c8d9571a1617 100644 --- a/services/web/mgmt/2016-09-01/web/models.go +++ b/services/web/mgmt/2016-09-01/web/models.go @@ -2417,7 +2417,7 @@ func (asco *AppServiceCertificateOrder) UnmarshalJSON(body []byte) error { return nil } -// AppServiceCertificateOrderCollection collection of certitificate orders. +// AppServiceCertificateOrderCollection collection of certificate orders. type AppServiceCertificateOrderCollection struct { autorest.Response `json:"-"` // Value - Collection of resources. diff --git a/services/web/mgmt/2018-02-01/web/appservicecertificateorders.go b/services/web/mgmt/2018-02-01/web/appservicecertificateorders.go index 19c73e023ad5..e87b944da9c4 100644 --- a/services/web/mgmt/2018-02-01/web/appservicecertificateorders.go +++ b/services/web/mgmt/2018-02-01/web/appservicecertificateorders.go @@ -45,7 +45,7 @@ func NewAppServiceCertificateOrdersClientWithBaseURI(baseURI string, subscriptio // Parameters: // resourceGroupName - name of the resource group to which the resource belongs. // certificateOrderName - name of the certificate order. -// certificateDistinguishedName - distinguished name to to use for the certificate order. +// certificateDistinguishedName - distinguished name to use for the certificate order. func (client AppServiceCertificateOrdersClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, certificateOrderName string, certificateDistinguishedName AppServiceCertificateOrder) (result AppServiceCertificateOrdersCreateOrUpdateFuture, err error) { if tracing.IsEnabled() { ctx = tracing.StartSpan(ctx, fqdn+"/AppServiceCertificateOrdersClient.CreateOrUpdate") @@ -1529,7 +1529,7 @@ func (client AppServiceCertificateOrdersClient) RetrieveSiteSealResponder(resp * // Parameters: // resourceGroupName - name of the resource group to which the resource belongs. // certificateOrderName - name of the certificate order. -// certificateDistinguishedName - distinguished name to to use for the certificate order. +// certificateDistinguishedName - distinguished name to use for the certificate order. func (client AppServiceCertificateOrdersClient) Update(ctx context.Context, resourceGroupName string, certificateOrderName string, certificateDistinguishedName AppServiceCertificateOrderPatchResource) (result AppServiceCertificateOrder, err error) { if tracing.IsEnabled() { ctx = tracing.StartSpan(ctx, fqdn+"/AppServiceCertificateOrdersClient.Update") diff --git a/services/web/mgmt/2018-02-01/web/models.go b/services/web/mgmt/2018-02-01/web/models.go index 64f983dd5778..05d55b90b29e 100644 --- a/services/web/mgmt/2018-02-01/web/models.go +++ b/services/web/mgmt/2018-02-01/web/models.go @@ -2489,7 +2489,7 @@ func (asco *AppServiceCertificateOrder) UnmarshalJSON(body []byte) error { return nil } -// AppServiceCertificateOrderCollection collection of certitificate orders. +// AppServiceCertificateOrderCollection collection of certificate orders. type AppServiceCertificateOrderCollection struct { autorest.Response `json:"-"` // Value - Collection of resources.