diff --git a/azure-mgmt-web/azure/mgmt/web/models/certificate.py b/azure-mgmt-web/azure/mgmt/web/models/certificate.py
index bd2c25e366d8..d05513dc8764 100644
--- a/azure-mgmt-web/azure/mgmt/web/models/certificate.py
+++ b/azure-mgmt-web/azure/mgmt/web/models/certificate.py
@@ -48,7 +48,7 @@ class Certificate(Resource):
:vartype issuer: str
:ivar issue_date: Certificate issue Date.
:vartype issue_date: datetime
- :ivar expiration_date: Certificate expriration date.
+ :ivar expiration_date: Certificate expiration date.
:vartype expiration_date: datetime
:param password: Required. Certificate password.
:type password: str
diff --git a/azure-mgmt-web/azure/mgmt/web/models/certificate_patch_resource.py b/azure-mgmt-web/azure/mgmt/web/models/certificate_patch_resource.py
index 00640f893069..2c8d4dd7b8d4 100644
--- a/azure-mgmt-web/azure/mgmt/web/models/certificate_patch_resource.py
+++ b/azure-mgmt-web/azure/mgmt/web/models/certificate_patch_resource.py
@@ -44,7 +44,7 @@ class CertificatePatchResource(ProxyOnlyResource):
:vartype issuer: str
:ivar issue_date: Certificate issue Date.
:vartype issue_date: datetime
- :ivar expiration_date: Certificate expriration date.
+ :ivar expiration_date: Certificate expiration date.
:vartype expiration_date: datetime
:param password: Required. Certificate password.
:type password: str
diff --git a/azure-mgmt-web/azure/mgmt/web/models/certificate_patch_resource_py3.py b/azure-mgmt-web/azure/mgmt/web/models/certificate_patch_resource_py3.py
index afe00d21362b..509a96b8f663 100644
--- a/azure-mgmt-web/azure/mgmt/web/models/certificate_patch_resource_py3.py
+++ b/azure-mgmt-web/azure/mgmt/web/models/certificate_patch_resource_py3.py
@@ -44,7 +44,7 @@ class CertificatePatchResource(ProxyOnlyResource):
:vartype issuer: str
:ivar issue_date: Certificate issue Date.
:vartype issue_date: datetime
- :ivar expiration_date: Certificate expriration date.
+ :ivar expiration_date: Certificate expiration date.
:vartype expiration_date: datetime
:param password: Required. Certificate password.
:type password: str
diff --git a/azure-mgmt-web/azure/mgmt/web/models/certificate_py3.py b/azure-mgmt-web/azure/mgmt/web/models/certificate_py3.py
index e18577a8f98c..72c91584d182 100644
--- a/azure-mgmt-web/azure/mgmt/web/models/certificate_py3.py
+++ b/azure-mgmt-web/azure/mgmt/web/models/certificate_py3.py
@@ -48,7 +48,7 @@ class Certificate(Resource):
:vartype issuer: str
:ivar issue_date: Certificate issue Date.
:vartype issue_date: datetime
- :ivar expiration_date: Certificate expriration date.
+ :ivar expiration_date: Certificate expiration date.
:vartype expiration_date: datetime
:param password: Required. Certificate password.
:type password: str
diff --git a/azure-mgmt-web/azure/mgmt/web/models/csm_usage_quota.py b/azure-mgmt-web/azure/mgmt/web/models/csm_usage_quota.py
index 6ec31a0dbbab..73a378492874 100644
--- a/azure-mgmt-web/azure/mgmt/web/models/csm_usage_quota.py
+++ b/azure-mgmt-web/azure/mgmt/web/models/csm_usage_quota.py
@@ -15,7 +15,7 @@
class CsmUsageQuota(Model):
"""Usage of the quota resource.
- :param unit: Units of measurement for the quota resourse.
+ :param unit: Units of measurement for the quota resource.
:type unit: str
:param next_reset_time: Next reset time for the resource counter.
:type next_reset_time: datetime
diff --git a/azure-mgmt-web/azure/mgmt/web/models/csm_usage_quota_py3.py b/azure-mgmt-web/azure/mgmt/web/models/csm_usage_quota_py3.py
index ec46c5675a51..4145c0317284 100644
--- a/azure-mgmt-web/azure/mgmt/web/models/csm_usage_quota_py3.py
+++ b/azure-mgmt-web/azure/mgmt/web/models/csm_usage_quota_py3.py
@@ -15,7 +15,7 @@
class CsmUsageQuota(Model):
"""Usage of the quota resource.
- :param unit: Units of measurement for the quota resourse.
+ :param unit: Units of measurement for the quota resource.
:type unit: str
:param next_reset_time: Next reset time for the resource counter.
:type next_reset_time: datetime
diff --git a/azure-mgmt-web/azure/mgmt/web/models/custom_hostname_analysis_result.py b/azure-mgmt-web/azure/mgmt/web/models/custom_hostname_analysis_result.py
index caad9e011ea0..b94776a8625c 100644
--- a/azure-mgmt-web/azure/mgmt/web/models/custom_hostname_analysis_result.py
+++ b/azure-mgmt-web/azure/mgmt/web/models/custom_hostname_analysis_result.py
@@ -40,7 +40,7 @@ class CustomHostnameAnalysisResult(ProxyOnlyResource):
:ivar has_conflict_on_scale_unit: true if there is a conflict
on a scale unit; otherwise, false.
:vartype has_conflict_on_scale_unit: bool
- :ivar has_conflict_across_subscription: true if htere is a
+ :ivar has_conflict_across_subscription: true if there is a
conflict across subscriptions; otherwise, false.
:vartype has_conflict_across_subscription: bool
:ivar conflicting_app_resource_id: Name of the conflicting app on scale
diff --git a/azure-mgmt-web/azure/mgmt/web/models/custom_hostname_analysis_result_py3.py b/azure-mgmt-web/azure/mgmt/web/models/custom_hostname_analysis_result_py3.py
index 0646bccb298a..d8bbfe11a508 100644
--- a/azure-mgmt-web/azure/mgmt/web/models/custom_hostname_analysis_result_py3.py
+++ b/azure-mgmt-web/azure/mgmt/web/models/custom_hostname_analysis_result_py3.py
@@ -40,7 +40,7 @@ class CustomHostnameAnalysisResult(ProxyOnlyResource):
:ivar has_conflict_on_scale_unit: true if there is a conflict
on a scale unit; otherwise, false.
:vartype has_conflict_on_scale_unit: bool
- :ivar has_conflict_across_subscription: true if htere is a
+ :ivar has_conflict_across_subscription: true if there is a
conflict across subscriptions; otherwise, false.
:vartype has_conflict_across_subscription: bool
:ivar conflicting_app_resource_id: Name of the conflicting app on scale
diff --git a/azure-mgmt-web/azure/mgmt/web/models/data_source.py b/azure-mgmt-web/azure/mgmt/web/models/data_source.py
index 7a2c50d6e370..a49bb6e1caf5 100644
--- a/azure-mgmt-web/azure/mgmt/web/models/data_source.py
+++ b/azure-mgmt-web/azure/mgmt/web/models/data_source.py
@@ -15,7 +15,7 @@
class DataSource(Model):
"""Class representing data source used by the detectors.
- :param instructions: Instrunctions if any for the data source
+ :param instructions: Instructions if any for the data source
:type instructions: list[str]
:param data_source_uri: Datasource Uri Links
:type data_source_uri: list[~azure.mgmt.web.models.NameValuePair]
diff --git a/azure-mgmt-web/azure/mgmt/web/models/data_source_py3.py b/azure-mgmt-web/azure/mgmt/web/models/data_source_py3.py
index b6db5b64ff21..29079057ce34 100644
--- a/azure-mgmt-web/azure/mgmt/web/models/data_source_py3.py
+++ b/azure-mgmt-web/azure/mgmt/web/models/data_source_py3.py
@@ -15,7 +15,7 @@
class DataSource(Model):
"""Class representing data source used by the detectors.
- :param instructions: Instrunctions if any for the data source
+ :param instructions: Instructions if any for the data source
:type instructions: list[str]
:param data_source_uri: Datasource Uri Links
:type data_source_uri: list[~azure.mgmt.web.models.NameValuePair]
diff --git a/azure-mgmt-web/azure/mgmt/web/models/deployment.py b/azure-mgmt-web/azure/mgmt/web/models/deployment.py
index 75a3a6e26b9e..e1edd8b35d22 100644
--- a/azure-mgmt-web/azure/mgmt/web/models/deployment.py
+++ b/azure-mgmt-web/azure/mgmt/web/models/deployment.py
@@ -13,7 +13,7 @@
class Deployment(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/deployment_py3.py b/azure-mgmt-web/azure/mgmt/web/models/deployment_py3.py
index abc4448dc021..31037b9858d8 100644
--- a/azure-mgmt-web/azure/mgmt/web/models/deployment_py3.py
+++ b/azure-mgmt-web/azure/mgmt/web/models/deployment_py3.py
@@ -13,7 +13,7 @@
class Deployment(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/detector_abnormal_time_period.py b/azure-mgmt-web/azure/mgmt/web/models/detector_abnormal_time_period.py
index 79d6784e465e..f1b0e84468d5 100644
--- a/azure-mgmt-web/azure/mgmt/web/models/detector_abnormal_time_period.py
+++ b/azure-mgmt-web/azure/mgmt/web/models/detector_abnormal_time_period.py
@@ -15,9 +15,9 @@
class DetectorAbnormalTimePeriod(Model):
"""Class representing Abnormal Time Period detected.
- :param start_time: Start time of the corelated event
+ :param start_time: Start time of the correlated event
:type start_time: datetime
- :param end_time: End time of the corelated event
+ :param end_time: End time of the correlated event
:type end_time: datetime
:param message: Message describing the event
:type message: str
diff --git a/azure-mgmt-web/azure/mgmt/web/models/detector_abnormal_time_period_py3.py b/azure-mgmt-web/azure/mgmt/web/models/detector_abnormal_time_period_py3.py
index 63507c374c07..6fc4258bef34 100644
--- a/azure-mgmt-web/azure/mgmt/web/models/detector_abnormal_time_period_py3.py
+++ b/azure-mgmt-web/azure/mgmt/web/models/detector_abnormal_time_period_py3.py
@@ -15,9 +15,9 @@
class DetectorAbnormalTimePeriod(Model):
"""Class representing Abnormal Time Period detected.
- :param start_time: Start time of the corelated event
+ :param start_time: Start time of the correlated event
:type start_time: datetime
- :param end_time: End time of the corelated event
+ :param end_time: End time of the correlated event
:type end_time: datetime
:param message: Message describing the event
:type message: str
diff --git a/azure-mgmt-web/azure/mgmt/web/models/diagnostic_detector_response.py b/azure-mgmt-web/azure/mgmt/web/models/diagnostic_detector_response.py
index 54efec97da7b..02cf6db30707 100644
--- a/azure-mgmt-web/azure/mgmt/web/models/diagnostic_detector_response.py
+++ b/azure-mgmt-web/azure/mgmt/web/models/diagnostic_detector_response.py
@@ -13,7 +13,7 @@
class DiagnosticDetectorResponse(ProxyOnlyResource):
- """Class representing Reponse from Diagnostic Detectors.
+ """Class representing Response from Diagnostic Detectors.
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/diagnostic_detector_response_py3.py b/azure-mgmt-web/azure/mgmt/web/models/diagnostic_detector_response_py3.py
index 165d011ecccc..a7fb46dbb467 100644
--- a/azure-mgmt-web/azure/mgmt/web/models/diagnostic_detector_response_py3.py
+++ b/azure-mgmt-web/azure/mgmt/web/models/diagnostic_detector_response_py3.py
@@ -13,7 +13,7 @@
class DiagnosticDetectorResponse(ProxyOnlyResource):
- """Class representing Reponse from Diagnostic Detectors.
+ """Class representing Response from Diagnostic Detectors.
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/domain_availablility_check_result.py b/azure-mgmt-web/azure/mgmt/web/models/domain_availablility_check_result.py
index 45ea1738a52f..e56481b9dfeb 100644
--- a/azure-mgmt-web/azure/mgmt/web/models/domain_availablility_check_result.py
+++ b/azure-mgmt-web/azure/mgmt/web/models/domain_availablility_check_result.py
@@ -13,7 +13,7 @@
class DomainAvailablilityCheckResult(Model):
- """Domain availablility check result.
+ """Domain availability check result.
:param name: Name of the domain.
:type name: str
diff --git a/azure-mgmt-web/azure/mgmt/web/models/domain_availablility_check_result_py3.py b/azure-mgmt-web/azure/mgmt/web/models/domain_availablility_check_result_py3.py
index 58bc30851baf..605e13392d04 100644
--- a/azure-mgmt-web/azure/mgmt/web/models/domain_availablility_check_result_py3.py
+++ b/azure-mgmt-web/azure/mgmt/web/models/domain_availablility_check_result_py3.py
@@ -13,7 +13,7 @@
class DomainAvailablilityCheckResult(Model):
- """Domain availablility check result.
+ """Domain availability check result.
:param name: Name of the domain.
:type name: str
diff --git a/azure-mgmt-web/azure/mgmt/web/models/recommendation.py b/azure-mgmt-web/azure/mgmt/web/models/recommendation.py
index 05e942d4c9dc..2871f19fb3ce 100644
--- a/azure-mgmt-web/azure/mgmt/web/models/recommendation.py
+++ b/azure-mgmt-web/azure/mgmt/web/models/recommendation.py
@@ -60,7 +60,7 @@ class Recommendation(ProxyOnlyResource):
"actionable"). False if it is invalid.
:type enabled: int
:param states: The list of states of this recommendation. If it's null
- then it shoud be considered "Active".
+ then it should be considered "Active".
:type states: list[str]
:param start_time: The beginning time in UTC of a range that the
recommendation refers to.
diff --git a/azure-mgmt-web/azure/mgmt/web/models/recommendation_py3.py b/azure-mgmt-web/azure/mgmt/web/models/recommendation_py3.py
index 02241485d2d1..ead4f7d4852d 100644
--- a/azure-mgmt-web/azure/mgmt/web/models/recommendation_py3.py
+++ b/azure-mgmt-web/azure/mgmt/web/models/recommendation_py3.py
@@ -60,7 +60,7 @@ class Recommendation(ProxyOnlyResource):
"actionable"). False if it is invalid.
:type enabled: int
:param states: The list of states of this recommendation. If it's null
- then it shoud be considered "Active".
+ then it should be considered "Active".
:type states: list[str]
:param start_time: The beginning time in UTC of a range that the
recommendation refers to.
diff --git a/azure-mgmt-web/azure/mgmt/web/models/resource_name_availability.py b/azure-mgmt-web/azure/mgmt/web/models/resource_name_availability.py
index 00e19a02dfe2..f24b6def4e5b 100644
--- a/azure-mgmt-web/azure/mgmt/web/models/resource_name_availability.py
+++ b/azure-mgmt-web/azure/mgmt/web/models/resource_name_availability.py
@@ -13,7 +13,7 @@
class ResourceNameAvailability(Model):
- """Information regarding availbility of a resource name.
+ """Information regarding availability of a resource name.
:param name_available: true indicates name is valid and
available. false indicates the name is invalid, unavailable,
diff --git a/azure-mgmt-web/azure/mgmt/web/models/resource_name_availability_py3.py b/azure-mgmt-web/azure/mgmt/web/models/resource_name_availability_py3.py
index 29684bed5cd3..a468f894cde5 100644
--- a/azure-mgmt-web/azure/mgmt/web/models/resource_name_availability_py3.py
+++ b/azure-mgmt-web/azure/mgmt/web/models/resource_name_availability_py3.py
@@ -13,7 +13,7 @@
class ResourceNameAvailability(Model):
- """Information regarding availbility of a resource name.
+ """Information regarding availability of a resource name.
:param name_available: true indicates name is valid and
available. false indicates the name is invalid, unavailable,
diff --git a/azure-mgmt-web/azure/mgmt/web/models/site_config.py b/azure-mgmt-web/azure/mgmt/web/models/site_config.py
index 759ff0876aaa..f2d5d911eb46 100644
--- a/azure-mgmt-web/azure/mgmt/web/models/site_config.py
+++ b/azure-mgmt-web/azure/mgmt/web/models/site_config.py
@@ -100,7 +100,7 @@ class SiteConfig(Model):
'WeightedRoundRobin', 'LeastRequests', 'LeastResponseTime',
'WeightedTotalTraffic', 'RequestHash'
:type load_balancing: str or ~azure.mgmt.web.models.SiteLoadBalancing
- :param experiments: This is work around for polymophic types.
+ :param experiments: This is work around for polymorphic types.
:type experiments: ~azure.mgmt.web.models.Experiments
:param limits: Site limits.
:type limits: ~azure.mgmt.web.models.SiteLimits
diff --git a/azure-mgmt-web/azure/mgmt/web/models/site_config_py3.py b/azure-mgmt-web/azure/mgmt/web/models/site_config_py3.py
index a8534e4686b4..82d1f3d2dd9c 100644
--- a/azure-mgmt-web/azure/mgmt/web/models/site_config_py3.py
+++ b/azure-mgmt-web/azure/mgmt/web/models/site_config_py3.py
@@ -100,7 +100,7 @@ class SiteConfig(Model):
'WeightedRoundRobin', 'LeastRequests', 'LeastResponseTime',
'WeightedTotalTraffic', 'RequestHash'
:type load_balancing: str or ~azure.mgmt.web.models.SiteLoadBalancing
- :param experiments: This is work around for polymophic types.
+ :param experiments: This is work around for polymorphic types.
:type experiments: ~azure.mgmt.web.models.Experiments
:param limits: Site limits.
:type limits: ~azure.mgmt.web.models.SiteLimits
diff --git a/azure-mgmt-web/azure/mgmt/web/models/site_config_resource.py b/azure-mgmt-web/azure/mgmt/web/models/site_config_resource.py
index 1c4b3bc66086..c3c7856839e4 100644
--- a/azure-mgmt-web/azure/mgmt/web/models/site_config_resource.py
+++ b/azure-mgmt-web/azure/mgmt/web/models/site_config_resource.py
@@ -108,7 +108,7 @@ class SiteConfigResource(ProxyOnlyResource):
'WeightedRoundRobin', 'LeastRequests', 'LeastResponseTime',
'WeightedTotalTraffic', 'RequestHash'
:type load_balancing: str or ~azure.mgmt.web.models.SiteLoadBalancing
- :param experiments: This is work around for polymophic types.
+ :param experiments: This is work around for polymorphic types.
:type experiments: ~azure.mgmt.web.models.Experiments
:param limits: Site limits.
:type limits: ~azure.mgmt.web.models.SiteLimits
diff --git a/azure-mgmt-web/azure/mgmt/web/models/site_config_resource_py3.py b/azure-mgmt-web/azure/mgmt/web/models/site_config_resource_py3.py
index e766a1a891b2..0889ecb7e577 100644
--- a/azure-mgmt-web/azure/mgmt/web/models/site_config_resource_py3.py
+++ b/azure-mgmt-web/azure/mgmt/web/models/site_config_resource_py3.py
@@ -108,7 +108,7 @@ class SiteConfigResource(ProxyOnlyResource):
'WeightedRoundRobin', 'LeastRequests', 'LeastResponseTime',
'WeightedTotalTraffic', 'RequestHash'
:type load_balancing: str or ~azure.mgmt.web.models.SiteLoadBalancing
- :param experiments: This is work around for polymophic types.
+ :param experiments: This is work around for polymorphic types.
:type experiments: ~azure.mgmt.web.models.Experiments
:param limits: Site limits.
:type limits: ~azure.mgmt.web.models.SiteLimits
diff --git a/azure-mgmt-web/azure/mgmt/web/models/validate_request.py b/azure-mgmt-web/azure/mgmt/web/models/validate_request.py
index 6d1deca2bc5e..dd69fc30ccb5 100644
--- a/azure-mgmt-web/azure/mgmt/web/models/validate_request.py
+++ b/azure-mgmt-web/azure/mgmt/web/models/validate_request.py
@@ -35,7 +35,7 @@ class ValidateRequest(Model):
:param is_spot: true if App Service plan is for Spot
instances; otherwise, false.
:type is_spot: bool
- :param capacity: Target capacity of the App Service plan (number of VM's).
+ :param capacity: Target capacity of the App Service plan (number of VMs).
:type capacity: int
:param hosting_environment: Name of App Service Environment where app or
App Service plan should be created.
diff --git a/azure-mgmt-web/azure/mgmt/web/models/validate_request_py3.py b/azure-mgmt-web/azure/mgmt/web/models/validate_request_py3.py
index 848236c53bd2..864ec706c9c7 100644
--- a/azure-mgmt-web/azure/mgmt/web/models/validate_request_py3.py
+++ b/azure-mgmt-web/azure/mgmt/web/models/validate_request_py3.py
@@ -35,7 +35,7 @@ class ValidateRequest(Model):
:param is_spot: true if App Service plan is for Spot
instances; otherwise, false.
:type is_spot: bool
- :param capacity: Target capacity of the App Service plan (number of VM's).
+ :param capacity: Target capacity of the App Service plan (number of VMs).
:type capacity: int
:param hosting_environment: Name of App Service Environment where app or
App Service plan should be created.
diff --git a/azure-mgmt-web/azure/mgmt/web/operations/app_service_plans_operations.py b/azure-mgmt-web/azure/mgmt/web/operations/app_service_plans_operations.py
index e9089ba1c008..678402b79e06 100644
--- a/azure-mgmt-web/azure/mgmt/web/operations/app_service_plans_operations.py
+++ b/azure-mgmt-web/azure/mgmt/web/operations/app_service_plans_operations.py
@@ -41,9 +41,9 @@ def __init__(self, client, config, serializer, deserializer):
def list(
self, detailed=None, custom_headers=None, raw=False, **operation_config):
- """Get all App Service plans for a subcription.
+ """Get all App Service plans for a subscription.
- Get all App Service plans for a subcription.
+ Get all App Service plans for a subscription.
:param detailed: Specify true to return all App Service
plan properties. The default is false, which returns a
@@ -1035,9 +1035,9 @@ def internal_paging(next_link=None, raw=False):
def list_metrics(
self, resource_group_name, name, details=None, filter=None, custom_headers=None, raw=False, **operation_config):
- """Get metrics for an App Serice plan.
+ """Get metrics for an App Service plan.
- Get metrics for an App Serice plan.
+ Get metrics for an App Service plan.
:param resource_group_name: Name of the resource group to which the
resource belongs.
@@ -1129,7 +1129,7 @@ def restart_web_apps(
:type resource_group_name: str
:param name: Name of the App Service plan.
:type name: str
- :param soft_restart: Specify true to performa a soft
+ :param soft_restart: Specify true to perform a soft
restart, applies the configuration settings and restarts the apps if
necessary. The default is false, which always restarts
and reprovisions the apps
@@ -1270,9 +1270,9 @@ def internal_paging(next_link=None, raw=False):
def get_server_farm_skus(
self, resource_group_name, name, custom_headers=None, raw=False, **operation_config):
- """Gets all selectable sku's for a given App Service Plan.
+ """Gets all selectable SKUs for a given App Service Plan.
- Gets all selectable sku's for a given App Service Plan.
+ Gets all selectable SKUs for a given App Service Plan.
:param resource_group_name: Name of the resource group to which the
resource belongs.
diff --git a/azure-mgmt-web/azure/mgmt/web/operations/recommendations_operations.py b/azure-mgmt-web/azure/mgmt/web/operations/recommendations_operations.py
index b9a3f4e147d2..1fcc954dfe96 100644
--- a/azure-mgmt-web/azure/mgmt/web/operations/recommendations_operations.py
+++ b/azure-mgmt-web/azure/mgmt/web/operations/recommendations_operations.py
@@ -517,7 +517,7 @@ def get_rule_details_by_web_app(
:param update_seen: Specify true to update the last-seen
timestamp of the recommendation object.
:type update_seen: bool
- :param recommendation_id: The GUID of the recommedation object if you
+ :param recommendation_id: The GUID of the recommendation object if you
query an expired one. You don't need to specify it to query an active
entry.
:type recommendation_id: str