зеркало из https://github.com/Azure/ARO-RP.git
Add southcentralus to rp pickZones exception, not gateway
This commit is contained in:
Родитель
1718e3a2e3
Коммит
ec9c007034
|
@ -54,8 +54,7 @@
|
|||
"value": [
|
||||
"eastasia",
|
||||
"centralindia",
|
||||
"koreacentral",
|
||||
"southcentralus"
|
||||
"koreacentral"
|
||||
]
|
||||
},
|
||||
"rpImage": {
|
||||
|
|
|
@ -58,8 +58,7 @@
|
|||
"defaultValue": [
|
||||
"eastasia",
|
||||
"centralindia",
|
||||
"koreacentral",
|
||||
"southcentralus"
|
||||
"koreacentral"
|
||||
]
|
||||
},
|
||||
"rpImage": {
|
||||
|
|
|
@ -93,7 +93,8 @@
|
|||
"value": [
|
||||
"eastasia",
|
||||
"centralindia",
|
||||
"koreacentral"
|
||||
"koreacentral",
|
||||
"southcentralus"
|
||||
]
|
||||
},
|
||||
"portalAccessGroupIds": {
|
||||
|
|
|
@ -101,7 +101,8 @@
|
|||
"defaultValue": [
|
||||
"eastasia",
|
||||
"centralindia",
|
||||
"koreacentral"
|
||||
"koreacentral",
|
||||
"southcentralus"
|
||||
]
|
||||
},
|
||||
"portalAccessGroupIds": {
|
||||
|
|
Различия файлов скрыты, потому что одна или несколько строк слишком длинны
|
@ -67,7 +67,6 @@ func (g *generator) gatewayTemplate() *arm.Template {
|
|||
"eastasia",
|
||||
"centralindia",
|
||||
"koreacentral",
|
||||
"southcentralus",
|
||||
}
|
||||
}
|
||||
t.Parameters[param] = p
|
||||
|
|
|
@ -103,6 +103,7 @@ func (g *generator) rpTemplate() *arm.Template {
|
|||
"eastasia",
|
||||
"centralindia",
|
||||
"koreacentral",
|
||||
"southcentralus",
|
||||
}
|
||||
}
|
||||
t.Parameters[param] = p
|
||||
|
|
Загрузка…
Ссылка в новой задаче