From 7363452b51cac076837c059adc2c5dc75c6ddb46 Mon Sep 17 00:00:00 2001 From: Gabriel Weyer Date: Sat, 11 Jul 2015 12:22:34 +1000 Subject: [PATCH] Fixed vnet create command The parameter name should be `--subnet-name` instead of `--subnet` with the latest version of the CLI (0.9.5). --- docs/getting-started-guides/azure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started-guides/azure.md b/docs/getting-started-guides/azure.md index 99044fa6ff9..466be35ba52 100644 --- a/docs/getting-started-guides/azure.md +++ b/docs/getting-started-guides/azure.md @@ -37,7 +37,7 @@ Next, specify an existing virtual network and subnet in `cluster/azure/config-de You can create a virtual network: - azure network vnet create --subnet= --location "West US" -v + azure network vnet create --subnet-name= --location "West US" -v Now you're ready.