Restricting branch creation based on Azure DevOps group permissions
I want to restrict certain Azure DevOps groups so that they can only create new branches based on specific branches, such as development, and not on others like the master branch (as a example). Is there a way to achieve this using branch policies or permissions settings in Azure DevOps?