Skip to content

Commit

Permalink
Update docs to include PowerShell 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Francisco-Gamino committed May 17, 2022
1 parent 9bc1df0 commit 329ae7a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion website/docs/r/linux_function_app.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ A `application_stack` block supports the following:

* `python_version` - (Optional) The version of Python to run. Possible values include `3.6`, `3.7`, `3.8`, and `3.9`.

* `powershell_core_version` - (Optional) The version of PowerShell Core to run. Possible values are `7`.
* `powershell_core_version` - (Optional) The version of PowerShell Core to run. Possible values are `7`, and `7.2`.

* `use_custom_runtime` - (Optional) Should the Linux Function App use a custom runtime?

Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/linux_function_app_slot.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ An `application_stack` block supports the following:

* `node_version` - (Optional) The version of Node to use. Possible values include `12`, and `14`

* `powershell_core_version` - (Optional) The version of PowerShell Core to use. Possibles values are `7`.
* `powershell_core_version` - (Optional) The version of PowerShell Core to use. Possibles values are `7` , and `7.2`.

* `python_version` - (Optional) The version of Python to use. Possible values include `3.9`, `3.8`, and `3.7`.

Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/windows_function_app.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ A `application_stack` block supports the following:

* `node_version` - (Optional) The version of Node to run. Possible values include `~12`, `~14`, and `~16`.

* `powershell_core_version` - (Optional) The version of PowerShell Core to run. Possible values are `7`.
* `powershell_core_version` - (Optional) The version of PowerShell Core to run. Possible values are `7`, and `7.2`.

* `use_custom_runtime` - (Optional) Should the Windows Function App use a custom runtime?

Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/windows_function_app_slot.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ An `application_stack` block supports the following:

* `node_version` - (Optional) The version of Node to use. Possible values include `12`, and `14`

* `powershell_core_version` - (Optional) The PowerShell Core version to use. Possible values are `7`.
* `powershell_core_version` - (Optional) The PowerShell Core version to use. Possible values are `7`, and `7.2`.

* `use_custom_runtime` - (Optional) Does the Function App use a custom Application Stack?

Expand Down

0 comments on commit 329ae7a

Please sign in to comment.