azure-devops-cli-extension icon indicating copy to clipboard operation
azure-devops-cli-extension copied to clipboard

[Feature Request] Allow paging for az devops security group membership list

Open ElPrincidente opened this issue 3 years ago • 1 comments

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

ElPrincidente avatar Nov 22 '22 20:11 ElPrincidente