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.
We want to use the DevOps CLI to turn off inheritance at the "All branches" level for a newly created repo then remove built-in/inherited groups such as Build Administrators and Project Collection Administrators as well as configure custom ones e.g. My_Project_Group using
There is a request #848 quite a few years ago and the solution offered then was to use the REST API. I'm not sure whether it works for our case because we want to turn off inheritance and configure custom access at the "All Branches" level so that any branch created afterwards will inherit the custom configuration instead of the organizational wide one. However, "token" is specific to given branch like main as far as I know.
As it has been several years, I'm wondering whether it's implemented already although I cannot find a CLI command that accomplish this.
Describe the solution you'd like
Add the feature so that permission inheritance can be disabled the same as the feature available on the DevOps GUI.
Additional context
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
We want to use the DevOps CLI to turn off inheritance at the "All branches" level for a newly created repo then remove built-in/inherited groups such as
Build Administrators
andProject Collection Administrators
as well as configure custom ones e.g.My_Project_Group
usingThere is a request #848 quite a few years ago and the solution offered then was to use the REST API. I'm not sure whether it works for our case because we want to turn off inheritance and configure custom access at the "All Branches" level so that any branch created afterwards will inherit the custom configuration instead of the organizational wide one. However, "token" is specific to given branch like
main
as far as I know.As it has been several years, I'm wondering whether it's implemented already although I cannot find a CLI command that accomplish this.
Describe the solution you'd like
Add the feature so that permission inheritance can be disabled the same as the feature available on the DevOps GUI.
Additional context
The text was updated successfully, but these errors were encountered: