Skip to content

Commit 9d8b6f0

Browse files
committed
Fixes after merge
1 parent e93efb2 commit 9d8b6f0

File tree

2 files changed

+1455
-1455
lines changed

2 files changed

+1455
-1455
lines changed

src/Network/Network.Test/ScenarioTests/NetworkWatcherAPITests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ function Wait-Vm($vm)
114114
$minutes = 30;
115115
while((Get-AzVM -ResourceGroupName $vm.ResourceGroupName -Name $vm.Name).ProvisioningState -ne "Succeeded")
116116
{
117-
Start-Sleep 60;
117+
Start-TestSleep 60;
118118
if(--$minutes -eq 0)
119119
{
120120
break;

src/Network/Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.VirtualNetworkGatewayTests/TestVirtualNetworkExpressRouteGatewayCRUD.json

Lines changed: 1454 additions & 1454 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)