You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently, we provide the capability to set an Azure DevOps pipeline variable in our Arcus.Scripting.DevOps PowerShell module, but this functionality does not provide any switch parameter to save the variable as a 'secret' pipeline variable (value won't be shown in logs).
Describe the solution you'd like
Add a switch parameter to the Set-AzDevOpsVariable command so that we can save secret pipeline variables.
Additional context
Marking a pipeline variable as a secret is done by adding issecret=true to the outputed text:
Is your feature request related to a problem? Please describe.
Currently, we provide the capability to set an Azure DevOps pipeline variable in our
Arcus.Scripting.DevOps
PowerShell module, but this functionality does not provide any switch parameter to save the variable as a 'secret' pipeline variable (value won't be shown in logs).Describe the solution you'd like
Add a switch parameter to the
Set-AzDevOpsVariable
command so that we can save secret pipeline variables.Additional context
Marking a pipeline variable as a secret is done by adding
issecret=true
to the outputed text:The text was updated successfully, but these errors were encountered: