microsoft / dstoolkit-mlops-base

Support ML teams to accelerate their model deployment to production leveraging Azure
MIT License
89 stars 39 forks source link

Remove the temporary fixed for Azure CLI 2.30.0 #75

Closed tranguyen221 closed 2 years ago

tranguyen221 commented 2 years ago

The temporary fixed has been removed because of this issue: ERROR: AuthenticationException: Message: AzureCliAuthentication requires azure-cli>=2.30.0 to be installed in the same python environment where azureml-sdk is installed. InnerException None ErrorResponse { "error": { "code": "UserError", "inner_error": { "code": "Authentication" }, "message": "AzureCliAuthentication requires azure-cli>=2.30.0 to be installed in the same python environment where azureml-sdk is installed." } }