Skip to content

Commit

Permalink
Add x-ms-identifier to redis\resource-manager (#17758)
Browse files Browse the repository at this point in the history
Co-authored-by: Steven Vukelich <[email protected]>
  • Loading branch information
vukelich and vukelich authored Feb 24, 2022
1 parent 6790f9f commit 6ec4e4f
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2056,6 +2056,9 @@
"items": {
"$ref": "#/definitions/RedisInstanceDetails"
},
"x-ms-identifiers": [
"shardId"
],
"description": "List of the Redis instances associated with the cache"
},
"privateEndpointConnections": {
Expand Down Expand Up @@ -2431,6 +2434,7 @@
"items": {
"$ref": "#/definitions/ScheduleEntry"
},
"x-ms-identifiers": [],
"description": "List of patch schedules for a Redis cache."
}
},
Expand Down Expand Up @@ -2632,6 +2636,9 @@
"items": {
"$ref": "#/definitions/Operation"
},
"x-ms-identifiers": [
"name"
],
"description": "List of operations supported by the resource provider."
},
"nextLink": {
Expand Down Expand Up @@ -2689,6 +2696,10 @@
"items": {
"$ref": "#/definitions/UpgradeNotification"
},
"x-ms-identifiers": [
"name",
"timestamp"
],
"description": "List of all notifications."
},
"nextLink": {
Expand Down

0 comments on commit 6ec4e4f

Please sign in to comment.