Releases: Azure/azure-cli-dev-tools
Releases · Azure/azure-cli-dev-tools
azdev v0.1.27
[Linter] "Show" command should use show_command or custom_show_command.
azdev v0.1.26
- Support PEP420 package
azdev v0.1.25
azdev test
: new parameter --mark- Update the way invoking pytest
azdev perf benchmark
: refine output
azdev v0.1.24
- [Linter] Argument must have an option whose length is less than 22.
- [Linter] Argument cannot contain "_".
azdev v0.1.23
- [Linter] Only violation of high severity rule would exit with 1.
- Minimal pytest version requires at least 5.0.0.
azdev v0.1.22
- Hornor the configuration of pylint and flake8 in Azure/azure-cli and Azure/azure-cli-extensions.
- Rename test folder to make place for unittest of other commands.
- Enable test result coverage.
azdev v0.1.21
- Fix isort package version to 4.3.21.
azdev perf benchmark
: support new command to calculate each command execution time.
azdev v0.1.19
- Downgrade parameter_should_not_end_in_resource_group's severity to medium.
- Fix bug that azdev test could not work on Windows with Chinese system language.
azdev v0.1.18
-
Linter Rule Severity: Rules now have an associated severity level. Only high severity rules should be run in CI. All previous rules are annotated as HIGH severity.
- Note: HIGH severity rules are egregious and should generally be fixed, not excluded. LOW severity rules tend to be informational, and might raise false positives. Exclude them via
linter_exclusions.yml
in the CLI.
- Note: HIGH severity rules are egregious and should generally be fixed, not excluded. LOW severity rules tend to be informational, and might raise false positives. Exclude them via
-
azdev linter
: Expose--min-severity
to support idea of rule severity. New HIGH, MEDIUM and LOW severity rules have also been added.
azdev v0.1.17
azdev setup
: Add option --deps-from to allow resolving dependencies from requirements.txt or setup.py. The default changes to requirements.txt.