[Feature Request] Allow paging for az devops security group membership list
ElPrincidente opened this issue · 0 comments
ElPrincidente commented
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