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

**Is your feature request related to a problem? Please describe.** Managing the priority of pipelines runs pressing "run next" for each and every run is cumbersome. As Azure DevOps is...

Feature

**Is your feature request related to a problem? Please describe.** Yes. I am trying to automate pipeline creation for a client and am unable to do so through the Azure...

help wanted
Feature

Hello, I get the following error below. ### **This is autogenerated. Please review and update as needed.** ## Describe the bug **Command Name** `az artifacts universal download Extension Name: azure-devops....

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

I can use `az rest` to make request to the Azure DevOps REST API by setting the `--resource` parameter to the application id of Azure DevOps enterprise app. For example,...

Feature

I cannot list Azure DevOps organizations. I would like to list Azure DevOps organizations per: - resource group - subscription - tenant This way I can create automated loops over...

Feature

### **This is autogenerated. Please review and update as needed.** ## Describe the bug In using the CLI to determine which of our repos are forked from a template, the...

**Describe the bug** "az pipeline create" command does not work with az login using Service Principal or PAT Token. User Authentication is required for creation of this resource using Azure...

bug
Area: ProToCol

**Describe the bug** When using an Azure DevOps pipeline with the System.AccessToken the following command fails: az devops security group create --origin-id $($existingAzureAD_GroupObjectId) --groups $($vssgp.someDescriptorForGroup) --scope organization --org https://dev.azure.com/$($organization) Error...

bug
Area: ProToCol

The Problem --------------- Our team is using Azure DevOps to manage our builds, and every so often needs to download artifacts from pipelines. We wanted a CLI for doing so,...

Feature