Skip to content

Azure DevOps CLI extension for Azure CLI 0.9.0

Choose a tag to compare

@gauravsaralMs gauravsaralMs released this 27 May 08:45
c9d9104

[BREAKING CHANGES]

  • --is-blocking and --is-enabled is retired in favor of --blocking and --enabled for command in az repos policy.
  • --publisher-id and --extension-id is retired in favor of --publisher-name and --extension-name for commands in az 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 take true/false instead of yes/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.