microsoft / azure-devops-extension-sdk

Client SDK for developing Azure DevOps extensions
MIT License
123 stars 38 forks source link

Graph Calls missing scopes #19

Open davidcorrigan714 opened 4 years ago

davidcorrigan714 commented 4 years ago

Looks like the graph API uses this api: https://docs.microsoft.com/en-us/rest/api/azure/devops/graph/subject%20query/query?view=azure-devops-rest-6.0 But there's no way to allow an extension to use that call at the moment.