We want only some people to be able to create 'release/*' branch in Azure DevOps cloud(?) repo.
Unfortunately, I couldn’t find this option in UI. I also couldn’t find it here https://docs.microsoft.com/en-us/azure/devops/repos/git/branch-policies?view=azure-devops and here https://docs.microsoft.com/en-us/azure/devops/repos/git/branch-permissions?view=azure-devops
I tried to implement it with REST API but my attempts were unsuccessful. I also didn’t find any extension which could help me with this.
I'm still looking for a solution.
tf git permission command
as workaround. See below answer – Levi Lu-MSFT