mirror of
https://github.com/benclaussen/NetboxPS.git
synced 2025-12-15 02:35:46 +00:00
Parameter type adjustments
This commit is contained in:
parent
3763d97d9a
commit
08ec2853db
1 changed files with 2 additions and 2 deletions
|
|
@ -20,11 +20,11 @@ function Add-NetboxDCIMRearPort
|
|||
|
||||
[string]$Color,
|
||||
|
||||
[uint16]$Positions,
|
||||
[uint16]$Positions = 1,
|
||||
|
||||
[string]$Description,
|
||||
|
||||
[string]$Tags
|
||||
[uint16[]]$Tags
|
||||
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue