From eb6b14f90f8848da8f0e21b210518a7c7774af5d Mon Sep 17 00:00:00 2001 From: Azure SDK for Python bot Date: Fri, 30 Nov 2018 10:17:16 -0800 Subject: [PATCH] Generated from d0c6effd968d5d082f79c835c398167e86320763 (#3450) typo: Microsoft.Cdn - subscitption -> subscription - consoto -> contoso - adress -> address --- services/cdn/mgmt/2016-10-02/cdn/models.go | 4 ++-- services/cdn/mgmt/2017-04-02/cdn/models.go | 4 ++-- services/cdn/mgmt/2017-10-12/cdn/models.go | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/services/cdn/mgmt/2016-10-02/cdn/models.go b/services/cdn/mgmt/2016-10-02/cdn/models.go index b854b88f33fc..814c1b4a8f1b 100644 --- a/services/cdn/mgmt/2016-10-02/cdn/models.go +++ b/services/cdn/mgmt/2016-10-02/cdn/models.go @@ -243,7 +243,7 @@ type CidrIPAddress struct { PrefixLength *int32 `json:"prefixLength,omitempty"` } -// CustomDomain customer provided domain for branding purposes, e.g. www.consoto.com. +// CustomDomain customer provided domain for branding purposes, e.g. www.contoso.com. type CustomDomain struct { autorest.Response `json:"-"` *CustomDomainProperties `json:"properties,omitempty"` @@ -1199,7 +1199,7 @@ func NewEndpointListResultPage(getNextPage func(context.Context, EndpointListRes // EndpointProperties the JSON object that contains the properties required to create an endpoint. type EndpointProperties struct { - // HostName - The host name of the endpoint structured as {endpointName}.{DNSZone}, e.g. consoto.azureedge.net + // HostName - The host name of the endpoint structured as {endpointName}.{DNSZone}, e.g. contoso.azureedge.net HostName *string `json:"hostName,omitempty"` // Origins - The source of the content being delivered via CDN. Origins *[]DeepCreatedOrigin `json:"origins,omitempty"` diff --git a/services/cdn/mgmt/2017-04-02/cdn/models.go b/services/cdn/mgmt/2017-04-02/cdn/models.go index dbb15550ffe5..76edcd97d0e6 100644 --- a/services/cdn/mgmt/2017-04-02/cdn/models.go +++ b/services/cdn/mgmt/2017-04-02/cdn/models.go @@ -275,7 +275,7 @@ type CidrIPAddress struct { } // CustomDomain friendly domain name mapping to the endpoint hostname that the customer provides for -// branding purposes, e.g. www.consoto.com. +// branding purposes, e.g. www.contoso.com. type CustomDomain struct { autorest.Response `json:"-"` *CustomDomainProperties `json:"properties,omitempty"` @@ -1177,7 +1177,7 @@ func NewEndpointListResultPage(getNextPage func(context.Context, EndpointListRes // EndpointProperties the JSON object that contains the properties required to create an endpoint. type EndpointProperties struct { - // HostName - The host name of the endpoint structured as {endpointName}.{DNSZone}, e.g. consoto.azureedge.net + // HostName - The host name of the endpoint structured as {endpointName}.{DNSZone}, e.g. contoso.azureedge.net HostName *string `json:"hostName,omitempty"` // Origins - The source of the content being delivered via CDN. Origins *[]DeepCreatedOrigin `json:"origins,omitempty"` diff --git a/services/cdn/mgmt/2017-10-12/cdn/models.go b/services/cdn/mgmt/2017-10-12/cdn/models.go index 6587b17bad48..81bbd57ab47c 100644 --- a/services/cdn/mgmt/2017-10-12/cdn/models.go +++ b/services/cdn/mgmt/2017-10-12/cdn/models.go @@ -345,14 +345,14 @@ type CheckNameAvailabilityOutput struct { // CidrIPAddress CIDR Ip address type CidrIPAddress struct { - // BaseIPAddress - Ip adress itself. + // BaseIPAddress - Ip address itself. BaseIPAddress *string `json:"baseIpAddress,omitempty"` // PrefixLength - The length of the prefix of the ip address. PrefixLength *int32 `json:"prefixLength,omitempty"` } // CustomDomain friendly domain name mapping to the endpoint hostname that the customer provides for -// branding purposes, e.g. www.consoto.com. +// branding purposes, e.g. www.contoso.com. type CustomDomain struct { autorest.Response `json:"-"` *CustomDomainProperties `json:"properties,omitempty"` @@ -1580,7 +1580,7 @@ func NewEndpointListResultPage(getNextPage func(context.Context, EndpointListRes // EndpointProperties the JSON object that contains the properties required to create an endpoint. type EndpointProperties struct { - // HostName - The host name of the endpoint structured as {endpointName}.{DNSZone}, e.g. consoto.azureedge.net + // HostName - The host name of the endpoint structured as {endpointName}.{DNSZone}, e.g. contoso.azureedge.net HostName *string `json:"hostName,omitempty"` // Origins - The source of the content being delivered via CDN. Origins *[]DeepCreatedOrigin `json:"origins,omitempty"`