azure-cli-dev-tools icon indicating copy to clipboard operation
azure-cli-dev-tools copied to clipboard

Developer utilities for Azure CLI command module and extension developers.

Results 137 azure-cli-dev-tools issues
Sort by recently updated
recently updated
newest added

refer to this pr: https://github.com/Azure/azure-cli-extensions/pull/7487

https://dev.azure.com/azclitools/public/_build/results?buildId=146662&view=logs&j=e2e497a5-ba27-5eb9-f39e-d929d56974a6&t=61cc2d02-f6f4-5007-71e9-5651933c3fe7 ![image](https://github.com/Azure/azure-cli-dev-tools/assets/36930393/e0350829-997f-46cd-a85e-1b77d6b3f994) https://github.com/Azure/azure-cli-extensions/pull/7474 the extension is not loaded as the opencensus module I am trying to newly add is not added. where should I update the new packages? its loading...

refer to https://github.com/Azure/azure-cli-extensions/actions/runs/11007063231/job/30562346890?pr=8018 reproduce: azdev extension add confcom git checkout otherbranch

In some situation, base version cannot be install due to dependency change, but there are existing previous versions for this module, please generate a reasonable version output. please check this...

refer to this pr: https://github.com/Azure/azure-cli-extensions/pull/7904 baremetal-infrastructure module is already released in version 2.0.1 from https://github.com/Azure/azure-baremetalinfrastructure-cli-extension/ and add their code into azure-cli-extensions later. Becasue there is no base metadata file, the...

It only takes less than 0.2s to check cli repo, which is awesome. ``` Measure-Command {ruff check ./} TotalMilliseconds : 160.2757 ``` In comparison, `azdev style` takes 37minute. ![image](https://github.com/user-attachments/assets/bc731098-0318-48f1-b3c5-96afec2ead57) Disregard...

When module first published, gh returns 1.0.0b1 as default first version. However users might prefer to be stable version. Add support for stable in first version refer to this https://github.com/Azure/azure-cli-extensions/pull/7779