Skip to content

Releases: Azure/azure-cli-dev-tools

azdev v0.1.11

24 Mar 03:40
1c7b20d
Compare
Choose a tag to compare
  • azdev extension build: remove --universal to respect setup.cfg

azdev v0.1.10

20 Mar 07:53
e230ec5
Compare
Choose a tag to compare
  • relax version limit of microsoft/Knack

azdev v0.1.9

12 Mar 08:03
b6bf7d3
Compare
Choose a tag to compare
  • 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

19 Jan 05:53
Compare
Choose a tag to compare

fix: azdev test cannot be used in python 3.8.1 or later

azdev v0.1.7

08 Jan 04:52
650e55b
Compare
Choose a tag to compare
  • fix: azdev test cannot find core tests (#148)

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.