Skip to content

Commit 8337efe

Browse files
ryuyuadvay26
andauthored
Add ASE regions to allowed regions (#9255)
* add ASE support for test * USSE to USSC oops * add ASE support for test * USSE to USSC oops Co-authored-by: Advay Tandon <[email protected]>
1 parent 6ebbcd0 commit 8337efe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Scripts/Import-Configuration.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ param (
77
[Parameter(Mandatory=$true)][string]$Branch = "master",
88
[Parameter(Mandatory=$true)][ValidateSet("production", "staging")][string]$Slot = "production",
99
[Parameter(Mandatory=$true)][ValidateSet("Dev", "Int", "Prod")][string]$Environment,
10-
[Parameter(Mandatory=$true)][ValidateSet("USNC", "USSC", "USNC-PREVIEW", "USSC-PREVIEW")][string]$Region
10+
[Parameter(Mandatory=$true)][ValidateSet("USNC", "USSC", "USNC-PREVIEW", "USSC-PREVIEW", "USNC-ASE", "USSC-ASE")][string]$Region
1111
)
1212

1313
Write-Host "Importing configuration for Gallery Functional tests on $Environment $Region"

0 commit comments

Comments
 (0)