Azure / azure-cli-extensions

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

Create Release variables #953

Open bvandre opened 4 years ago

bvandre commented 4 years ago

Is there a way to pass variables to az pipelines release create? I expected something similar to how you can pass variables to az pipelines run --variables Variable1=Value1


Document Details

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

yonzhan commented 4 years ago

pipelines

EugenMayer commented 3 years ago

Commented on this at https://github.com/Azure/azure-cli-extensions/issues/1632#issuecomment-751665071 with the urgent needs one has at this level - i guess the comment should have belonged here, depending on the usage.

Are there any plans or informations on how this is supposed to be done?

EugenMayer commented 3 years ago

Is it possible utilizing --query for this purpose as a workaround for the time being?

ghost commented 2 years ago

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @v-anvashist, @V-hmusukula.

Issue Details
Is there a way to pass variables to `az pipelines release create`? I expected something similar to how you can pass variables to `az pipelines run --variables Variable1=Value1` --- #### Document Details ⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* * ID: f912b9b3-f27c-deb7-54c1-8e3f477ed26f * Version Independent ID: fb24966a-f6fb-1828-2e0e-4374ae1df3d9 * Content: [az pipelines release](https://docs.microsoft.com/en-us/cli/azure/ext/azure-devops/pipelines/release?view=azure-cli-latest#feedback) * Content Source: [latest/docs-ref-autogen/ext/azure-devops/pipelines/release.yml](https://github.com/MicrosoftDocs/azure-docs-cli/blob/live/latest/docs-ref-autogen/ext/azure-devops/pipelines/release.yml) * GitHub Login: @rloutlaw * Microsoft Alias: **routlaw**
Author: bvandre
Assignees: -
Labels: `customer-reported`, `Service Attention`, `Pipelines`, `DevOps`
Milestone: -
v-anvashist commented 2 years ago

@bvandre Currently in azure cli service we don't have any way to pass variables as we checked in az pipelines release create API we did not found the information related to variables.

Thanks, Anjali