Update default CIDR range vWAN Hub Contoso RI (#608)

* Update wiki-sync.yml

* Update How-Enterprise-Scale-Works.md

* Update vWAN hub default CIDR range

* Update es-portal.json

Co-authored-by: Kristian Nese <kristiannese@live.com>
This commit is contained in:
Johan Dahlbom 2021-06-09 18:03:17 +02:00 коммит произвёл GitHub
Родитель 07fcf06ba5
Коммит 1ec6c2538f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 8 добавлений и 8 удалений

Просмотреть файл

@ -758,12 +758,12 @@
"name": "esAddress",
"type": "Microsoft.Common.TextBox",
"label": "Address space (required for Virtual Hub)",
"toolTip": "Provide address prefix in CIDR notation (e.g 192.168.0.0/16)",
"defaultValue": "192.168.0.0/16",
"toolTip": "Provide address prefix in CIDR notation (e.g 192.168.0.0/23)",
"defaultValue": "192.168.0.0/23",
"visible": "[equals(steps('esConnectivityGoalState').esVwan,'Yes')]",
"constraints": {
"required": true,
"validationMessage": "The virtual hubs network's address space, specified as one address prefixes in CIDR notation (e.g. 192.168.0.0/16)"
"validationMessage": "The virtual hubs network's address space, specified as one address prefixes in CIDR notation (e.g. 192.168.0.0/23)"
}
},
{

Просмотреть файл

@ -771,12 +771,12 @@
"name": "esAddress",
"type": "Microsoft.Common.TextBox",
"label": "Address space (required for Virtual Hub)",
"toolTip": "Provide address prefix in CIDR notation (e.g 192.168.0.0/16)",
"defaultValue": "192.168.0.0/16",
"toolTip": "Provide address prefix in CIDR notation (e.g 192.168.0.0/23)",
"defaultValue": "192.168.0.0/23",
"visible": "[equals(steps('esConnectivityGoalState').esVwan, 'Yes')]",
"constraints": {
"required": true,
"validationMessage": "The virtual hubs network's address space, specified as one address prefixes in CIDR notation (e.g. 192.168.0.0/16)"
"validationMessage": "The virtual hubs network's address space, specified as one address prefixes in CIDR notation (e.g. 192.168.0.0/23)"
}
},
{