azure-devops-cli-extension
azure-devops-cli-extension copied to clipboard
Azure DevOps Extension for Azure CLI
**Is your feature request related to a problem? Please describe.** After creating a team I cannot set the management of that team to anyone using az devops cli. **Describe the...
First of all i have to say i am amazed by your setup. A bug issue is forwarding to https://developercommunity.visualstudio.com/home. That is awesome. Simply put, `az repos pr create --repository...
This [repository's](https://github.com/Azure/azure-devops-cli-extension?) `about` description on the top right of GitHub, has an invalid url that returns 404: https://docs.microsoft.com/en-us/cli/azure/ext/azure-devops/?view=azure-cli-latest This was probably moved to this other url: https://learn.microsoft.com/en-us/cli/azure/azure-cli-extensions-list or at least...
We are using [docker dev containers ](https://code.visualstudio.com/docs/devcontainers/create-dev-container) with WSL on Windows for development. When using the `universal download` command to download an artifact, on regular commercial laptop. there is a...
**Related command** `az artifacts universal` **Is your feature request related to a problem? Please describe.** We have a CLI tool that spawns multiple processes to download universal artifacts. Currently, the...
When creating a pipeline the --folder-path parameter will sanitise `/` into `\` and create the pipeline at the expected path. When listing pipelines the --folder-path does not sanitise the path...
Please make sure the code is following contribution guidelines in CONTRIBUTING.md - [ ] : This PR has a corresponding issue open in the Repository. - [ ] : Approach...
No option to pass or configure the source import repo user PAT token or password and or use SSH key
No option to pass or configure the source import repo user PAT token or password and or use SSH key https://github.com/Azure/azure-devops-cli-extension/blame/master/tests/test_reposImportTest.py **To Reproduce** Azure Cli Version: 2.11.1 Use az --version...
**Is your feature request related to a problem? Please describe.** We have the ability to create Build definitions via Azure CLI via the `az pipelines create` command but no ability...
In order to complete #1319, I would like to propose two new commands to allow users to push a build at the top of the build request queue through this...