Releases: Azure/azure-cli-dev-tools
Releases · Azure/azure-cli-dev-tools
azdev v0.1.71
azdev extension show
: Show detailed extension info that installed in your development environment.azdev extension cal-next-version
: Fix last stable version parser from index.json.
azdev v0.1.70
- Fix cmdcov issue(#455): remove tested_command.txt reference.
azdev command-change tree-export
: Add command help message.
azdev v0.1.68
azdev command-change tree-export
: Add new command to support export command tree of CLI modules.
azdev v0.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.
azdev v0.1.66
What's Changed
- {CI}
azdev style
: Use azdev config files when .flake8 and pylintrc are not found in azure cli/ext repo. by @wangzelin007 in #442
Full Changelog: v0.1.65...v0.1.66
azdev v0.1.65
- Disable sending cli telemetry for azdev test
- Fix azdev style get_ext_repo_path issue
- Add support for double quotes in test argument search
azdev command-change
: Add support for deprecate_info in subgroup, cmd, parameters and options
azdev v0.1.64
azdev extension cal-next-version
: Fix module name when querying extension modules from index.
azdev v0.1.63
azdev
: Update required version forazure-cli-diff-tool
.
azdev v0.1.62
azdev extension cal-next-version
: New command to calculate valid version for next extension module release.
azdev v0.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