Azure / mlops-v2

Azure MLOps (v2) solution accelerators. Enterprise ready templates to deploy your machine learning models on the Azure Platform.
https://learn.microsoft.com/en-us/azure/machine-learning/concept-model-management-and-deployment
MIT License
503 stars 248 forks source link

Could not get the latest source version for repository #68

Closed yogidosalwar closed 1 year ago

yogidosalwar commented 1 year ago

@setuc /mlops/devops-pipelines/deploy-model-training-pipeline.yml: Could not get the latest source version for repository Azure/mlops-templates hosted on https://github.com/ using ref refs/heads/main. GitHub reported the error, "Bad credentials"

devops-error

Thank you ..

setuc commented 1 year ago

@yogidosalwar Can you provide more details on the issue? how have you deployed the pipeline? How have you setup the service connection? Does the connection have access to your repository where you are hosting it?

yogidosalwar commented 1 year ago

@setuc issue resolved ..... Solution : It was GitHub connection error in Devops. My previous Github token was expired. New Github connection created using new token in Devops.

Thank you

setuc commented 1 year ago

Thank you for the update.