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

I'm noticing that flake8 and pylint are pinned to old versions. ``` pip install -e "git+https://github.com/Azure/azure-cli@dev#egg=azure-cli-dev-tools&subdirectory=tools" ``` ``` ... Collecting flake8==3.5.0 ... Collecting pylint==2.0.0 ... ``` Is there a reason...

wontfix
Style

When onboard the datafactory, the command `az datafactory integration-runtime regenerate-auth-key` `datafactory integration-runtime list-auth-key` will return a authKey, but in the test recordings it's not encoded or replaced with meaningless strings....

enhancement

When I run `azdev test`, I got the error as shown below: > Traceback (most recent call last): File "c:\users\zackl\azure-cli\venv\lib\site-packages\knack\cli.py", line 215, in invoke cmd_result = self.invocation.execute(args) File "c:\users\zackl\azure-cli\venv\lib\site-packages\knack\invocation.py", line...

I'm recording tests against another a test Azure Cloud instance. When I try to playback the tests, I get host assertion failures like: ``` E 1 - (). E Matchers...

question

Hi All , I followed all the instructions and created the Template extension , generated code is not working ( azdev extension create NewTestOperations --local-sdk "C:\github\sdks\azure-mgmt-maps-0.1.0\azure-mgmt-maps-0.1.0" --operation-name AccountsOperations --client-name MapsManagementClient...

help wanted
question
Extension
Documentation

This feature will clean up pyc files and recordings if a test fails when running live.

enhancement

Upon completion of #201 the documentation will need to be updated

Documentation

because of this. ![image](https://user-images.githubusercontent.com/14357159/83221462-794eb380-a1a8-11ea-8a27-c6d97560c110.png)

Test
code gen