Set AutomationOnly attribute for VMFS functions (#224)
This commit is contained in:
Родитель
39a4983fc0
Коммит
caf593024a
|
@ -1404,7 +1404,7 @@ function Get-VmKernelAdapters {
|
|||
|
||||
function Set-NVMeTCP {
|
||||
[CmdletBinding()]
|
||||
[AVSAttribute(10, UpdatesSDDC = $false)]
|
||||
[AVSAttribute(10, UpdatesSDDC = $false, AutomationOnly = $true)]
|
||||
|
||||
Param
|
||||
(
|
||||
|
@ -1487,7 +1487,7 @@ function Set-NVMeTCP {
|
|||
|
||||
function New-NVMeTCPAdapter {
|
||||
[CmdletBinding()]
|
||||
[AVSAttribute(10, UpdatesSDDC = $false)]
|
||||
[AVSAttribute(10, UpdatesSDDC = $false, AutomationOnly = $true)]
|
||||
|
||||
Param
|
||||
(
|
||||
|
|
Загрузка…
Ссылка в новой задаче