Skip to content

Releases: Azure/azure-cli-dev-tools

azdev v0.2.13

Choose a tag to compare

@aryasadeghi1 aryasadeghi1 released this 09 Jul 05:49
61b3dca
  • azdev extension add / azdev setup: regenerate *.egg-info after the editable install so development extensions stay discoverable. --no-build-isolation (0.2.12) means pip no longer leaves an *.egg-info in the source tree, which made azdev extension add a silent no-op for discovery. (#554)
  • azdev extension build: depend on wheel so setup.py bdist_wheel works even when the environment's setuptools predates the bundled bdist_wheel command (< 70.1). Modern, unpinned wheel for building only; does not restore the wheel==0.30.0 metadata pin removed in 0.2.12b1.
  • azdev extension build: surface the underlying setup.py output on build failure instead of re-raising an opaque CalledProcessError.

azdev v0.2.12

Choose a tag to compare

@aryasadeghi1 aryasadeghi1 released this 03 Jul 03:23
f2fcc20

Editable installs (azdev setup, azdev extension add, code generation) now pass --no-build-isolation so wheels build against the environment's pinned setuptools instead of an isolated PEP 517 build environment. This fixes editable-install failures introduced by the setuptools pinning.

azdev v0.2.10

Choose a tag to compare

@YangAn-microsoft YangAn-microsoft released this 15 May 05:37
654c135
  • Add support for Python 3.14 and drop support for Python 3.9
  • Bump pylint constraint to >=4,<5 for Python 3.14 and style compatibility

azdev v0.2.9

Choose a tag to compare

@DanielMicrosoft DanielMicrosoft released this 31 Mar 06:02
8e22834
  • azdev latest-index: Add generate and verify commands to manage Azure CLI packaged latest indices (commandIndex.latest.json, helpIndex.latest.json) with CI-friendly verify exit behavior.

azdev v0.2.8

Choose a tag to compare

@wangzelin007 wangzelin007 released this 27 Oct 05:50
363af3b
  • Pin pip to 25.2 as pip 25.3 remove support for the legacy setup.py develop editable method in setuptools editable installs; setuptools >= 64 is now required. (#11457)

azdev v0.2.7

Choose a tag to compare

@ReaNAiveD ReaNAiveD released this 16 Oct 03:53
f9ab62b
  • Support resolve extension name in upcoming breaking change collection

azdev v0.2.6

Choose a tag to compare

@wangzelin007 wangzelin007 released this 15 Oct 16:05
dcc1fcf
  • Bump deepdiff to 8.6.1 and azure-cli-diff-tool to 0.1.1

azdev v0.2.5

Choose a tag to compare

@bebound bebound released this 14 Aug 02:23
ce90f1c
  • Add support for Python 3.11, 3.12, and 3.13
  • Tested compatibility (externally via External GitHub Actions)

azdev v0.2.4

Choose a tag to compare

@wangzelin007 wangzelin007 released this 28 Apr 07:16
5130a24
  • pin setuptools to 70.0.0

azdev v0.2.3

Choose a tag to compare

@wangzelin007 wangzelin007 released this 27 Apr 11:45
da28780
  • azdev linter: Fix list index out of range in missing_command_test_coverage regex