Related command
az pipelines update
Is your feature request related to a problem? Please describe.
I'd like there is a command that I can enable or disable a pipeline run.
Now I have to click the devops page to the pipeline and click the trigger --> enable/disable --> save. We have a lot of pipelines; it is dirty work to click one by one. Now we have to do this. Although there is rest api, but I need to fill in a lot of unchanged properties.
Describe the solution you'd like
az pipelines update --enable true/false
Describe alternatives you've considered
Additional context
Related command
az pipelines update
Is your feature request related to a problem? Please describe.
I'd like there is a command that I can enable or disable a pipeline run.
Now I have to click the devops page to the pipeline and click the trigger --> enable/disable --> save. We have a lot of pipelines; it is dirty work to click one by one. Now we have to do this. Although there is rest api, but I need to fill in a lot of unchanged properties.
Describe the solution you'd like
az pipelines update --enable true/false
Describe alternatives you've considered
Additional context