0

I am trying to find documentation on how to use Azure DevOps Python API in order to download universal packages from Azure private feeds.

Has anyone did it before using a python script?

1 Answer 1

1

I am afraid downloading Azure universal packages using Azure DevOps Python API is not support yet. For the NPM, Maven, Nuget and Pyton Artifacts package types there is an API which allows directly downloading of a packages, but not for Azure universal packages.

The user voice regarding this request has been submit to Microsoft Development team. You can vote it up, or create one for yourself.

Currently, you will have to download it using Azure CLI.

az artifacts universal download --organization https://dev.azure.com/Fabrikam --feed FabrikamFiber --name my-first-package --version 1.0.0 --path .

See here for more information.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.