Skip to content

Commit

Permalink
Generated from 2fc8c9a8a8efbcbef6d13cf945adcdac22381b50 (#648)
Browse files Browse the repository at this point in the history
typo: Microsoft.DataMigration

- exising -> existing
- capabilites -> capabilities
- eligiblity -> eligibility
- propery -> property
- ertificate -> certificate
  • Loading branch information
AutorestCI authored Dec 3, 2018
1 parent f0205f4 commit 351bf6c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
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

0 comments on commit 351bf6c

Please sign in to comment.