Azure / azure-cli-extensions

Public Repository for Extensions of Azure CLI.
https://docs.microsoft.com/en-us/cli/azure
MIT License
383 stars 1.24k forks source link

az pipelines create - causes an error on the web ui after creation. #1711

Open StephenDKing opened 4 years ago

StephenDKing commented 4 years ago

Extension name (the extension in question)

Pipelines Create https://docs.microsoft.com/en-us/cli/azure/ext/azure-devops/pipelines?view=azure-cli-latest#ext-azure-devops-az-pipelines-create

Description of issue (in as much detail as possible)

When creating a build with

az pipelines create --name 'ui-build' --description '' --repository $projectGitUrl --org $baseURL --project $projectId  --branch master --yml-path pipeline.yml --skip-run | ConvertFrom-Json 

The build successfully is created and will run as expected. Trying to edit the build via the webui produces an error.

image


yonzhan commented 4 years ago

pipelines

jkewley commented 4 years ago

Dupe of #1703

kanwaldeepBhangu commented 4 years ago

In our case we used azure devops rest api to create build defination by specifying yaml file but its displaying same error message when I try to edit the pipeline with browser.

ghost commented 4 years ago

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @narula0781, @ashishonce, @romil07.