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 #648

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
10 changes: 5 additions & 5 deletions packages/@azure/arm-datamigration/lib/models/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export interface ProjectFileProperties {
*/
readonly lastModified?: Date;
/**
* @member {string} [mediaType] File content type. This propery can be
* @member {string} [mediaType] File content type. This property can be
* modified to reflect the file content type.
*/
mediaType?: string;
Expand Down Expand Up @@ -301,7 +301,7 @@ export interface GetTdeCertificatesSqlTaskOutput {
/**
* @interface
* An interface representing SelectedCertificateInput.
* Info for ertificate to be exported for TDE enabled databases.
* Info for certificate to be exported for TDE enabled databases.
*
*/
export interface SelectedCertificateInput {
Expand Down Expand Up @@ -4946,7 +4946,7 @@ export interface ConnectToSourceSqlServerTaskOutputAgentJobLevel {
readonly validationErrors?: ReportableException[];
/**
* @member {MigrationEligibilityInfo} [migrationEligibility] Information
* about eligiblity of agent job for migration.
* about eligibility of agent job for migration.
* **NOTE: This property will not be serialized. It can only be populated by
* the server.**
*/
Expand Down Expand Up @@ -4999,7 +4999,7 @@ export interface ConnectToSourceSqlServerTaskOutputLoginLevel {
readonly isEnabled?: boolean;
/**
* @member {MigrationEligibilityInfo} [migrationEligibility] Information
* about eligiblity of login for migration.
* about eligibility of login for migration.
* **NOTE: This property will not be serialized. It can only be populated by
* the server.**
*/
Expand Down Expand Up @@ -5966,7 +5966,7 @@ export interface ResourceSkuRestrictions {
/**
* @interface
* An interface representing ResourceSkuCapabilities.
* Describes The SKU capabilites object.
* Describes The SKU capabilities object.
*
*/
export interface ResourceSkuCapabilities {
Expand Down
2 changes: 1 addition & 1 deletion packages/@azure/arm-datamigration/lib/operations/tasks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export class Tasks {
/**
* 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.
* have no mutable custom properties, there is little reason to update an existing one.
* @summary Create or update task
* @param parameters Information about the task
* @param groupName Name of the resource group
Expand Down