Skip to content
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
2 changes: 1 addition & 1 deletion azure-mgmt-cdn/azure/mgmt/cdn/models/cidr_ip_address.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
class CidrIpAddress(Model):
"""CIDR Ip address.

:param base_ip_address: Ip adress itself.
:param base_ip_address: Ip address itself.
:type base_ip_address: str
:param prefix_length: The length of the prefix of the ip address.
:type prefix_length: int
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
class CidrIpAddress(Model):
"""CIDR Ip address.

:param base_ip_address: Ip adress itself.
:param base_ip_address: Ip address itself.
:type base_ip_address: str
:param prefix_length: The length of the prefix of the ip address.
:type prefix_length: int
Expand Down
2 changes: 1 addition & 1 deletion azure-mgmt-cdn/azure/mgmt/cdn/models/custom_domain.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

class CustomDomain(ProxyResource):
"""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.

Variables are only populated by the server, and will be ignored when
sending a request.
Expand Down
2 changes: 1 addition & 1 deletion azure-mgmt-cdn/azure/mgmt/cdn/models/custom_domain_py3.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

class CustomDomain(ProxyResource):
"""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.

Variables are only populated by the server, and will be ignored when
sending a request.
Expand Down
2 changes: 1 addition & 1 deletion azure-mgmt-cdn/azure/mgmt/cdn/models/endpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ class Endpoint(TrackedResource):
:type delivery_policy:
~azure.mgmt.cdn.models.EndpointPropertiesUpdateParametersDeliveryPolicy
:ivar host_name: The host name of the endpoint structured as
{endpointName}.{DNSZone}, e.g. consoto.azureedge.net
{endpointName}.{DNSZone}, e.g. contoso.azureedge.net
:vartype host_name: str
:param origins: Required. The source of the content being delivered via
CDN.
Expand Down
2 changes: 1 addition & 1 deletion azure-mgmt-cdn/azure/mgmt/cdn/models/endpoint_py3.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ class Endpoint(TrackedResource):
:type delivery_policy:
~azure.mgmt.cdn.models.EndpointPropertiesUpdateParametersDeliveryPolicy
:ivar host_name: The host name of the endpoint structured as
{endpointName}.{DNSZone}, e.g. consoto.azureedge.net
{endpointName}.{DNSZone}, e.g. contoso.azureedge.net
:vartype host_name: str
:param origins: Required. The source of the content being delivered via
CDN.
Expand Down