Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Resolving code review comments
  • Loading branch information
aditya-rs committed Sep 30, 2022
commit 9e907aaa2c44c68183bbc8900734b7f7198e1153
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,10 @@
"$ref": "#/definitions/UpdateSummaries"
}
},
"x-ms-pageable": {
"nextLinkName": "nextLink"
"nextLink": {
"description": "Link to the next set of results.",
"type": "string",
"readOnly": true
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,10 @@
"$ref": "#/definitions/Update"
}
},
"x-ms-pageable": {
"nextLinkName": "nextLink"
"nextLink": {
"description": "Link to the next set of results.",
"type": "string",
"readOnly": true
}
}
},
Expand Down