Is your feature request related to a problem? Please describe.
I cannot pass override values for release variables when I am creating a release.
Describe the solution you'd like
Allow the az pipelines release create command to accept a variables parameter of key/value pairs, basically exactly the same way it is used in az pipelines build queue.
eg. az pipelines release create --definition-id 1 --variables var1=foo var2=bar
@fordprefect480 We support variable override in the az pipelines run command which is the multistage pipeline. Multistage yaml pipelines should take care of your release scenarios as well.
Let us know if you find that useful. I will still keep the issue open for tracking.
Duplicate of https://github.com/Azure/azure-cli-extensions/issues/798
Keeping this one open and closing the issue in the extensions repository for better tracking in backlog.
Any progress on this? Seems i might have to abandon my release pipelines if i cant automate overrides
@atbagga Has work started on this ?
I have the same use case as @idjohnson, I am unable to automate the deployment.
Most helpful comment
Any progress on this? Seems i might have to abandon my release pipelines if i cant automate overrides