Skip to content

Commit

Permalink
prettier run
Browse files Browse the repository at this point in the history
  • Loading branch information
Artem Pavlichenko committed Feb 5, 2020
1 parent 8439937 commit 6ef8f3f
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 64 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,20 +98,20 @@
"description": "Target server name",
"readOnly": true
},
"sourceServerType": {
"$ref": "./TasksCommon.json#/definitions/ScenarioSource",
"description": "Source server type.",
"readOnly": true
},
"targetServerType": {
"$ref": "./TasksCommon.json#/definitions/ScenarioTarget",
"description": "Target server type.",
"readOnly": true
},
"state": {
"$ref": "./TasksCommon.json#/definitions/ReplicateMigrationState",
"description": "Migration status",
"readOnly": true
"sourceServerType": {
"$ref": "./TasksCommon.json#/definitions/ScenarioSource",
"description": "Source server type.",
"readOnly": true
},
"targetServerType": {
"$ref": "./TasksCommon.json#/definitions/ScenarioTarget",
"description": "Target server type.",
"readOnly": true
},
"state": {
"$ref": "./TasksCommon.json#/definitions/ReplicateMigrationState",
"description": "Migration status",
"readOnly": true
}
},
"allOf": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -143,58 +143,58 @@
}
},
"ScenarioSource": {
"type": "string",
"description": "An enumeration of source type",
"enum": [
"Access",
"DB2",
"MySQL",
"Oracle",
"SQL",
"Sybase",
"PostgreSQL",
"MongoDB",
"SQLRDS",
"MySQLRDS",
"PostgreSQLRDS"
],
"x-ms-enum": {
"name": "ScenarioSource",
"modelAsString": true
}
"type": "string",
"description": "An enumeration of source type",
"enum": [
"Access",
"DB2",
"MySQL",
"Oracle",
"SQL",
"Sybase",
"PostgreSQL",
"MongoDB",
"SQLRDS",
"MySQLRDS",
"PostgreSQLRDS"
],
"x-ms-enum": {
"name": "ScenarioSource",
"modelAsString": true
}
},
"ScenarioTarget": {
"type": "string",
"description": "An enumeration of target type",
"enum": [
"SQLServer",
"SQLDB",
"SQLDW",
"SQLMI",
"AzureDBForMySql",
"AzureDBForPostgresSQL",
"MongoDB"
],
"x-ms-enum": {
"name": "ScenarioTarget",
"modelAsString": true
}
"ScenarioTarget": {
"type": "string",
"description": "An enumeration of target type",
"enum": [
"SQLServer",
"SQLDB",
"SQLDW",
"SQLMI",
"AzureDBForMySql",
"AzureDBForPostgresSQL",
"MongoDB"
],
"x-ms-enum": {
"name": "ScenarioTarget",
"modelAsString": true
}
},
"ReplicateMigrationState": {
"type": "string",
"description": "Wrapper for replicate reported migration states.",
"enum": [
"UNDEFINED",
"VALIDATING",
"PENDING",
"COMPLETE",
"ACTION_REQUIRED",
"FAILED"
],
"x-ms-enum": {
"name": "ReplicateMigrationState",
"modelAsString": true
}
"ReplicateMigrationState": {
"type": "string",
"description": "Wrapper for replicate reported migration states.",
"enum": [
"UNDEFINED",
"VALIDATING",
"PENDING",
"COMPLETE",
"ACTION_REQUIRED",
"FAILED"
],
"x-ms-enum": {
"name": "ReplicateMigrationState",
"modelAsString": true
}
},
"DatabaseObjectName": {
"type": "object",
Expand Down

0 comments on commit 6ef8f3f

Please sign in to comment.