Skip to content

Commit 75ac7ec

Browse files
committed
Update DataClassificationTests.ps1
1 parent d5b6423 commit 75ac7ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Sql/Sql.Test/ScenarioTests/DataClassificationTests.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -441,9 +441,9 @@ function Get-DataClassificationManagedTestEnvironmentParameters ($testSuffix)
441441
.SYNOPSIS
442442
Creates the test environment needed to perform the tests
443443
#>
444-
function Create-ManagedDataClassificationTestEnvironment ($testSuffix, $location = "West Central US")
444+
function Create-ManagedDataClassificationTestEnvironment ($testSuffix, $location = "North Europe")
445445
{
446-
$params = Get-DataClassificationTestEnvironmentParameters $testSuffix
446+
$params = Get-DataClassificationManagedTestEnvironmentParameters $testSuffix
447447

448448
New-AzureRmResourceGroup -Name $params.rgname -Location $location
449449

0 commit comments

Comments
 (0)