azure-devops-cli-extension icon indicating copy to clipboard operation
azure-devops-cli-extension copied to clipboard

Azure DevOps Extension for Azure CLI

Results 221 azure-devops-cli-extension issues
Sort by recently updated
recently updated
newest added

Should fix #1270 race condition in get_cache_dir. Happens quite consistently in my CI pipeline. - [x] : This PR has a corresponding issue open in the Repository. - [ ]...

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I cannot create a project.. I would like the...

Feature

## Describe the bug `az pipelines variable update` has difficulties dealing with some special characters: ### works ``` $key="semver" $value="~1.0.0" az pipelines variable update --project $projectName --pipeline-name $pipelineName --name --value...

Fixes #1397. - [X] : This PR has a corresponding issue open in the Repository. - [ ] : Approach is signed off on the issue.

**Is your feature request related to a problem? Please describe.** Yes. Currently, the az boards work-item update --discussion command does not support multi-line comments. When attempting to pass a string...

Feature

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I cannot create a project.. **Describe the solution you'd...

Feature

**Is your feature request related to a problem? Please describe.** Currently I have a Makefile with a handful of `az pipelines` targets in it. They look something like this: ```bash...

Feature

**Is your feature request related to a problem? Please describe.** I get the following issue when running the following command on a large group `az devops security group membership list...

Feature

Allow az devops inovke to support preview API version. At present: `az devops invoke --organization "https://feeds.dev.azure.com/{organization}/{project}" --area packaging --resource feeds --api-version "5.1-preview.1" ` return the following output: `could not convert...

Feature

Reproduce the same issue when use the same Rest API to create Wiki Page. az devops wiki page create --path 'my page' --organization https://dev.azure.com/$OrganizationName --verbose --debug --detect --project 'mywiki' --wiki...

Feature