From 22d834c3397dd841d762f1e709e827481f4e451a Mon Sep 17 00:00:00 2001 From: Tim Spiglanin Date: Fri, 2 Nov 2018 11:19:41 -0700 Subject: [PATCH] Update main_template.json Updating SandboxVnetCIDR description to properly reflect the current shell's capabilities & minor spelling --- deployment_templates/main_template.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deployment_templates/main_template.json b/deployment_templates/main_template.json index 9b09a6f8..202988b8 100644 --- a/deployment_templates/main_template.json +++ b/deployment_templates/main_template.json @@ -62,12 +62,12 @@ "SandboxVnetCIDR": { "defaultValue": "10.0.0.0/8", "type": "String", - "metadata": { "description": "The IP range (in CIDR notation) to be used for the Sandbox VNet. Example: 10.0.0.0/8" } + "metadata": { "description": "The IP range (in CIDR notation) to be used for the Sandbox VNet. This must be a subnet within the 10.0.0.0/8 CIDR block. Example: 10.0.0.0/8" } }, "SandboxVnetSubnetCIDR": { "defaultValue": "10.0.0.0/24", "type": "String", - "metadata": { "description": "The IP range (in CIDR notation) of the deafult subnet to be used by the Sandbox VNet. This range must be included in the Sandbox VNet’s range. When creating a VNet in Azure it always creates a default subnet. After the template is deployed you can delete this redundand subnet manually. Example: 10.0.0.0/24" } + "metadata": { "description": "The IP range (in CIDR notation) of the deafult subnet to be used by the Sandbox VNet. This range must be included in the Sandbox VNet’s range. When creating a VNet in Azure it always creates a default subnet. After the template is deployed you can delete this redundant subnet manually. Example: 10.0.0.0/24" } } }, "variables": {