azure-cli-dev-tools
azure-cli-dev-tools copied to clipboard
Developer utilities for Azure CLI command module and extension developers.
Add `azdev format` to auto format code using black. This automatically fixes issues like incorrect spacing for users and reduces time spent fixing issues found from `azdev linter` and `azdev...
Found an edge case when I went and skipped some of the setup steps, and did not create a dedicated Python env (particularly while creating a docker container that is...
Hi all I am getting the following error when trying to run an AZD based pipeline from ADO. /usr/bin/docker pull mcr.microsoft.com/azure-dev-cli-apps:latest Error response from daemon: received unexpected HTTP status: 503...
With the release of flake8 on https://pypi.org/project/flake8/6.0.0/ its breaking our CI pipeline with uses azdev to do style check ``` Running flake8 on extensions... Traceback (most recent call last): File...
please refer to https://github.com/Azure/azure-cli-extensions/pull/7728
please refer to https://github.com/Azure/azure-cli-extensions/pull/7670 last version and last stable version
**Command** `azdev breaking-change collect` **Description** Add a new command to collect upcoming breaking changes from codebase. The new command is related to the ['pre-announce Breaking Changes'](https://github.com/Azure/azure-cli/pull/28832) feature in Azure CLI...
please refer to https://github.com/Azure/azure-cli-extensions/pull/7587