mirror of
https://github.com/benclaussen/NetboxPS.git
synced 2026-02-04 11:20:19 +00:00
added tags field
This commit is contained in:
parent
7129e7d3c7
commit
7275591ac8
1 changed files with 3 additions and 1 deletions
|
|
@ -14,6 +14,8 @@ function Set-NetboxIPAMAddress {
|
||||||
|
|
||||||
[uint64]$Tenant,
|
[uint64]$Tenant,
|
||||||
|
|
||||||
|
[uint64][]$Tags,
|
||||||
|
|
||||||
[uint64]$VRF,
|
[uint64]$VRF,
|
||||||
|
|
||||||
[object]$Role,
|
[object]$Role,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue