File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
src/ResourceManager/Network/Commands.Network.Test/ScenarioTests Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -128,6 +128,11 @@ function Get-CanaryLocation
128
128
Get-Location " Microsoft.Network" " networkWatchers" " centraluseuap" ;
129
129
}
130
130
131
+ function Get-PilotLocation
132
+ {
133
+ Get-Location " Microsoft.Network" " networkWatchers" " westcentralus" ;
134
+ }
135
+
131
136
<#
132
137
. SYNOPSIS
133
138
Test GetTopology NetworkWatcher API.
@@ -474,7 +479,7 @@ function Test-Troubleshoot
474
479
# Setup
475
480
$resourceGroupName = Get-ResourceGroupName
476
481
$nwName = Get-ResourceName
477
- $location = " westcentralus "
482
+ $location = Get-PilotLocation
478
483
$resourceTypeParent = " Microsoft.Network/networkWatchers"
479
484
$nwLocation = Get-ProviderLocation $resourceTypeParent
480
485
$nwRgName = Get-ResourceGroupName
You can’t perform that action at this time.
0 commit comments