зеркало из 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": [
|
"value": [
|
||||||
"eastasia",
|
"eastasia",
|
||||||
"centralindia",
|
"centralindia",
|
||||||
"koreacentral",
|
"koreacentral"
|
||||||
"southcentralus"
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"rpImage": {
|
"rpImage": {
|
||||||
|
|
|
@ -58,8 +58,7 @@
|
||||||
"defaultValue": [
|
"defaultValue": [
|
||||||
"eastasia",
|
"eastasia",
|
||||||
"centralindia",
|
"centralindia",
|
||||||
"koreacentral",
|
"koreacentral"
|
||||||
"southcentralus"
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"rpImage": {
|
"rpImage": {
|
||||||
|
|
|
@ -93,7 +93,8 @@
|
||||||
"value": [
|
"value": [
|
||||||
"eastasia",
|
"eastasia",
|
||||||
"centralindia",
|
"centralindia",
|
||||||
"koreacentral"
|
"koreacentral",
|
||||||
|
"southcentralus"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"portalAccessGroupIds": {
|
"portalAccessGroupIds": {
|
||||||
|
|
|
@ -101,7 +101,8 @@
|
||||||
"defaultValue": [
|
"defaultValue": [
|
||||||
"eastasia",
|
"eastasia",
|
||||||
"centralindia",
|
"centralindia",
|
||||||
"koreacentral"
|
"koreacentral",
|
||||||
|
"southcentralus"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"portalAccessGroupIds": {
|
"portalAccessGroupIds": {
|
||||||
|
|
Различия файлов скрыты, потому что одна или несколько строк слишком длинны
|
@ -67,7 +67,6 @@ func (g *generator) gatewayTemplate() *arm.Template {
|
||||||
"eastasia",
|
"eastasia",
|
||||||
"centralindia",
|
"centralindia",
|
||||||
"koreacentral",
|
"koreacentral",
|
||||||
"southcentralus",
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
t.Parameters[param] = p
|
t.Parameters[param] = p
|
||||||
|
|
|
@ -103,6 +103,7 @@ func (g *generator) rpTemplate() *arm.Template {
|
||||||
"eastasia",
|
"eastasia",
|
||||||
"centralindia",
|
"centralindia",
|
||||||
"koreacentral",
|
"koreacentral",
|
||||||
|
"southcentralus",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
t.Parameters[param] = p
|
t.Parameters[param] = p
|
||||||
|
|
Загрузка…
Ссылка в новой задаче