Skip to content

Commit

Permalink
add xms-ids for logz (#17652)
Browse files Browse the repository at this point in the history
  • Loading branch information
LinglingTong authored Feb 8, 2022
1 parent 945d771 commit e52c90b
Showing 1 changed file with 10 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1819,7 +1819,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/OperationResult"
}
},
"x-ms-identifiers": [
"name"
]
},
"nextLink": {
"description": "URL to get the next set of operation list results if there are any.",
Expand Down Expand Up @@ -2159,7 +2162,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/FilteringTag"
}
},
"x-ms-identifiers": [
"name"
]
}
}
},
Expand Down Expand Up @@ -2419,7 +2425,8 @@
"type": "array",
"items": {
"$ref": "#/definitions/UserRoleResponse"
}
},
"x-ms-identifiers": []
},
"nextLink": {
"description": "Link to the next set of results, if any.",
Expand Down

0 comments on commit e52c90b

Please sign in to comment.