Skip to content

Commit

Permalink
[AutoPR adhybridhealthservice/resource-manager] [Portal Generated] Re…
Browse files Browse the repository at this point in the history
…view 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.
  • Loading branch information
AutorestCI authored Dec 14, 2018
1 parent ea5afbb commit ceb198e
Show file tree
Hide file tree
Showing 40 changed files with 70 additions and 70 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class DeltaOperationType(str, Enum):
update = "Update"
delete = "Delete"
obsolete = "Obsolete"
delet_add = "DeletAdd"
delete_add = "DeleteAdd"


class HealthStatus(str, Enum):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand All @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand All @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading

0 comments on commit ceb198e

Please sign in to comment.