Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AutoPR datamigration/resource-manager] typo: Microsoft.DataMigration #3933

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ class ConnectToSourceSqlServerTaskOutputAgentJobLevel(ConnectToSourceSqlServerTa
:ivar validation_errors: Validation errors
:vartype validation_errors:
list[~azure.mgmt.datamigration.models.ReportableException]
:ivar migration_eligibility: Information about eligiblity of agent job for
migration.
:ivar migration_eligibility: Information about eligibility of agent job
for migration.
:vartype migration_eligibility:
~azure.mgmt.datamigration.models.MigrationEligibilityInfo
"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ class ConnectToSourceSqlServerTaskOutputAgentJobLevel(ConnectToSourceSqlServerTa
:ivar validation_errors: Validation errors
:vartype validation_errors:
list[~azure.mgmt.datamigration.models.ReportableException]
:ivar migration_eligibility: Information about eligiblity of agent job for
migration.
:ivar migration_eligibility: Information about eligibility of agent job
for migration.
:vartype migration_eligibility:
~azure.mgmt.datamigration.models.MigrationEligibilityInfo
"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class ConnectToSourceSqlServerTaskOutputLoginLevel(ConnectToSourceSqlServerTaskO
:vartype default_database: str
:ivar is_enabled: The state of the login.
:vartype is_enabled: bool
:ivar migration_eligibility: Information about eligiblity of login for
:ivar migration_eligibility: Information about eligibility of login for
migration.
:vartype migration_eligibility:
~azure.mgmt.datamigration.models.MigrationEligibilityInfo
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class ConnectToSourceSqlServerTaskOutputLoginLevel(ConnectToSourceSqlServerTaskO
:vartype default_database: str
:ivar is_enabled: The state of the login.
:vartype is_enabled: bool
:ivar migration_eligibility: Information about eligiblity of login for
:ivar migration_eligibility: Information about eligibility of login for
migration.
:vartype migration_eligibility:
~azure.mgmt.datamigration.models.MigrationEligibilityInfo
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class ProjectFileProperties(Model):
:type file_path: str
:ivar last_modified: Modification DateTime.
:vartype last_modified: datetime
:param media_type: File content type. This propery can be modified to
:param media_type: File content type. This property can be modified to
reflect the file content type.
:type media_type: str
:ivar size: File size.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class ProjectFileProperties(Model):
:type file_path: str
:ivar last_modified: Modification DateTime.
:vartype last_modified: datetime
:param media_type: File content type. This propery can be modified to
:param media_type: File content type. This property can be modified to
reflect the file content type.
:type media_type: str
:ivar size: File size.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


class ResourceSkuCapabilities(Model):
"""Describes The SKU capabilites object.
"""Describes The SKU capabilities object.

Variables are only populated by the server, and will be ignored when
sending a request.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


class ResourceSkuCapabilities(Model):
"""Describes The SKU capabilites object.
"""Describes The SKU capabilities object.

Variables are only populated by the server, and will be ignored when
sending a request.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


class SelectedCertificateInput(Model):
"""Info for ertificate to be exported for TDE enabled databases.
"""Info for certificate to be exported for TDE enabled databases.

All required parameters must be populated in order to send to Azure.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


class SelectedCertificateInput(Model):
"""Info for ertificate to be exported for TDE enabled databases.
"""Info for certificate to be exported for TDE enabled databases.

All required parameters must be populated in order to send to Azure.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def create_or_update(
The tasks resource is a nested, proxy-only resource representing work
performed by a DMS instance. The PUT method creates a new task or
updates an existing one, although since tasks have no mutable custom
properties, there is little reason to update an exising one.
properties, there is little reason to update an existing one.

:param group_name: Name of the resource group
:type group_name: str
Expand Down