From c54e7eb73b4a36d566b9c6b7a03fde602a2c0b68 Mon Sep 17 00:00:00 2001 From: asudbring Date: Thu, 18 Jan 2024 23:07:37 -0800 Subject: [PATCH] removed unused variable --- quickstart/101-virtual-network-create-two-subnets/readme.md | 1 - 1 file changed, 1 deletion(-) diff --git a/quickstart/101-virtual-network-create-two-subnets/readme.md b/quickstart/101-virtual-network-create-two-subnets/readme.md index 118baaa5..0f963712 100644 --- a/quickstart/101-virtual-network-create-two-subnets/readme.md +++ b/quickstart/101-virtual-network-create-two-subnets/readme.md @@ -15,6 +15,5 @@ This template deploys an Azure Virtual Network with two subnets. |-|-|-| | `resource_group_name_prefix` | Prefix of the resource group name that's combined with a random ID so name is unique in your Azure subscription. | rg | | `resource_group_location` | Location of the resource group. | eastus | -| `vnet_address_space` | Address space of the virtual network. | 10.0.0.0/16 | ## Example