mirror of
https://github.com/snazy2000/SnipeitPS.git
synced 2025-12-16 19:25:47 +00:00
Dont return requesttype and customfields parameters by default
This commit is contained in:
parent
3804a6df17
commit
7dde5ce1de
1 changed files with 2 additions and 2 deletions
|
|
@ -26,7 +26,7 @@ function Get-ParameterValue {
|
|||
$Parameters
|
||||
,
|
||||
|
||||
[string[]]$DefaultExcludeParameter = @("id", "url", "apiKey", 'Debug', 'Verbose')
|
||||
[string[]]$DefaultExcludeParameter = @("id", "url", "apiKey", 'Debug', 'Verbose','RequestType','customfields')
|
||||
)
|
||||
|
||||
if ($MyInvocation.Line[($MyInvocation.OffsetInLine - 1)] -ne '.') {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue