Skip to content

Commit

Permalink
fix typo and update grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
wuxu92 committed Jan 10, 2023
1 parent f1f356b commit fd3b5cb
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions website/docs/r/automation_module.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,15 @@ The following arguments are supported:

* `automation_account_name` - (Required) The name of the automation account in which the Module is created. Changing this forces a new resource to be created.

* `module_link` - (Required) The published Module link `module_link` block defined as blow.
* `module_link` - (Required) A `module_link` block as defined blow.

---

The `module_link` block supports the following:

* `uri` - (Required) The URI of the module content (zip or nupkg).

* `hash` - (Optional) A `hash` block defined as below.
* `hash` - (Optional) A `hash` block as defined below.

---

Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/automation_runbook.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ The `draft` block supports:

* `output_types` - (Optional) Specifies the output types of the runbook.

* `parameters` - (Optional) A list of `parameters` block as define below.
* `parameters` - (Optional) A list of `parameters` block as defined below.

---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ A `azure_query` block supports the following:

* `tag_filter` - (Optional) Specifies how the specified tags to filter VMs. Possible values are `Any` and `All`.

* `tags` - (Optional) A mapping of tags used for query filter defined as below.
* `tags` - (Optional) A mapping of tags used for query filter as defined below.

---

Expand Down
4 changes: 2 additions & 2 deletions website/docs/r/express_route_port.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ In addition to the Arguments listed above - the following Attributes are exporte

* `identity` - A `identity` block as defined below.

* `link1` - A list of `link` block as defined below.
* `link1` - A list of `link` blocks as defined below.

* `link2` - A list of `link` block as defined below.
* `link2` - A list of `link` blocks as defined below.

* `guid` - The resource GUID of the Express Route Port.

Expand Down
4 changes: 2 additions & 2 deletions website/docs/r/orbital_spacecraft.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ The following arguments are supported:

* `links` - (Required) A `links` block as defined below.

* `two_line_elements` - (Required) A list of the two line elements(TLE), the first string in the list is the first line of TLE, the second one is the second line of TLE.
* `two_line_elements` - (Required) A list of the two line elements (TLE), the first string being the first of the TLE, the second string being the second line of the TLE.

* `title_line` - (Required) Title of the two line elements(TLE).
* `title_line` - (Required) Title of the two line elements (TLE).

* `tags` - (Optional) A mapping of tags to assign to the resource.

Expand Down
6 changes: 3 additions & 3 deletions website/docs/r/virtual_network_gateway.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ The following arguments are supported:

* `bgp_settings` - (Optional) A `bgp_settings` block which is documented below. In this block the BGP specific settings can be defined.

* `custom_route` - (Optional) A `custom_route` block as defined below. Specify a custom routes address space specified by the customer for virtual network gateway and VpnClient.
* `custom_route` - (Optional) A `custom_route` block as defined below. Specifies a custom routes address space for a virtual network gateway and a VpnClient.

* `generation` - (Optional) The Generation of the Virtual Network gateway. Possible values include `Generation1`, `Generation2` or `None`. Changing this forces a new resource to be created.

Expand Down Expand Up @@ -256,9 +256,9 @@ The `root_certificate` block supports:

The `revoked_certificate` block supports:

* `name` - (Required) Specify the name of the certificate resource.
* `name` - (Required) Specifies the name of the certificate resource.

* `public_cert_data` - (Required) Specify the public data of the certificate.
* `public_cert_data` - (Required) Specifies the public data of the certificate.

---

Expand Down

0 comments on commit fd3b5cb

Please sign in to comment.