We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 866a4d3 commit 28e4918Copy full SHA for 28e4918
src/App/App.Autorest/Livetests/TestLiveScenarios.ps1
@@ -5,7 +5,7 @@ Invoke-LiveTestScenario -Name "List ContainerApp" -Description "Test listing Con
5
$appName = New-LiveTestResourceName
6
$workspaceName = New-LiveTestResourceName
7
$envName = New-LiveTestResourceName
8
- $appLocation = "westus"
+ $appLocation = "northcentralusstage"
9
10
$null = New-AzOperationalInsightsWorkspace -ResourceGroupName $rgName -Name $workspaceName -Sku PerGB2018 -Location $appLocation -PublicNetworkAccessForIngestion "Enabled" -PublicNetworkAccessForQuery "Enabled"
11
$CustomId = (Get-AzOperationalInsightsWorkspace -ResourceGroupName $rgName -Name $workspaceName).CustomerId
0 commit comments