Specify InputObject Type
This commit is contained in:
@@ -4,7 +4,7 @@ function New-Map {
|
||||
param(
|
||||
[Parameter(Mandatory)]
|
||||
[ValidateNotNullOrEmpty()]
|
||||
$inputObject,
|
||||
[PSCustomObject]$inputObject,
|
||||
[Parameter(Mandatory)]
|
||||
[ValidateNotNullOrEmpty()]
|
||||
[string]$key,
|
||||
|
||||
Reference in New Issue
Block a user