sanderkl/PSMeraki

function New-MrkNetwork update

Opened this issue · 0 comments

Hello sanderkl,

The parameter "type" does not exist anymore, we have to use "productTypes" instead of "Type"
The allow values are: appliance/camera/cellularGateway/sensor/systemManager/wireless

Parameters "productTypes" and "tags" must be Arrays

Here are my changes:

Line 28: [Parameter()][String]$Tags -> [Parameter()][String[]]$Tags
Line 32: "types"= $type -join (" ") -> "productionTypes"= $type