mirror of
https://github.com/benclaussen/NetboxPS.git
synced 2025-12-15 18:55:46 +00:00
add Site to Set-NetboxVirtualMachine
This commit is contained in:
parent
3abf2264d9
commit
f3bcb9f616
2 changed files with 5 additions and 1 deletions
|
|
@ -12,6 +12,8 @@ function Set-NetboxVirtualMachine {
|
|||
|
||||
[uint64]$Role,
|
||||
|
||||
[uint64]$Site,
|
||||
|
||||
[uint64]$Cluster,
|
||||
|
||||
[object]$Status,
|
||||
|
|
@ -58,4 +60,4 @@ function Set-NetboxVirtualMachine {
|
|||
InvokeNetboxRequest -URI $URI -Body $URIComponents.Parameters -Method PATCH
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6148,6 +6148,8 @@ function Set-NetboxVirtualMachine {
|
|||
|
||||
[uint64]$Role,
|
||||
|
||||
[uint64]$Site,
|
||||
|
||||
[uint64]$Cluster,
|
||||
|
||||
[object]$Status,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue