Skip to content

Commit

Permalink
Merge pull request #17820 from myc2h6o/extension_doc_fix
Browse files Browse the repository at this point in the history
`d\virtual_machine_extension`: Fix `settings` to be Optional in doc
  • Loading branch information
tombuildsstuff authored Jul 31, 2022
2 parents bbeb5c1 + 63b6780 commit cd2772e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/virtual_machine_extension.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ $ az vm extension image list --location westus -o table
the latest minor version update to the `type_handler_version` specified.

* `automatic_upgrade_enabled` - (Optional) Should the Extension be automatically updated whenever the Publisher releases a new version of this VM Extension? Defaults to `false`.
* `settings` - (Required) The settings passed to the extension, these are
* `settings` - (Optional) The settings passed to the extension, these are
specified as a JSON object in a string.

~> **Please Note:** Certain VM Extensions require that the keys in the `settings` block are case sensitive. If you're seeing unhelpful errors, please ensure the keys are consistent with how Azure is expecting them (for instance, for the `JsonADDomainExtension` extension, the keys are expected to be in `TitleCase`.)
Expand Down

0 comments on commit cd2772e

Please sign in to comment.