Skip to content
Merged
1 change: 1 addition & 0 deletions profiles/ResourceSchemas.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ batch:
- ../specification/datamigration/resource-manager/Microsoft.DataMigration/2017-11-15-preview/datamigration.json
- ../specification/datamigration/resource-manager/Microsoft.DataMigration/2018-03-15-preview/datamigration.json
- ../specification/datamigration/resource-manager/Microsoft.DataMigration/2018-03-31-preview/datamigration.json
- ../specification/datamigration/resource-manager/Microsoft.DataMigration/2018-04-19/datamigration.json
- ../specification/devtestlabs/resource-manager/Microsoft.DevTestLab/2015-05-21-preview/DTL.json
- ../specification/devtestlabs/resource-manager/Microsoft.DevTestLab/2016-05-15/DTL.json
- ../specification/dns/resource-manager/Microsoft.Network/2015-05-04-preview/dns.json
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
"MigrateSqlServerSqlDbTaskOutputMigrationLevel": {
"x-ms-discriminator-value": "MigrationLevelOutput",
"type": "object",
"description": "Migration level result for Sql server to Azure Sql DB migration.",
"properties": {
"startedOn": {
"type": "string",
Expand Down Expand Up @@ -154,6 +155,7 @@
},
"MigrateSqlServerSqlDbTaskOutputDatabaseLevel": {
"type": "object",
"description": "Database level result for Sql Server to Azure Sql DB migration.",
"x-ms-discriminator-value": "DatabaseLevelOutput",
"properties": {
"databaseName": {
Expand Down Expand Up @@ -246,6 +248,7 @@
},
"MigrateSqlServerSqlDbTaskOutputTableLevel": {
"type": "object",
"description": "Table level result for Sql Server to Azure Sql DB migration.",
"x-ms-discriminator-value": "TableLevelOutput",
"properties": {
"objectName": {
Expand Down Expand Up @@ -306,6 +309,7 @@
},
"MigrateSqlServerSqlDbTaskOutputError": {
"type": "object",
"description": "Task errors for Sql Server to Azure Sql DB migration.",
"x-ms-discriminator-value": "ErrorOutput",
"properties": {
"id": {
Expand Down Expand Up @@ -370,6 +374,7 @@
"MigrateSqlServerSqlDbTaskOutputValidationResult": {
"x-ms-discriminator-value": "MigrationValidationOutput",
"type": "object",
"description": "Validation result for Sql Server to Azure Sql DB migration.",
"$ref": "./MigrationValidation.json#/definitions/MigrationValidationResult",
"allOf": [
{
Expand All @@ -380,6 +385,7 @@
"MigrateSqlServerSqlDbTaskOutputDatabaseLevelValidationResult": {
"x-ms-discriminator-value": "MigrationDatabaseLevelValidationOutput",
"type": "object",
"description": "Database validation result for Sql Server to Azure Sql DB migration.",
"$ref": "./MigrationValidation.json#/definitions/MigrationValidationDatabaseLevelResult",
"allOf": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"parameters": {
"subscriptionId": "fc04246f-04c5-437e-ac5e-206a19e7193f",
"groupName": "DmsSdkRg",
"serviceName": "DmsSdkService",
"api-version": "2017-11-15-preview",
"parameters": {
"requestedName": {
"name": "Task1",
"type": "tasks"
}
}
},
"responses": {
"200": {
"body": {
"nameAvailable": true
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
"MigrateSqlServerSqlDbTaskOutputMigrationLevel": {
"x-ms-discriminator-value": "MigrationLevelOutput",
"type": "object",
"description": "Migration level result for Sql server to Azure Sql DB migration.",
"properties": {
"startedOn": {
"type": "string",
Expand Down Expand Up @@ -154,6 +155,7 @@
},
"MigrateSqlServerSqlDbTaskOutputDatabaseLevel": {
"type": "object",
"description": "Database level result for Sql Server to Azure Sql DB migration.",
"x-ms-discriminator-value": "DatabaseLevelOutput",
"properties": {
"databaseName": {
Expand Down Expand Up @@ -246,6 +248,7 @@
},
"MigrateSqlServerSqlDbTaskOutputTableLevel": {
"type": "object",
"description": "Table level result for Sql Server to Azure Sql DB migration.",
"x-ms-discriminator-value": "TableLevelOutput",
"properties": {
"objectName": {
Expand Down Expand Up @@ -306,6 +309,7 @@
},
"MigrateSqlServerSqlDbTaskOutputError": {
"type": "object",
"description": "Task errors for Sql Server to Azure Sql DB migration.",
"x-ms-discriminator-value": "ErrorOutput",
"properties": {
"id": {
Expand Down Expand Up @@ -370,6 +374,7 @@
"MigrateSqlServerSqlDbTaskOutputValidationResult": {
"x-ms-discriminator-value": "MigrationValidationOutput",
"type": "object",
"description": "Validation result for Sql Server to Azure Sql DB migration.",
"$ref": "./MigrationValidation.json#/definitions/MigrationValidationResult",
"allOf": [
{
Expand All @@ -380,6 +385,7 @@
"MigrateSqlServerSqlDbTaskOutputDatabaseLevelValidationResult": {
"x-ms-discriminator-value": "MigrationDatabaseLevelValidationOutput",
"type": "object",
"description": "Database validation result for Sql Server to Azure Sql DB migration.",
"$ref": "./MigrationValidation.json#/definitions/MigrationValidationDatabaseLevelResult",
"allOf": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
},
"MigrateSqlServerSqlMITaskOutputMigrationLevel": {
"type": "object",
"description": "Migration level result for Sql server to Sql MI migration.",
"x-ms-discriminator-value": "MigrationLevelOutput",
"properties": {
"startedOn": {
Expand Down Expand Up @@ -140,6 +141,7 @@
},
"MigrateSqlServerSqlMITaskOutputDatabaseLevel": {
"type": "object",
"description": "Database level result for Sql Server to Sql MI migration.",
"x-ms-discriminator-value": "DatabaseLevelOutput",
"properties": {
"databaseName": {
Expand Down Expand Up @@ -191,6 +193,7 @@
},
"MigrateSqlServerSqlMITaskOutputError": {
"type": "object",
"description": "Task errors for Sql Server to Sql MI migration.",
"x-ms-discriminator-value": "ErrorOutput",
"properties": {
"id": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,8 @@
"readOnly": true
},
"type": {
"$ref": "#/definitions/ErrorType"
"$ref": "#/definitions/ErrorType",
"description": "Type of error."
}
}
},
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"parameters": {
"subscriptionId": "fc04246f-04c5-437e-ac5e-206a19e7193f",
"groupName": "DmsSdkRg",
"serviceName": "DmsSdkService",
"api-version": "2018-03-15-preview",
"parameters": {
"requestedName": {
"name": "Task1",
"type": "tasks"
}
}
},
"responses": {
"200": {
"body": {
"nameAvailable": true
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,8 @@
"readOnly": true
},
"type": {
"$ref": "#/definitions/ErrorType"
"$ref": "#/definitions/ErrorType",
"description": "Type of error."
}
}
},
Expand Down Expand Up @@ -544,7 +545,7 @@
},
"StartMigrationScenarioServerRoleResult": {
"type": "object",
"description": "",
"description": "Server role migration result",
"properties": {
"name": {
"type": "string",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"parameters": {
"subscriptionId": "fc04246f-04c5-437e-ac5e-206a19e7193f",
"groupName": "DmsSdkRg",
"serviceName": "DmsSdkService",
"api-version": "2018-03-31-preview",
"parameters": {
"requestedName": {
"name": "Task1",
"type": "tasks"
}
}
},
"responses": {
"200": {
"body": {
"nameAvailable": true
}
}
}
}
Loading