Azure / azure-devops-cli-extension

Azure DevOps Extension for Azure CLI
https://docs.microsoft.com/en-us/cli/azure/ext/azure-devops/?view=azure-cli-latest
MIT License
617 stars 239 forks source link

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

Open ElPrincidente opened 1 year ago

ElPrincidente commented 1 year ago

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