diff --git a/azure-mgmt-web/azure/mgmt/web/models/ramp_up_rule.py b/azure-mgmt-web/azure/mgmt/web/models/ramp_up_rule.py
index beac73be59d5..084ce8052951 100644
--- a/azure-mgmt-web/azure/mgmt/web/models/ramp_up_rule.py
+++ b/azure-mgmt-web/azure/mgmt/web/models/ramp_up_rule.py
@@ -22,15 +22,15 @@ class RampUpRule(Model):
:param reroute_percentage: Percentage of the traffic which will be
redirected to ActionHostName.
: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 ReroutePercentage until it reaches
MinReroutePercentage or MaxReroutePercentage.
- Site metrics are checked every N minutes specificed in
+ Site metrics are checked every N minutes specified in
ChangeIntervalInMinutes.
Custom decision algorithm can be provided in TiPCallback site extension
which URL can be specified in ChangeDecisionCallbackUrl.
: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
diff --git a/azure-mgmt-web/azure/mgmt/web/models/ramp_up_rule_py3.py b/azure-mgmt-web/azure/mgmt/web/models/ramp_up_rule_py3.py
index 224fea9b4023..ccc3f0224724 100644
--- a/azure-mgmt-web/azure/mgmt/web/models/ramp_up_rule_py3.py
+++ b/azure-mgmt-web/azure/mgmt/web/models/ramp_up_rule_py3.py
@@ -22,15 +22,15 @@ class RampUpRule(Model):
:param reroute_percentage: Percentage of the traffic which will be
redirected to ActionHostName.
: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 ReroutePercentage until it reaches
MinReroutePercentage or MaxReroutePercentage.
- Site metrics are checked every N minutes specificed in
+ Site metrics are checked every N minutes specified in
ChangeIntervalInMinutes.
Custom decision algorithm can be provided in TiPCallback site extension
which URL can be specified in ChangeDecisionCallbackUrl.
: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
diff --git a/azure-mgmt-web/azure/mgmt/web/models/slot_swap_status.py b/azure-mgmt-web/azure/mgmt/web/models/slot_swap_status.py
index 73c238d3fd5b..ec53d53176b3 100644
--- a/azure-mgmt-web/azure/mgmt/web/models/slot_swap_status.py
+++ b/azure-mgmt-web/azure/mgmt/web/models/slot_swap_status.py
@@ -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.
diff --git a/azure-mgmt-web/azure/mgmt/web/models/slot_swap_status_py3.py b/azure-mgmt-web/azure/mgmt/web/models/slot_swap_status_py3.py
index 9d555a5fe6f2..3b761bdd0f62 100644
--- a/azure-mgmt-web/azure/mgmt/web/models/slot_swap_status_py3.py
+++ b/azure-mgmt-web/azure/mgmt/web/models/slot_swap_status_py3.py
@@ -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.
diff --git a/azure-mgmt-web/azure/mgmt/web/models/user.py b/azure-mgmt-web/azure/mgmt/web/models/user.py
index 548b51584a9e..09fa23dbe8f0 100644
--- a/azure-mgmt-web/azure/mgmt/web/models/user.py
+++ b/azure-mgmt-web/azure/mgmt/web/models/user.py
@@ -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.
diff --git a/azure-mgmt-web/azure/mgmt/web/models/user_py3.py b/azure-mgmt-web/azure/mgmt/web/models/user_py3.py
index 6f57069f740b..b6b6d210a0a6 100644
--- a/azure-mgmt-web/azure/mgmt/web/models/user_py3.py
+++ b/azure-mgmt-web/azure/mgmt/web/models/user_py3.py
@@ -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.