Skip to content

Commit

Permalink
docs(function_app): update description for node_version in linux_func…
Browse files Browse the repository at this point in the history
…tion_app (#25250)

Co-authored-by: Andreas Richter <andreas.richter2@qbeyond.de>
  • Loading branch information
aaarichter and Andreas Richter committed Mar 14, 2024
1 parent 130f5f7 commit 0fe4bf6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/services/appservice/helpers/function_app_schema.go
Expand Up @@ -1104,7 +1104,7 @@ func linuxFunctionAppStackSchema() *pluginsdk.Schema {
"12", // Deprecated, and removed from portal, but seemingly accepted by API
"14",
"16",
"18", // preview LTS Support
"18",
"20",
}, false),
ExactlyOneOf: []string{
Expand All @@ -1116,7 +1116,7 @@ func linuxFunctionAppStackSchema() *pluginsdk.Schema {
"site_config.0.application_stack.0.docker",
"site_config.0.application_stack.0.use_custom_runtime",
},
Description: "The version of Node to use. Possible values include `12`, `14`, `16` and `18`",
Description: "The version of Node to use. Possible values include `12`, `14`, `16`, `18` and `20`",
},

"powershell_core_version": {
Expand Down

0 comments on commit 0fe4bf6

Please sign in to comment.