Skip to content

Commit

Permalink
feat: Out-JSON ( Fixes #727 )
Browse files Browse the repository at this point in the history
    Adding Example
  • Loading branch information
StartAutomating authored and StartAutomating committed Mar 9, 2024
1 parent cf8df1d commit f79e060
Showing 1 changed file with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@

describe 'Template.PowerShell.RenameVariable' {
it 'Template.PowerShell.RenameVariable Example 1' {
{
[RenameVariable(VariableRename={
@{
x='x1'
y='y1'
}
})]
param($x, $y)
} | .>PipeScript
}
}

0 comments on commit f79e060

Please sign in to comment.