mirror of
https://github.com/benclaussen/NetboxPS.git
synced 2025-12-17 03:35:46 +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,
|
||||||
|
|
@ -80,4 +82,4 @@ function Set-NetboxIPAMAddress {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue