From 436065c02b9ed18178a2cf4719271215c2536fd5 Mon Sep 17 00:00:00 2001 From: Jamie Lennox Date: Tue, 15 May 2018 18:35:14 +1000 Subject: [PATCH] [Azure] Don't mention capture_container_name in required capture_container_name is only a required variable if you are outputting to VHD format. It is mentioned below as required when building a VHD so having it here as well is confusing. --- website/source/docs/builders/azure.html.md | 1 - 1 file changed, 1 deletion(-) diff --git a/website/source/docs/builders/azure.html.md b/website/source/docs/builders/azure.html.md index 9019e035e..976268232 100644 --- a/website/source/docs/builders/azure.html.md +++ b/website/source/docs/builders/azure.html.md @@ -30,7 +30,6 @@ builder. - `client_secret` (string) The password or secret for your service principal. - `subscription_id` (string) Subscription under which the build will be performed. **The service principal specified in `client_id` must have full access to this subscription, unless build_resource_group_name option is specified in which case it needs to have owner access to the existing resource group specified in build_resource_group_name parameter.** -- `capture_container_name` (string) Destination container name. Essentially the "directory" where your VHD will be organized in Azure. The captured VHD's URL will be `https://.blob.core.windows.net/system/Microsoft.Compute/Images//.xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.vhd`. - `image_publisher` (string) PublisherName for your base image. See [documentation](https://azure.microsoft.com/en-us/documentation/articles/resource-groups-vm-searching/) for details.