Update Sql Migration extension strings (#16588)

This commit is contained in:
Rachel Kim
2021-08-06 14:44:26 -07:00
committed by GitHub
parent 90ac21ccfb
commit fddfb72e10
3 changed files with 73 additions and 360 deletions

View File

@@ -328,7 +328,7 @@ export class CreateSqlMigrationServiceDialog {
errors.push(constants.INVALID_RESOURCE_GROUP_ERROR);
}
if (!location) {
errors.push(constants.INVALID_REGION_ERROR);
errors.push(constants.INVALID_LOCATION_ERROR);
}
if (!migrationServiceName || migrationServiceName.length < 3 || migrationServiceName.length > 63 || !/^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$/.test(migrationServiceName)) {
errors.push(constants.INVALID_SERVICE_NAME_ERROR);