Skip to content

Commit fb75631

Browse files
tadeleshtadelesh
andauthored
Fix problem for data migration (#37755)
* fix error * rollback default tag --------- Co-authored-by: tadelesh <[email protected]>
1 parent 5db1734 commit fb75631

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

specification/datamigration/resource-manager/Microsoft.DataMigration/stable/2025-06-30/definitions/Common.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"$ref": "#/definitions/ODataError"
2727
},
2828
"systemData": {
29-
"$ref": "../sqlmigration.json#/definitions/SystemData",
29+
"$ref": "../../../../../../common-types/resource-management/v6/types.json#/definitions/systemData",
3030
"description": "Metadata pertaining to creation and last modification of the resource.",
3131
"readOnly": true
3232
}

specification/datamigration/resource-manager/Microsoft.DataMigration/stable/2025-06-30/definitions/Files.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"$ref": "#/definitions/ProjectFileProperties"
6161
},
6262
"systemData": {
63-
"$ref": "../sqlmigration.json#/definitions/SystemData",
63+
"$ref": "../../../../../../common-types/resource-management/v6/types.json#/definitions/systemData",
6464
"description": "Metadata pertaining to creation and last modification of the resource.",
6565
"readOnly": true
6666
}

specification/datamigration/resource-manager/Microsoft.DataMigration/stable/2025-06-30/definitions/Projects.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"$ref": "#/definitions/ProjectProperties"
2828
},
2929
"systemData": {
30-
"$ref": "../sqlmigration.json#/definitions/SystemData",
30+
"$ref": "../../../../../../common-types/resource-management/v6/types.json#/definitions/systemData",
3131
"description": "Metadata pertaining to creation and last modification of the resource.",
3232
"readOnly": true
3333
},
@@ -38,7 +38,7 @@
3838
},
3939
"allOf": [
4040
{
41-
"$ref": "../sqlmigration.json#/definitions/TrackedResource"
41+
"$ref": "../../../../../../common-types/resource-management/v6/types.json#/definitions/TrackedResource"
4242
}
4343
]
4444
},

specification/datamigration/resource-manager/Microsoft.DataMigration/stable/2025-06-30/definitions/Services.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,14 +102,14 @@
102102
"$ref": "#/definitions/ServiceSku"
103103
},
104104
"systemData": {
105-
"$ref": "../sqlmigration.json#/definitions/SystemData",
105+
"$ref": "../../../../../../common-types/resource-management/v6/types.json#/definitions/systemData",
106106
"description": "Metadata pertaining to creation and last modification of the resource.",
107107
"readOnly": true
108108
}
109109
},
110110
"allOf": [
111111
{
112-
"$ref": "../sqlmigration.json#/definitions/TrackedResource"
112+
"$ref": "../../../../../../common-types/resource-management/v6/types.json#/definitions/TrackedResource"
113113
}
114114
]
115115
},

specification/datamigration/resource-manager/Microsoft.DataMigration/stable/2025-06-30/definitions/Tasks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
"$ref": "#/definitions/ProjectTaskProperties"
131131
},
132132
"systemData": {
133-
"$ref": "../sqlmigration.json#/definitions/SystemData",
133+
"$ref": "../../../../../../common-types/resource-management/v6/types.json#/definitions/systemData",
134134
"description": "Metadata pertaining to creation and last modification of the resource.",
135135
"readOnly": true
136136
}

0 commit comments

Comments
 (0)