Skip to content

Commit ebcbc06

Browse files
Datamigration fix invalid swagger (#37843)
1 parent 2a670ee commit ebcbc06

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

specification/datamigration/resource-manager/Microsoft.DataMigration/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": "../../../../../../common-types/resource-management/v6/types.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/DataMigration/stable/2025-06-30/definitions/Files.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,14 @@
6060
"$ref": "#/definitions/ProjectFileProperties"
6161
},
6262
"systemData": {
63-
"$ref": "../../../../../../common-types/resource-management/v6/types.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
}
6767
},
6868
"allOf": [
6969
{
70-
"$ref": "../../../../../../common-types/resource-management/v6/types.json#/definitions/Resource"
70+
"$ref": "../../../../../../../common-types/resource-management/v6/types.json#/definitions/Resource"
7171
}
7272
]
7373
},

specification/datamigration/resource-manager/Microsoft.DataMigration/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": "../../../../../../common-types/resource-management/v6/types.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": "../../../../../../common-types/resource-management/v6/types.json#/definitions/TrackedResource"
41+
"$ref": "../../../../../../../common-types/resource-management/v6/types.json#/definitions/TrackedResource"
4242
}
4343
]
4444
},

specification/datamigration/resource-manager/Microsoft.DataMigration/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": "../../../../../../common-types/resource-management/v6/types.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": "../../../../../../common-types/resource-management/v6/types.json#/definitions/TrackedResource"
112+
"$ref": "../../../../../../../common-types/resource-management/v6/types.json#/definitions/TrackedResource"
113113
}
114114
]
115115
},

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,14 +130,14 @@
130130
"$ref": "#/definitions/ProjectTaskProperties"
131131
},
132132
"systemData": {
133-
"$ref": "../../../../../../common-types/resource-management/v6/types.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
}
137137
},
138138
"allOf": [
139139
{
140-
"$ref": "../../../../../../common-types/resource-management/v6/types.json#/definitions/Resource"
140+
"$ref": "../../../../../../../common-types/resource-management/v6/types.json#/definitions/Resource"
141141
}
142142
]
143143
},

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3070,7 +3070,7 @@
30703070
"type": "object",
30713071
"allOf": [
30723072
{
3073-
"$ref": "../../../../../common-types/resource-management/v6/types.json#/definitions/ProxyResource"
3073+
"$ref": "../../../../../../common-types/resource-management/v6/types.json#/definitions/ProxyResource"
30743074
}
30753075
],
30763076
"properties": {
@@ -3086,7 +3086,7 @@
30863086
"type": "object",
30873087
"allOf": [
30883088
{
3089-
"$ref": "../../../../../common-types/resource-management/v6/types.json#/definitions/ProxyResource"
3089+
"$ref": "../../../../../../common-types/resource-management/v6/types.json#/definitions/ProxyResource"
30903090
}
30913091
],
30923092
"properties": {
@@ -3102,7 +3102,7 @@
31023102
"type": "object",
31033103
"allOf": [
31043104
{
3105-
"$ref": "../../../../../common-types/resource-management/v6/types.json#/definitions/ProxyResource"
3105+
"$ref": "../../../../../../common-types/resource-management/v6/types.json#/definitions/ProxyResource"
31063106
}
31073107
],
31083108
"properties": {
@@ -3343,7 +3343,7 @@
33433343
"type": "object",
33443344
"allOf": [
33453345
{
3346-
"$ref": "../../../../../common-types/resource-management/v6/types.json#/definitions/TrackedResource"
3346+
"$ref": "../../../../../../common-types/resource-management/v6/types.json#/definitions/TrackedResource"
33473347
}
33483348
],
33493349
"properties": {

0 commit comments

Comments
 (0)