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
6 changes: 3 additions & 3 deletions sdk/cdn/azure-mgmt-cdn/azure/mgmt/cdn/models/_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -1357,7 +1357,7 @@ class Endpoint(TrackedResource):
compression applies. The value should be a valid MIME type.
:type content_types_to_compress: list[str]
:param origin_host_header: The host header value sent to the origin with
each request. This proerty at Endpoint is only allowed when endpoint uses
each request. This property at Endpoint is only allowed when endpoint uses
single origin and can be overridden by the same property specified at
origin.If you leave this blank, the request hostname determines this
value. Azure CDN origins, such as Web Apps, Blob Storage, and Cloud
Expand Down Expand Up @@ -1520,7 +1520,7 @@ class EndpointUpdateParameters(Model):
compression applies. The value should be a valid MIME type.
:type content_types_to_compress: list[str]
:param origin_host_header: The host header value sent to the origin with
each request. This proerty at Endpoint is only allowed when endpoint uses
each request. This property at Endpoint is only allowed when endpoint uses
single origin and can be overridden by the same property specified at
origin.If you leave this blank, the request hostname determines this
value. Azure CDN origins, such as Web Apps, Blob Storage, and Cloud
Expand Down Expand Up @@ -2877,7 +2877,7 @@ class ResponseBasedOriginErrorDetectionParameters(Model):
failed requests in the sample where failover should trigger.
:type response_based_failover_threshold_percentage: int
:param http_error_ranges: The list of Http status code ranges that are
considered as server errors for origin to be deeemed unhealthy.
considered as server errors for origin and it is marked as unhealthy.
:type http_error_ranges:
list[~azure.mgmt.cdn.models.HttpErrorRangeParameters]
"""
Expand Down
6 changes: 3 additions & 3 deletions sdk/cdn/azure-mgmt-cdn/azure/mgmt/cdn/models/_models_py3.py
Original file line number Diff line number Diff line change
Expand Up @@ -1357,7 +1357,7 @@ class Endpoint(TrackedResource):
compression applies. The value should be a valid MIME type.
:type content_types_to_compress: list[str]
:param origin_host_header: The host header value sent to the origin with
each request. This proerty at Endpoint is only allowed when endpoint uses
each request. This property at Endpoint is only allowed when endpoint uses
single origin and can be overridden by the same property specified at
origin.If you leave this blank, the request hostname determines this
value. Azure CDN origins, such as Web Apps, Blob Storage, and Cloud
Expand Down Expand Up @@ -1520,7 +1520,7 @@ class EndpointUpdateParameters(Model):
compression applies. The value should be a valid MIME type.
:type content_types_to_compress: list[str]
:param origin_host_header: The host header value sent to the origin with
each request. This proerty at Endpoint is only allowed when endpoint uses
each request. This property at Endpoint is only allowed when endpoint uses
single origin and can be overridden by the same property specified at
origin.If you leave this blank, the request hostname determines this
value. Azure CDN origins, such as Web Apps, Blob Storage, and Cloud
Expand Down Expand Up @@ -2877,7 +2877,7 @@ class ResponseBasedOriginErrorDetectionParameters(Model):
failed requests in the sample where failover should trigger.
:type response_based_failover_threshold_percentage: int
:param http_error_ranges: The list of Http status code ranges that are
considered as server errors for origin to be deeemed unhealthy.
considered as server errors for origin and it is marked as unhealthy.
:type http_error_ranges:
list[~azure.mgmt.cdn.models.HttpErrorRangeParameters]
"""
Expand Down