Releases: Azure/azure-cli-dev-tools
Releases · Azure/azure-cli-dev-tools
azdev v0.1.11
- azdev extension build: remove --universal to respect setup.cfg
azdev v0.1.10
- relax version limit of microsoft/Knack
azdev v0.1.9
- azdev extension publish: add
--storage-account-key
and remove--storage-subscription
. - azdev extension update-index: remove unnecessary warning that will fail this command
- CI: use
pip install -e
instead distutils to install/develop in ADO to fix import bug
azdev v0.1.8
fix: azdev test cannot be used in python 3.8.1 or later
azdev v0.1.7
- fix: azdev test cannot find core tests (#148)
azdev v0.1.6
Hotfix bug: azdev==0.1.5 help commands' error
azdev v0.1.5
- azdev extension add/remove:
- Add ability to supply wildcard (*) to install all available dev extensions.
- Add ability to remove all installed dev extensions.
- azdev setup:
- Add ability to install all extensions using
--ext/-e *
. - Add ability to install CLI edge build with
--cli/-c EDGE
.
- Add ability to install all extensions using
- azdev style/test/linter:
- Add special names CLI and EXT to allow running on just CLI modules or just extensions.
extensions which have changed based on a git diff.
- Add special names CLI and EXT to allow running on just CLI modules or just extensions.
- azdev linter:
- Added
--include-whl-extensions
flag to permit running the linter on extensions installed using
theaz extension add
command.
- Added
- azdev verify license:
- Command will not check any dev-installed CLI and extension repos. Previously, it only checked the CLI repo.
- New Command:
azdev cli/extension generate-docs
to generate sphinx documentation.
azdev v0.1.4
This release:
azdev linter
: Fix issue with help example rule.azdev style
: Omit namespace packages from core modules.azdev verify document-map
: Updates to work correctly on Linux.
azdev v0.1.3
This release:
azdev linter
: Fix issue where certain installations would fail onci_exclusions.yml
not found.
azdev v0.1.2
This release:
azdev setup
: Fix regression where azure.cli could not be run after installation.