Skip to content

Commit 89defe6

Browse files
LinglingTongFredericHeem
authored andcommitted
add xms-ids for migrate (Azure#17821)
1 parent 274dfaa commit 89defe6

File tree

1 file changed

+11
-2
lines changed
  • specification/migrate/resource-manager/Microsoft.Migrate/stable/2019-10-01

1 file changed

+11
-2
lines changed

specification/migrate/resource-manager/Microsoft.Migrate/stable/2019-10-01/migrate.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1939,6 +1939,9 @@
19391939
"items": {
19401940
"$ref": "#/definitions/CloudErrorBody"
19411941
},
1942+
"x-ms-identifiers": [
1943+
"code"
1944+
],
19421945
"description": "A list of additional details about the error."
19431946
}
19441947
},
@@ -2218,7 +2221,10 @@
22182221
"readOnly": true,
22192222
"items": {
22202223
"$ref": "#/definitions/VmFamily"
2221-
}
2224+
},
2225+
"x-ms-identifiers": [
2226+
"familyName"
2227+
]
22222228
},
22232229
"reservedInstanceVmFamilies": {
22242230
"type": "array",
@@ -2308,7 +2314,10 @@
23082314
"description": "List of operations.",
23092315
"items": {
23102316
"$ref": "#/definitions/Operation"
2311-
}
2317+
},
2318+
"x-ms-identifiers": [
2319+
"name"
2320+
]
23122321
}
23132322
}
23142323
},

0 commit comments

Comments
 (0)