microsoft / azure-devops-python-api

Azure DevOps Python API
https://docs.microsoft.com/azure/devops/integrate/index?view=azure-devops
MIT License
577 stars 197 forks source link

CreatePipelineConfigurationParameters missing parameters #481

Open psdgal opened 8 months ago

psdgal commented 8 months ago

Currently CreatePipelineConfigurationParameters supports just the type parameter:

However, in order to create a YAML pipeline, all the following should be passed:

{ "configuration": { "type": "yaml", "path": "/my-folder/my-pipeline.yml", "repository": { "id": "repository id", "name": "repository name", "type": "azureReposGit" } } }

garrettprimm commented 5 months ago

+1 this should be clear in the docs.

PierreCanu commented 4 months ago

+1

enes-yildirim08 commented 3 weeks ago

+1