Azure / azure-devops-cli-extension

Azure DevOps Extension for Azure CLI
https://docs.microsoft.com/en-us/cli/azure/ext/azure-devops/?view=azure-cli-latest
MIT License
617 stars 239 forks source link

Description not working in pull request command #1402

Open tomeof opened 3 months ago

tomeof commented 3 months ago

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 <repo> --source-branch <branch> --title <title> --description <description> creates a pull request but the description is empty.

Additional context Probably doesn't matter but i am running the command in powershell. I got the latest versions of azure cli and the azure-devops extension.