diff --git a/lib/services/cdnManagement/lib/models/cidrIpAddress.js b/lib/services/cdnManagement/lib/models/cidrIpAddress.js index 22aa2fa82a..239aad2ddb 100644 --- a/lib/services/cdnManagement/lib/models/cidrIpAddress.js +++ b/lib/services/cdnManagement/lib/models/cidrIpAddress.js @@ -17,7 +17,7 @@ class CidrIpAddress { /** * Create a CidrIpAddress. - * @property {string} [baseIpAddress] Ip adress itself. + * @property {string} [baseIpAddress] Ip address itself. * @property {number} [prefixLength] The length of the prefix of the ip * address. */ diff --git a/lib/services/cdnManagement/lib/models/customDomain.js b/lib/services/cdnManagement/lib/models/customDomain.js index 9432007636..971d069b6b 100644 --- a/lib/services/cdnManagement/lib/models/customDomain.js +++ b/lib/services/cdnManagement/lib/models/customDomain.js @@ -14,7 +14,7 @@ const models = require('./index'); /** * Friendly domain name mapping to the endpoint hostname that the customer - * provides for branding purposes, e.g. www.consoto.com. + * provides for branding purposes, e.g. www.contoso.com. * * @extends models['ProxyResource'] */ diff --git a/lib/services/cdnManagement/lib/models/endpoint.js b/lib/services/cdnManagement/lib/models/endpoint.js index 2dcee604ff..fd4997400e 100644 --- a/lib/services/cdnManagement/lib/models/endpoint.js +++ b/lib/services/cdnManagement/lib/models/endpoint.js @@ -66,7 +66,7 @@ class Endpoint extends models['TrackedResource'] { * of the policy. * @property {array} [deliveryPolicy.rules] A list of the delivery rules. * @property {string} [hostName] The host name of the endpoint structured as - * {endpointName}.{DNSZone}, e.g. consoto.azureedge.net + * {endpointName}.{DNSZone}, e.g. contoso.azureedge.net * @property {array} origins The source of the content being delivered via * CDN. * @property {string} [resourceState] Resource status of the endpoint. diff --git a/lib/services/cdnManagement/lib/models/index.d.ts b/lib/services/cdnManagement/lib/models/index.d.ts index c054682f1f..3c52e83555 100644 --- a/lib/services/cdnManagement/lib/models/index.d.ts +++ b/lib/services/cdnManagement/lib/models/index.d.ts @@ -198,7 +198,7 @@ export interface Endpoint extends TrackedResource { deliveryPolicy?: EndpointPropertiesUpdateParametersDeliveryPolicy; /** * The host name of the endpoint structured as {endpointName}.{DNSZone}, e.g. - * consoto.azureedge.net + * contoso.azureedge.net */ readonly hostName?: string; /** @@ -505,7 +505,7 @@ export interface ProxyResource extends Resource { /** * Friendly domain name mapping to the endpoint hostname that the customer provides for branding - * purposes, e.g. www.consoto.com. + * purposes, e.g. www.contoso.com. */ export interface CustomDomain extends ProxyResource { /** @@ -696,7 +696,7 @@ export interface Operation { */ export interface CidrIpAddress { /** - * Ip adress itself. + * Ip address itself. */ baseIpAddress?: string; /**