Skip to content

Releases: Azure/azure-cli-dev-tools

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.

azdev v0.1.16

28 Apr 06:45
a25a8c9
Compare
Choose a tag to compare

azdev test: Add option --no-exit-first to disable pytest exit once failure is detected

azdev v0.1.15

24 Apr 07:50
21821e8
Compare
Choose a tag to compare
  • sys.exit(0) when no tests need to run instead of raising CLIError

azdev v0.1.14

24 Apr 06:40
abc5891
Compare
Choose a tag to compare
  • Refine the logic of testing against different profiles with ProfileContext
  • pytest version limit change to pytest>=4.4.0
  • Use AzureDevOpsContext to apply incremental test strategy
  • Refine the main flow of azdev test to be more compact and clean

azdev v0.1.13

07 Apr 04:58
d4fd1e5
Compare
Choose a tag to compare
  • azdev verify license: fix bug that license verification will omit files while checking extensions

azdev v0.1.12

25 Mar 10:28
cb03498
Compare
Choose a tag to compare
  • azdev extension publish: fix issue when --yes if not provided
  • azdev verify license: support CodeGen generated License
  • Drop Python 2 and Python 3.5 support