Azure / azureml-examples

Official community-driven Azure Machine Learning examples, tested with GitHub Actions.
https://docs.microsoft.com/azure/machine-learning
MIT License
1.77k stars 1.44k forks source link

List resource before validation to avoid not-found error #3365

Closed zetiaatgithub closed 2 months ago

zetiaatgithub commented 2 months ago

Description

This is to enhance robust of test case when provisioning Kubernetes compute related reources. This PR fixes the bug of not-found error. As az cli doesn't have command to check the existence of a resource, we use list command instead.

Checklist