Skip to content

Commit 912cbfc

Browse files
committed
Fix Start/Stop-AzureVM
1 parent 459235c commit 912cbfc

File tree

4 files changed

+3565
-621
lines changed

4 files changed

+3565
-621
lines changed

src/Common/Commands.ScenarioTest/Resources/ServiceManagement/ServiceManagementTests.ps1

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,6 @@ function Run-StartAndStopMultipleVirtualMachinesTest
123123
Start-AzureVM -ServiceName $svcName -VM $vmList[0];
124124
Start-AzureVM -ServiceName $svcName -VM $vmList[0],$vmList[1];
125125
Start-AzureVM -ServiceName $svcName -VM $vmList;
126-
}
127-
catch
128-
{
129-
130126
}
131127
finally
132128
{

0 commit comments

Comments
 (0)