diff --git a/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/ad_hybrid_health_service_enums.py b/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/ad_hybrid_health_service_enums.py index ac5e34c7f127..62a72ce2bf9a 100644 --- a/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/ad_hybrid_health_service_enums.py +++ b/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/ad_hybrid_health_service_enums.py @@ -79,7 +79,7 @@ class DeltaOperationType(str, Enum): update = "Update" delete = "Delete" obsolete = "Obsolete" - delet_add = "DeletAdd" + delete_add = "DeleteAdd" class HealthStatus(str, Enum): diff --git a/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/additional_information.py b/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/additional_information.py index a0c56481b679..65a1fdf4359a 100644 --- a/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/additional_information.py +++ b/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/additional_information.py @@ -13,7 +13,7 @@ class AdditionalInformation(Model): - """The addtional information for a property. + """The additional information for a property. :param title_name: The title name for the property. :type title_name: str diff --git a/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/additional_information_py3.py b/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/additional_information_py3.py index 88435d894f70..d40b5b408c1d 100644 --- a/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/additional_information_py3.py +++ b/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/additional_information_py3.py @@ -13,7 +13,7 @@ class AdditionalInformation(Model): - """The addtional information for a property. + """The additional information for a property. :param title_name: The title name for the property. :type title_name: str diff --git a/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/adds_service_member.py b/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/adds_service_member.py index 741d6b2c314b..56e0168154ac 100644 --- a/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/adds_service_member.py +++ b/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/adds_service_member.py @@ -45,8 +45,8 @@ class AddsServiceMember(Model): :param additional_information: The additional information, if any, for the server. :type additional_information: str - :param created_date: The date time , in UTC, when the server was - onboaraded to Azure Active Directory Connect Health. + :param created_date: The date time , in UTC, when the server was onboarded + to Azure Active Directory Connect Health. :type created_date: datetime :param dimensions: The server specific configuration related dimensions. :type dimensions: list[~azure.mgmt.adhybridhealthservice.models.Item] @@ -66,7 +66,7 @@ class AddsServiceMember(Model): :param last_server_reported_monitoring_level_change: The date and time, in UTC, when the server's data monitoring configuration was last changed. :type last_server_reported_monitoring_level_change: datetime - :param last_updated: The date and time, in UTC, when the server proeprties + :param last_updated: The date and time, in UTC, when the server properties were last updated. :type last_updated: datetime :param machine_id: The id of the machine. diff --git a/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/adds_service_member_py3.py b/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/adds_service_member_py3.py index 276a5e2c3e42..47cb0ce66072 100644 --- a/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/adds_service_member_py3.py +++ b/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/adds_service_member_py3.py @@ -45,8 +45,8 @@ class AddsServiceMember(Model): :param additional_information: The additional information, if any, for the server. :type additional_information: str - :param created_date: The date time , in UTC, when the server was - onboaraded to Azure Active Directory Connect Health. + :param created_date: The date time , in UTC, when the server was onboarded + to Azure Active Directory Connect Health. :type created_date: datetime :param dimensions: The server specific configuration related dimensions. :type dimensions: list[~azure.mgmt.adhybridhealthservice.models.Item] @@ -66,7 +66,7 @@ class AddsServiceMember(Model): :param last_server_reported_monitoring_level_change: The date and time, in UTC, when the server's data monitoring configuration was last changed. :type last_server_reported_monitoring_level_change: datetime - :param last_updated: The date and time, in UTC, when the server proeprties + :param last_updated: The date and time, in UTC, when the server properties were last updated. :type last_updated: datetime :param machine_id: The id of the machine. diff --git a/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/alert.py b/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/alert.py index fa60b8e1bdae..2a2330b26250 100644 --- a/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/alert.py +++ b/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/alert.py @@ -21,7 +21,7 @@ class Alert(Model): Possible values include: 'Warning', 'Error', 'PreWarning' :type level: str or ~azure.mgmt.adhybridhealthservice.models.Level :param state: The alert state which can be either active or resolved with - multile resolution types. Possible values include: 'Active', + multiple resolution types. Possible values include: 'Active', 'ResolvedByPositiveResult', 'ResolvedManually', 'ResolvedByTimer', 'ResolvedByStateChange' :type state: str or ~azure.mgmt.adhybridhealthservice.models.State diff --git a/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/alert_feedback.py b/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/alert_feedback.py index aeb1d48509a9..c6e291c38774 100644 --- a/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/alert_feedback.py +++ b/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/alert_feedback.py @@ -18,7 +18,7 @@ class AlertFeedback(Model): :param level: The alert level which indicates the severity of the alert. :type level: str :param state: The alert state which can be either active or resolved with - multile resolution types. + multiple resolution types. :type state: str :param short_name: The alert short name. :type short_name: str diff --git a/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/alert_feedback_py3.py b/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/alert_feedback_py3.py index 69980083737e..e967468d04a8 100644 --- a/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/alert_feedback_py3.py +++ b/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/alert_feedback_py3.py @@ -18,7 +18,7 @@ class AlertFeedback(Model): :param level: The alert level which indicates the severity of the alert. :type level: str :param state: The alert state which can be either active or resolved with - multile resolution types. + multiple resolution types. :type state: str :param short_name: The alert short name. :type short_name: str diff --git a/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/alert_py3.py b/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/alert_py3.py index 4489168ae8b5..5d4ef50583b4 100644 --- a/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/alert_py3.py +++ b/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/alert_py3.py @@ -21,7 +21,7 @@ class Alert(Model): Possible values include: 'Warning', 'Error', 'PreWarning' :type level: str or ~azure.mgmt.adhybridhealthservice.models.Level :param state: The alert state which can be either active or resolved with - multile resolution types. Possible values include: 'Active', + multiple resolution types. Possible values include: 'Active', 'ResolvedByPositiveResult', 'ResolvedManually', 'ResolvedByTimer', 'ResolvedByStateChange' :type state: str or ~azure.mgmt.adhybridhealthservice.models.State diff --git a/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/change_not_reimported_delta.py b/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/change_not_reimported_delta.py index ea65d93bff36..38f1e9f64e32 100644 --- a/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/change_not_reimported_delta.py +++ b/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/change_not_reimported_delta.py @@ -25,7 +25,7 @@ class ChangeNotReimportedDelta(Model): list[~azure.mgmt.adhybridhealthservice.models.AttributeDelta] :param operation_type: The operation type. Possible values include: 'Undefined', 'None', 'Add', 'Replace', 'Update', 'Delete', 'Obsolete', - 'DeletAdd' + 'DeleteAdd' :type operation_type: str or ~azure.mgmt.adhybridhealthservice.models.DeltaOperationType """ diff --git a/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/change_not_reimported_delta_py3.py b/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/change_not_reimported_delta_py3.py index 96dd92fcb1c3..a019a2563658 100644 --- a/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/change_not_reimported_delta_py3.py +++ b/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/change_not_reimported_delta_py3.py @@ -25,7 +25,7 @@ class ChangeNotReimportedDelta(Model): list[~azure.mgmt.adhybridhealthservice.models.AttributeDelta] :param operation_type: The operation type. Possible values include: 'Undefined', 'None', 'Add', 'Replace', 'Update', 'Delete', 'Obsolete', - 'DeletAdd' + 'DeleteAdd' :type operation_type: str or ~azure.mgmt.adhybridhealthservice.models.DeltaOperationType """ diff --git a/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/change_not_reimported_entry.py b/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/change_not_reimported_entry.py index a1761342d414..20be5ceb5964 100644 --- a/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/change_not_reimported_entry.py +++ b/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/change_not_reimported_entry.py @@ -21,7 +21,7 @@ class ChangeNotReimportedEntry(Model): :type parent_anchor: str :param primary_object_class: The primary object class. :type primary_object_class: str - :param object_classes: The olist of object classes. + :param object_classes: The list of object classes. :type object_classes: list[str] :param dn_attributes: The delta attributes for distinguished names. :type dn_attributes: diff --git a/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/change_not_reimported_entry_py3.py b/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/change_not_reimported_entry_py3.py index 18a1f9ae2acb..dd2c93abc8fd 100644 --- a/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/change_not_reimported_entry_py3.py +++ b/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/change_not_reimported_entry_py3.py @@ -21,7 +21,7 @@ class ChangeNotReimportedEntry(Model): :type parent_anchor: str :param primary_object_class: The primary object class. :type primary_object_class: str - :param object_classes: The olist of object classes. + :param object_classes: The list of object classes. :type object_classes: list[str] :param dn_attributes: The delta attributes for distinguished names. :type dn_attributes: diff --git a/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/connector_connection_error.py b/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/connector_connection_error.py index 3845f131e9e2..c1a2dc359654 100644 --- a/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/connector_connection_error.py +++ b/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/connector_connection_error.py @@ -27,7 +27,7 @@ class ConnectorConnectionError(Model): :type error_code: str :param message: The message for the connection error. :type message: str - :param time_occured: The time when the connection error occured. + :param time_occured: The time when the connection error occurred. :type time_occured: datetime :param server: The server where the connection error happened. :type server: str diff --git a/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/connector_connection_error_py3.py b/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/connector_connection_error_py3.py index 12d055d7d9b5..49ccba349d01 100644 --- a/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/connector_connection_error_py3.py +++ b/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/connector_connection_error_py3.py @@ -27,7 +27,7 @@ class ConnectorConnectionError(Model): :type error_code: str :param message: The message for the connection error. :type message: str - :param time_occured: The time when the connection error occured. + :param time_occured: The time when the connection error occurred. :type time_occured: datetime :param server: The server where the connection error happened. :type server: str diff --git a/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/connector_object_error.py b/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/connector_object_error.py index a189fddfc9be..eb744563f1da 100644 --- a/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/connector_object_error.py +++ b/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/connector_object_error.py @@ -27,13 +27,13 @@ class ConnectorObjectError(Model): :type error_code: str :param message: The message for the object error. :type message: str - :param entry_number: The entry number for object error occured. + :param entry_number: The entry number for object error occurred. :type entry_number: int :param line_number: The line number for the object error. :type line_number: int :param column_number: The column number for the object error. :type column_number: int - :param dn: The distingished name of the object. + :param dn: The distinguished name of the object. :type dn: str :param anchor: The name for the anchor of the object. :type anchor: str diff --git a/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/connector_object_error_py3.py b/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/connector_object_error_py3.py index 319de7a85a05..0f81de7ecad4 100644 --- a/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/connector_object_error_py3.py +++ b/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/connector_object_error_py3.py @@ -27,13 +27,13 @@ class ConnectorObjectError(Model): :type error_code: str :param message: The message for the object error. :type message: str - :param entry_number: The entry number for object error occured. + :param entry_number: The entry number for object error occurred. :type entry_number: int :param line_number: The line number for the object error. :type line_number: int :param column_number: The column number for the object error. :type column_number: int - :param dn: The distingished name of the object. + :param dn: The distinguished name of the object. :type dn: str :param anchor: The name for the anchor of the object. :type anchor: str diff --git a/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/export_error.py b/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/export_error.py index ae422c65c3e2..703f8ba0b97b 100644 --- a/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/export_error.py +++ b/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/export_error.py @@ -30,7 +30,7 @@ class ExportError(Model): :param server_error_detail: The server error detail. :type server_error_detail: str :param time_first_occured: The date and time when the export error first - occured. + occurred. :type time_first_occured: datetime :param retry_count: The retry count. :type retry_count: int @@ -72,7 +72,7 @@ class ExportError(Model): :type ad_distinguished_name: str :param ad_mail: The email for the AD object. :type ad_mail: str - :param time_occured: The date and time of occurance. + :param time_occured: The date and time of occurrence. :type time_occured: datetime :param aad_object_type: The AAD side object type. :type aad_object_type: str @@ -92,7 +92,7 @@ class ExportError(Model): :type aad_mail: str :param last_dir_sync_time: The date and time of last sync run. :type last_dir_sync_time: datetime - :param modified_attribute_value: The modified atttribute value. + :param modified_attribute_value: The modified attribute value. :type modified_attribute_value: str """ diff --git a/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/export_error_py3.py b/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/export_error_py3.py index 41a729fcdc75..6c3d3f4eb346 100644 --- a/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/export_error_py3.py +++ b/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/export_error_py3.py @@ -30,7 +30,7 @@ class ExportError(Model): :param server_error_detail: The server error detail. :type server_error_detail: str :param time_first_occured: The date and time when the export error first - occured. + occurred. :type time_first_occured: datetime :param retry_count: The retry count. :type retry_count: int @@ -72,7 +72,7 @@ class ExportError(Model): :type ad_distinguished_name: str :param ad_mail: The email for the AD object. :type ad_mail: str - :param time_occured: The date and time of occurance. + :param time_occured: The date and time of occurrence. :type time_occured: datetime :param aad_object_type: The AAD side object type. :type aad_object_type: str @@ -92,7 +92,7 @@ class ExportError(Model): :type aad_mail: str :param last_dir_sync_time: The date and time of last sync run. :type last_dir_sync_time: datetime - :param modified_attribute_value: The modified atttribute value. + :param modified_attribute_value: The modified attribute value. :type modified_attribute_value: str """ diff --git a/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/inbound_replication_neighbor.py b/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/inbound_replication_neighbor.py index 190be83235bc..9ea984fd536e 100644 --- a/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/inbound_replication_neighbor.py +++ b/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/inbound_replication_neighbor.py @@ -17,7 +17,7 @@ class InboundReplicationNeighbor(Model): :param source_domain_controller: The name of the source domain controller. :type source_domain_controller: str - :param consecutive_failure_count: The number of consecutive faulire + :param consecutive_failure_count: The number of consecutive failure counts. :type consecutive_failure_count: int :param naming_context: The naming context. diff --git a/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/inbound_replication_neighbor_py3.py b/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/inbound_replication_neighbor_py3.py index 8522266bff8a..cebd92723550 100644 --- a/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/inbound_replication_neighbor_py3.py +++ b/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/inbound_replication_neighbor_py3.py @@ -17,7 +17,7 @@ class InboundReplicationNeighbor(Model): :param source_domain_controller: The name of the source domain controller. :type source_domain_controller: str - :param consecutive_failure_count: The number of consecutive faulire + :param consecutive_failure_count: The number of consecutive failure counts. :type consecutive_failure_count: int :param naming_context: The naming context. diff --git a/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/merged_export_error.py b/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/merged_export_error.py index 20a692d3f0d5..52c6d9c4ae8c 100644 --- a/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/merged_export_error.py +++ b/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/merged_export_error.py @@ -44,7 +44,7 @@ class MergedExportError(Model): :type existing_object: ~azure.mgmt.adhybridhealthservice.models.AssociatedObject :param modified_or_removed_attribute_value: The modified or removed - attribute vlaue. + attribute value. :type modified_or_removed_attribute_value: str :param run_step_result_id: The run step result Id. :type run_step_result_id: str diff --git a/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/merged_export_error_py3.py b/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/merged_export_error_py3.py index 23127c6768e7..bfbd5bd4d787 100644 --- a/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/merged_export_error_py3.py +++ b/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/merged_export_error_py3.py @@ -44,7 +44,7 @@ class MergedExportError(Model): :type existing_object: ~azure.mgmt.adhybridhealthservice.models.AssociatedObject :param modified_or_removed_attribute_value: The modified or removed - attribute vlaue. + attribute value. :type modified_or_removed_attribute_value: str :param run_step_result_id: The run step result Id. :type run_step_result_id: str diff --git a/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/metric_metadata.py b/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/metric_metadata.py index 862bd6f790d3..f5d0e13193e0 100644 --- a/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/metric_metadata.py +++ b/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/metric_metadata.py @@ -28,7 +28,7 @@ class MetricMetadata(Model): :param value_kind: Indicates if the metrics is a rate,value, percent or duration type. :type value_kind: str - :param min_value: The minimun value. + :param min_value: The minimum value. :type min_value: int :param max_value: The maximum value. :type max_value: int diff --git a/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/metric_metadata_py3.py b/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/metric_metadata_py3.py index 8087ee60b9d1..b047bfcdba75 100644 --- a/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/metric_metadata_py3.py +++ b/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/metric_metadata_py3.py @@ -28,7 +28,7 @@ class MetricMetadata(Model): :param value_kind: Indicates if the metrics is a rate,value, percent or duration type. :type value_kind: str - :param min_value: The minimun value. + :param min_value: The minimum value. :type min_value: int :param max_value: The maximum value. :type max_value: int diff --git a/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/object_with_sync_error.py b/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/object_with_sync_error.py index 3ed4f34dfa03..6ef3c1e9ba83 100644 --- a/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/object_with_sync_error.py +++ b/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/object_with_sync_error.py @@ -13,7 +13,7 @@ class ObjectWithSyncError(Model): - """The objects withg sync errors. + """The objects with sync errors. :param source_of_authority: The source of authority. :type source_of_authority: str @@ -31,7 +31,7 @@ class ObjectWithSyncError(Model): :type user_principal_name: str :param object_guid: The object guid. :type object_guid: str - :param attribute_multi_values: Indicates if the atttibute is multi-valued + :param attribute_multi_values: Indicates if the attribute is multi-valued or not. :type attribute_multi_values: bool :param min_limit: The minimum limit. @@ -42,7 +42,7 @@ class ObjectWithSyncError(Model): :type distinguished_name: str :param mail: The email. :type mail: str - :param time_occured: The date and time of occurance. + :param time_occured: The date and time of occurrence. :type time_occured: datetime :param error_type: The error type. :type error_type: str diff --git a/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/object_with_sync_error_py3.py b/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/object_with_sync_error_py3.py index 03fb5eac05be..d0d676a6f20f 100644 --- a/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/object_with_sync_error_py3.py +++ b/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/object_with_sync_error_py3.py @@ -13,7 +13,7 @@ class ObjectWithSyncError(Model): - """The objects withg sync errors. + """The objects with sync errors. :param source_of_authority: The source of authority. :type source_of_authority: str @@ -31,7 +31,7 @@ class ObjectWithSyncError(Model): :type user_principal_name: str :param object_guid: The object guid. :type object_guid: str - :param attribute_multi_values: Indicates if the atttibute is multi-valued + :param attribute_multi_values: Indicates if the attribute is multi-valued or not. :type attribute_multi_values: bool :param min_limit: The minimum limit. @@ -42,7 +42,7 @@ class ObjectWithSyncError(Model): :type distinguished_name: str :param mail: The email. :type mail: str - :param time_occured: The date and time of occurance. + :param time_occured: The date and time of occurrence. :type time_occured: datetime :param error_type: The error type. :type error_type: str diff --git a/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/password_management_settings.py b/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/password_management_settings.py index f51812329111..57e471f2614e 100644 --- a/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/password_management_settings.py +++ b/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/password_management_settings.py @@ -22,7 +22,7 @@ class PasswordManagementSettings(Model): :type extension_file_path: str :param connect_to: Connection point of password management. :type connect_to: str - :param connection_timeout: Connection timeoit for password extension. + :param connection_timeout: Connection timeout for password extension. :type connection_timeout: int :param user: User to execute password extension. :type user: str @@ -37,7 +37,7 @@ class PasswordManagementSettings(Model): :param requires_secure_connection: Indicates if a secure connection is required for password management. :type requires_secure_connection: bool - :param unlock_account: Indicates if accounts should be unloacked when + :param unlock_account: Indicates if accounts should be unlocked when resetting password. :type unlock_account: bool """ diff --git a/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/password_management_settings_py3.py b/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/password_management_settings_py3.py index d859a03603c8..9b3b033e51f8 100644 --- a/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/password_management_settings_py3.py +++ b/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/password_management_settings_py3.py @@ -22,7 +22,7 @@ class PasswordManagementSettings(Model): :type extension_file_path: str :param connect_to: Connection point of password management. :type connect_to: str - :param connection_timeout: Connection timeoit for password extension. + :param connection_timeout: Connection timeout for password extension. :type connection_timeout: int :param user: User to execute password extension. :type user: str @@ -37,7 +37,7 @@ class PasswordManagementSettings(Model): :param requires_secure_connection: Indicates if a secure connection is required for password management. :type requires_secure_connection: bool - :param unlock_account: Indicates if accounts should be unloacked when + :param unlock_account: Indicates if accounts should be unlocked when resetting password. :type unlock_account: bool """ diff --git a/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/replication_status.py b/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/replication_status.py index 46db9b9a8520..1699a3b05f0c 100644 --- a/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/replication_status.py +++ b/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/replication_status.py @@ -17,7 +17,7 @@ class ReplicationStatus(Model): :param forest_name: The forest name. :type forest_name: str - :param total_dc_count: The total numbe of domain controllers for a given + :param total_dc_count: The total number of domain controllers for a given forest. :type total_dc_count: int :param error_dc_count: The total number of domain controllers with error diff --git a/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/replication_status_py3.py b/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/replication_status_py3.py index 3b59644f6c87..3b4664fa0b23 100644 --- a/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/replication_status_py3.py +++ b/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/replication_status_py3.py @@ -17,7 +17,7 @@ class ReplicationStatus(Model): :param forest_name: The forest name. :type forest_name: str - :param total_dc_count: The total numbe of domain controllers for a given + :param total_dc_count: The total number of domain controllers for a given forest. :type total_dc_count: int :param error_dc_count: The total number of domain controllers with error diff --git a/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/run_step.py b/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/run_step.py index 1b21ed9603f3..9da80f27791c 100644 --- a/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/run_step.py +++ b/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/run_step.py @@ -17,13 +17,13 @@ class RunStep(Model): :param batch_size: The batch size used by the run step. :type batch_size: int - :param object_process_limit: The obect processing limit. + :param object_process_limit: The object processing limit. :type object_process_limit: int :param object_delete_limit: The object deletion limit. :type object_delete_limit: int :param page_size: The page size of the run step. :type page_size: int - :param partition_id: The Id of the partition that a current run setp + :param partition_id: The Id of the partition that a current run step operation is executing. :type partition_id: str :param operation_type: The run step operation types. diff --git a/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/run_step_py3.py b/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/run_step_py3.py index e18eb818def9..1801bbeef45c 100644 --- a/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/run_step_py3.py +++ b/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/run_step_py3.py @@ -17,13 +17,13 @@ class RunStep(Model): :param batch_size: The batch size used by the run step. :type batch_size: int - :param object_process_limit: The obect processing limit. + :param object_process_limit: The object processing limit. :type object_process_limit: int :param object_delete_limit: The object deletion limit. :type object_delete_limit: int :param page_size: The page size of the run step. :type page_size: int - :param partition_id: The Id of the partition that a current run setp + :param partition_id: The Id of the partition that a current run step operation is executing. :type partition_id: str :param operation_type: The run step operation types. diff --git a/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/service_member.py b/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/service_member.py index a18703252f35..202017444f92 100644 --- a/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/service_member.py +++ b/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/service_member.py @@ -27,8 +27,8 @@ class ServiceMember(Model): :param additional_information: The additional information, if any, for the server. :type additional_information: str - :param created_date: The date time , in UTC, when the server was - onboaraded to Azure Active Directory Connect Health. + :param created_date: The date time , in UTC, when the server was onboarded + to Azure Active Directory Connect Health. :type created_date: datetime :param dimensions: The server specific configuration related dimensions. :type dimensions: object @@ -47,7 +47,7 @@ class ServiceMember(Model): :param last_server_reported_monitoring_level_change: The date and time, in UTC, when the server's data monitoring configuration was last changed. :type last_server_reported_monitoring_level_change: datetime - :param last_updated: The date and time, in UTC, when the server proeprties + :param last_updated: The date and time, in UTC, when the server properties were last updated. :type last_updated: datetime :param machine_id: The id of the machine. diff --git a/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/service_member_py3.py b/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/service_member_py3.py index b38c86eb374a..db4f7203dad0 100644 --- a/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/service_member_py3.py +++ b/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/service_member_py3.py @@ -27,8 +27,8 @@ class ServiceMember(Model): :param additional_information: The additional information, if any, for the server. :type additional_information: str - :param created_date: The date time , in UTC, when the server was - onboaraded to Azure Active Directory Connect Health. + :param created_date: The date time , in UTC, when the server was onboarded + to Azure Active Directory Connect Health. :type created_date: datetime :param dimensions: The server specific configuration related dimensions. :type dimensions: object @@ -47,7 +47,7 @@ class ServiceMember(Model): :param last_server_reported_monitoring_level_change: The date and time, in UTC, when the server's data monitoring configuration was last changed. :type last_server_reported_monitoring_level_change: datetime - :param last_updated: The date and time, in UTC, when the server proeprties + :param last_updated: The date and time, in UTC, when the server properties were last updated. :type last_updated: datetime :param machine_id: The id of the machine. diff --git a/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/service_properties.py b/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/service_properties.py index 6d857a32f1db..d3e6e9e1225d 100644 --- a/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/service_properties.py +++ b/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/service_properties.py @@ -27,7 +27,7 @@ class ServiceProperties(Model): onboarded to Azure Active Directory Connect Health. :type created_date: datetime :param custom_notification_emails: The list of additional emails that are - configured to recieve notifications about the service. + configured to receive notifications about the service. :type custom_notification_emails: list[str] :param disabled: Indicates if the service is disabled or not. :type disabled: bool diff --git a/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/service_properties_py3.py b/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/service_properties_py3.py index 09deee65fdb6..3e9918262ed7 100644 --- a/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/service_properties_py3.py +++ b/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/service_properties_py3.py @@ -27,7 +27,7 @@ class ServiceProperties(Model): onboarded to Azure Active Directory Connect Health. :type created_date: datetime :param custom_notification_emails: The list of additional emails that are - configured to recieve notifications about the service. + configured to receive notifications about the service. :type custom_notification_emails: list[str] :param disabled: Indicates if the service is disabled or not. :type disabled: bool diff --git a/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/tenant.py b/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/tenant.py index 09c5f6608af3..0ba94495f29a 100644 --- a/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/tenant.py +++ b/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/tenant.py @@ -26,8 +26,8 @@ class Tenant(Model): automatically receive updates for Azure Active Directory Connect Health client side features. :type agent_auto_update: bool - :param alert_suppression_time_in_mins: The time in minutues after which an - alert will be autosupressed. + :param alert_suppression_time_in_mins: The time in minutes after which an + alert will be auto-suppressed. :type alert_suppression_time_in_mins: int :param consented_to_microsoft_dev_ops: Indicates if the tenant data can be seen by Microsoft through Azure portal. @@ -46,9 +46,9 @@ class Tenant(Model): :param disabled_reason: The reason due to which the tenant was disabled in Azure Active Directory Connect Health. :type disabled_reason: int - :param global_admins_email: The list of golbal administrators for the + :param global_admins_email: The list of global administrators for the tenant. - :type global_admins_email: object + :type global_admins_email: list[str] :param initial_domain: The initial domain of the tenant. :type initial_domain: str :param last_disabled: The date and time, in UTC, when the tenant was last @@ -89,7 +89,7 @@ class Tenant(Model): 'dev_ops_ttl': {'key': 'devOpsTtl', 'type': 'iso-8601'}, 'disabled': {'key': 'disabled', 'type': 'bool'}, 'disabled_reason': {'key': 'disabledReason', 'type': 'int'}, - 'global_admins_email': {'key': 'globalAdminsEmail', 'type': 'object'}, + 'global_admins_email': {'key': 'globalAdminsEmail', 'type': '[str]'}, 'initial_domain': {'key': 'initialDomain', 'type': 'str'}, 'last_disabled': {'key': 'lastDisabled', 'type': 'iso-8601'}, 'last_verified': {'key': 'lastVerified', 'type': 'iso-8601'}, diff --git a/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/tenant_py3.py b/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/tenant_py3.py index 3cecba14153e..3cb705d67bb5 100644 --- a/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/tenant_py3.py +++ b/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/tenant_py3.py @@ -26,8 +26,8 @@ class Tenant(Model): automatically receive updates for Azure Active Directory Connect Health client side features. :type agent_auto_update: bool - :param alert_suppression_time_in_mins: The time in minutues after which an - alert will be autosupressed. + :param alert_suppression_time_in_mins: The time in minutes after which an + alert will be auto-suppressed. :type alert_suppression_time_in_mins: int :param consented_to_microsoft_dev_ops: Indicates if the tenant data can be seen by Microsoft through Azure portal. @@ -46,9 +46,9 @@ class Tenant(Model): :param disabled_reason: The reason due to which the tenant was disabled in Azure Active Directory Connect Health. :type disabled_reason: int - :param global_admins_email: The list of golbal administrators for the + :param global_admins_email: The list of global administrators for the tenant. - :type global_admins_email: object + :type global_admins_email: list[str] :param initial_domain: The initial domain of the tenant. :type initial_domain: str :param last_disabled: The date and time, in UTC, when the tenant was last @@ -89,7 +89,7 @@ class Tenant(Model): 'dev_ops_ttl': {'key': 'devOpsTtl', 'type': 'iso-8601'}, 'disabled': {'key': 'disabled', 'type': 'bool'}, 'disabled_reason': {'key': 'disabledReason', 'type': 'int'}, - 'global_admins_email': {'key': 'globalAdminsEmail', 'type': 'object'}, + 'global_admins_email': {'key': 'globalAdminsEmail', 'type': '[str]'}, 'initial_domain': {'key': 'initialDomain', 'type': 'str'}, 'last_disabled': {'key': 'lastDisabled', 'type': 'iso-8601'}, 'last_verified': {'key': 'lastVerified', 'type': 'iso-8601'}, diff --git a/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/operations/service_members_operations.py b/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/operations/service_members_operations.py index 48892cf0c5d5..f1eb557c892a 100644 --- a/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/operations/service_members_operations.py +++ b/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/operations/service_members_operations.py @@ -310,7 +310,7 @@ def list_alerts( """Gets the details of an alert for a given service and server combination. - :param service_member_id: The server Id for which the laert details + :param service_member_id: The server Id for which the alert details needs to be queried. :type service_member_id: str :param service_name: The name of the service.