Dont return requesttype and customfields parameters by default

This commit is contained in:
Petri Asikainen 2021-05-16 08:37:04 +03:00
parent 3804a6df17
commit 7dde5ce1de

View file

@ -26,7 +26,7 @@ function Get-ParameterValue {
$Parameters $Parameters
, ,
[string[]]$DefaultExcludeParameter = @("id", "url", "apiKey", 'Debug', 'Verbose') [string[]]$DefaultExcludeParameter = @("id", "url", "apiKey", 'Debug', 'Verbose','RequestType','customfields')
) )
if ($MyInvocation.Line[($MyInvocation.OffsetInLine - 1)] -ne '.') { if ($MyInvocation.Line[($MyInvocation.OffsetInLine - 1)] -ne '.') {