azure-devops-python-api icon indicating copy to clipboard operation
azure-devops-python-api copied to clipboard

CreatePipelineConfigurationParameters missing parameters

Open psdgal opened this issue 2 years ago • 3 comments

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" } } }

psdgal avatar Feb 01 '24 10:02 psdgal

+1 this should be clear in the docs.

garrettprimm avatar Apr 08 '24 14:04 garrettprimm

+1

PierreCanu avatar May 09 '24 22:05 PierreCanu