From 4e09a15acd1fa329539a7e2728337e2d4b1d78d4 Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Tue, 29 May 2018 11:43:13 -0700 Subject: [PATCH] Remove deprecated warning from non-deprecated option --- website/source/docs/hyperv/configuration.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/hyperv/configuration.html.md b/website/source/docs/hyperv/configuration.html.md index 224964eb1..178fadf10 100644 --- a/website/source/docs/hyperv/configuration.html.md +++ b/website/source/docs/hyperv/configuration.html.md @@ -19,7 +19,7 @@ you may set. A complete reference is shown below: * `enable_virtualization_extensions` (boolean) - Enable virtualization extensions for the virtual CPUs. Default: false * `enable_checkpoints` (boolean) Enable automatic checkpoints of the VM. Default: false * `ip_address_timeout` (integer) - Number of seconds to wait for the VM to report an IP address. Default: 120. -* `linked_clone` (boolean) - **Deprecated** Use differencing disk instead of cloning entire VHD. Default: false +* `linked_clone` (boolean) - Use differencing disk instead of cloning entire VHD. Default: false * `mac` (string) - MAC address for the guest network interface * `maxmemory` (integer) - Maximum number of megabytes allowed to be allocated for the VM. When set Dynamic Memory Allocation will be enabled. * `memory` (integer) - Number of megabytes allocated to VM at startup. If `maxmemory` is set, this will be amount of memory allocated at startup.