From 68c6f649877858a87d231254fa30d2e2bfdb8287 Mon Sep 17 00:00:00 2001 From: Christopher Boumenot Date: Wed, 12 Oct 2016 15:17:09 -0700 Subject: [PATCH] azure: fix documentation wording --- website/source/docs/builders/azure.html.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/website/source/docs/builders/azure.html.md b/website/source/docs/builders/azure.html.md index 5e5a12355..d1e4bcac7 100644 --- a/website/source/docs/builders/azure.html.md +++ b/website/source/docs/builders/azure.html.md @@ -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