diff --git a/services/datamigration/mgmt/2018-04-19/datamigration/models.go b/services/datamigration/mgmt/2018-04-19/datamigration/models.go index 0cc61b6bdf87..a1ccc9eac15a 100644 --- a/services/datamigration/mgmt/2018-04-19/datamigration/models.go +++ b/services/datamigration/mgmt/2018-04-19/datamigration/models.go @@ -904,7 +904,7 @@ type ConnectToSourceSQLServerTaskOutputAgentJobLevel struct { JobOwner *string `json:"jobOwner,omitempty"` // LastExecutedOn - UTC Date and time when the AgentJob was last executed. LastExecutedOn *date.Time `json:"lastExecutedOn,omitempty"` - // MigrationEligibility - Information about eligiblity of agent job for migration. + // MigrationEligibility - Information about eligibility of agent job for migration. MigrationEligibility *MigrationEligibilityInfo `json:"migrationEligibility,omitempty"` // ID - Result identifier ID *string `json:"id,omitempty"` @@ -1061,7 +1061,7 @@ type ConnectToSourceSQLServerTaskOutputLoginLevel struct { DefaultDatabase *string `json:"defaultDatabase,omitempty"` // IsEnabled - The state of the login. IsEnabled *bool `json:"isEnabled,omitempty"` - // MigrationEligibility - Information about eligiblity of login for migration. + // MigrationEligibility - Information about eligibility of login for migration. MigrationEligibility *MigrationEligibilityInfo `json:"migrationEligibility,omitempty"` // ID - Result identifier ID *string `json:"id,omitempty"` @@ -3578,7 +3578,7 @@ type ResourceSku struct { Restrictions *[]ResourceSkuRestrictions `json:"restrictions,omitempty"` } -// ResourceSkuCapabilities describes The SKU capabilites object. +// ResourceSkuCapabilities describes The SKU capabilities object. type ResourceSkuCapabilities struct { // Name - An invariant to describe the feature. Name *string `json:"name,omitempty"` diff --git a/services/datamigration/mgmt/2018-04-19/datamigration/tasks.go b/services/datamigration/mgmt/2018-04-19/datamigration/tasks.go index e7b22287252a..1fb4f2ca772f 100644 --- a/services/datamigration/mgmt/2018-04-19/datamigration/tasks.go +++ b/services/datamigration/mgmt/2018-04-19/datamigration/tasks.go @@ -124,7 +124,7 @@ func (client TasksClient) CancelResponder(resp *http.Response) (result ProjectTa // CreateOrUpdate 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. // Parameters: // parameters - information about the task // groupName - name of the resource group diff --git a/services/preview/datamigration/mgmt/2017-11-15-preview/datamigration/models.go b/services/preview/datamigration/mgmt/2017-11-15-preview/datamigration/models.go index 89cb411da9ac..9cd12627df09 100644 --- a/services/preview/datamigration/mgmt/2017-11-15-preview/datamigration/models.go +++ b/services/preview/datamigration/mgmt/2017-11-15-preview/datamigration/models.go @@ -3076,7 +3076,7 @@ type ResourceSku struct { Restrictions *[]ResourceSkuRestrictions `json:"restrictions,omitempty"` } -// ResourceSkuCapabilities describes The SKU capabilites object. +// ResourceSkuCapabilities describes The SKU capabilities object. type ResourceSkuCapabilities struct { // Name - An invariant to describe the feature. Name *string `json:"name,omitempty"` diff --git a/services/preview/datamigration/mgmt/2017-11-15-preview/datamigration/tasks.go b/services/preview/datamigration/mgmt/2017-11-15-preview/datamigration/tasks.go index 7f22380137c1..9d9476a3c440 100644 --- a/services/preview/datamigration/mgmt/2017-11-15-preview/datamigration/tasks.go +++ b/services/preview/datamigration/mgmt/2017-11-15-preview/datamigration/tasks.go @@ -124,7 +124,7 @@ func (client TasksClient) CancelResponder(resp *http.Response) (result ProjectTa // CreateOrUpdate 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. // Parameters: // parameters - information about the task // groupName - name of the resource group diff --git a/services/preview/datamigration/mgmt/2018-03-31-preview/datamigration/models.go b/services/preview/datamigration/mgmt/2018-03-31-preview/datamigration/models.go index 1fd5d0d91e19..76079b7fc9f3 100644 --- a/services/preview/datamigration/mgmt/2018-03-31-preview/datamigration/models.go +++ b/services/preview/datamigration/mgmt/2018-03-31-preview/datamigration/models.go @@ -932,7 +932,7 @@ type ConnectToSourceSQLServerTaskOutputAgentJobLevel struct { JobOwner *string `json:"jobOwner,omitempty"` // LastExecutedOn - UTC Date and time when the AgentJob was last executed. LastExecutedOn *date.Time `json:"lastExecutedOn,omitempty"` - // MigrationEligibility - Information about eligiblity of agent job for migration. + // MigrationEligibility - Information about eligibility of agent job for migration. MigrationEligibility *MigrationEligibilityInfo `json:"migrationEligibility,omitempty"` // ID - Result identifier ID *string `json:"id,omitempty"` @@ -1089,7 +1089,7 @@ type ConnectToSourceSQLServerTaskOutputLoginLevel struct { DefaultDatabase *string `json:"defaultDatabase,omitempty"` // IsEnabled - The state of the login. IsEnabled *bool `json:"isEnabled,omitempty"` - // MigrationEligibility - Information about eligiblity of login for migration. + // MigrationEligibility - Information about eligibility of login for migration. MigrationEligibility *MigrationEligibilityInfo `json:"migrationEligibility,omitempty"` // ID - Result identifier ID *string `json:"id,omitempty"` @@ -4372,7 +4372,7 @@ type ResourceSku struct { Restrictions *[]ResourceSkuRestrictions `json:"restrictions,omitempty"` } -// ResourceSkuCapabilities describes The SKU capabilites object. +// ResourceSkuCapabilities describes The SKU capabilities object. type ResourceSkuCapabilities struct { // Name - An invariant to describe the feature. Name *string `json:"name,omitempty"` diff --git a/services/preview/datamigration/mgmt/2018-03-31-preview/datamigration/tasks.go b/services/preview/datamigration/mgmt/2018-03-31-preview/datamigration/tasks.go index dd5f2ac111bd..5cc995d8865b 100644 --- a/services/preview/datamigration/mgmt/2018-03-31-preview/datamigration/tasks.go +++ b/services/preview/datamigration/mgmt/2018-03-31-preview/datamigration/tasks.go @@ -124,7 +124,7 @@ func (client TasksClient) CancelResponder(resp *http.Response) (result ProjectTa // CreateOrUpdate 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. // Parameters: // parameters - information about the task // groupName - name of the resource group diff --git a/services/preview/datamigration/mgmt/2018-07-15-preview/datamigration/models.go b/services/preview/datamigration/mgmt/2018-07-15-preview/datamigration/models.go index 7163e4556d63..5f81e48329c3 100644 --- a/services/preview/datamigration/mgmt/2018-07-15-preview/datamigration/models.go +++ b/services/preview/datamigration/mgmt/2018-07-15-preview/datamigration/models.go @@ -2336,7 +2336,7 @@ type ConnectToSourceSQLServerTaskOutputAgentJobLevel struct { LastExecutedOn *date.Time `json:"lastExecutedOn,omitempty"` // ValidationErrors - Validation errors ValidationErrors *[]ReportableException `json:"validationErrors,omitempty"` - // MigrationEligibility - Information about eligiblity of agent job for migration. + // MigrationEligibility - Information about eligibility of agent job for migration. MigrationEligibility *MigrationEligibilityInfo `json:"migrationEligibility,omitempty"` // ID - Result identifier ID *string `json:"id,omitempty"` @@ -2496,7 +2496,7 @@ type ConnectToSourceSQLServerTaskOutputLoginLevel struct { DefaultDatabase *string `json:"defaultDatabase,omitempty"` // IsEnabled - The state of the login. IsEnabled *bool `json:"isEnabled,omitempty"` - // MigrationEligibility - Information about eligiblity of login for migration. + // MigrationEligibility - Information about eligibility of login for migration. MigrationEligibility *MigrationEligibilityInfo `json:"migrationEligibility,omitempty"` // ID - Result identifier ID *string `json:"id,omitempty"` @@ -11688,7 +11688,7 @@ type ProjectFileProperties struct { FilePath *string `json:"filePath,omitempty"` // LastModified - Modification DateTime. LastModified *date.Time `json:"lastModified,omitempty"` - // MediaType - File content type. This propery can be modified to reflect the file content type. + // MediaType - File content type. This property can be modified to reflect the file content type. MediaType *string `json:"mediaType,omitempty"` // Size - File size. Size *int64 `json:"size,omitempty"` @@ -12625,7 +12625,7 @@ type ResourceSku struct { Restrictions *[]ResourceSkuRestrictions `json:"restrictions,omitempty"` } -// ResourceSkuCapabilities describes The SKU capabilites object. +// ResourceSkuCapabilities describes The SKU capabilities object. type ResourceSkuCapabilities struct { // Name - An invariant to describe the feature. Name *string `json:"name,omitempty"` @@ -12860,7 +12860,7 @@ type SchemaMigrationSetting struct { FileID *string `json:"fileId,omitempty"` } -// SelectedCertificateInput info for ertificate to be exported for TDE enabled databases. +// SelectedCertificateInput info for certificate to be exported for TDE enabled databases. type SelectedCertificateInput struct { // CertificateName - Name of certificate to be exported. CertificateName *string `json:"certificateName,omitempty"` diff --git a/services/preview/datamigration/mgmt/2018-07-15-preview/datamigration/tasks.go b/services/preview/datamigration/mgmt/2018-07-15-preview/datamigration/tasks.go index 6a7f8cce49cf..f435583d6795 100644 --- a/services/preview/datamigration/mgmt/2018-07-15-preview/datamigration/tasks.go +++ b/services/preview/datamigration/mgmt/2018-07-15-preview/datamigration/tasks.go @@ -209,7 +209,7 @@ func (client TasksClient) CommandResponder(resp *http.Response) (result CommandP // CreateOrUpdate 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. // Parameters: // parameters - information about the task // groupName - name of the resource group