Skip to content

Commit fc1eb14

Browse files
authored
Adding xms ids for Chaos (#17661)
1 parent 1ada19d commit fc1eb14

File tree

1 file changed

+18
-2
lines changed
  • specification/chaos/resource-manager/Microsoft.Chaos/preview/2021-09-15-preview/types

1 file changed

+18
-2
lines changed

specification/chaos/resource-manager/Microsoft.Chaos/preview/2021-09-15-preview/types/experiments.json

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@
8181
"items": {
8282
"$ref": "#/definitions/step"
8383
},
84+
"x-ms-identifiers": [
85+
"name"
86+
],
8487
"description": "List of steps.",
8588
"minItems": 1
8689
},
@@ -139,6 +142,9 @@
139142
"items": {
140143
"$ref": "#/definitions/branch"
141144
},
145+
"x-ms-identifiers": [
146+
"name"
147+
],
142148
"minItems": 1
143149
}
144150
},
@@ -163,6 +169,9 @@
163169
"items": {
164170
"$ref": "#/definitions/action"
165171
},
172+
"x-ms-identifiers": [
173+
"name"
174+
],
166175
"minItems": 1
167176
}
168177
},
@@ -226,7 +235,10 @@
226235
"type": "array",
227236
"items": {
228237
"$ref": "#/definitions/keyValuePair"
229-
}
238+
},
239+
"x-ms-identifiers": [
240+
"key"
241+
]
230242
},
231243
"selectorId": {
232244
"type": "string",
@@ -260,7 +272,10 @@
260272
"type": "array",
261273
"items": {
262274
"$ref": "#/definitions/keyValuePair"
263-
}
275+
},
276+
"x-ms-identifiers": [
277+
"key"
278+
]
264279
},
265280
"selectorId": {
266281
"type": "string",
@@ -711,6 +726,7 @@
711726
"items": {
712727
"$ref": "#/definitions/experimentExecutionActionTargetDetailsProperties"
713728
},
729+
"x-ms-identifiers": [],
714730
"readOnly": true
715731
}
716732
}

0 commit comments

Comments
 (0)