Skip to content

Commit 597b8c5

Browse files
LoadBearingBeanvukelich
authored andcommitted
Add x-ms-identifiers to support/resource-manager. (Azure#17800)
Co-authored-by: Steven Vukelich <[email protected]>
1 parent 2159075 commit 597b8c5

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

specification/support/resource-manager/Microsoft.Support/preview/2021-06-01-preview/supportResourceIdDetails.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,10 @@
123123
"type": "array",
124124
"items": {
125125
"$ref": "#/definitions/Operation"
126-
}
126+
},
127+
"x-ms-identifiers": [
128+
"name"
129+
]
127130
}
128131
}
129132
},
@@ -224,6 +227,7 @@
224227
"items": {
225228
"$ref": "#/definitions/ServiceErrorDetail"
226229
},
230+
"x-ms-identifiers": [],
227231
"description": "The list of error details.",
228232
"readOnly": true
229233
}

specification/support/resource-manager/Microsoft.Support/stable/2020-04-01/support.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -788,7 +788,10 @@
788788
"type": "array",
789789
"items": {
790790
"$ref": "#/definitions/Operation"
791-
}
791+
},
792+
"x-ms-identifiers": [
793+
"name"
794+
]
792795
}
793796
}
794797
},
@@ -1301,6 +1304,7 @@
13011304
"items": {
13021305
"$ref": "#/definitions/ServiceErrorDetail"
13031306
},
1307+
"x-ms-identifiers": [],
13041308
"description": "The list of error details.",
13051309
"readOnly": true
13061310
}
@@ -1469,7 +1473,10 @@
14691473
"type": "array",
14701474
"items": {
14711475
"$ref": "#/definitions/QuotaChangeRequest"
1472-
}
1476+
},
1477+
"x-ms-identifiers": [
1478+
"region"
1479+
]
14731480
}
14741481
}
14751482
},

0 commit comments

Comments
 (0)