Skip to content

Commit 6ec4e4f

Browse files
Add x-ms-identifier to redis\resource-manager (#17758)
Co-authored-by: Steven Vukelich <[email protected]>
1 parent 6790f9f commit 6ec4e4f

File tree

1 file changed

+11
-0
lines changed
  • specification/redis/resource-manager/Microsoft.Cache/stable/2021-06-01

1 file changed

+11
-0
lines changed

specification/redis/resource-manager/Microsoft.Cache/stable/2021-06-01/redis.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2056,6 +2056,9 @@
20562056
"items": {
20572057
"$ref": "#/definitions/RedisInstanceDetails"
20582058
},
2059+
"x-ms-identifiers": [
2060+
"shardId"
2061+
],
20592062
"description": "List of the Redis instances associated with the cache"
20602063
},
20612064
"privateEndpointConnections": {
@@ -2431,6 +2434,7 @@
24312434
"items": {
24322435
"$ref": "#/definitions/ScheduleEntry"
24332436
},
2437+
"x-ms-identifiers": [],
24342438
"description": "List of patch schedules for a Redis cache."
24352439
}
24362440
},
@@ -2632,6 +2636,9 @@
26322636
"items": {
26332637
"$ref": "#/definitions/Operation"
26342638
},
2639+
"x-ms-identifiers": [
2640+
"name"
2641+
],
26352642
"description": "List of operations supported by the resource provider."
26362643
},
26372644
"nextLink": {
@@ -2689,6 +2696,10 @@
26892696
"items": {
26902697
"$ref": "#/definitions/UpgradeNotification"
26912698
},
2699+
"x-ms-identifiers": [
2700+
"name",
2701+
"timestamp"
2702+
],
26922703
"description": "List of all notifications."
26932704
},
26942705
"nextLink": {

0 commit comments

Comments
 (0)