From 5756e3cdd490587e08c5b3dd5fbfa59283cdbb47 Mon Sep 17 00:00:00 2001 From: chouse-qumodity <137554800+chouse-qumodity@users.noreply.github.com> Date: Sun, 5 Nov 2023 11:45:24 -0500 Subject: [PATCH 1/4] Update application_gateway.html.markdown Fix typo "A `probe` block support the following" -> "A `probe` block supports the following" --- website/docs/r/application_gateway.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/r/application_gateway.html.markdown b/website/docs/r/application_gateway.html.markdown index bafb731aa9ac..9e4cfdc46ab9 100644 --- a/website/docs/r/application_gateway.html.markdown +++ b/website/docs/r/application_gateway.html.markdown @@ -381,7 +381,7 @@ A `path_rule` block supports the following: --- -A `probe` block support the following: +A `probe` block supports the following: * `host` - (Optional) The Hostname used for this Probe. If the Application Gateway is configured for a single site, by default the Host name should be specified as `127.0.0.1`, unless otherwise configured in custom probe. Cannot be set if `pick_host_name_from_backend_http_settings` is set to `true`. From 0642f9a00d908498fd2d25d302fcbc3e2f41ddb4 Mon Sep 17 00:00:00 2001 From: chouse-qumodity <137554800+chouse-qumodity@users.noreply.github.com> Date: Mon, 20 Nov 2023 13:41:57 -0500 Subject: [PATCH 2/4] Update windows_web_app.html.markdown correct sticky_settings "exports" -> "supports" the following --- website/docs/r/windows_web_app.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/r/windows_web_app.html.markdown b/website/docs/r/windows_web_app.html.markdown index 13b81683e9c1..2056345d303d 100644 --- a/website/docs/r/windows_web_app.html.markdown +++ b/website/docs/r/windows_web_app.html.markdown @@ -788,7 +788,7 @@ A `status_code` block supports the following: --- -A `sticky_settings` block exports the following: +A `sticky_settings` block supports the following: * `app_setting_names` - (Optional) A list of `app_setting` names that the Windows Web App will not swap between Slots when a swap operation is triggered. From a6640531cc187daedd57cf681aa4c4fd36983ac1 Mon Sep 17 00:00:00 2001 From: chouse-qumodity <137554800+chouse-qumodity@users.noreply.github.com> Date: Tue, 12 Dec 2023 10:43:38 -0500 Subject: [PATCH 3/4] Update linux_web_app.html.markdown Change "Arguments Reference" to "Argument Reference" to match standard Correct "sticky_settings exports" to "supports" in Argument Reference section. --- website/docs/r/linux_web_app.html.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/r/linux_web_app.html.markdown b/website/docs/r/linux_web_app.html.markdown index 33474d34cea1..6d10077a8b29 100644 --- a/website/docs/r/linux_web_app.html.markdown +++ b/website/docs/r/linux_web_app.html.markdown @@ -41,7 +41,7 @@ resource "azurerm_linux_web_app" "example" { ``` -## Arguments Reference +## Argument Reference The following arguments are supported: @@ -764,7 +764,7 @@ A `status_code` block supports the following: --- -A `sticky_settings` block exports the following: +A `sticky_settings` block supports the following: * `app_setting_names` - (Optional) A list of `app_setting` names that the Linux Web App will not swap between Slots when a swap operation is triggered. From 12b11759e75900eca2f11cb7caa6fa059b21fbeb Mon Sep 17 00:00:00 2001 From: chouse-qumodity <137554800+chouse-qumodity@users.noreply.github.com> Date: Thu, 4 Jan 2024 10:37:28 -0500 Subject: [PATCH 4/4] Semantic fixes Change 'Arguments Reference' to 'Argument Reference' Correct "route block exports the following" to "supports the following" Correct "An route block" to "A route block" --- website/docs/r/virtual_hub_route_table.html.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/r/virtual_hub_route_table.html.markdown b/website/docs/r/virtual_hub_route_table.html.markdown index d7124a1a7127..16f8f14b5f7d 100644 --- a/website/docs/r/virtual_hub_route_table.html.markdown +++ b/website/docs/r/virtual_hub_route_table.html.markdown @@ -78,7 +78,7 @@ resource "azurerm_virtual_hub_route_table" "example" { } ``` -## Arguments Reference +## Argument Reference The following arguments are supported: @@ -92,7 +92,7 @@ The following arguments are supported: --- -An `route` block exports the following: +A `route` block supports the following: * `name` - (Required) The name which should be used for this route.