mirror of
https://github.com/actions/runner-images.git
synced 2025-12-30 05:49:48 +08:00
set parameters explicitly (#2221)
This commit is contained in:
@@ -46,7 +46,7 @@ param(
|
||||
Import-Module $PSScriptRoot\helpers.psm1 -DisableNameChecking
|
||||
|
||||
# Connection to a vCenter Server system
|
||||
Connect-VCServer
|
||||
Connect-VCServer -VIServer $VIServer -VIUserName $VIUserName -VIPassword $VIPassword
|
||||
|
||||
# Clear previously assigned tag with VM Name
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user