Skip to content

Commit

Permalink
Add pageable support for list functions (#23308)
Browse files Browse the repository at this point in the history
* Add pageable support for list functions

* nit

---------

Co-authored-by: Minnie Liu <peiliu@microsoft.com>
  • Loading branch information
minnieliu and Minnie Liu committed Mar 29, 2023
1 parent 012dab8 commit e5d60da
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,10 @@
"List all rooms.": {
"$ref": "./examples/Rooms_List.json"
}
},
"x-ms-pageable": {
"nextLinkName": "nextLink",
"itemName": "value"
}
}
},
Expand Down Expand Up @@ -312,6 +316,10 @@
"Get participants": {
"$ref": "./examples/Participants_List.json"
}
},
"x-ms-pageable": {
"nextLinkName": "nextLink",
"itemName": "value"
}
},
"patch": {
Expand Down
2 changes: 1 addition & 1 deletion specification/communication/data-plane/Rooms/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ input-file:
- preview/2022-02-01-preview/communicationservicesrooms.json
title:
Azure Communication Services
```
```

0 comments on commit e5d60da

Please sign in to comment.