mirror of
https://github.com/benclaussen/NetboxPS.git
synced 2025-12-15 02:35:46 +00:00
Fixed param list missing Force parameter
This commit is contained in:
parent
36b20f0d28
commit
e449565f54
2 changed files with 6 additions and 2 deletions
|
|
@ -38,7 +38,9 @@ function Set-NetboxDCIMInterface
|
||||||
[uint16]$Untagged_VLAN,
|
[uint16]$Untagged_VLAN,
|
||||||
|
|
||||||
[ValidateRange(1, 4094)]
|
[ValidateRange(1, 4094)]
|
||||||
[uint16[]]$Tagged_VLANs
|
[uint16[]]$Tagged_VLANs,
|
||||||
|
|
||||||
|
[switch]$Force
|
||||||
)
|
)
|
||||||
|
|
||||||
begin
|
begin
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,9 @@ function Set-NetboxDCIMRearPort
|
||||||
|
|
||||||
[bool]$Mark_Connected,
|
[bool]$Mark_Connected,
|
||||||
|
|
||||||
[uint16[]]$Tags
|
[uint16[]]$Tags,
|
||||||
|
|
||||||
|
[switch]$Force
|
||||||
)
|
)
|
||||||
|
|
||||||
begin
|
begin
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue