Skip to content

Releases: Azure/azure-cli-dev-tools

azdev v0.1.6

19 Nov 06:05
Compare
Choose a tag to compare

Hotfix bug: azdev==0.1.5 help commands' error

azdev v0.1.5

18 Nov 04:12
c55ab02
Compare
Choose a tag to compare
  • 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.
  • 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.
  • azdev linter:
    • Added --include-whl-extensions flag to permit running the linter on extensions installed using
      the az extension add command.
  • 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

05 Jul 21:46
3c8701e
Compare
Choose a tag to compare

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

03 Jul 17:28
0d615ec
Compare
Choose a tag to compare

This release:

  • azdev linter: Fix issue where certain installations would fail on ci_exclusions.yml not found.

azdev v0.1.2

02 Jul 20:46
bd9076a
Compare
Choose a tag to compare

This release:

  • azdev setup: Fix regression where azure.cli could not be run after installation.

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