Reputation: 55
I have created a Azure DevOps project and a project groups "DevGroup" using AzureDevOpsDemogenerator by own template "https://azuredevopsdemogenerator-core.azurewebsites.net/extractor/index" but looks like using template of azuredevopsdemogenerator we cant export custom groups permission. Now I want to set permission for "DevGroup" group and allow everything at project level as well as object level like Repository, pipeline and release using preferably REST API.
Can you suggest any of the option:
Thanks Den
Upvotes: 0
Views: 239
Reputation: 43
Group permissions are not supported in the Azure DevOps Demo Generator. You will have to do this post creation of the project. You may want to see if this works for you: Azure DevOps REST API - Request Access
Upvotes: 1