Azure / Azure/azure-cli-extensions
Use the min azure cli version in CI
Open
CI
feature-request
p1_e2
- Dominant language
- Python
- Stars
- 454
- Forks
- 1.7k
- Avg merge
- 2d 19h
- Merged PRs (30d)
- 64
Description
Currently we use the dev branch of `azure-cli` to test extensions in CI. The extension has a `azext.minCliCoreVersion` defined for compatible `azure-cli` versions and sometimes we may use the new features of the latest `azure-cli` version but forgot to bump the `azext.minCliCoreVersion` (https://github.com/Azure/azure-cli/issues/16113).
If we install the min version of `azure-cli` in CI, we can detect such issues in advance.
Contributor guide
Assessment
This issue has not been assessed yet.