You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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*.
0 commit comments