mirror of
https://github.com/benclaussen/NetboxPS.git
synced 2025-12-13 18:02:29 +00:00
Remove incorrect parameter
This commit is contained in:
parent
9e00636fbe
commit
2233de974d
1 changed files with 2 additions and 4 deletions
|
|
@ -72,11 +72,9 @@ function New-NetboxIPAMAddressRange {
|
||||||
[uint64]$VRF,
|
[uint64]$VRF,
|
||||||
|
|
||||||
[object]$Role,
|
[object]$Role,
|
||||||
|
|
||||||
[hashtable]$Custom_Fields,
|
[hashtable]$Custom_Fields,
|
||||||
|
|
||||||
[uint64]$Interface,
|
|
||||||
|
|
||||||
[string]$Description,
|
[string]$Description,
|
||||||
|
|
||||||
[string]$Comments,
|
[string]$Comments,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue