This commit is contained in:
Petri Asikainen 2021-09-14 06:55:44 +03:00
parent bc88c6d8cf
commit 3f39425a6c
2 changed files with 2 additions and 2 deletions

View file

@ -31,7 +31,7 @@ function Get-SnipeitFieldset() {
[parameter(mandatory = $false)]
[string]$apiKey
)
bagin {
begin {
Test-SnipeitAlias -invocationName $MyInvocation.InvocationName -commandName $MyInvocation.MyCommand.Name
if ($id) {

View file

@ -104,7 +104,7 @@ function Get-SnipeitLicense() {
[parameter(mandatory = $false)]
[string]$apiKey
)
bagin {
begin {
Test-SnipeitAlias -invocationName $MyInvocation.InvocationName -commandName $MyInvocation.MyCommand.Name
$SearchParameter = . Get-ParameterValue -Parameters $MyInvocation.MyCommand.Parameters -BoundParameters $PSBoundParameters