Skip to content

Commit e942607

Browse files
authored
Compatibility issue between older version of Az CLI and the latest Az CLI ML Extension
It's probably time to upgrade minimum Az CLI version recommendation from v2.15+ to v2.38+ :-). That's because the latest version of Az CLI ML extension brings the newer azure-storage-blob package, that depends on Azure Core v1.24, while previous Az CLI v2.37 and below were using Azure Core v1.21.1. As a result, ML extension gets installed and shown under *az extension list*, however any attempts to execute *az ml* commands fail. I made it work on my machine with Az CLI v2.37 only after upgrade to the latest Az CLI version with *az upgrade*.
1 parent 31023f7 commit e942607

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-configure-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The `ml` extension to the [Azure CLI](/cli/azure/) is the enhanced interface for
3131

3232
## Installation
3333

34-
The new Machine Learning extension **requires Azure CLI version `>=2.15.0`**. Ensure this requirement is met:
34+
The new Machine Learning extension **requires Azure CLI version `>=2.38.0`**. Ensure this requirement is met:
3535

3636
:::code language="azurecli" source="~/azureml-examples-main/cli/misc.sh" id="az_version":::
3737

0 commit comments

Comments
 (0)