Skip to content

Commit

Permalink
fix: deploymentLocation rework (#804)
Browse files Browse the repository at this point in the history
## Description

Revert back to `westEurope` for deployment location until rotator has
been refined
  • Loading branch information
ChrisSidebotham authored Jan 12, 2024
1 parent 6a2594a commit 2936b04
Showing 1 changed file with 1 addition and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function Get-AzDeploymentRegion {
param (
[Parameter(Mandatory = $false)]
[array] $excludedRegions = @(
"westeurope",
# "westeurope",
"westus2",
"eastus2",
"centralus",
Expand All @@ -62,14 +62,6 @@ function Get-AzDeploymentRegion {

[Parameter(Mandatory = $false)]
[array] $knownRegionList = @(
"northeurope",
"eastus",
"polandcentral",
"germanywestcentral",
"francecentral",
"westus3",
"australiaeast",
"uksouth",
"westeurope"
)
)
Expand Down

0 comments on commit 2936b04

Please sign in to comment.