From 6ef8f3f3dc62bbd55c4432c8f01ed609d00461a6 Mon Sep 17 00:00:00 2001 From: Artem Pavlichenko Date: Wed, 5 Feb 2020 09:20:08 -0800 Subject: [PATCH] prettier run --- ...ostgreSqlAzureDbForPostgreSqlSyncTask.json | 28 ++--- .../definitions/TasksCommon.json | 100 +++++++++--------- 2 files changed, 64 insertions(+), 64 deletions(-) diff --git a/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2018-07-15-preview/definitions/MigratePostgreSqlAzureDbForPostgreSqlSyncTask.json b/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2018-07-15-preview/definitions/MigratePostgreSqlAzureDbForPostgreSqlSyncTask.json index b0c0151534f9..1d7ffee88df1 100644 --- a/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2018-07-15-preview/definitions/MigratePostgreSqlAzureDbForPostgreSqlSyncTask.json +++ b/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2018-07-15-preview/definitions/MigratePostgreSqlAzureDbForPostgreSqlSyncTask.json @@ -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": [ diff --git a/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2018-07-15-preview/definitions/TasksCommon.json b/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2018-07-15-preview/definitions/TasksCommon.json index f8a479362b52..58fd0c288280 100644 --- a/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2018-07-15-preview/definitions/TasksCommon.json +++ b/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2018-07-15-preview/definitions/TasksCommon.json @@ -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",