FIX: JSON helper ConvertTo-DoubleEscapedQuotes
Can't taken in $Name from the pipeline dummy!
This commit is contained in:
@@ -26,7 +26,7 @@ function ConvertTo-DoubleEscapedQuotes
|
||||
[String]
|
||||
$Text,
|
||||
|
||||
[Parameter(ValueFromPipeline=$true, Mandatory = $false)]
|
||||
[Parameter(Mandatory = $false)]
|
||||
[String]
|
||||
$Name = ''
|
||||
)
|
||||
|
Reference in New Issue
Block a user