Fixed copypasted typo

This commit is contained in:
Petri Asikainen 2021-01-17 07:09:19 +02:00
parent f688b32c50
commit 953a3453fc

View file

@ -26,7 +26,7 @@ function Get-ParameterValue {
# The $PSBoundParameters for the caller -- DO NOT pass this (dot-source Get-ParameterValues instead)
$BoundParameters = $PSBoundParameters,
[string[]]$DefaultExcludeParameter = @("url", "apiKey", 'Debug', 'Verbose')
[string[]]$DefaultExcludeParameter = @("id", "url", "apiKey", 'Debug', 'Verbose')
)
if ($MyInvocation.Line[($MyInvocation.OffsetInLine - 1)] -ne '.') {