diff --git a/management/azure_mgmt_cdn/lib/2015-06-01/generated/azure_mgmt_cdn/profiles.rb b/management/azure_mgmt_cdn/lib/2015-06-01/generated/azure_mgmt_cdn/profiles.rb index acd3353bdb..a3283323ca 100644 --- a/management/azure_mgmt_cdn/lib/2015-06-01/generated/azure_mgmt_cdn/profiles.rb +++ b/management/azure_mgmt_cdn/lib/2015-06-01/generated/azure_mgmt_cdn/profiles.rb @@ -25,7 +25,7 @@ def initialize(client) attr_reader :client # - # Lists the CDN profiles within an Azure subscitption. + # Lists the CDN profiles within an Azure subscription. # # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. @@ -38,7 +38,7 @@ def list_by_subscription_id(custom_headers = nil) end # - # Lists the CDN profiles within an Azure subscitption. + # Lists the CDN profiles within an Azure subscription. # # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. @@ -50,7 +50,7 @@ def list_by_subscription_id_with_http_info(custom_headers = nil) end # - # Lists the CDN profiles within an Azure subscitption. + # Lists the CDN profiles within an Azure subscription. # # @param [Hash{String => String}] A hash of custom headers that will be added # to the HTTP request. diff --git a/management/azure_mgmt_cdn/lib/2016-04-02/generated/azure_mgmt_cdn/profiles.rb b/management/azure_mgmt_cdn/lib/2016-04-02/generated/azure_mgmt_cdn/profiles.rb index 101ecfe225..0f9603b794 100644 --- a/management/azure_mgmt_cdn/lib/2016-04-02/generated/azure_mgmt_cdn/profiles.rb +++ b/management/azure_mgmt_cdn/lib/2016-04-02/generated/azure_mgmt_cdn/profiles.rb @@ -25,7 +25,7 @@ def initialize(client) attr_reader :client # - # Lists the CDN profiles within an Azure subscitption. + # Lists the CDN profiles within an Azure subscription. # # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. @@ -38,7 +38,7 @@ def list_by_subscription_id(custom_headers = nil) end # - # Lists the CDN profiles within an Azure subscitption. + # Lists the CDN profiles within an Azure subscription. # # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. @@ -50,7 +50,7 @@ def list_by_subscription_id_with_http_info(custom_headers = nil) end # - # Lists the CDN profiles within an Azure subscitption. + # Lists the CDN profiles within an Azure subscription. # # @param [Hash{String => String}] A hash of custom headers that will be added # to the HTTP request. diff --git a/management/azure_mgmt_cdn/lib/2016-10-02/generated/azure_mgmt_cdn/models/custom_domain.rb b/management/azure_mgmt_cdn/lib/2016-10-02/generated/azure_mgmt_cdn/models/custom_domain.rb index 6f2ff82c89..bfcb3ef280 100644 --- a/management/azure_mgmt_cdn/lib/2016-10-02/generated/azure_mgmt_cdn/models/custom_domain.rb +++ b/management/azure_mgmt_cdn/lib/2016-10-02/generated/azure_mgmt_cdn/models/custom_domain.rb @@ -6,7 +6,7 @@ module Azure::CDN::Mgmt::V2016_10_02 module Models # - # Customer provided domain for branding purposes, e.g. www.consoto.com. + # Customer provided domain for branding purposes, e.g. www.contoso.com. # class CustomDomain < Resource diff --git a/management/azure_mgmt_cdn/lib/2016-10-02/generated/azure_mgmt_cdn/models/endpoint.rb b/management/azure_mgmt_cdn/lib/2016-10-02/generated/azure_mgmt_cdn/models/endpoint.rb index 29d07f0f43..03cc32fc4e 100644 --- a/management/azure_mgmt_cdn/lib/2016-10-02/generated/azure_mgmt_cdn/models/endpoint.rb +++ b/management/azure_mgmt_cdn/lib/2016-10-02/generated/azure_mgmt_cdn/models/endpoint.rb @@ -62,7 +62,7 @@ class Endpoint < Resource attr_accessor :geo_filters # @return [String] The host name of the endpoint structured as - # {endpointName}.{DNSZone}, e.g. consoto.azureedge.net + # {endpointName}.{DNSZone}, e.g. contoso.azureedge.net attr_accessor :host_name # @return [Array] The source of the content being diff --git a/management/azure_mgmt_cdn/lib/2017-04-02/generated/azure_mgmt_cdn/models/custom_domain.rb b/management/azure_mgmt_cdn/lib/2017-04-02/generated/azure_mgmt_cdn/models/custom_domain.rb index fef2d90de1..cd0633b59f 100644 --- a/management/azure_mgmt_cdn/lib/2017-04-02/generated/azure_mgmt_cdn/models/custom_domain.rb +++ b/management/azure_mgmt_cdn/lib/2017-04-02/generated/azure_mgmt_cdn/models/custom_domain.rb @@ -7,7 +7,7 @@ module Azure::CDN::Mgmt::V2017_04_02 module Models # # 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. # class CustomDomain < ProxyResource diff --git a/management/azure_mgmt_cdn/lib/2017-04-02/generated/azure_mgmt_cdn/models/endpoint.rb b/management/azure_mgmt_cdn/lib/2017-04-02/generated/azure_mgmt_cdn/models/endpoint.rb index 0d1f0a46ba..33aefec1de 100644 --- a/management/azure_mgmt_cdn/lib/2017-04-02/generated/azure_mgmt_cdn/models/endpoint.rb +++ b/management/azure_mgmt_cdn/lib/2017-04-02/generated/azure_mgmt_cdn/models/endpoint.rb @@ -74,7 +74,7 @@ class Endpoint < TrackedResource attr_accessor :geo_filters # @return [String] The host name of the endpoint structured as - # {endpointName}.{DNSZone}, e.g. consoto.azureedge.net + # {endpointName}.{DNSZone}, e.g. contoso.azureedge.net attr_accessor :host_name # @return [Array] The source of the content being diff --git a/management/azure_mgmt_cdn/lib/2017-10-12/generated/azure_mgmt_cdn/models/cidr_ip_address.rb b/management/azure_mgmt_cdn/lib/2017-10-12/generated/azure_mgmt_cdn/models/cidr_ip_address.rb index 78267f67d4..b5bee1dd33 100644 --- a/management/azure_mgmt_cdn/lib/2017-10-12/generated/azure_mgmt_cdn/models/cidr_ip_address.rb +++ b/management/azure_mgmt_cdn/lib/2017-10-12/generated/azure_mgmt_cdn/models/cidr_ip_address.rb @@ -12,7 +12,7 @@ class CidrIpAddress include MsRestAzure - # @return [String] Ip adress itself. + # @return [String] Ip address itself. attr_accessor :base_ip_address # @return [Integer] The length of the prefix of the ip address. diff --git a/management/azure_mgmt_cdn/lib/2017-10-12/generated/azure_mgmt_cdn/models/custom_domain.rb b/management/azure_mgmt_cdn/lib/2017-10-12/generated/azure_mgmt_cdn/models/custom_domain.rb index bee5e8188b..afbc89dd88 100644 --- a/management/azure_mgmt_cdn/lib/2017-10-12/generated/azure_mgmt_cdn/models/custom_domain.rb +++ b/management/azure_mgmt_cdn/lib/2017-10-12/generated/azure_mgmt_cdn/models/custom_domain.rb @@ -7,7 +7,7 @@ module Azure::CDN::Mgmt::V2017_10_12 module Models # # 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. # class CustomDomain < ProxyResource diff --git a/management/azure_mgmt_cdn/lib/2017-10-12/generated/azure_mgmt_cdn/models/endpoint.rb b/management/azure_mgmt_cdn/lib/2017-10-12/generated/azure_mgmt_cdn/models/endpoint.rb index 1051e9ac8a..94086669fb 100644 --- a/management/azure_mgmt_cdn/lib/2017-10-12/generated/azure_mgmt_cdn/models/endpoint.rb +++ b/management/azure_mgmt_cdn/lib/2017-10-12/generated/azure_mgmt_cdn/models/endpoint.rb @@ -78,7 +78,7 @@ class Endpoint < TrackedResource attr_accessor :delivery_policy # @return [String] The host name of the endpoint structured as - # {endpointName}.{DNSZone}, e.g. consoto.azureedge.net + # {endpointName}.{DNSZone}, e.g. contoso.azureedge.net attr_accessor :host_name # @return [Array] The source of the content being