mirror of
https://github.com/tigpas/NetboxPS.git
synced 2026-03-21 21:45:33 +00:00
Merge branch 'add-virtualdisk'
This commit is contained in:
commit
997ae45a92
5 changed files with 10 additions and 2 deletions
|
|
@ -15,6 +15,8 @@ function Add-NetboxVirtualMachineDisk {
|
||||||
|
|
||||||
[string]$Description,
|
[string]$Description,
|
||||||
|
|
||||||
|
[hashtable]$Custom_Fields,
|
||||||
|
|
||||||
[switch]$Raw
|
[switch]$Raw
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -17,6 +17,8 @@ function Set-NetboxVirtualMachineDisk {
|
||||||
|
|
||||||
[uint64]$Virtual_Machine,
|
[uint64]$Virtual_Machine,
|
||||||
|
|
||||||
|
[hashtable]$Custom_Fields,
|
||||||
|
|
||||||
[switch]$Force
|
[switch]$Force
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
#
|
#
|
||||||
# Generated by: Ben Claussen
|
# Generated by: Ben Claussen
|
||||||
#
|
#
|
||||||
# Generated on: 10/4/2024
|
# Generated on: 10/5/2024
|
||||||
#
|
#
|
||||||
|
|
||||||
@{
|
@{
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
#
|
#
|
||||||
# Generated by: Ben Claussen
|
# Generated by: Ben Claussen
|
||||||
#
|
#
|
||||||
# Generated on: 10/4/2024
|
# Generated on: 10/5/2024
|
||||||
#
|
#
|
||||||
|
|
||||||
@{
|
@{
|
||||||
|
|
|
||||||
|
|
@ -249,6 +249,8 @@ function Add-NetboxVirtualMachineDisk {
|
||||||
|
|
||||||
[string]$Description,
|
[string]$Description,
|
||||||
|
|
||||||
|
[hashtable]$Custom_Fields,
|
||||||
|
|
||||||
[switch]$Raw
|
[switch]$Raw
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
@ -6557,6 +6559,8 @@ function Set-NetboxVirtualMachineDisk {
|
||||||
|
|
||||||
[uint64]$Virtual_Machine,
|
[uint64]$Virtual_Machine,
|
||||||
|
|
||||||
|
[hashtable]$Custom_Fields,
|
||||||
|
|
||||||
[switch]$Force
|
[switch]$Force
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue