Fixed vnet create command

The parameter name should be `--subnet-name` instead of `--subnet` with the latest version of the CLI (0.9.5).
pull/6/head
Gabriel Weyer 2015-07-11 12:22:34 +10:00
parent c28fa383bd
commit 7363452b51
1 changed files with 1 additions and 1 deletions

View File

@ -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 <vnet name> --subnet=<subnet name> --location "West US" -v
azure network vnet create <vnet name> --subnet-name=<subnet name> --location "West US" -v
Now you're ready.