Azure / azure-cli-extensions

Public Repository for Extensions of Azure CLI.
https://docs.microsoft.com/en-us/cli/azure
MIT License
379 stars 1.19k forks source link

az pipelines is missing commands for managing task groups #2371

Open edwinvdb opened 3 years ago

edwinvdb commented 3 years ago

az pipelines can e.g. be used to export the definition of a build.

If that build definition (or a release definition) references a Task Group, you'll have a reference to the Task Group in the export, which is good of course.

But I would also like to export the definition of the Task group and there is no (sub)command to handle taskgroups.

Suggestion: just like the build and release subcommands, add a taskgroup subcommand (az pipelines taskgroup definition list and az pipelines taskgroup definition show

[Enter feedback here]


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

ghost commented 3 years ago

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @narula0781, @ashishonce, @romil07.

yonzhan commented 3 years ago

pipelines