From 8c8a9c0b2680761e256a2e0ac3eb57143852c581 Mon Sep 17 00:00:00 2001 From: Steven Vukelich Date: Tue, 1 Feb 2022 20:49:59 -0800 Subject: [PATCH] Add x-ms-identifier to redis\resource-manager --- .../Microsoft.Cache/stable/2021-06-01/redis.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/specification/redis/resource-manager/Microsoft.Cache/stable/2021-06-01/redis.json b/specification/redis/resource-manager/Microsoft.Cache/stable/2021-06-01/redis.json index 9e6e97040f10..cca6f310adfa 100644 --- a/specification/redis/resource-manager/Microsoft.Cache/stable/2021-06-01/redis.json +++ b/specification/redis/resource-manager/Microsoft.Cache/stable/2021-06-01/redis.json @@ -2056,6 +2056,9 @@ "items": { "$ref": "#/definitions/RedisInstanceDetails" }, + "x-ms-identifiers": [ + "shardId" + ], "description": "List of the Redis instances associated with the cache" }, "privateEndpointConnections": { @@ -2431,6 +2434,7 @@ "items": { "$ref": "#/definitions/ScheduleEntry" }, + "x-ms-identifiers": [], "description": "List of patch schedules for a Redis cache." } }, @@ -2627,6 +2631,9 @@ "items": { "$ref": "#/definitions/Operation" }, + "x-ms-identifiers": [ + "name" + ], "description": "List of operations supported by the resource provider." }, "nextLink": { @@ -2684,6 +2691,10 @@ "items": { "$ref": "#/definitions/UpgradeNotification" }, + "x-ms-identifiers": [ + "name", + "timestamp" + ], "description": "List of all notifications." }, "nextLink": {