Azure Devops - restrict read permission on branch level

Viewed 22

I use free account in azure devops for a small company - up to 5 contributors. I want to give to a contributor access only to release branches from the repo and to have no access to feature branches - this is for external auditing purposes. On repository level access I have read that grants read access to the repository. (img 1) But on branch level I dont have such permission and I cannot restrict the user from certain branches. (img 2). It looks that this permission is inherited in branches from the repository and cannot be changed.

I found an article on Microsoft Docs but it doesn't work in that way.

Is there a way to hide some branches from a user while other are accessible for them in azure devops with git repository?

Regards, Boris

image 1 image 2

0 Answers
Related