Skip to content

Commit

Permalink
optional fields are now shown as optional
Browse files Browse the repository at this point in the history
  • Loading branch information
tombuildsstuff authored Aug 2, 2017
1 parent bd4c001 commit 76cb47f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/docs/r/virtual_machine_scale_set.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -348,9 +348,9 @@ The following arguments are supported:

* `id` - (Optional) Specifies the ID of the (custom) image to use to create the virtual
machine scale set, as in the [example below](#example-of-storage_profile_image_reference-with-id).
* `publisher` - (Required) Specifies the publisher of the image used to create the virtual machines
* `offer` - (Required) Specifies the offer of the image used to create the virtual machines.
* `sku` - (Required) Specifies the SKU of the image used to create the virtual machines.
* `publisher` - (Optional) Specifies the publisher of the image used to create the virtual machines.
* `offer` - (Optional) Specifies the offer of the image used to create the virtual machines.
* `sku` - (Optional) Specifies the SKU of the image used to create the virtual machines.
* `version` - (Optional) Specifies the version of the image used to create the virtual machines.

`extension` supports the following:
Expand Down

0 comments on commit 76cb47f

Please sign in to comment.