mirror of
https://github.com/actions/runner-images.git
synced 2026-01-04 01:03:18 +08:00
set parameters explicitly (#2221)
This commit is contained in:
@@ -39,7 +39,7 @@ param(
|
||||
Import-Module $PSScriptRoot\helpers.psm1 -DisableNameChecking
|
||||
|
||||
# Connection to a vCenter Server system
|
||||
Connect-VCServer
|
||||
Connect-VCServer -VIServer $VIServer -VIUserName $VIUserName -VIPassword $VIPassword
|
||||
|
||||
# Check vm clone status
|
||||
$chainId = (Get-VIEvent -Entity $VMName).ChainId
|
||||
|
||||
Reference in New Issue
Block a user