microsoft / MLOpsPython

MLOps using Azure ML Services and Azure DevOps
MIT License
1.21k stars 1.1k forks source link

diabetes_regression-cd.yml ) error - Pipeline Resource model-train-ci Input Must be Valid. #362

Closed bhatsuchi closed 3 years ago

bhatsuchi commented 3 years ago

Hi! I am learning Azure ML Ops and using the Getting Started template to understand how ML models can be deployed through CI/CD pipelines. The build pipeline runs fine and a pkl file and model artifacts are generated as expected. However, when I run the release deployment pipleline, it fails with the error below -

/.pipelines/diabetes_regression-cd.yml (Line: 19, Col: 15): Pipeline Resource model-train-ci Input Must be Valid.

I did rename the build pipeline to Model-Train-Register-CI before running it.

I've failed to figure out what might be causing this! Could someone please help?

Thanks

Suchitra

bhatsuchi commented 3 years ago

I was renaming the yaml file instead of the pipeline name. Issue resolved.