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

Azure DevOps Extension for Azure CLI

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

At the moment annotated git tags are named after the release date, rather than the version. This makes life for packagers harder, as there is a mismatch, and many automated...

Feature

The existing `work-item update` command sets all tags on a work item. We'd like a way to add a new tag without wiping the existing ones. System.Tags is physically a...

help wanted
Feature
boards

**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.. Issued code: https://github.com/Azure/azure-devops-cli-extension/blob/2bd72a1d76cc00a84b348f573e9f8e14dfb42c5b/azure-devops/azext_devops/dev/pipelines/release.py#L47 Currently,...

Feature

### **This is autogenerated. Please review and update as needed.** ## Describe the bug If I run the command below, az starts downloads Universal Packages tooling (WTF is this?) and...

### **This is autogenerated. Please review and update as needed.** ## Describe the bug I want to update the default message with a custom message that has newlines but the...

**Is your feature request related to a problem? Please describe.** There is currently no way to configure a PR's `completionOptions.autoCompleteIgnoreConfigIds` at creation or afterwards. This causes issues when creating an...

Feature

## Describe the bug The argument `--repository-id` for `az repos policy` does not work as expected. **Command Name** `az repos policy list Extension Name: azure-devops. Version: 0.17.0.` **Errors:** No policy...

bug

### **This is autogenerated. Please review and update as needed.** ## Describe the bug **Command Name** `az devops invoke Extension Name: azure-devops. Version: 0.23.0.` **Errors:** ``` The command failed with...

As a learning experience I have cloned this project to Azure DevOps and found inconsistencies in the Azure Pipelines. The pipelines break when only a single build agent is available...

Feature

This change add partial for support for creating pipelines for github enterprise repos. It is partial because it only supports creating pipelines with existing yaml files, requiring `--yaml-path`. Partially addresses...