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 d5b6423 commit 75ac7ecCopy full SHA for 75ac7ec
src/Sql/Sql.Test/ScenarioTests/DataClassificationTests.ps1
@@ -441,9 +441,9 @@ function Get-DataClassificationManagedTestEnvironmentParameters ($testSuffix)
441
.SYNOPSIS
442
Creates the test environment needed to perform the tests
443
#>
444
-function Create-ManagedDataClassificationTestEnvironment ($testSuffix, $location = "West Central US")
+function Create-ManagedDataClassificationTestEnvironment ($testSuffix, $location = "North Europe")
445
{
446
- $params = Get-DataClassificationTestEnvironmentParameters $testSuffix
+ $params = Get-DataClassificationManagedTestEnvironmentParameters $testSuffix
447
448
New-AzureRmResourceGroup -Name $params.rgname -Location $location
449
0 commit comments