Skip to content

Releases: Azure/azure-cli-dev-tools

azdev v0.1.1

02 Jul 19:30
1e8e696
Compare
Choose a tag to compare

This release:

  • azdev cli/extension create: Fix issue where supporting files were not included. Adjust generation logic.

azdev v0.1.0

29 Jun 00:22
Compare
Choose a tag to compare

This release:

  • Update for compatability with azure-cli 2.0.68's new package structure.
  • BREAKING CHANGE: Removed azdev cli update-setup. Package changes to azure-cli no longer require this.
  • BREAKING CHANGE: azdev verify history and azdev cli check-versions no longer accept any arguments. Since there are
    now far fewer modules, these were deemed unnecessary.

azdev v0.0.6

07 Jun 22:15
69f6cfe
Compare
Choose a tag to compare
azdev v0.0.6 Pre-release
Pre-release

This release:

  • Added new commands azdev cli create and azdev extension create to scaffold new modules/extensions.
  • azdev setup: Tweaks to interactive experience.
  • azdev test: Fix issue where using --profile did not use the correct index.
    Changed the behavior to switch back to the original profile upon completion of tests.

azdev v0.0.5

24 Apr 22:31
8872108
Compare
Choose a tag to compare
azdev v0.0.5 Pre-release
Pre-release

This release:

  • Fixes issue where azdev cli check-versions did not accept the short form of a module name.
  • Updates azdev cli check-versions to allow modules as a positional argument, consistent with other azdev commands.
  • Fixes issue where azdev test --discover could result in a stack trace when a virtual environment exists within an extensions repo.

azdev v0.0.4

02 Apr 21:00
Compare
Choose a tag to compare
azdev v0.0.4 Pre-release
Pre-release
  • Fix critical bug in azdev setup

azdev v0.0.3

02 Apr 19:31
2de5818
Compare
Choose a tag to compare
azdev v0.0.3 Pre-release
Pre-release

This release:

  • Adds new commands azdev extension build and azdev extension publish to simplify extension publishing.
  • Updates default exclusions for azdev linter when used on extensions.
  • Adds a --ci-exclusions flag to azdev linter to emulate CI mode when run locally.
  • Fix issue where azdev test --discover could result in a stack trace when a virtual environment exists within a cloned repo.
  • Tweaks thresholds for azdev per load-times.

azdev v0.0.2

21 Feb 00:49
a5e0909
Compare
Choose a tag to compare
azdev v0.0.2 Pre-release
Pre-release
  • Changes the behavior of azdev test to, by default, run tests on everything to be consistent with commands like azdev style and azdev linter.
  • Removes azdev verify version and splits into two commands azdev cli check-versions and azdev cli update-setup.
  • Various modifications to play nicely with azure-cli's CI build system.
  • Revamps azdev perf load-times to reduce spurious failures.

azdev v0.0.1

07 Feb 23:46
Compare
Choose a tag to compare
azdev v0.0.1 Pre-release
Pre-release

Initial preview release.