Skip to content

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

@stijnmoreels

Description

@stijnmoreels

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area:devopsAll issues related to Azure DevOpsfeatureAll issues related to new features

    Type

    No type

    Projects

    Status

    To do

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions