vscode-azure-account
vscode-azure-account copied to clipboard
Question: Access to DevOps API?
Hi,
I'm trying to write vscode extension to download pipeline artifact from Azure. I'd like to use credentials/information provided by vscode-azure-account.
There is azure-devops-node-api client but it requires "organization url" and "personal access token" to authenticate. Is it possible to get it from vscode-azure-account?
Thanks