Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ Add Set-AzDevOpsGroupVariable for more fine-grained control of the DevOps variable group #435

Open
stijnmoreels opened this issue Nov 8, 2024 · 0 comments
Labels
area:devops All issues related to Azure DevOps feature All issues related to new features
Milestone

Comments

@stijnmoreels
Copy link
Member

Is your feature request related to a problem? Please describe.
We currently have a Set-AzDevOpsArmOutputsToVariableGroup that provides a way to place all output variables of a ARM/Bicep deployment to an Azure DevOps variable group. But for a more fine-grained control on what needs to be set - and to also set variables that aren't always outputed, there is no easy way to add such a variable.

Describe the solution you'd like
Adds an accompanied Set-AzDevOpsGroupVariable that allows us to set a single variable in an Azure DevOps variable group.

Describe alternatives you've considered
People are forced to output everything they need, even when that information is not applicable or related to the ARM/Bicep's components. That's how it's currently done/available to do.

Additional context
In the Arcus.Scripting.DevOps module.

@stijnmoreels stijnmoreels added feature All issues related to new features area:devops All issues related to Azure DevOps labels Nov 8, 2024
@stijnmoreels stijnmoreels added this to the v1.4.0 milestone Nov 8, 2024
@github-project-automation github-project-automation bot moved this to To do in Roadmap Nov 8, 2024
@pim-simons pim-simons modified the milestones: v1.4.0, v1.5.0 Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:devops All issues related to Azure DevOps feature All issues related to new features
Projects
Status: To do
Development

Successfully merging a pull request may close this issue.

2 participants