azdev


Nameazdev JSON
Version 0.1.68 PyPI version JSON
download
home_pagehttps://github.com/Azure/azure-cli-dev-tools
SummaryMicrosoft Azure CLI Developer Tools
upload_time2024-05-17 05:20:49
maintainerNone
docs_urlNone
authorMicrosoft Corporation
requires_python>=3.6
licenseMIT
keywords azure
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            Microsoft Azure CLI Dev Tools (azdev)
=====================================

The ``azdev`` tool is designed to aid new and experienced developers in contributing to Azure CLI command modules and extensions.

Setting up your development environment
+++++++++++++++++++++++++++++++++++++++

1. Install Python 3.6+ from http://python.org. Please note that the version of Python that comes preinstalled on OSX is 2.7.

2. Fork and clone the repository or repositories you wish to develop for.
    - For Azure CLI: https://github.com/Azure/azure-cli
    - For Azure CLI Extensions: https://github.com/Azure/azure-cli-extensions
    - Any other repository that you might have access to that contains CLI extensions.

3. Create a new virtual environment for Python in the root of your clone. You can do this by running:

    Python 3.6+ (all platforms):

    ::

        python -m venv env

    or:

    ::

        python3 -m venv env


4. Activate the env virtual environment by running:

    Windows CMD.exe:

    ::

        env\scripts\activate.bat

    Windows Powershell:

    ::

        env\scripts\activate.ps1


    OSX/Linux (bash):

    ::

        source env/bin/activate

5. Install ``azdev`` by running:

    ::

        pip install azdev

6. Complete setup by running:

    ::

        azdev setup


    This will launch the interactive setup process. To see non-interactive options run `azdev setup -h`.

Reporting issues and feedback
+++++++++++++++++++++++++++++

If you encounter any bugs with the tool please file an issue in the `Issues <https://github.com/Azure/azure-cli-dev-tools/issues>`__ section of our GitHub repo.

Contribute Code
+++++++++++++++

This project has adopted the `Microsoft Open Source Code of Conduct <https://opensource.microsoft.com/codeofconduct/>`__.

For more information see the `Code of Conduct FAQ <https://opensource.microsoft.com/codeofconduct/faq/>`__ or contact `opencode@microsoft.com <mailto:opencode@microsoft.com>`__ with any additional questions or comments.

If you would like to become an active contributor to this project please
follow the instructions provided in `Microsoft Azure Projects Contribution Guidelines <http://azure.github.io/guidelines.html>`__.

License
+++++++

::

    Azure CLI Dev Tools (azdev)

    Copyright (c) Microsoft Corporation
    All rights reserved.

    MIT License

    Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the ""Software""), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

    The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

    THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.::


.. :changelog:

Release History
===============
0.1.68
++++++
* `azdev command-change tree-export`: Add new command to support export command tree of CLI modules.

0.1.67
++++++
* `azdev extension cal-next-version`: Justify preview/exp tag operation based on last version's tag and next version's stable/preview tag.

0.1.66
++++++
* `azdev style`: Use azdev config files when .flake8 and pylintrc are not found in azure cli/ext repo.

0.1.65
++++++
* `azdev command-change meta-diff`: Add diff support for deprecate_info in subgroup, cmd, parameters and options.

0.1.64
++++++
* `azdev extension cal-next-version`: Fix module name when querying extension modules from index.

0.1.63
++++++
* `azdev`: Update required version for `azure-cli-diff-tool`.

0.1.62
++++++
* `azdev extension cal-next-version`: New command to calculate valid version for next extension module release.

0.1.61
++++++
* `azdev test`: Add some examples.
* `azdev style`: Modify the execution order of the _update_table function.
* `azdev linter`: Bug fixes for `_detected_tested_command`, strictly limited to starting with test and ending with .py or .yaml

0.1.60
++++++
* `azdev statistics list-command-table`: Handle exceptions when source code cannot be retrieved

0.1.59
++++++
* `azdev command-change meta-export`: Normalize basic cmd types: str, bool, int, float

