Skip to content

Commit

Permalink
Merge pull request #1926 from 25region/uaenorth-bug
Browse files Browse the repository at this point in the history
Add uaenorth to non-zonal regions
  • Loading branch information
bennerv authored Feb 2, 2022
2 parents 1c75b0a + 3646ad5 commit 9155a92
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 8 deletions.
3 changes: 2 additions & 1 deletion deploy/gateway-production-parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@
"centralindia",
"koreacentral",
"switzerlandnorth",
"northcentralus"
"northcentralus",
"uaenorth"
]
},
"rpImage": {
Expand Down
3 changes: 2 additions & 1 deletion deploy/gateway-production.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@
"centralindia",
"koreacentral",
"switzerlandnorth",
"northcentralus"
"northcentralus",
"uaenorth"
]
},
"rpImage": {
Expand Down
3 changes: 2 additions & 1 deletion deploy/rp-production-parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@
"switzerlandnorth",
"brazilsouth",
"southafricanorth",
"northcentralus"
"northcentralus",
"uaenorth"
]
},
"portalAccessGroupIds": {
Expand Down
3 changes: 2 additions & 1 deletion deploy/rp-production.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@
"switzerlandnorth",
"brazilsouth",
"southafricanorth",
"northcentralus"
"northcentralus",
"uaenorth"
]
},
"portalAccessGroupIds": {
Expand Down
8 changes: 4 additions & 4 deletions pkg/deploy/bindata.go

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions pkg/deploy/generator/templates_gateway.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ func (g *generator) gatewayTemplate() *arm.Template {
"koreacentral",
"switzerlandnorth",
"northcentralus",
"uaenorth",
}
}
t.Parameters[param] = p
Expand Down
1 change: 1 addition & 0 deletions pkg/deploy/generator/templates_rp.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ func (g *generator) rpTemplate() *arm.Template {
"brazilsouth",
"southafricanorth",
"northcentralus",
"uaenorth",
}
}
t.Parameters[param] = p
Expand Down

0 comments on commit 9155a92

Please sign in to comment.