MethodsAndPractices / vsteam

PowerShell module for accessing Azure DevOps Services and Azure DevOps Server (formerly VSTS or TFS)
https://methodsandpractices.github.io/vsteam-docs/
MIT License
442 stars 155 forks source link

Add -ReleaseParameters to Add-VSTeamRelease #522

Closed abaganuv closed 1 year ago

abaganuv commented 1 year ago

Proposal

In order to create a new release and pass parameters to variables need to add -ReleaseParameters to Add-VSTeamRelease

Solved Problem

Pass variables

Additional info / code snippets?

No response

SebastianSchuetze commented 1 year ago

As stated in #521 this is nothing we can add because it is not supported with the API. Or to develop a work around and user variables would not make sense from a design standpoint.