Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
Expand All @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
Expand All @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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<DeepCreatedOrigin>] The source of the content being
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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<DeepCreatedOrigin>] The source of the content being
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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<DeepCreatedOrigin>] The source of the content being
Expand Down