Closed alegend4u closed 10 months ago
Hi @alegend4u,
2.39.0 is not the latest Azure CLI(2.52.0).
If you haven't already attempted to do so, please upgrade to the latest Azure CLI version by following https://learn.microsoft.com/en-us/cli/azure/update-azure-cli.
Thank you for opening this issue, we will look into it.
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @Azure/azure-iot-cli-triage.
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @azureml-github.
@alegend4u Hi, could you update Azure CLI by running az upgrade
? I can't reproduce this with latest version.
Yes, actually I lost access to the virtual environment which was having the issue, so I created a new one and it's running fine.
Describe the bug
I have azure cli (version: 2.39.0). I referred this official doc and install az ml extension v2 using below command:
az extension add -n ml
After that I also did:az extension update -n ml
and it said it's already latest version. However, I can't run anyaz ml
commands. Following are the commands and outputs I've received.Related command
az extension add -n ml
and then anyaz ml
command like:az ml --debug -h
Errors
Command:
az ml -h
Issue script & Debug output
Command:
which az
az ml --debug -h
Debug Output:
Expected behavior
No error must be received and all
az ml
commands should work.Environment Summary
Additional context
I'm trying to use az ml v2 CLI in an azure devops pipeline. The agent is centos 7 (Red Hat 4.8.5-39).