Skip to content

Commit 28e4918

Browse files
authored
Update TestLiveScenarios.ps1 (#23489)
1 parent 866a4d3 commit 28e4918

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App/App.Autorest/Livetests/TestLiveScenarios.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Invoke-LiveTestScenario -Name "List ContainerApp" -Description "Test listing Con
55
$appName = New-LiveTestResourceName
66
$workspaceName = New-LiveTestResourceName
77
$envName = New-LiveTestResourceName
8-
$appLocation = "westus"
8+
$appLocation = "northcentralusstage"
99

1010
$null = New-AzOperationalInsightsWorkspace -ResourceGroupName $rgName -Name $workspaceName -Sku PerGB2018 -Location $appLocation -PublicNetworkAccessForIngestion "Enabled" -PublicNetworkAccessForQuery "Enabled"
1111
$CustomId = (Get-AzOperationalInsightsWorkspace -ResourceGroupName $rgName -Name $workspaceName).CustomerId

0 commit comments

Comments
 (0)