@@ -342,7 +342,7 @@ function Get-ApplicationsHealthyStatusOfStartHyperVVM {
342
342
}
343
343
}
344
344
}
345
- write-LogSectionEnd (" Status check messages" );
345
+ write-LogSectionEnd (" Status check messages" );
346
346
347
347
$workInProgress = $true ;
348
348
while ($workInProgress ) {
@@ -353,7 +353,7 @@ function Get-ApplicationsHealthyStatusOfStartHyperVVM {
353
353
354
354
# backup for future -and $vm.Heartbeat -ne "OkApplicationsUnknown"
355
355
# hyper-v show unkown in case the hyper-v extensions are not uptodate
356
- write-LogSectionStart (" Status check messages" );
356
+ write-LogSectionStart (" Status check messages" );
357
357
while ($vm.Heartbeat -ne " OkApplicationsHealthy" -and ! $circuitBreaker ) {
358
358
Start-Sleep - Seconds 5
359
359
write-LogInfo (" Checking status again in 5 sec." )
@@ -388,7 +388,7 @@ function Get-ApplicationsHealthyStatusOfStartHyperVVM {
388
388
continue
389
389
}
390
390
}
391
- write-LogSectionEnd (" Status check messages" );
391
+ write-LogSectionEnd (" Status check messages" );
392
392
393
393
$workInProgress = $false ;
394
394
write-LogInfo (" The VM $vmname has been started." );
@@ -441,14 +441,14 @@ function Get-TimeBasedStatusOfStartHyperVVM {
441
441
442
442
[int ]$waitingInterval = ($timeBasedStatusWaitInterval / 30 );
443
443
444
- write-LogSectionStart (" Status check messages" );
444
+ write-LogSectionStart (" Status check messages" );
445
445
for ($i = 1 ; $i -le $waitingTimeNumberOfStatusNotifications ; $i ++ ) {
446
446
Start-Sleep - Seconds $waitingInterval
447
447
$timeBasedStatusWaitIntervalLeft = $timeBasedStatusWaitInterval - $i * $waitingInterval ;
448
448
449
449
write-LogInfo (" Waiting interval is reached in $timeBasedStatusWaitIntervalLeft sec." )
450
450
}
451
- write-LogSectionEnd (" Status check messages" );
451
+ write-LogSectionEnd (" Status check messages" );
452
452
write-LogInfo (" Waiting interval $timeBasedStatusWaitInterval seconds reached. We go on ..." )
453
453
}
454
454
@@ -1074,7 +1074,7 @@ Try {
1074
1074
Get-HyperVCmdletsAvailable
1075
1075
Get-ParameterOverview
1076
1076
write-LogSectionEnd (" Hyper-V action core script general info" )
1077
-
1077
+
1078
1078
Set-HyperVCmdletCacheDisabled - Confirm:$false
1079
1079
1080
1080
$vmNames = Get-VMNamesFromVMNameParameter
0 commit comments