Azure / Azure/azure-cli-extensions
Azure ML extension not compatible with CLI core 2.0.69.
Open
extension/ml
Service Attention
- Dominant language
- Python
- Stars
- 454
- Forks
- 1.7k
- Avg merge
- 2d 19h
- Merged PRs (30d)
- 64
Description
With the merge of https://github.com/Azure/azure-cli/pull/9718, the existing `azure-cli-ml` extension will no longer load. This change will be in the azure-cli 2.0.69 release in mid July.
The error is only thrown when the entire command table is loaded, such as when running `az self-test`, `az interactive` or running doc generation scripts.
Simplest repro:
```
az extension add -n azure-cli-ml
az self-test
```
Contributor guide
Assessment
This issue has not been assessed yet.