azure: fix documentation wording
This commit is contained in:
parent
0e4a15804d
commit
68c6f64987
|
@ -83,10 +83,9 @@ builder.
|
|||
behavior for `os_type`, below.
|
||||
|
||||
- `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
|
||||
configures your Tenant ID, Object ID, Key Vault Name, Key Vault Secret, and
|
||||
WinRM certificate URL.
|
||||
configures a WinRM certificate.
|
||||
|
||||
- `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
|
||||
|
|
Loading…
Reference in New Issue