You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: