In an AzDO project, I want to deny the group "all", that consists of 100 members, the right to contribute to the master branch. However, 3 developers, that are also members of "all", should be allowed to contribute.
Unfortunately it seems "deny" always trumps "allow", so it seems I would have to create an extra 97 member group "all minus master contributors".
Creating such a group would be a royal pain just for a single project, but such groups would have to be created for every project in the organization. (The "all" group, in contrast, is managed organization-wide and can be shared between all projects)
Is there an easy way to accomplish what I want?
