Skip to content

Commit

Permalink
Adding xms ids for Chaos (Azure#17661)
Browse files Browse the repository at this point in the history
  • Loading branch information
agalerrotaru authored and FredericHeem committed Mar 7, 2022
1 parent f11cbeb commit 2d7f060
Showing 1 changed file with 18 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@
"items": {
"$ref": "#/definitions/step"
},
"x-ms-identifiers": [
"name"
],
"description": "List of steps.",
"minItems": 1
},
Expand Down Expand Up @@ -139,6 +142,9 @@
"items": {
"$ref": "#/definitions/branch"
},
"x-ms-identifiers": [
"name"
],
"minItems": 1
}
},
Expand All @@ -163,6 +169,9 @@
"items": {
"$ref": "#/definitions/action"
},
"x-ms-identifiers": [
"name"
],
"minItems": 1
}
},
Expand Down Expand Up @@ -226,7 +235,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/keyValuePair"
}
},
"x-ms-identifiers": [
"key"
]
},
"selectorId": {
"type": "string",
Expand Down Expand Up @@ -260,7 +272,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/keyValuePair"
}
},
"x-ms-identifiers": [
"key"
]
},
"selectorId": {
"type": "string",
Expand Down Expand Up @@ -711,6 +726,7 @@
"items": {
"$ref": "#/definitions/experimentExecutionActionTargetDetailsProperties"
},
"x-ms-identifiers": [],
"readOnly": true
}
}
Expand Down

0 comments on commit 2d7f060

Please sign in to comment.