Set AutomationOnly attribute for VMFS functions (#224)

This commit is contained in:
Sanjay Rajmohan 2023-11-13 14:27:41 -08:00 коммит произвёл GitHub
Родитель 39a4983fc0
Коммит caf593024a
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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
(