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

ERROR: Could not resolve identity: SOME-SECURITY-GROUP

Open casras opened this issue 2 years ago • 0 comments

Is your feature request related to a problem? Please describe. When using az devops security group Membership add --group-id $GroupDescriptor --member-id $Member --organization "https://dev.azure.com/$organizationName"

I get an error "ERROR: Could not resolve identity: SOME-SECURITY-GROUP" And the member is not added to the group

Describe the solution you'd like I want to be able to add a security group, as a member of the devops groups. Without having to add it manually beforehand :-)

Additional context If I go to the Azure DevOps portal and add the member aka. security group manually, then the command runs with no error. If I then remove the member manually, and run the command again, it fails with the same error.

If the security group is aldready added on another project, then the command runs with no error, and the security group is added as a member.

casras avatar Sep 05 '23 08:09 casras