azure-devops-python-api
azure-devops-python-api copied to clipboard
CreatePipelineConfigurationParameters missing parameters
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" } } }
+1 this should be clear in the docs.
+1