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