Releases: Azure/azure-devops-cli-extension
Azure DevOps CLI extension for Azure CLI 0.9.0
[BREAKING CHANGES]
--is-blocking
and--is-enabled
is retired in favor of--blocking
and--enabled
for command inaz repos policy
.--publisher-id
and--extension-id
is retired in favor of--publisher-name
and--extension-name
for commands inaz devops extension
.- `secrets are no longer accepted in create service endpoint command
for non interactive mode Git PAT can be passed using AZURE_DEVOPS_EXT_GITHUB_PAT environment variable and Azure RM service principal key can be passed using AZURE_DEVOPS_EXT_AZURE_RM_SERVICE_PRINCIPAL_KEY environment variable. - '--detect on/off' has been changed to
--detect true/false
devops configure --use-git-aliases
will taketrue/false
instead ofyes/no
Changes:
- ce061d9 use prompt instead of self defined input function (#632)
- 1a183f4 UTs for permission related commands (#631)
- a5a6690 Git alias fix for windows and tests (#626)
- 86317ba Add more examples for security tokens (#615)
- 26b689f Including missing scripts and fixing markdown linting (#625)
- 55cbd3c Bug Fixes around three state flags (#624)
- 23b0fd4 Allow specifying queue id when queuing a build (#623)
- 1a274f9 Adhering to script -> readme same name paradigm
- 517e3a5 To enable ordering
See more
- fdbb055 Adding scaffolding script and readme
- 535b137 remove preview from extension metadata (#622)
- 449a85b add support for import from private source (#621)
- 40d4573 Do not take credentials from arguments in service endpoint creation (#619)
- f019966 add (PREVIEW) to pipeline and security commands (#616)
- 34c6e04 Add telemetry around detect (#614)
- 03f2d82 changes for deleting service-endpoint (#580)
- 625b9ca Standardize flags and three state usage (#613)
- ec0cac9 Merge PR status update commands with pr update commands (#612)
- 21c772c remove UUID from help texts (#610)
- 6482e59 adding script in example which can be used for PR review reminder (#601)
- 98b51e0 Fix param names in extension commands (#598)
- 155abe9 Commands related to Security permissions (#582)
- f504e7c camel case to underscore
- 1612434 fix test
- e500d9a making pylint happier
- 3280f55 fix pylint warnings
- 7c49e9c add support for upack download dilter
- 0c307e1 Add Script for marking untouched/ old work items as stale (#590)
- 3a01c5b Add examples in Wiki Commands + minor table format edit (#591)
- a280cc0 Create Readme file for Bulk workitem script (#592)
- 5748037 Pull request completion not working due to bypass policy information not passed. (#589)
- 2133f46 Revert "Pull request completion not working due to bypass policy information not passed."
- f7a7557 Pull request completion not working due to bypass policy information not passed.
- 66cb91a Fix issue for artifacts list and add tests (#587)
- 1d4fdb3 Fix pipeline links (#584)
- 26eb37c Increment version for next release (#583)
This list of changes was auto generated.
Azure DevOps CLI extension for Azure CLI 0.8.0
Changes:
This list of changes was auto generated.
Azure DevOps CLI extension for Azure CLI 0.7.0
Changes:
- 1f2626e Enabling security group commands (#573)
- 056684d Bug fixes : Handle long list of service connections and Github file checkin failure in pipeline create command (#568)
This list of changes was auto generated.
Azure DevOps CLI extension for Azure CLI 0.6.0
Azure DevOps CLI extension for Azure CLI 0.5.0
Changes:
- 2a7b78e [Breaking Change] Removing task definition list and show commands (#525)
- de2a890 Fixing error message from API in case of invalid user license type (#554)
- 416841a Work Item Relation Commands (#541)
- 70c2add Use three state flags for boolean values like draft in create and update PR (#542)
- 272c887 Pipelines commands ported to new naming and some add ons (#536)
- 64a4e8f Adding wiki and wiki page commands for create, update, show, delete operations (#428)
- 253b81d Ability to create draft PRs (#514)
- 0d84db0 update to capture more in telemetry (#508)
- 40e4b07 upgrade version to 0.5.0 (#503)
- a4cc17a Implement PR checkout (#497)
This list of changes was auto generated.
Azure DevOps CLI extension for Azure CLI 0.4.0
Changes:
- f8aaf2d Invoke command to invoke all the possible Azure DevOps API (#482)
- 57cb782 Command to search extensions in marketplace (#488)
- 90a4c92 Commands for managing users in an org (#484)
- 36f27f8 Extension Management Commands (#476)
- 773bcc8 add commands to manage Git refs (#296)
- 8b95c44 Adds upload and download support.
- 1eddb64 Implemented runs artifact list command.
This list of changes was auto generated.
Azure DevOps CLI extension for Azure CLI 0.3.0
Changes:
- 1d90f18 Policy command rework (#449)
- 0169f56 Updated az devops configure command (#439)
- 88f1420 pack compressed VSTS package with CLI code for better install performance (#433)
- 2a86fcd minor change in pip helper and steps to validate that it works (#427)
- 7227134 Fix identity issue for non-microsoft accounts (#403)
- 93ebcfa Bump up keyring version to latest (#419)
- 9a1ec1f Removing state argument from work item create command (#407)
- 79fc7e2 Added new command to list, add & delete build tags (#221)
- f22b1e3 New command - az repos update (#381)
- 8605089 policy Commands (#379)
Azure DevOps CLI extension for Azure CLI 0.2.0
-
Commands to manage teams
Explore it usingaz devops team -h
-
az devops logout
command is now more powerful
az devops logout
will clear credentials for all organizations.
az devops logout --org
will clear credentials for organization passed in org only. -
This is getting shipped from master branch which is the default branch on this repo
https://github.com/Microsoft/azure-devops-cli-extension
Azure DevOps CLI extension for Azure CLI 0.1.0
-
Azure DevOps CLI is now getting published as an extension to Azure CLI which can be installed using
az extension add -n azure-devops
Instructions to install Azure CLI are here -
start exploring by running
az devops -h
-
az login
will also work for using Azure DevOps
seeaz login -h
for more options to login
If using PAT token then please useaz devops login -h
for getting started -
This is currently getting shipped from azuredevopscli-dev branch, please contribute to this branch going forward.
VSTS CLI 0.1.4
- Adds support for release and release definition commands to manage releases. (Addressed issues #108, #98)
- Adds support for queueing builds on specific commit ids.
- Fixes issues with create work item with fields containing "=" sign and work item query returning 500 responses. Addressed issues #207 and #243