Skip to content

Commit ceb198e

Browse files
authored
[AutoPR adhybridhealthservice/resource-manager] [Portal Generated] Review request for Microsoft.ADHybridHealthService to add version 2014-01-01 (#4040)
* Generated from 5269a33bc4e48e336b7eacdba01c999953f42013 Fixes for: Issue #1 : Azure/azure-rest-api-specs#4576 (comment) Typo in the DeltaOperationType Enum. Issue #2 : Azure/azure-rest-api-specs#4844 (comment) GlobalAdmins list is marked as an object, while it's an array. * Generated from 5269a33bc4e48e336b7eacdba01c999953f42013 Fixes for: Issue #1 : Azure/azure-rest-api-specs#4576 (comment) Typo in the DeltaOperationType Enum. Issue #2 : Azure/azure-rest-api-specs#4844 (comment) GlobalAdmins list is marked as an object, while it's an array.
1 parent ea5afbb commit ceb198e

40 files changed

+70
-70
lines changed

azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/ad_hybrid_health_service_enums.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ class DeltaOperationType(str, Enum):
7979
update = "Update"
8080
delete = "Delete"
8181
obsolete = "Obsolete"
82-
delet_add = "DeletAdd"
82+
delete_add = "DeleteAdd"
8383

8484

8585
class HealthStatus(str, Enum):

azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/additional_information.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414

1515
class AdditionalInformation(Model):
16-
"""The addtional information for a property.
16+
"""The additional information for a property.
1717
1818
:param title_name: The title name for the property.
1919
:type title_name: str

azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/additional_information_py3.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414

1515
class AdditionalInformation(Model):
16-
"""The addtional information for a property.
16+
"""The additional information for a property.
1717
1818
:param title_name: The title name for the property.
1919
:type title_name: str

azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/adds_service_member.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ class AddsServiceMember(Model):
4545
:param additional_information: The additional information, if any, for the
4646
server.
4747
:type additional_information: str
48-
:param created_date: The date time , in UTC, when the server was
49-
onboaraded to Azure Active Directory Connect Health.
48+
:param created_date: The date time , in UTC, when the server was onboarded
49+
to Azure Active Directory Connect Health.
5050
:type created_date: datetime
5151
:param dimensions: The server specific configuration related dimensions.
5252
:type dimensions: list[~azure.mgmt.adhybridhealthservice.models.Item]
@@ -66,7 +66,7 @@ class AddsServiceMember(Model):
6666
:param last_server_reported_monitoring_level_change: The date and time, in
6767
UTC, when the server's data monitoring configuration was last changed.
6868
:type last_server_reported_monitoring_level_change: datetime
69-
:param last_updated: The date and time, in UTC, when the server proeprties
69+
:param last_updated: The date and time, in UTC, when the server properties
7070
were last updated.
7171
:type last_updated: datetime
7272
:param machine_id: The id of the machine.

azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/adds_service_member_py3.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ class AddsServiceMember(Model):
4545
:param additional_information: The additional information, if any, for the
4646
server.
4747
:type additional_information: str
48-
:param created_date: The date time , in UTC, when the server was
49-
onboaraded to Azure Active Directory Connect Health.
48+
:param created_date: The date time , in UTC, when the server was onboarded
49+
to Azure Active Directory Connect Health.
5050
:type created_date: datetime
5151
:param dimensions: The server specific configuration related dimensions.
5252
:type dimensions: list[~azure.mgmt.adhybridhealthservice.models.Item]
@@ -66,7 +66,7 @@ class AddsServiceMember(Model):
6666
:param last_server_reported_monitoring_level_change: The date and time, in
6767
UTC, when the server's data monitoring configuration was last changed.
6868
:type last_server_reported_monitoring_level_change: datetime
69-
:param last_updated: The date and time, in UTC, when the server proeprties
69+
:param last_updated: The date and time, in UTC, when the server properties
7070
were last updated.
7171
:type last_updated: datetime
7272
:param machine_id: The id of the machine.

azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/alert.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class Alert(Model):
2121
Possible values include: 'Warning', 'Error', 'PreWarning'
2222
:type level: str or ~azure.mgmt.adhybridhealthservice.models.Level
2323
:param state: The alert state which can be either active or resolved with
24-
multile resolution types. Possible values include: 'Active',
24+
multiple resolution types. Possible values include: 'Active',
2525
'ResolvedByPositiveResult', 'ResolvedManually', 'ResolvedByTimer',
2626
'ResolvedByStateChange'
2727
:type state: str or ~azure.mgmt.adhybridhealthservice.models.State

azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/alert_feedback.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class AlertFeedback(Model):
1818
:param level: The alert level which indicates the severity of the alert.
1919
:type level: str
2020
:param state: The alert state which can be either active or resolved with
21-
multile resolution types.
21+
multiple resolution types.
2222
:type state: str
2323
:param short_name: The alert short name.
2424
:type short_name: str

azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/alert_feedback_py3.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class AlertFeedback(Model):
1818
:param level: The alert level which indicates the severity of the alert.
1919
:type level: str
2020
:param state: The alert state which can be either active or resolved with
21-
multile resolution types.
21+
multiple resolution types.
2222
:type state: str
2323
:param short_name: The alert short name.
2424
:type short_name: str

azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/alert_py3.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class Alert(Model):
2121
Possible values include: 'Warning', 'Error', 'PreWarning'
2222
:type level: str or ~azure.mgmt.adhybridhealthservice.models.Level
2323
:param state: The alert state which can be either active or resolved with
24-
multile resolution types. Possible values include: 'Active',
24+
multiple resolution types. Possible values include: 'Active',
2525
'ResolvedByPositiveResult', 'ResolvedManually', 'ResolvedByTimer',
2626
'ResolvedByStateChange'
2727
:type state: str or ~azure.mgmt.adhybridhealthservice.models.State

azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/change_not_reimported_delta.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class ChangeNotReimportedDelta(Model):
2525
list[~azure.mgmt.adhybridhealthservice.models.AttributeDelta]
2626
:param operation_type: The operation type. Possible values include:
2727
'Undefined', 'None', 'Add', 'Replace', 'Update', 'Delete', 'Obsolete',
28-
'DeletAdd'
28+
'DeleteAdd'
2929
:type operation_type: str or
3030
~azure.mgmt.adhybridhealthservice.models.DeltaOperationType
3131
"""

azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/change_not_reimported_delta_py3.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class ChangeNotReimportedDelta(Model):
2525
list[~azure.mgmt.adhybridhealthservice.models.AttributeDelta]
2626
:param operation_type: The operation type. Possible values include:
2727
'Undefined', 'None', 'Add', 'Replace', 'Update', 'Delete', 'Obsolete',
28-
'DeletAdd'
28+
'DeleteAdd'
2929
:type operation_type: str or
3030
~azure.mgmt.adhybridhealthservice.models.DeltaOperationType
3131
"""

azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/change_not_reimported_entry.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class ChangeNotReimportedEntry(Model):
2121
:type parent_anchor: str
2222
:param primary_object_class: The primary object class.
2323
:type primary_object_class: str
24-
:param object_classes: The olist of object classes.
24+
:param object_classes: The list of object classes.
2525
:type object_classes: list[str]
2626
:param dn_attributes: The delta attributes for distinguished names.
2727
:type dn_attributes:

azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/change_not_reimported_entry_py3.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class ChangeNotReimportedEntry(Model):
2121
:type parent_anchor: str
2222
:param primary_object_class: The primary object class.
2323
:type primary_object_class: str
24-
:param object_classes: The olist of object classes.
24+
:param object_classes: The list of object classes.
2525
:type object_classes: list[str]
2626
:param dn_attributes: The delta attributes for distinguished names.
2727
:type dn_attributes:

azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/connector_connection_error.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class ConnectorConnectionError(Model):
2727
:type error_code: str
2828
:param message: The message for the connection error.
2929
:type message: str
30-
:param time_occured: The time when the connection error occured.
30+
:param time_occured: The time when the connection error occurred.
3131
:type time_occured: datetime
3232
:param server: The server where the connection error happened.
3333
:type server: str

azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/connector_connection_error_py3.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class ConnectorConnectionError(Model):
2727
:type error_code: str
2828
:param message: The message for the connection error.
2929
:type message: str
30-
:param time_occured: The time when the connection error occured.
30+
:param time_occured: The time when the connection error occurred.
3131
:type time_occured: datetime
3232
:param server: The server where the connection error happened.
3333
:type server: str

azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/connector_object_error.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ class ConnectorObjectError(Model):
2727
:type error_code: str
2828
:param message: The message for the object error.
2929
:type message: str
30-
:param entry_number: The entry number for object error occured.
30+
:param entry_number: The entry number for object error occurred.
3131
:type entry_number: int
3232
:param line_number: The line number for the object error.
3333
:type line_number: int
3434
:param column_number: The column number for the object error.
3535
:type column_number: int
36-
:param dn: The distingished name of the object.
36+
:param dn: The distinguished name of the object.
3737
:type dn: str
3838
:param anchor: The name for the anchor of the object.
3939
:type anchor: str

azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/connector_object_error_py3.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ class ConnectorObjectError(Model):
2727
:type error_code: str
2828
:param message: The message for the object error.
2929
:type message: str
30-
:param entry_number: The entry number for object error occured.
30+
:param entry_number: The entry number for object error occurred.
3131
:type entry_number: int
3232
:param line_number: The line number for the object error.
3333
:type line_number: int
3434
:param column_number: The column number for the object error.
3535
:type column_number: int
36-
:param dn: The distingished name of the object.
36+
:param dn: The distinguished name of the object.
3737
:type dn: str
3838
:param anchor: The name for the anchor of the object.
3939
:type anchor: str

azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/export_error.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class ExportError(Model):
3030
:param server_error_detail: The server error detail.
3131
:type server_error_detail: str
3232
:param time_first_occured: The date and time when the export error first
33-
occured.
33+
occurred.
3434
:type time_first_occured: datetime
3535
:param retry_count: The retry count.
3636
:type retry_count: int
@@ -72,7 +72,7 @@ class ExportError(Model):
7272
:type ad_distinguished_name: str
7373
:param ad_mail: The email for the AD object.
7474
:type ad_mail: str
75-
:param time_occured: The date and time of occurance.
75+
:param time_occured: The date and time of occurrence.
7676
:type time_occured: datetime
7777
:param aad_object_type: The AAD side object type.
7878
:type aad_object_type: str
@@ -92,7 +92,7 @@ class ExportError(Model):
9292
:type aad_mail: str
9393
:param last_dir_sync_time: The date and time of last sync run.
9494
:type last_dir_sync_time: datetime
95-
:param modified_attribute_value: The modified atttribute value.
95+
:param modified_attribute_value: The modified attribute value.
9696
:type modified_attribute_value: str
9797
"""
9898

azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/export_error_py3.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class ExportError(Model):
3030
:param server_error_detail: The server error detail.
3131
:type server_error_detail: str
3232
:param time_first_occured: The date and time when the export error first
33-
occured.
33+
occurred.
3434
:type time_first_occured: datetime
3535
:param retry_count: The retry count.
3636
:type retry_count: int
@@ -72,7 +72,7 @@ class ExportError(Model):
7272
:type ad_distinguished_name: str
7373
:param ad_mail: The email for the AD object.
7474
:type ad_mail: str
75-
:param time_occured: The date and time of occurance.
75+
:param time_occured: The date and time of occurrence.
7676
:type time_occured: datetime
7777
:param aad_object_type: The AAD side object type.
7878
:type aad_object_type: str
@@ -92,7 +92,7 @@ class ExportError(Model):
9292
:type aad_mail: str
9393
:param last_dir_sync_time: The date and time of last sync run.
9494
:type last_dir_sync_time: datetime
95-
:param modified_attribute_value: The modified atttribute value.
95+
:param modified_attribute_value: The modified attribute value.
9696
:type modified_attribute_value: str
9797
"""
9898

azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/inbound_replication_neighbor.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class InboundReplicationNeighbor(Model):
1717
1818
:param source_domain_controller: The name of the source domain controller.
1919
:type source_domain_controller: str
20-
:param consecutive_failure_count: The number of consecutive faulire
20+
:param consecutive_failure_count: The number of consecutive failure
2121
counts.
2222
:type consecutive_failure_count: int
2323
:param naming_context: The naming context.

azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/inbound_replication_neighbor_py3.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class InboundReplicationNeighbor(Model):
1717
1818
:param source_domain_controller: The name of the source domain controller.
1919
:type source_domain_controller: str
20-
:param consecutive_failure_count: The number of consecutive faulire
20+
:param consecutive_failure_count: The number of consecutive failure
2121
counts.
2222
:type consecutive_failure_count: int
2323
:param naming_context: The naming context.

azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/merged_export_error.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class MergedExportError(Model):
4444
:type existing_object:
4545
~azure.mgmt.adhybridhealthservice.models.AssociatedObject
4646
:param modified_or_removed_attribute_value: The modified or removed
47-
attribute vlaue.
47+
attribute value.
4848
:type modified_or_removed_attribute_value: str
4949
:param run_step_result_id: The run step result Id.
5050
:type run_step_result_id: str

azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/merged_export_error_py3.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class MergedExportError(Model):
4444
:type existing_object:
4545
~azure.mgmt.adhybridhealthservice.models.AssociatedObject
4646
:param modified_or_removed_attribute_value: The modified or removed
47-
attribute vlaue.
47+
attribute value.
4848
:type modified_or_removed_attribute_value: str
4949
:param run_step_result_id: The run step result Id.
5050
:type run_step_result_id: str

azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/metric_metadata.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class MetricMetadata(Model):
2828
:param value_kind: Indicates if the metrics is a rate,value, percent or
2929
duration type.
3030
:type value_kind: str
31-
:param min_value: The minimun value.
31+
:param min_value: The minimum value.
3232
:type min_value: int
3333
:param max_value: The maximum value.
3434
:type max_value: int

azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/metric_metadata_py3.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class MetricMetadata(Model):
2828
:param value_kind: Indicates if the metrics is a rate,value, percent or
2929
duration type.
3030
:type value_kind: str
31-
:param min_value: The minimun value.
31+
:param min_value: The minimum value.
3232
:type min_value: int
3333
:param max_value: The maximum value.
3434
:type max_value: int

azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/object_with_sync_error.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414

1515
class ObjectWithSyncError(Model):
16-
"""The objects withg sync errors.
16+
"""The objects with sync errors.
1717
1818
:param source_of_authority: The source of authority.
1919
:type source_of_authority: str
@@ -31,7 +31,7 @@ class ObjectWithSyncError(Model):
3131
:type user_principal_name: str
3232
:param object_guid: The object guid.
3333
:type object_guid: str
34-
:param attribute_multi_values: Indicates if the atttibute is multi-valued
34+
:param attribute_multi_values: Indicates if the attribute is multi-valued
3535
or not.
3636
:type attribute_multi_values: bool
3737
:param min_limit: The minimum limit.
@@ -42,7 +42,7 @@ class ObjectWithSyncError(Model):
4242
:type distinguished_name: str
4343
:param mail: The email.
4444
:type mail: str
45-
:param time_occured: The date and time of occurance.
45+
:param time_occured: The date and time of occurrence.
4646
:type time_occured: datetime
4747
:param error_type: The error type.
4848
:type error_type: str

azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/object_with_sync_error_py3.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414

1515
class ObjectWithSyncError(Model):
16-
"""The objects withg sync errors.
16+
"""The objects with sync errors.
1717
1818
:param source_of_authority: The source of authority.
1919
:type source_of_authority: str
@@ -31,7 +31,7 @@ class ObjectWithSyncError(Model):
3131
:type user_principal_name: str
3232
:param object_guid: The object guid.
3333
:type object_guid: str
34-
:param attribute_multi_values: Indicates if the atttibute is multi-valued
34+
:param attribute_multi_values: Indicates if the attribute is multi-valued
3535
or not.
3636
:type attribute_multi_values: bool
3737
:param min_limit: The minimum limit.
@@ -42,7 +42,7 @@ class ObjectWithSyncError(Model):
4242
:type distinguished_name: str
4343
:param mail: The email.
4444
:type mail: str
45-
:param time_occured: The date and time of occurance.
45+
:param time_occured: The date and time of occurrence.
4646
:type time_occured: datetime
4747
:param error_type: The error type.
4848
:type error_type: str

azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/password_management_settings.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class PasswordManagementSettings(Model):
2222
:type extension_file_path: str
2323
:param connect_to: Connection point of password management.
2424
:type connect_to: str
25-
:param connection_timeout: Connection timeoit for password extension.
25+
:param connection_timeout: Connection timeout for password extension.
2626
:type connection_timeout: int
2727
:param user: User to execute password extension.
2828
:type user: str
@@ -37,7 +37,7 @@ class PasswordManagementSettings(Model):
3737
:param requires_secure_connection: Indicates if a secure connection is
3838
required for password management.
3939
:type requires_secure_connection: bool
40-
:param unlock_account: Indicates if accounts should be unloacked when
40+
:param unlock_account: Indicates if accounts should be unlocked when
4141
resetting password.
4242
:type unlock_account: bool
4343
"""

azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/password_management_settings_py3.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class PasswordManagementSettings(Model):
2222
:type extension_file_path: str
2323
:param connect_to: Connection point of password management.
2424
:type connect_to: str
25-
:param connection_timeout: Connection timeoit for password extension.
25+
:param connection_timeout: Connection timeout for password extension.
2626
:type connection_timeout: int
2727
:param user: User to execute password extension.
2828
:type user: str
@@ -37,7 +37,7 @@ class PasswordManagementSettings(Model):
3737
:param requires_secure_connection: Indicates if a secure connection is
3838
required for password management.
3939
:type requires_secure_connection: bool
40-
:param unlock_account: Indicates if accounts should be unloacked when
40+
:param unlock_account: Indicates if accounts should be unlocked when
4141
resetting password.
4242
:type unlock_account: bool
4343
"""

azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/models/replication_status.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class ReplicationStatus(Model):
1717
1818
:param forest_name: The forest name.
1919
:type forest_name: str
20-
:param total_dc_count: The total numbe of domain controllers for a given
20+
:param total_dc_count: The total number of domain controllers for a given
2121
forest.
2222
:type total_dc_count: int
2323
:param error_dc_count: The total number of domain controllers with error

0 commit comments

Comments
 (0)