Hi,
I was trying to list all security groups in Azure devops which have been assigned as a security group for a repo.
I was able to list a repo independently with a name or ID using: az repos show --id
I was also able to list a security group using: az devops security group show --org --id
But both the jsons of the above commands doesn't have any overlapping field that I can use to list all security groups bound to a list.
Kindly shed some light on any commands I might not know of. I am trying to list all security groups as in the below screenshot.

Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
Hi,

I was trying to list all security groups in Azure devops which have been assigned as a security group for a repo.
I was able to list a repo independently with a name or ID using: az repos show --id
I was also able to list a security group using: az devops security group show --org --id
But both the jsons of the above commands doesn't have any overlapping field that I can use to list all security groups bound to a list.
Kindly shed some light on any commands I might not know of. I am trying to list all security groups as in the below screenshot.
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.