From bd6ae85123fb7fa90bf551305f4d797ff9312fb7 Mon Sep 17 00:00:00 2001 From: Adriana Galer Rotaru Date: Thu, 3 Feb 2022 17:23:10 -0500 Subject: [PATCH] Adding xms ids for Chaos --- .../2021-09-15-preview/types/experiments.json | 20 +++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/specification/chaos/resource-manager/Microsoft.Chaos/preview/2021-09-15-preview/types/experiments.json b/specification/chaos/resource-manager/Microsoft.Chaos/preview/2021-09-15-preview/types/experiments.json index 343d1f1a5151..1892574e300e 100644 --- a/specification/chaos/resource-manager/Microsoft.Chaos/preview/2021-09-15-preview/types/experiments.json +++ b/specification/chaos/resource-manager/Microsoft.Chaos/preview/2021-09-15-preview/types/experiments.json @@ -81,6 +81,9 @@ "items": { "$ref": "#/definitions/step" }, + "x-ms-identifiers": [ + "name" + ], "description": "List of steps.", "minItems": 1 }, @@ -139,6 +142,9 @@ "items": { "$ref": "#/definitions/branch" }, + "x-ms-identifiers": [ + "name" + ], "minItems": 1 } }, @@ -163,6 +169,9 @@ "items": { "$ref": "#/definitions/action" }, + "x-ms-identifiers": [ + "name" + ], "minItems": 1 } }, @@ -226,7 +235,10 @@ "type": "array", "items": { "$ref": "#/definitions/keyValuePair" - } + }, + "x-ms-identifiers": [ + "key" + ] }, "selectorId": { "type": "string", @@ -260,7 +272,10 @@ "type": "array", "items": { "$ref": "#/definitions/keyValuePair" - } + }, + "x-ms-identifiers": [ + "key" + ] }, "selectorId": { "type": "string", @@ -711,6 +726,7 @@ "items": { "$ref": "#/definitions/experimentExecutionActionTargetDetailsProperties" }, + "x-ms-identifiers": [], "readOnly": true } }