Skip to content

Commit 4b3f6f6

Browse files
committed
update powershell
1 parent 0621f29 commit 4b3f6f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.configuration/powershell/cleanUp.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ param(
77
[string]$EnvName = "demo",
88

99
[Parameter(Mandatory=$false)]
10-
[ValidateSet("eastus", "eastus2", "westus", "westus2", "northeurope", "westeurope")]
10+
[ValidateSet("eastus", "eastus2", "westus", "westus2", "westus3", "northeurope", "westeurope")]
1111
[string]$Location = "eastus2"
1212
)
1313

cleanSetUp.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ param(
66
[string]$EnvName = "gitHub",
77

88
[Parameter(Mandatory=$false)]
9-
[ValidateSet("eastus", "eastus2", "westus", "westus2", "northeurope", "westeurope")]
9+
[ValidateSet("eastus", "eastus2", "westus", "westus2", "westus3", "northeurope", "westeurope")]
1010
[string]$Location = "eastus2"
1111
)
1212

0 commit comments

Comments
 (0)