Commit a660fcd9 authored by Eric Tune's avatar Eric Tune

Merge pull request #11100 from gabrielweyer/patch-1

Fixed vnet create command
parents 90796061 7363452b
......@@ -51,7 +51,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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment