Skip to content

Commit 7b1704e

Browse files
Removing SQLDBbackupconfiguration and RowThreshold (#18473)
1 parent 94a8efb commit 7b1704e

File tree

5 files changed

+0
-89
lines changed

5 files changed

+0
-89
lines changed

specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/examples/SqlDbCreateOrUpdateDatabaseMigrationMAX.json

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@
2727
"trustServerCertificate": true,
2828
"authentication": "WindowsAuthentication"
2929
},
30-
"sqlDataCopyThresholds": {
31-
"cidxRowThreshold": 10000,
32-
"cidxKbsThreshold": 2000
33-
},
3430
"tableList": [
3531
"[Schema1].[TableName1]",
3632
"[Schema2].[TableName2]"
@@ -45,15 +41,6 @@
4541
"offlineConfiguration": {
4642
"offline": true
4743
},
48-
"backupConfiguration": {
49-
"sourceLocation": {
50-
"fileStorageType": "None"
51-
}
52-
},
53-
"sqlDataCopyThresholds": {
54-
"cidxRowThreshold": 10000,
55-
"cidxKbsThreshold": 2000
56-
},
5744
"tableList": [
5845
"[Schema1].[TableName1]",
5946
"[Schema2].[TableName2]"
@@ -80,15 +67,6 @@
8067
"offlineConfiguration": {
8168
"offline": true
8269
},
83-
"backupConfiguration": {
84-
"sourceLocation": {
85-
"fileStorageType": "None"
86-
}
87-
},
88-
"sqlDataCopyThresholds": {
89-
"cidxRowThreshold": 10000,
90-
"cidxKbsThreshold": 2000
91-
},
9270
"tableList": [
9371
"[Schema1].[TableName1]",
9472
"[Schema2].[TableName2]"

specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/examples/SqlDbCreateOrUpdateDatabaseMigrationMIN.json

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,6 @@
3737
"offlineConfiguration": {
3838
"offline": true
3939
},
40-
"backupConfiguration": {
41-
"sourceLocation": {
42-
"fileStorageType": "None"
43-
}
44-
},
4540
"kind": "SqlDb",
4641
"migrationStatus": "InProgress",
4742
"scope": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg/providers/Microsoft.Sql/servers/sqldbinstance",
@@ -64,11 +59,6 @@
6459
"offlineConfiguration": {
6560
"offline": true
6661
},
67-
"backupConfiguration": {
68-
"sourceLocation": {
69-
"fileStorageType": "None"
70-
}
71-
},
7262
"kind": "SqlDb",
7363
"migrationStatus": "InProgress",
7464
"scope": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg/providers/Microsoft.Sql/servers/sqldbinstance",

specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/examples/SqlDbGetDatabaseMigration.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@
1313
"offlineConfiguration": {
1414
"offline": true
1515
},
16-
"backupConfiguration": {
17-
"sourceLocation": {
18-
"fileStorageType": "None"
19-
}
20-
},
2116
"scope": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg/providers/Microsoft.Sql/servers/sqldbinstance",
2217
"migrationService": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg/providers/Microsoft.DataMigration/sqlMigrationServices/testagent",
2318
"provisioningState": "Succeeded",

specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/examples/SqlDbGetDatabaseMigrationExpanded.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,6 @@
4848
"offlineConfiguration": {
4949
"offline": true
5050
},
51-
"backupConfiguration": {
52-
"sourceLocation": {
53-
"fileStorageType": "None"
54-
}
55-
},
5651
"scope": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg/providers/Microsoft.Sql/servers/sqldbinstance",
5752
"migrationService": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg/providers/Microsoft.DataMigration/sqlMigrationServices/testagent",
5853
"provisioningState": "Succeeded",

specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/sqlmigration.json

Lines changed: 0 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1396,20 +1396,11 @@
13961396
"$ref": "#/definitions/SqlConnectionInformation",
13971397
"description": "Target SQL DB connection details."
13981398
},
1399-
"sqlDataCopyThresholds": {
1400-
"$ref": "#/definitions/SqlDataCopyThresholds",
1401-
"description": "Minimum Row count and size of a table with a clustered index required to perform parallel data copy"
1402-
},
14031399
"offlineConfiguration": {
14041400
"$ref": "#/definitions/SqlDbOfflineConfiguration",
14051401
"description": "Offline configuration.",
14061402
"readOnly": true
14071403
},
1408-
"backupConfiguration": {
1409-
"$ref": "#/definitions/SqlDbBackupConfiguration",
1410-
"description": "Source Location details of backups.",
1411-
"readOnly": true
1412-
},
14131404
"tableList": {
14141405
"description": "List of tables to copy.",
14151406
"type": "array",
@@ -1472,22 +1463,6 @@
14721463
}
14731464
}
14741465
},
1475-
"SqlDataCopyThresholds": {
1476-
"description": "Minimum Row count and size of a table with a clustered index required to perform parallel data copy",
1477-
"type": "object",
1478-
"properties": {
1479-
"cidxRowThreshold": {
1480-
"format": "int32",
1481-
"description": "Minimum row count of a table with clustered index to perform parallel data copy",
1482-
"type": "integer"
1483-
},
1484-
"cidxKbsThreshold": {
1485-
"format": "int32",
1486-
"description": "Minimum required size in kbs of a table with a clustered index to perform parallel data copy",
1487-
"type": "integer"
1488-
}
1489-
}
1490-
},
14911466
"SqlDbOfflineConfiguration": {
14921467
"description": "Offline configuration",
14931468
"type": "object",
@@ -1499,17 +1474,6 @@
14991474
}
15001475
}
15011476
},
1502-
"SqlDbBackupConfiguration": {
1503-
"description": "Backup Configuration",
1504-
"type": "object",
1505-
"properties": {
1506-
"sourceLocation": {
1507-
"$ref": "#/definitions/SqlDbSourceBackupLocation",
1508-
"description": "Source location of backups.",
1509-
"readOnly": true
1510-
}
1511-
}
1512-
},
15131477
"CopyProgressDetails": {
15141478
"description": "Details on progress of ADF copy activity",
15151479
"type": "object",
@@ -1579,17 +1543,6 @@
15791543
}
15801544
}
15811545
},
1582-
"SqlDbSourceBackupLocation": {
1583-
"description": "Source Location details of backups.",
1584-
"type": "object",
1585-
"properties": {
1586-
"fileStorageType": {
1587-
"description": "Backup storage Type.",
1588-
"type": "string",
1589-
"readOnly": true
1590-
}
1591-
}
1592-
},
15931546
"MigrationStatusDetails": {
15941547
"description": "Detailed status of current migration.",
15951548
"type": "object",

0 commit comments

Comments
 (0)