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

[Feature Request] az pipelines variable-group update should support batch variable updating #1316

Open jikuja opened 1 year ago

jikuja commented 1 year ago

Is your feature request related to a problem? Please describe. az pipelines variable-group update should support batch variable updating. Current process to do update requires deletions and/or multiple additions.

The current code-base seems does not accept variable setup as input for az pipelines variable-group update even underlying SDK and API supports that.

Describe the solution you'd like az pipelines variable-group update should get variables as optional input. Optionally passing data as JSON would be great.

Additional context