azure: fix documentation wording

This commit is contained in:
Christopher Boumenot 2016-10-12 15:17:09 -07:00
parent 0e4a15804d
commit 68c6f64987
1 changed files with 2 additions and 3 deletions

View File

@ -83,10 +83,9 @@ builder.
behavior for `os_type`, below. behavior for `os_type`, below.
- `os_type` (string) If either `Linux` or `Windows` is specified Packer will - `os_type` (string) If either `Linux` or `Windows` is specified Packer will
automatically configure authentication credentials for your machine. For automatically configure authentication credentials for the provisioned machine. For
`Linux` this configures an SSH authorized key. For `Windows` this `Linux` this configures an SSH authorized key. For `Windows` this
configures your Tenant ID, Object ID, Key Vault Name, Key Vault Secret, and configures a WinRM certificate.
WinRM certificate URL.
- `virtual_network_name` (string) Use a pre-existing virtual network for the VM. This option enables private - `virtual_network_name` (string) Use a pre-existing virtual network for the VM. This option enables private
communication with the VM, no public IP address is **used** or **provisioned**. This value should only be set if communication with the VM, no public IP address is **used** or **provisioned**. This value should only be set if