0.1.58
++++++
* Fix cmdcov issue(#417): Any name of a parameter has been tested, the parameter should be considered as passing the parameter test coverage.

0.1.57
++++++
* `azdev command-change meta-diff`: Remove duplicated meta-diff code and use azure-cli-diff-tool

0.1.56
++++++
* Fix cmdcov issue(#410): Get config from github when get_cli_repo_path failed

0.1.55
++++++
* `azdev command-change meta-diff`: Fix data/meta_change_whitelist.txt pkg building

0.1.54
++++++
* `azdev command-change meta-export/meta-diff`: Add cmd `type` extraction, fix false positive in cmdPropUpdate and add whitelist in certain meta-changes (#401)

0.1.53
++++++
* `azdev command-change meta-export`: Add rule link (#402)

0.1.52
++++++
* Fix cmdcov issue(#396): Fix the regex which to get the command group

0.1.51
++++++
* Fix cmdcov issue(#391): Add violation message to cmdcov linter rule and fix related issues

0.1.50
++++++
* Fix cmdcov issue(#385): Add cmdcov to package data

0.1.49
++++++
* Add Command Coverage Report for CLI modules (#323)
* Add Linter rule missing_command_coverage and missing_parameter_coverage  (#323)
* Add Command Coverage Report for CLI extensions (#383)

0.1.48
++++++
* `azdev command-change meta-export`: Add option deprecation info and ignore `cmd` arg (#381)

0.1.47
++++++
* `azdev command-change meta-export`: Load parameter from module loader (#378)

0.1.46
++++++
* `azdev command-change meta-diff`: Add subgroups change detect (#374)

0.1.45
++++++
* `azdev command-change meta-diff`: Refine no meta diff output (#372)

0.1.44
++++++
* `azdev command-change meta-export`: Fix object dump failure (#370)

0.1.43
++++++
* `azdev statistics list-command-table`: Fix unexpected indent (#368)

0.1.42
++++++
* `azdev command-change meta-export/meta-diff`: Generate cli cmd meta data and the diffs between two meta data (#362)

0.1.41
++++++
* `azdev statistics list-command-table`: Support stats of nested function (#363)

0.1.40
++++++
* Fix pytest issues (#347)

0.1.39
++++++
* Fix package issues (#345)

0.1.38
++++++
* `azdev statistics list-command-table`: List Command table for CLI modules (#342)
* `azdev statistics diff-command-tables`: Diff the command table change (#343)

0.1.37
++++++
* `azdev verify license`: Support license for CodeGen V2 (#334)
* `azdev test`: Revert integrate pytest-cov  (#327)

0.1.36
++++++
* Remove colorama reference (#321)

0.1.35
++++++
* Support Python 3.10 (#319)
* Replace `master` branch by `main` branch (#315)
* Drop `mock` library (#313)
* Add extension repo missing error (#309)

0.1.34
++++++
* `azdev linter`: support to detect commmand groups which are missing in command_group_table (#308)

0.1.33
++++++
* Bump `pylint` to 2.8.2 and move `--ignore` to `pylintrc` file (#301)

0.1.32
++++++
* Bump `pylint` to 2.8.0 (#295)

0.1.31
++++++
* `azdev style`: Fix `pylint` by pinning `astroid` to 2.4.2 (#294)
* Fix `_copy_vendored_sdk` for Track 2 SDK (#293)

0.1.30
++++++
* Change azure-storage-blob dependency (#290)

0.1.29
++++++
* `azdev linter`: Remove the prefix dashes in option length calculation (#284)
* `azdev setup`: Show error if `pip` command fails (#281)
* Support Python 3.9 (#280)

0.1.28
++++++
* [Linter] Fix minor display issue in `azdev linter`.

0.1.27
++++++
* [Linter] "Show" command should use `show_command` or `custom_show_command`.

0.1.26
++++++
* Support PEP420 package

0.1.25
++++++
* `azdev test`: new parameter --mark
* Update the way invoking pytest
* `azdev perf benchmark`: refine output
* Support PEP420 package

0.1.24
++++++
* [Linter] Argument must have an option whose length is less than 22.
* [Linter] Argument cannot contain "`_`".

0.1.23
++++++
* [Linter] Only violation of high severity rule would exit with 1.
* Minimal pytest version requires at least 5.0.0.

0.1.22
++++++
* Hornor the configuration of pylint and flake8 in Azure/azure-cli and Azure/azure-cli-extensions.
* Rename test folder to make place for unittest of other commands.
* Enable test result coverage.

0.1.21
++++++
* Fix isort package version to 4.3.21.
* `azdev perf benchmark`: support new command to calculate each command execution time.

0.1.20
++++++
* `azdev setup`: Fix missing dependencies of azure-cli-testsdk

0.1.19
++++++
* Downgrade parameter_should_not_end_in_resource_group's severity to medium.
* Fix bug that azdev test could not work on Windows with Chinese system language.

0.1.18
++++++
* Linter Rule Severity: Rules now have an associated severity level. Only high severity rules should be run in CI. All previous rules are annotated as HIGH severity.

   * Note: HIGH severity rules are egregious and should generally be fixed, not excluded. LOW severity rules tend to be informational, and might raise false positives. Exclude them via `linter_exclusions.yml` in the CLI.

* `azdev linter`: Expose `--min-severity` to support idea of rule severity. New HIGH, MEDIUM and LOW severity rules have also been added.

0.1.17
++++++
* `azdev setup`: Add option --deps-from to allow resolving dependencies from requirements.txt or setup.py. The default changes to requirements.txt.

0.1.16
++++++
* `azdev test`: Add option --no-exit-first to disable pytest exit once failure is detected

0.1.15
++++++
* `sys.exit(0)` when no tests need to run instead of raising CLIError

0.1.14
++++++
* Refine the logic of testing against different profiles with `ProfileContext`
* pytest version limit change to pytest>=4.4.0
* Use `AzureDevOpsContext` to apply incremental test strategy
* Refine the main flow of azdev test to be more compact and clean

0.1.13
++++++
* azdev verify license: fix bug that license verification will omit files while checking extensions

0.1.12
++++++
* azdev extension publish: fix issue when --yes if not provided
* azdev verify license: support CodeGen generated License
* Drop Python 2 and Python 3.5 support

0.1.11
++++++
* azdev extension build: remove --universal to respect setup.cfg

0.1.10
++++++
* relax version limit of microsoft/Knack

0.1.9
++++++
* azdev extension publish: add --storage-account-key and remove --storage-subscription
* azdev extension update-index: remove unnecessary warning that will fail this command
* CI: use `pip install -e` instead in ADO to fix fix import bug

0.1.8
++++++
* fix: azdev test cannot be used in python 3.8.1 or later

0.1.7
++++++
* fix: azdev test cannot find core tests

0.1.6
++++++
* Fix bug: azdev==0.1.5 help commands' error

0.1.5
++++++
- azdev extension add/remove:
    - Add ability to supply wildcard (*) to install all available dev extensions.
    - Add ability to remove all installed dev extensions.
- azdev setup:
    - Add ability to install all extensions using `--ext/-e *`.
    - Add ability to install CLI edge build with `--cli/-c EDGE`.
- azdev style/test/linter:
    - Add special names CLI and EXT to allow running on just CLI modules or just extensions.
      extensions which have changed based on a git diff.
- azdev linter:
    - Added `--include-whl-extensions` flag to permit running the linter on extensions installed using
      the `az extension add` command.
- azdev verify license:
    - Command will not check any dev-installed CLI and extension repos. Previously, it only checked the CLI repo.
- New Command:
    - `azdev cli/extension generate-docs` to generate sphinx documentation.

0.1.4
++++++
* `azdev linter`: Fix issue with help example rule.
* `azdev style`: Omit namespace packages from core modules.
* `azdev verify document-map`: Updates to work correctly on Linux.

0.1.3
++++++
* `azdev linter`: Fix issue where certain installations would fail on `ci_exclusions.yml` not found.


0.1.2
++++++
* `azdev setup`: Fix regression where azure.cli could not be run after installation.

0.1.1
++++++
* `azdev cli/extension create`: Fix issue where supporting files were not included. Adjust generation logic.

0.1.0
++++++
* Update for compatability with azure-cli 2.0.68's new package structure.
* BREAKING CHANGE: Removed `azdev cli update-setup`. Package changes to azure-cli no longer require this.
* BREAKING CHANGE: `azdev verify history` and `azdev cli check-versions` no longer accept any arguments. Since there are
  now far fewer modules, these were deemed unnecessary.

0.0.6
++++++
* Added new commands `azdev cli create` and `azdev extension create` to scaffold new modules/extensions.
* `azdev setup`: Tweaks to interactive experience.
* `azdev test`: Fix issue where using `--profile` did not use the correct index.
                Changed the behavior to switch back to the original profile upon completion of tests.

0.0.5
++++++
* Fix issue where `azdev cli check-versions` did not accept the short form of a module name.
* Update `azdev cli check-versions` to allow modules as a positional argument, consistent with other azdev commands.
* Fix issue where `azdev test --discover` could result in a stack trace when a virtual environment exists within an extensions repo.

0.0.4
++++++
* Fix critical bug in `azdev setup`.

0.0.3
++++++
* Adds new commands `azdev extension build` and `azdev extension publish` to simplify extension publishing.
* Updates default exclusions for `azdev linter` when used on extensions.
* Adds a `--ci-exclusions` flag to `azdev linter` to emulate CI mode when run locally.
* Fix issue where `azdev test --discover` could result in a stack trace when a virtual environment exists within a cloned repo.
* Tweaks thresholds for `azdev per load-times`.

0.0.2
++++++

* Changes the behavior of `azdev test` to, by default, run tests on everything to be consistent with commands like `azdev style` and `azdev linter`.
* Removes `azdev verify version` and splits into two commands `azdev cli check-versions` and `azdev cli update-setup`.
* Various modifications to play nicely with azure-cli's CI build system.
* Revamps `azdev perf load-times` to reduce spurious failures.

0.0.1
++++++
* Initial release

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Azure/azure-cli-dev-tools",
    "name": "azdev",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "azure",
    "author": "Microsoft Corporation",
    "author_email": "azpycli@microsoft.com",
    "download_url": "https://files.pythonhosted.org/packages/41/8b/f8bff564ace4e1227d7bf6d287eea8e147ba2bbb7c4b5e749ef54518e548/azdev-0.1.68.tar.gz",
    "platform": null,
    "description": "Microsoft Azure CLI Dev Tools (azdev)\n=====================================\n\nThe ``azdev`` tool is designed to aid new and experienced developers in contributing to Azure CLI command modules and extensions.\n\nSetting up your development environment\n+++++++++++++++++++++++++++++++++++++++\n\n1. Install Python 3.6+ from http://python.org. Please note that the version of Python that comes preinstalled on OSX is 2.7.\n\n2. Fork and clone the repository or repositories you wish to develop for.\n    - For Azure CLI: https://github.com/Azure/azure-cli\n    - For Azure CLI Extensions: https://github.com/Azure/azure-cli-extensions\n    - Any other repository that you might have access to that contains CLI extensions.\n\n3. Create a new virtual environment for Python in the root of your clone. You can do this by running:\n\n    Python 3.6+ (all platforms):\n\n    ::\n\n        python -m venv env\n\n    or:\n\n    ::\n\n        python3 -m venv env\n\n\n4. Activate the env virtual environment by running:\n\n    Windows CMD.exe:\n\n    ::\n\n        env\\scripts\\activate.bat\n\n    Windows Powershell:\n\n    ::\n\n        env\\scripts\\activate.ps1\n\n\n    OSX/Linux (bash):\n\n    ::\n\n        source env/bin/activate\n\n5. Install ``azdev`` by running:\n\n    ::\n\n        pip install azdev\n\n6. Complete setup by running:\n\n    ::\n\n        azdev setup\n\n\n    This will launch the interactive setup process. To see non-interactive options run `azdev setup -h`.\n\nReporting issues and feedback\n+++++++++++++++++++++++++++++\n\nIf you encounter any bugs with the tool please file an issue in the `Issues <https://github.com/Azure/azure-cli-dev-tools/issues>`__ section of our GitHub repo.\n\nContribute Code\n+++++++++++++++\n\nThis project has adopted the `Microsoft Open Source Code of Conduct <https://opensource.microsoft.com/codeofconduct/>`__.\n\nFor more information see the `Code of Conduct FAQ <https://opensource.microsoft.com/codeofconduct/faq/>`__ or contact `opencode@microsoft.com <mailto:opencode@microsoft.com>`__ with any additional questions or comments.\n\nIf you would like to become an active contributor to this project please\nfollow the instructions provided in `Microsoft Azure Projects Contribution Guidelines <http://azure.github.io/guidelines.html>`__.\n\nLicense\n+++++++\n\n::\n\n    Azure CLI Dev Tools (azdev)\n\n    Copyright (c) Microsoft Corporation\n    All rights reserved.\n\n    MIT License\n\n    Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"\"Software\"\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\n    The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\n    THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.::\n\n\n.. :changelog:\n\nRelease History\n===============\n0.1.68\n++++++\n* `azdev command-change tree-export`: Add new command to support export command tree of CLI modules.\n\n0.1.67\n++++++\n* `azdev extension cal-next-version`: Justify preview/exp tag operation based on last version's tag and next version's stable/preview tag.\n\n0.1.66\n++++++\n* `azdev style`: Use azdev config files when .flake8 and pylintrc are not found in azure cli/ext repo.\n\n0.1.65\n++++++\n* `azdev command-change meta-diff`: Add diff support for deprecate_info in subgroup, cmd, parameters and options.\n\n0.1.64\n++++++\n* `azdev extension cal-next-version`: Fix module name when querying extension modules from index.\n\n0.1.63\n++++++\n* `azdev`: Update required version for `azure-cli-diff-tool`.\n\n0.1.62\n++++++\n* `azdev extension cal-next-version`: New command to calculate valid version for next extension module release.\n\n0.1.61\n++++++\n* `azdev test`: Add some examples.\n* `azdev style`: Modify the execution order of the _update_table function.\n* `azdev linter`: Bug fixes for `_detected_tested_command`, strictly limited to starting with test and ending with .py or .yaml\n\n0.1.60\n++++++\n* `azdev statistics list-command-table`: Handle exceptions when source code cannot be retrieved\n\n0.1.59\n++++++\n* `azdev command-change meta-export`: Normalize basic cmd types: str, bool, int, float\n\n0.1.58\n++++++\n* Fix cmdcov issue(#417): Any name of a parameter has been tested, the parameter should be considered as passing the parameter test coverage.\n\n0.1.57\n++++++\n* `azdev command-change meta-diff`: Remove duplicated meta-diff code and use azure-cli-diff-tool\n\n0.1.56\n++++++\n* Fix cmdcov issue(#410): Get config from github when get_cli_repo_path failed\n\n0.1.55\n++++++\n* `azdev command-change meta-diff`: Fix data/meta_change_whitelist.txt pkg building\n\n0.1.54\n++++++\n* `azdev command-change meta-export/meta-diff`: Add cmd `type` extraction, fix false positive in cmdPropUpdate and add whitelist in certain meta-changes (#401)\n\n0.1.53\n++++++\n* `azdev command-change meta-export`: Add rule link (#402)\n\n0.1.52\n++++++\n* Fix cmdcov issue(#396): Fix the regex which to get the command group\n\n0.1.51\n++++++\n* Fix cmdcov issue(#391): Add violation message to cmdcov linter rule and fix related issues\n\n0.1.50\n++++++\n* Fix cmdcov issue(#385): Add cmdcov to package data\n\n0.1.49\n++++++\n* Add Command Coverage Report for CLI modules (#323)\n* Add Linter rule missing_command_coverage and missing_parameter_coverage  (#323)\n* Add Command Coverage Report for CLI extensions (#383)\n\n0.1.48\n++++++\n* `azdev command-change meta-export`: Add option deprecation info and ignore `cmd` arg (#381)\n\n0.1.47\n++++++\n* `azdev command-change meta-export`: Load parameter from module loader (#378)\n\n0.1.46\n++++++\n* `azdev command-change meta-diff`: Add subgroups change detect (#374)\n\n0.1.45\n++++++\n* `azdev command-change meta-diff`: Refine no meta diff output (#372)\n\n0.1.44\n++++++\n* `azdev command-change meta-export`: Fix object dump failure (#370)\n\n0.1.43\n++++++\n* `azdev statistics list-command-table`: Fix unexpected indent (#368)\n\n0.1.42\n++++++\n* `azdev command-change meta-export/meta-diff`: Generate cli cmd meta data and the diffs between two meta data (#362)\n\n0.1.41\n++++++\n* `azdev statistics list-command-table`: Support stats of nested function (#363)\n\n0.1.40\n++++++\n* Fix pytest issues (#347)\n\n0.1.39\n++++++\n* Fix package issues (#345)\n\n0.1.38\n++++++\n* `azdev statistics list-command-table`: List Command table for CLI modules (#342)\n* `azdev statistics diff-command-tables`: Diff the command table change (#343)\n\n0.1.37\n++++++\n* `azdev verify license`: Support license for CodeGen V2 (#334)\n* `azdev test`: Revert integrate pytest-cov  (#327)\n\n0.1.36\n++++++\n* Remove colorama reference (#321)\n\n0.1.35\n++++++\n* Support Python 3.10 (#319)\n* Replace `master` branch by `main` branch (#315)\n* Drop `mock` library (#313)\n* Add extension repo missing error (#309)\n\n0.1.34\n++++++\n* `azdev linter`: support to detect commmand groups which are missing in command_group_table (#308)\n\n0.1.33\n++++++\n* Bump `pylint` to 2.8.2 and move `--ignore` to `pylintrc` file (#301)\n\n0.1.32\n++++++\n* Bump `pylint` to 2.8.0 (#295)\n\n0.1.31\n++++++\n* `azdev style`: Fix `pylint` by pinning `astroid` to 2.4.2 (#294)\n* Fix `_copy_vendored_sdk` for Track 2 SDK (#293)\n\n0.1.30\n++++++\n* Change azure-storage-blob dependency (#290)\n\n0.1.29\n++++++\n* `azdev linter`: Remove the prefix dashes in option length calculation (#284)\n* `azdev setup`: Show error if `pip` command fails (#281)\n* Support Python 3.9 (#280)\n\n0.1.28\n++++++\n* [Linter] Fix minor display issue in `azdev linter`.\n\n0.1.27\n++++++\n* [Linter] \"Show\" command should use `show_command` or `custom_show_command`.\n\n0.1.26\n++++++\n* Support PEP420 package\n\n0.1.25\n++++++\n* `azdev test`: new parameter --mark\n* Update the way invoking pytest\n* `azdev perf benchmark`: refine output\n* Support PEP420 package\n\n0.1.24\n++++++\n* [Linter] Argument must have an option whose length is less than 22.\n* [Linter] Argument cannot contain \"`_`\".\n\n0.1.23\n++++++\n* [Linter] Only violation of high severity rule would exit with 1.\n* Minimal pytest version requires at least 5.0.0.\n\n0.1.22\n++++++\n* Hornor the configuration of pylint and flake8 in Azure/azure-cli and Azure/azure-cli-extensions.\n* Rename test folder to make place for unittest of other commands.\n* Enable test result coverage.\n\n0.1.21\n++++++\n* Fix isort package version to 4.3.21.\n* `azdev perf benchmark`: support new command to calculate each command execution time.\n\n0.1.20\n++++++\n* `azdev setup`: Fix missing dependencies of azure-cli-testsdk\n\n0.1.19\n++++++\n* Downgrade parameter_should_not_end_in_resource_group's severity to medium.\n* Fix bug that azdev test could not work on Windows with Chinese system language.\n\n0.1.18\n++++++\n* Linter Rule Severity: Rules now have an associated severity level. Only high severity rules should be run in CI. All previous rules are annotated as HIGH severity.\n\n   * Note: HIGH severity rules are egregious and should generally be fixed, not excluded. LOW severity rules tend to be informational, and might raise false positives. Exclude them via `linter_exclusions.yml` in the CLI.\n\n* `azdev linter`: Expose `--min-severity` to support idea of rule severity. New HIGH, MEDIUM and LOW severity rules have also been added.\n\n0.1.17\n++++++\n* `azdev setup`: Add option --deps-from to allow resolving dependencies from requirements.txt or setup.py. The default changes to requirements.txt.\n\n0.1.16\n++++++\n* `azdev test`: Add option --no-exit-first to disable pytest exit once failure is detected\n\n0.1.15\n++++++\n* `sys.exit(0)` when no tests need to run instead of raising CLIError\n\n0.1.14\n++++++\n* Refine the logic of testing against different profiles with `ProfileContext`\n* pytest version limit change to pytest>=4.4.0\n* Use `AzureDevOpsContext` to apply incremental test strategy\n* Refine the main flow of azdev test to be more compact and clean\n\n0.1.13\n++++++\n* azdev verify license: fix bug that license verification will omit files while checking extensions\n\n0.1.12\n++++++\n* azdev extension publish: fix issue when --yes if not provided\n* azdev verify license: support CodeGen generated License\n* Drop Python 2 and Python 3.5 support\n\n0.1.11\n++++++\n* azdev extension build: remove --universal to respect setup.cfg\n\n0.1.10\n++++++\n* relax version limit of microsoft/Knack\n\n0.1.9\n++++++\n* azdev extension publish: add --storage-account-key and remove --storage-subscription\n* azdev extension update-index: remove unnecessary warning that will fail this command\n* CI: use `pip install -e` instead in ADO to fix fix import bug\n\n0.1.8\n++++++\n* fix: azdev test cannot be used in python 3.8.1 or later\n\n0.1.7\n++++++\n* fix: azdev test cannot find core tests\n\n0.1.6\n++++++\n* Fix bug: azdev==0.1.5 help commands' error\n\n0.1.5\n++++++\n- azdev extension add/remove:\n    - Add ability to supply wildcard (*) to install all available dev extensions.\n    - Add ability to remove all installed dev extensions.\n- azdev setup:\n    - Add ability to install all extensions using `--ext/-e *`.\n    - Add ability to install CLI edge build with `--cli/-c EDGE`.\n- azdev style/test/linter:\n    - Add special names CLI and EXT to allow running on just CLI modules or just extensions.\n      extensions which have changed based on a git diff.\n- azdev linter:\n    - Added `--include-whl-extensions` flag to permit running the linter on extensions installed using\n      the `az extension add` command.\n- azdev verify license:\n    - Command will not check any dev-installed CLI and extension repos. Previously, it only checked the CLI repo.\n- New Command:\n    - `azdev cli/extension generate-docs` to generate sphinx documentation.\n\n0.1.4\n++++++\n* `azdev linter`: Fix issue with help example rule.\n* `azdev style`: Omit namespace packages from core modules.\n* `azdev verify document-map`: Updates to work correctly on Linux.\n\n0.1.3\n++++++\n* `azdev linter`: Fix issue where certain installations would fail on `ci_exclusions.yml` not found.\n\n\n0.1.2\n++++++\n* `azdev setup`: Fix regression where azure.cli could not be run after installation.\n\n0.1.1\n++++++\n* `azdev cli/extension create`: Fix issue where supporting files were not included. Adjust generation logic.\n\n0.1.0\n++++++\n* Update for compatability with azure-cli 2.0.68's new package structure.\n* BREAKING CHANGE: Removed `azdev cli update-setup`. Package changes to azure-cli no longer require this.\n* BREAKING CHANGE: `azdev verify history` and `azdev cli check-versions` no longer accept any arguments. Since there are\n  now far fewer modules, these were deemed unnecessary.\n\n0.0.6\n++++++\n* Added new commands `azdev cli create` and `azdev extension create` to scaffold new modules/extensions.\n* `azdev setup`: Tweaks to interactive experience.\n* `azdev test`: Fix issue where using `--profile` did not use the correct index.\n                Changed the behavior to switch back to the original profile upon completion of tests.\n\n0.0.5\n++++++\n* Fix issue where `azdev cli check-versions` did not accept the short form of a module name.\n* Update `azdev cli check-versions` to allow modules as a positional argument, consistent with other azdev commands.\n* Fix issue where `azdev test --discover` could result in a stack trace when a virtual environment exists within an extensions repo.\n\n0.0.4\n++++++\n* Fix critical bug in `azdev setup`.\n\n0.0.3\n++++++\n* Adds new commands `azdev extension build` and `azdev extension publish` to simplify extension publishing.\n* Updates default exclusions for `azdev linter` when used on extensions.\n* Adds a `--ci-exclusions` flag to `azdev linter` to emulate CI mode when run locally.\n* Fix issue where `azdev test --discover` could result in a stack trace when a virtual environment exists within a cloned repo.\n* Tweaks thresholds for `azdev per load-times`.\n\n0.0.2\n++++++\n\n* Changes the behavior of `azdev test` to, by default, run tests on everything to be consistent with commands like `azdev style` and `azdev linter`.\n* Removes `azdev verify version` and splits into two commands `azdev cli check-versions` and `azdev cli update-setup`.\n* Various modifications to play nicely with azure-cli's CI build system.\n* Revamps `azdev perf load-times` to reduce spurious failures.\n\n0.0.1\n++++++\n* Initial release\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Microsoft Azure CLI Developer Tools",
    "version": "0.1.68",
    "project_urls": {
        "Homepage": "https://github.com/Azure/azure-cli-dev-tools"
    },
    "split_keywords": [
        "azure"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0eeca81295d45625cdc32ba12a64ab8dde5314544cb19741b210c20159946427",
                "md5": "a66fc4adf8ec913bc2098ff055cf157b",
                "sha256": "765b4171980a8901e145fa8e0335a5ebc62ab25ba03f9e91edd44c008342da25"
            },
            "downloads": -1,
            "filename": "azdev-0.1.68-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a66fc4adf8ec913bc2098ff055cf157b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 127662,
            "upload_time": "2024-05-17T05:20:52",
            "upload_time_iso_8601": "2024-05-17T05:20:52.971460Z",
            "url": "https://files.pythonhosted.org/packages/0e/ec/a81295d45625cdc32ba12a64ab8dde5314544cb19741b210c20159946427/azdev-0.1.68-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "418bf8bff564ace4e1227d7bf6d287eea8e147ba2bbb7c4b5e749ef54518e548",
                "md5": "c36bad6f22fef97fa0ebdbaea676d261",
                "sha256": "42f93019c347dbf4b979d31fbc68049dc486c0152efe3bb4ea5cb110fb8b45b3"
            },
            "downloads": -1,
            "filename": "azdev-0.1.68.tar.gz",
            "has_sig": false,
            "md5_digest": "c36bad6f22fef97fa0ebdbaea676d261",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 102841,
            "upload_time": "2024-05-17T05:20:49",
            "upload_time_iso_8601": "2024-05-17T05:20:49.986592Z",
            "url": "https://files.pythonhosted.org/packages/41/8b/f8bff564ace4e1227d7bf6d287eea8e147ba2bbb7c4b5e749ef54518e548/azdev-0.1.68.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-17 05:20:49",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Azure",
    "github_project": "azure-cli-dev-tools",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": false,
    "tox": true,
    "lcname": "azdev"
}
        
Elapsed time: 0.25247s