Fixed param list missing Force parameter

This commit is contained in:
sheffsix 2023-03-14 12:01:24 +00:00
parent 36b20f0d28
commit e449565f54
2 changed files with 6 additions and 2 deletions

View file

@ -38,7 +38,9 @@ function Set-NetboxDCIMInterface
[uint16]$Untagged_VLAN,
[ValidateRange(1, 4094)]
[uint16[]]$Tagged_VLANs
[uint16[]]$Tagged_VLANs,
[switch]$Force
)
begin

View file

@ -29,7 +29,9 @@ function Set-NetboxDCIMRearPort
[bool]$Mark_Connected,
[uint16[]]$Tags
[uint16[]]$Tags,
[switch]$Force
)
begin