Skip to content

Releases: Azure/azure-cli-dev-tools

azdev v0.1.27

25 Aug 06:47
d054b76
Compare
Choose a tag to compare

[Linter] "Show" command should use show_command or custom_show_command.

azdev v0.1.26

19 Aug 09:29
3420d39
Compare
Choose a tag to compare
  • Support PEP420 package

azdev v0.1.25

19 Aug 03:34
4f66638
Compare
Choose a tag to compare
  • azdev test: new parameter --mark
  • Update the way invoking pytest
  • azdev perf benchmark: refine output

azdev v0.1.24

06 Aug 05:02
18461ac
Compare
Choose a tag to compare
  • [Linter] Argument must have an option whose length is less than 22.
  • [Linter] Argument cannot contain "_".

azdev v0.1.23

31 Jul 05:08
0ba91b9
Compare
Choose a tag to compare
  • [Linter] Only violation of high severity rule would exit with 1.
  • Minimal pytest version requires at least 5.0.0.

azdev v0.1.22

20 Jul 09:10
f0e1e12
Compare
Choose a tag to compare
  • 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

10 Jul 09:34
3926bdf
Compare
Choose a tag to compare
  • Fix isort package version to 4.3.21.
  • azdev perf benchmark: support new command to calculate each command execution time.

azdev v0.1.19

23 Jun 04:39
798372b
Compare
Choose a tag to compare
  • 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

01 Jun 05:16
52956f4
Compare
Choose a tag to compare
  • 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.
  • 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

13 May 05:58
d0ce871
Compare
Choose a tag to compare
  • azdev setup: Add option --deps-from to allow resolving dependencies from requirements.txt or setup.py. The default changes to requirements.txt.