|
19 | 19 | function Test-CreateDatabaseCopy() |
20 | 20 | { |
21 | 21 | # Setup |
22 | | - $location = Get-Location "Microsoft.Sql" "operations" "West Europe" |
| 22 | + $location = Get-Location "Microsoft.Sql" "operations" "West US 3" |
23 | 23 | $rg = Create-ResourceGroupForTest $location |
24 | 24 | $server = Create-ServerForTest $rg $location |
25 | 25 | $database = Create-DatabaseForTest $rg $server "Standard" |
@@ -67,7 +67,7 @@ function Test-CreateDatabaseCopy() |
67 | 67 | function Test-CreateVcoreDatabaseCopy() |
68 | 68 | { |
69 | 69 | # Setup |
70 | | - $location = Get-Location "Microsoft.Sql" "operations" "West Europe" |
| 70 | + $location = Get-Location "Microsoft.Sql" "operations" "West US 3" |
71 | 71 | $rg = Create-ResourceGroupForTest $location |
72 | 72 | $server = Create-ServerForTest $rg $location |
73 | 73 | $db = Create-VcoreDatabaseForTest $rg $server 2 BasePrice |
@@ -121,7 +121,7 @@ function Test-CreateVcoreDatabaseCopy() |
121 | 121 | function Test-CreateSecondaryDatabase() |
122 | 122 | { |
123 | 123 | # Setup |
124 | | - $location = Get-Location "Microsoft.Sql" "operations" "West Europe" |
| 124 | + $location = Get-Location "Microsoft.Sql" "operations" "West US 3" |
125 | 125 | $rg = Create-ResourceGroupForTest $location |
126 | 126 | $server = Create-ServerForTest $rg $location |
127 | 127 | $database = Create-DatabaseForTest $rg $server |
@@ -162,7 +162,7 @@ function Test-CreateSecondaryDatabase() |
162 | 162 | function Test-CreateNamedSecondaryDatabase() |
163 | 163 | { |
164 | 164 | # Setup |
165 | | - $location = Get-Location "Microsoft.Sql" "operations" "West Europe" |
| 165 | + $location = Get-Location "Microsoft.Sql" "operations" "West US 3" |
166 | 166 | $rg = Create-ResourceGroupForTest $location |
167 | 167 | $server = Create-ServerForTest $rg $location |
168 | 168 | $database = Create-DatabaseForTest $rg $server |
@@ -217,7 +217,7 @@ function Test-CreateNamedSecondaryDatabase() |
217 | 217 | function Test-CreateNamedSecondaryDatabaseNegative() |
218 | 218 | { |
219 | 219 | # Setup |
220 | | - $location = Get-Location "Microsoft.Sql" "operations" "West Europe" |
| 220 | + $location = Get-Location "Microsoft.Sql" "operations" "West US 3" |
221 | 221 | $rg = Create-ResourceGroupForTest $location |
222 | 222 | $server = Create-ServerForTest $rg $location |
223 | 223 | $database = Create-DatabaseForTest $rg $server |
@@ -251,7 +251,7 @@ function Test-CreateNamedSecondaryDatabaseNegative() |
251 | 251 | function Test-GetReplicationLink() |
252 | 252 | { |
253 | 253 | # Setup |
254 | | - $location = Get-Location "Microsoft.Sql" "operations" "East US 2 EUAP" |
| 254 | + $location = Get-Location "Microsoft.Sql" "operations" "West US 3" |
255 | 255 | $rg = Create-ResourceGroupForTest $location |
256 | 256 | $server = Create-ServerForTest $rg $location |
257 | 257 | $database = Create-DatabaseForTest $rg $server |
@@ -295,7 +295,7 @@ function Test-GetReplicationLink() |
295 | 295 | function Test-SetReplicationLink() |
296 | 296 | { |
297 | 297 | # Setup |
298 | | - $location = Get-Location "Microsoft.Sql" "operations" "East US 2 EUAP" |
| 298 | + $location = Get-Location "Microsoft.Sql" "operations" "West US 3" |
299 | 299 | $rg = Create-ResourceGroupForTest $location |
300 | 300 | $server = Create-ServerForTest $rg $location |
301 | 301 | $database = Create-DatabaseForTest $rg $server |
@@ -356,7 +356,7 @@ function Test-SetReplicationLink() |
356 | 356 | function Test-RemoveSecondaryDatabase() |
357 | 357 | { |
358 | 358 | # Setup |
359 | | - $location = Get-Location "Microsoft.Sql" "operations" "West Europe" |
| 359 | + $location = Get-Location "Microsoft.Sql" "operations" "West US 3" |
360 | 360 | $rg = Create-ResourceGroupForTest $location |
361 | 361 | $server = Create-ServerForTest $rg $location |
362 | 362 | $database = Create-DatabaseForTest $rg $server |
@@ -387,7 +387,7 @@ function Test-RemoveSecondaryDatabase() |
387 | 387 | function Test-FailoverSecondaryDatabase() |
388 | 388 | { |
389 | 389 | # Setup |
390 | | - $location = Get-Location "Microsoft.Sql" "operations" "East US 2 EUAP" |
| 390 | + $location = Get-Location "Microsoft.Sql" "operations" "West US 3" |
391 | 391 | $rg = Create-ResourceGroupForTest $location |
392 | 392 | $server = Create-ServerForTest $rg $location |
393 | 393 | $database = Create-DatabaseForTest $rg $server |
@@ -484,7 +484,7 @@ function Test-CreateDatabaseCopyWithBackupStorageRedundancy() |
484 | 484 | function Test-CreateSecondaryDatabaseWithBackupStorageRedundancy() |
485 | 485 | { |
486 | 486 | # Setup |
487 | | - $location = "westeurope" |
| 487 | + $location = Get-Location "Microsoft.Sql" "operations" "West US 3" |
488 | 488 | $rg = Create-ResourceGroupForTest $location |
489 | 489 | $server = Create-ServerForTest $rg $location |
490 | 490 | $database = Create-DatabaseForTest $rg $server |
@@ -582,7 +582,7 @@ function Test-CreateSecondaryDatabaseWithGeoZoneBackupStorageRedundancy() |
582 | 582 | function Test-CreateCopyRegularAndZoneRedundantDatabaseWithSourceNotZoneRedundant() |
583 | 583 | { |
584 | 584 | # Setup |
585 | | - $location = Get-Location "Microsoft.Sql" "operations" "East US 2 EUAP" |
| 585 | + $location = Get-Location "Microsoft.Sql" "operations" "West US 3" |
586 | 586 | $rg = Create-ResourceGroupForTest $location |
587 | 587 | $server = Create-ServerForTest $rg $location |
588 | 588 | $sourceNonZRDatabaseName = Get-DatabaseName + "-non-zr" |
@@ -659,7 +659,7 @@ function Test-CreateCopyRegularAndZoneRedundantDatabaseWithSourceNotZoneRedundan |
659 | 659 | function Test-CreateCopyRegularAndZoneRedundantDatabaseWithSourceZoneRedundant() |
660 | 660 | { |
661 | 661 | # Setup |
662 | | - $location = Get-Location "Microsoft.Sql" "operations" "East US 2 EUAP" |
| 662 | + $location = Get-Location "Microsoft.Sql" "operations" "West US 3" |
663 | 663 | $rg = Create-ResourceGroupForTest $location |
664 | 664 | $server = Create-ServerForTest $rg $location |
665 | 665 | $sourceZRDatabaseName = Get-DatabaseName + "-zr" |
@@ -736,7 +736,7 @@ function Test-CreateCopyRegularAndZoneRedundantDatabaseWithSourceZoneRedundant() |
736 | 736 | function Test-CreateSecondaryRegularAndZoneRedundantDatabaseWithSourceNotZoneRedundant() |
737 | 737 | { |
738 | 738 | # Setup |
739 | | - $location = Get-Location "Microsoft.Sql" "operations" "East US 2 EUAP" |
| 739 | + $location = Get-Location "Microsoft.Sql" "operations" "West US 3" |
740 | 740 |
|
741 | 741 | # Setup for geo primary |
742 | 742 | $rg = Create-ResourceGroupForTest $location |
@@ -825,7 +825,7 @@ function Test-CreateSecondaryRegularAndZoneRedundantDatabaseWithSourceNotZoneRed |
825 | 825 | function Test-CreateSecondaryRegularAndZoneRedundantDatabaseWithSourceZoneRedundant() |
826 | 826 | { |
827 | 827 | # Setup |
828 | | - $location = Get-Location "Microsoft.Sql" "operations" "East US 2 EUAP" |
| 828 | + $location = Get-Location "Microsoft.Sql" "operations" "West US 3" |
829 | 829 |
|
830 | 830 | # Setup for geo primary |
831 | 831 | $rg = Create-ResourceGroupForTest $location |
|
0 commit comments