Skip to content

Releases: Azure/azure-cli-dev-tools

azdev v0.1.14

24 Apr 06:40
abc5891
Compare
Choose a tag to compare
  • Refine the logic of testing against different profiles with ProfileContext
  • pytest version limit change to pytest>=4.4.0
  • Use AzureDevOpsContext to apply incremental test strategy
  • Refine the main flow of azdev test to be more compact and clean

azdev v0.1.13

07 Apr 04:58
d4fd1e5
Compare
Choose a tag to compare
  • azdev verify license: fix bug that license verification will omit files while checking extensions

azdev v0.1.12

25 Mar 10:28
cb03498
Compare
Choose a tag to compare
  • azdev extension publish: fix issue when --yes if not provided
  • azdev verify license: support CodeGen generated License
  • Drop Python 2 and Python 3.5 support

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.