- Notifications
You must be signed in to change notification settings - Fork217
Update CreatePipelineConfigurationParameters model#402
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:dev
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
regenerate after fix for byte array data
bump version to 0.1.7
fix git get_commit_diffs query parameters
regen 4.1 apis after fix to include 'action' in route dictionary.
regen 4.0 apis after fix to include 'action' in route dictionary.
bump version number to 0.1.8
…point,Symbol, Wiki, WIT Process, WIT Process Def, WIT Process Template
Add new 4.0 and 4.1 REST areas: CLT, Graph, MEM, Profile, Service Endpoint, Symbol, Wiki, WIT Process, WIT Process Def, WIT Process Template
bump version to 0.1.9
bump version to 0.1.10
add User area for 4.1 api
change release_trigger_base into a property bag.
bump version to 0.1.11
… which is intended to only be used to make s2s calls.
add Members Entitlement Management to manage users. remove user area,…
Bump version to 0.1.12
bump VERSION = "5.1.0b5"
…rsal becomes upack_api
fix issuemicrosoft#280, fix naming of upack_api_client folder: universal becomes upack_api
…if it does not exist at the organization level.
…would have happened if we were already using a deployment url.
Fix for issuemicrosoft#289 - check for location at deployment level if it does not exist at the organization level.
bump VERSION = "5.1.0b6"
* Create pythonpackage.yml
* add python v3.8
* 6.0 API
Regenerate after fixing float type handling in generator
update apis to match 6.0 RTW
* fix for issuemicrosoft#354* catch OSError instead of FileExistsError, since FileExistsError is not available in python 2.7
* fix for issuemicrosoft#354* catch OSError instead of FileExistsError, since FileExistsError is not available in python 2.7* Revert "update apis to match 6.0 RTW"This reverts commit5428142.* regen 6.0 as preview* bump version
In the current state, I'm receiving below error when using the create_pipeline since the serialized payload is not correct."This API does not support creating pipelines of configuration type Yaml."Update the model required to create new pipeline.
This field might be case sensitive, did you try lower case Also Was it on-prem or Azure DevOps, and which version? |
GarrettGeorge commentedMay 2, 2023
Even Azure's own documentation is wildly out of datehere. The current HTTP body schema I've found for "name":"pipeline-name","configuration": {"type":"yaml","path":"pipline.yaml","repository": {"id":"my-repo-guid","type":"azureReposGit","name":"repo-name" }},"folder":"path/to/my/pipeline", |
In the current state, I'm receiving below error when using the create_pipeline since the serialized payload is not correct.
"This API does not support creating pipelines of configuration type Yaml."
Update the model required to create new pipeline.