From 5efc86e995182fcdc5f36cffa396344e219c7adc Mon Sep 17 00:00:00 2001 From: Hyuntak Joo Date: Wed, 1 Mar 2017 18:45:33 +0900 Subject: [PATCH] Add auto_upgrade_minor_version documentation (#12321) --- .../azurerm/r/virtual_machine_extension.html.markdown | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/source/docs/providers/azurerm/r/virtual_machine_extension.html.markdown b/website/source/docs/providers/azurerm/r/virtual_machine_extension.html.markdown index 326ad7269c..b61e4fd6be 100644 --- a/website/source/docs/providers/azurerm/r/virtual_machine_extension.html.markdown +++ b/website/source/docs/providers/azurerm/r/virtual_machine_extension.html.markdown @@ -147,6 +147,9 @@ The following arguments are supported: * `type_handler_version` - (Required) Specifies the version of the extension to use, available versions can be found using the Azure CLI. +* `auto_upgrade_minor_version` - (Optional) Specifies if the platform deploys + the latest minor version update to the `type_handler_version` specified. + * `settings` - (Required) The settings passed to the extension, these are specified as a JSON object in a string.