Skip to content

Commit

Permalink
[FunctionApp] Updated stacks api json to add PowerShell on Linux in F…
Browse files Browse the repository at this point in the history
…unctions (#17678)

* Added PowerShell for Linux offerings in functions

* Fix tests

* Set the preview and isHidden to true

Co-authored-by: Hanzhang Zeng (Roger) <[email protected]>
  • Loading branch information
stefanushinardi and Hanzhang Zeng (Roger) authored Apr 19, 2021
1 parent 79cffd3 commit 9362079
Show file tree
Hide file tree
Showing 5 changed files with 1,958 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,40 @@
"isDeprecated": null
}
},
{
"id": null,
"name": "powershell",
"type": "Microsoft.Web/availableStacks?osTypeSelected=LinuxFunctions",
"properties": {
"name": "powershell",
"display": "PowerShell Core",
"dependency": null,
"majorVersions": [
{
"displayVersion": "7.0",
"runtimeVersion": "PowerShell|7",
"supportedFunctionsExtensionVersions": [
"~3"
],
"isDefault": true,
"minorVersions": [],
"applicationInsights": true,
"appSettingsDictionary": {
"FUNCTIONS_WORKER_RUNTIME": "powershell"
},
"siteConfigPropertiesDictionary": {
"use32BitWorkerProcess": false,
"linuxFxVersion": "PowerShell|7"
},
"isPreview": true,
"isDeprecated": false,
"isHidden": true
}
],
"frameworks": [],
"isDeprecated": null
}
},
{
"id": null,
"name": "custom",
Expand Down
Loading

0 comments on commit 9362079

Please sign in to comment.