added tags field

This commit is contained in:
Wago Louage 2024-06-24 19:17:11 +02:00 committed by GitHub
parent 7129e7d3c7
commit 7275591ac8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,6 +14,8 @@ function Set-NetboxIPAMAddress {
[uint64]$Tenant,
[uint64][]$Tags,
[uint64]$VRF,
[object]$Role,
@ -80,4 +82,4 @@ function Set-NetboxIPAMAddress {
}
}
}
}
}