mirror of
https://github.com/tigpas/NetboxPS.git
synced 2026-03-21 21:45:33 +00:00
Merge branch 'add-vm-site'
This commit is contained in:
commit
ba75399ef9
2 changed files with 5 additions and 1 deletions
|
|
@ -12,6 +12,8 @@ function Set-NetboxVirtualMachine {
|
||||||
|
|
||||||
[uint64]$Role,
|
[uint64]$Role,
|
||||||
|
|
||||||
|
[uint64]$Site,
|
||||||
|
|
||||||
[uint64]$Cluster,
|
[uint64]$Cluster,
|
||||||
|
|
||||||
[object]$Status,
|
[object]$Status,
|
||||||
|
|
@ -58,4 +60,4 @@ function Set-NetboxVirtualMachine {
|
||||||
InvokeNetboxRequest -URI $URI -Body $URIComponents.Parameters -Method PATCH
|
InvokeNetboxRequest -URI $URI -Body $URIComponents.Parameters -Method PATCH
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -6261,6 +6261,8 @@ function Set-NetboxVirtualMachine {
|
||||||
|
|
||||||
[uint64]$Role,
|
[uint64]$Role,
|
||||||
|
|
||||||
|
[uint64]$Site,
|
||||||
|
|
||||||
[uint64]$Cluster,
|
[uint64]$Cluster,
|
||||||
|
|
||||||
[object]$Status,
|
[object]$Status,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue