Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AutoPR web/resource-manager] typo: Fix AppServiceCertificateOrders.json #3829

Merged
merged 2 commits into from
Nov 28, 2018
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 @@ -13,7 +13,7 @@


class AppServiceEnvironmentPatchResource(ProxyOnlyResource):
"""ARM resource for a app service enviroment.
"""ARM resource for a app service environment.

Variables are only populated by the server, and will be ignored when
sending a request.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


class AppServiceEnvironmentPatchResource(ProxyOnlyResource):
"""ARM resource for a app service enviroment.
"""ARM resource for a app service environment.

Variables are only populated by the server, and will be ignored when
sending a request.
Expand Down
6 changes: 3 additions & 3 deletions azure-mgmt-web/azure/mgmt/web/models/ramp_up_rule.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ class RampUpRule(Model):
:param reroute_percentage: Percentage of the traffic which will be
redirected to <code>ActionHostName</code>.
:type reroute_percentage: float
:param change_step: In auto ramp up scenario this is the step to to
:param change_step: In auto ramp up scenario this is the step to
add/remove from <code>ReroutePercentage</code> until it reaches
<code>MinReroutePercentage</code> or <code>MaxReroutePercentage</code>.
Site metrics are checked every N minutes specificed in
Site metrics are checked every N minutes specified in
<code>ChangeIntervalInMinutes</code>.
Custom decision algorithm can be provided in TiPCallback site extension
which URL can be specified in <code>ChangeDecisionCallbackUrl</code>.
:type change_step: float
:param change_interval_in_minutes: Specifies interval in mimuntes to
:param change_interval_in_minutes: Specifies interval in minutes to
reevaluate ReroutePercentage.
:type change_interval_in_minutes: int
:param min_reroute_percentage: Specifies lower boundary above which
Expand Down
6 changes: 3 additions & 3 deletions azure-mgmt-web/azure/mgmt/web/models/ramp_up_rule_py3.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ class RampUpRule(Model):
:param reroute_percentage: Percentage of the traffic which will be
redirected to <code>ActionHostName</code>.
:type reroute_percentage: float
:param change_step: In auto ramp up scenario this is the step to to
:param change_step: In auto ramp up scenario this is the step to
add/remove from <code>ReroutePercentage</code> until it reaches
<code>MinReroutePercentage</code> or <code>MaxReroutePercentage</code>.
Site metrics are checked every N minutes specificed in
Site metrics are checked every N minutes specified in
<code>ChangeIntervalInMinutes</code>.
Custom decision algorithm can be provided in TiPCallback site extension
which URL can be specified in <code>ChangeDecisionCallbackUrl</code>.
:type change_step: float
:param change_interval_in_minutes: Specifies interval in mimuntes to
:param change_interval_in_minutes: Specifies interval in minutes to
reevaluate ReroutePercentage.
:type change_interval_in_minutes: int
:param min_reroute_percentage: Specifies lower boundary above which
Expand Down
2 changes: 1 addition & 1 deletion azure-mgmt-web/azure/mgmt/web/models/slot_swap_status.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


class SlotSwapStatus(Model):
"""The status of the last successfull slot swap operation.
"""The status of the last successful slot swap operation.

Variables are only populated by the server, and will be ignored when
sending a request.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


class SlotSwapStatus(Model):
"""The status of the last successfull slot swap operation.
"""The status of the last successful slot swap operation.

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-web/azure/mgmt/web/models/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


class User(ProxyOnlyResource):
"""User crendentials used for publishing activity.
"""User credentials used for publishing activity.

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-web/azure/mgmt/web/models/user_py3.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


class User(ProxyOnlyResource):
"""User crendentials used for publishing activity.
"""User credentials used for publishing activity.

Variables are only populated by the server, and will be ignored when
sending a request.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -355,8 +355,8 @@ def create_or_update(
:type resource_group_name: str
:param certificate_order_name: Name of the certificate order.
:type certificate_order_name: str
:param certificate_distinguished_name: Distinguished name to to use
for the certificate order.
:param certificate_distinguished_name: Distinguished name to use for
the certificate order.
:type certificate_distinguished_name:
~azure.mgmt.web.models.AppServiceCertificateOrder
:param dict custom_headers: headers that will be added to the request
Expand Down Expand Up @@ -468,8 +468,8 @@ def update(
:type resource_group_name: str
:param certificate_order_name: Name of the certificate order.
:type certificate_order_name: str
:param certificate_distinguished_name: Distinguished name to to use
for the certificate order.
:param certificate_distinguished_name: Distinguished name to use for
the certificate order.
:type certificate_distinguished_name:
~azure.mgmt.web.models.AppServiceCertificateOrderPatchResource
:param dict custom_headers: headers that will be added to the request
Expand Down