diff --git a/services/datamigration/mgmt/2018-04-19/datamigration/models.go b/services/datamigration/mgmt/2018-04-19/datamigration/models.go index 6df6f2e897a2..b43bb967aa78 100644 --- a/services/datamigration/mgmt/2018-04-19/datamigration/models.go +++ b/services/datamigration/mgmt/2018-04-19/datamigration/models.go @@ -12225,7 +12225,7 @@ type SchemaComparisonValidationResultType struct { UpdateAction UpdateActionType `json:"updateAction,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"`