add Custom_Fields to virtual disk

This commit is contained in:
Pascal Liehne 2024-10-05 12:59:45 +02:00
parent 65e49e825d
commit 646aff2af5
5 changed files with 10 additions and 2 deletions

View file

@ -15,6 +15,8 @@ function Add-NetboxVirtualMachineDisk {
[string]$Description,
[hashtable]$Custom_Fields,
[switch]$Raw
)

View file

@ -17,6 +17,8 @@ function Set-NetboxVirtualMachineDisk {
[uint64]$Virtual_Machine,
[hashtable]$Custom_Fields,
[switch]$Force
)

View file

@ -3,7 +3,7 @@
#
# Generated by: Ben Claussen
#
# Generated on: 01/09/2024
# Generated on: 10/5/2024
#
@{

View file

@ -3,7 +3,7 @@
#
# Generated by: Ben Claussen
#
# Generated on: 01/09/2024
# Generated on: 10/5/2024
#
@{

View file

@ -249,6 +249,8 @@ function Add-NetboxVirtualMachineDisk {
[string]$Description,
[hashtable]$Custom_Fields,
[switch]$Raw
)
@ -6392,6 +6394,8 @@ function Set-NetboxVirtualMachineDisk {
[uint64]$Virtual_Machine,
[hashtable]$Custom_Fields,
[switch]$Force
)