Releases: Azure/azure-cli-dev-tools
Releases · Azure/azure-cli-dev-tools
azdev v0.1.1
This release:
azdev cli/extension create
: Fix issue where supporting files were not included. Adjust generation logic.
azdev v0.1.0
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
andazdev cli check-versions
no longer accept any arguments. Since there are
now far fewer modules, these were deemed unnecessary.
azdev v0.0.6
This release:
- Added new commands
azdev cli create
andazdev 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
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
- Fix critical bug in
azdev setup
azdev v0.0.3
This release:
- Adds new commands
azdev extension build
andazdev extension publish
to simplify extension publishing. - Updates default exclusions for
azdev linter
when used on extensions. - Adds a
--ci-exclusions
flag toazdev 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
- Changes the behavior of
azdev test
to, by default, run tests on everything to be consistent with commands likeazdev style
andazdev linter
. - Removes
azdev verify version
and splits into two commandsazdev cli check-versions
andazdev 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
Initial preview release.