Azure / Azure/azure-devops-cli-extension
[Feature Request] Allow paging for az devops security group membership list
Open
Feature
- Dominant language
- Python
- Stars
- 682
- Forks
- 278
- Avg merge
- 3d 23h
- Merged PRs (30d)
- 3
Description
**Is your feature request related to a problem? Please describe.**
I get the following issue when running the following command on a large group
`az devops security group membership list --id "my-group-id"`
TF400049: The request was aborted because it contained too many requested items 523, maximum allowed is 500.
There's no known workaround.
**Describe the solution you'd like**
The limit should be either increased or a continuation token should be provided so that users can access paginated results
**Additional context**
N/A
Contributor guide
Assessment
This issue has not been assessed yet.