skip to Main Content

Variable Group Creation using API in Azure Devops

I am trying to create a variable group in an Azure DevOps project using the REST APIs and Python scripting. The API used is: `POST https://dev.azure.com/{organization}/_apis/distributedtask/variablegroups?api-version=7.0` The payload in use is attached: `vargroup_data = { "name": "MyVariableGroup", "description": "This is…

VIEW QUESTION

Azure – Cannot Migrate my CSP application to use granular delegated admin privileges using partner center api

I cannot migrate my CSP APP with the api.partnercenter.microsoft.com/v1/customers/{<customer_id>}/applicationconsents api. I've used https://learn.microsoft.com/en-us/partner-center/developer/gdap-and-secure-application-model and https://tminus365.com/my-automations-break-with-gdap-the-fix/ to migrate the CSP app, but i only get resource not found errors. I did the following: Ive created the OBO account and via PIM,…

VIEW QUESTION
Back To Top
Search