Skip to content

Commit da644d7

Browse files
committed
revert back common.ps1
1 parent fbc6944 commit da644d7

File tree

1 file changed

+2
-2
lines changed
  • src/ResourceManager/Network/Commands.Network.Test/ScenarioTests

1 file changed

+2
-2
lines changed

src/ResourceManager/Network/Commands.Network.Test/ScenarioTests/Common.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ function Get-ProviderLocation($provider)
5151
{
5252
if($location.Locations[0] -eq "West US")
5353
{
54-
return "West US"; #return $location.Locations[1]
54+
return $location.Locations[1]
5555
}
5656
else
5757
{
58-
return "West US"; #return $location.Locations[0]
58+
return $location.Locations[0]
5959
}
6060
}
6161
}

0 commit comments

Comments
 (0)