azure-cli-dev-tools
azure-cli-dev-tools copied to clipboard
Developer utilities for Azure CLI command module and extension developers.
In the README.md file section "Setting up your development environment" step 2, the following comment is either outdated or inaccurate: > You can do the same for `azure-cli-extensions` except that...
We are developing a cli-extension and after upgrading to azdev 0.1.36 we are seeing multiple pylint issues It seems the .pylintrc in the root folder is not respected in `azdev...
When running ``` azdev test core ``` tests under subdirectories are not run, such as `src/azure-cli-core/azure/cli/core/extension/tests`.
I am trying to test my new extension on a clean ubuntu v18.04.5 Azure VM, but I get an error when I try to run the extension: ``` (myenv) user@testvm:~/cli/azure-cli-extensions$...
It creates an extension module that isn't compatible with the current version of the Azure CLI
`azdev extension create` requires the repo has a CODEOWNERS file or it fails with an error. New extension in private repos (not the azure-cli-extensions repo) likely won't have a CODEOWNERS...
When creating new extensions: `azdev extension create` you are left with an extension that won't work with current releases of the azure cli because of out of data [azext_metadata.json](https://github.com/Azure/azure-cli-dev-tools/blob/dev/azdev/mod_templates/azext_metadata.json). ![Screen...
When running `azdev setup` from within a conda environment on win32, the `py_cmd` function in `azdev/utilities/command.py` attempts to run `Scripts/python` from within the current conda env, rather than the `python`...
While attempting to perform `azdev extension create `, I run into the following error: ``` (env) PS C:\Users\joinnis.REDMOND\github\azure-arc-extensions> azdev extension create k8s-config Unable to find `azure-cli-extensions` repo. Have you cloned...
Using the latest version of azdev (0.1.32), we see the following error when running `azdev linter ` ``` Initializing linter with command table and help files... ERROR: The operation 'azure.mgmt.rdbms.postgresql.operations#ReplicasOperations.list_by_server'...