You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/source/docs/providers/azurerm/r/virtual_machine.html.markdown
+1-5Lines changed: 1 addition & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -207,7 +207,7 @@ The following arguments are supported:
207
207
*`location` - (Required) Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.
208
208
*`plan` - (Optional) A plan block as documented below.
209
209
*`availability_set_id` - (Optional) The Id of the Availability Set in which to create the virtual machine
210
-
*`diagnostics_profile` - (Optional) A Diagnostics Profile block as referenced below.
210
+
*`boot_diagnostics` - (Optional) A boot diagnostics profile block as referenced below.
211
211
*`vm_size` - (Required) Specifies the [size of the virtual machine](https://azure.microsoft.com/en-us/documentation/articles/virtual-machines-size-specs/).
212
212
*`storage_image_reference` - (Optional) A Storage Image Reference block as documented below.
213
213
*`storage_os_disk` - (Required) A Storage OS Disk block as referenced below.
@@ -229,10 +229,6 @@ For more information on the different example configurations, please check out t
229
229
*`publisher` - (Optional) Specifies the publisher of the image.
230
230
*`product` - (Optional) Specifies the product of the image from the marketplace.
231
231
232
-
`diagnostics_profile` supports the following:
233
-
234
-
*`boot_diagnostics`: (Required) A Boot Diagnostics block as documented below.
235
-
236
232
`boot_diagnostics` supports the following:
237
233
238
234
*`enabled`: (Required) Whether to enable boot diagnostics for the virtual machine.
0 commit comments