From 6fa6d53c2a4c6be67e857909b2ce7fa5b1e1b8f8 Mon Sep 17 00:00:00 2001 From: bubbletroubles <42738824+bubbletroubles@users.noreply.github.com> Date: Tue, 14 Jan 2025 21:30:31 +1100 Subject: [PATCH 1/2] Update linux_web_app.html.markdown --- website/docs/r/linux_web_app.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/r/linux_web_app.html.markdown b/website/docs/r/linux_web_app.html.markdown index af1fdfeb1d1f..800bc341f270 100644 --- a/website/docs/r/linux_web_app.html.markdown +++ b/website/docs/r/linux_web_app.html.markdown @@ -168,7 +168,7 @@ An `application_stack` block supports the following: * `java_version` - (Optional) The Version of Java to use. Possible values include `8`, `11`, `17`, and `21`. -~> **NOTE:** The valid version combinations for `java_version`, `java_server` and `java_server_version` can be checked from the command line via `az webapp list-runtimes --linux`. +~> **NOTE:** The valid version combinations for `java_version`, `java_server` and `java_server_version` can be checked from the command line via `az webapp list-runtimes --os-type linux`. ~> **NOTE:** `java_server`, `java_server_version`, and `java_version` must all be specified if building a java app From 6a1d9796bd252614d3ee68f5c2dc3522157e4181 Mon Sep 17 00:00:00 2001 From: bubbletroubles <42738824+bubbletroubles@users.noreply.github.com> Date: Tue, 14 Jan 2025 21:33:47 +1100 Subject: [PATCH 2/2] Update linux_web_app_slot.html.markdown --- website/docs/r/linux_web_app_slot.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/r/linux_web_app_slot.html.markdown b/website/docs/r/linux_web_app_slot.html.markdown index 02fac2d4b3d0..8ebb66c6a07b 100644 --- a/website/docs/r/linux_web_app_slot.html.markdown +++ b/website/docs/r/linux_web_app_slot.html.markdown @@ -172,7 +172,7 @@ An `application_stack` block supports the following: * `java_version` - (Optional) The Version of Java to use. Possible values include `8`, `11`, and `17`. -~> **NOTE:** The valid version combinations for `java_version`, `java_server` and `java_server_version` can be checked from the command line via `az webapp list-runtimes --linux`. +~> **NOTE:** The valid version combinations for `java_version`, `java_server` and `java_server_version` can be checked from the command line via `az webapp list-runtimes --os-type linux`. * `node_version` - (Optional) The version of Node to run. Possible values are `12-lts`, `14-lts`, `16-lts`, `18-lts` and `20-lts`. This property conflicts with `java_version`.