diff --git a/NetboxPS.psm1 b/NetboxPS.psm1 index cc051fc..6d66fc6 100644 --- a/NetboxPS.psm1 +++ b/NetboxPS.psm1 @@ -10,7 +10,7 @@ Script generated by PowerShell Studio 2020 #> -# Build a list of common paramters so we can omit them to build URI parameters +# Build a list of common parameters so we can omit them to build URI parameters $script:CommonParameterNames = New-Object System.Collections.ArrayList [void]$script:CommonParameterNames.AddRange(@([System.Management.Automation.PSCmdlet]::CommonParameters)) [void]$script:CommonParameterNames.AddRange(@([System.Management.Automation.PSCmdlet]::OptionalCommonParameters))