Skip to content

Commit

Permalink
Add preview hidden PowerShell 7 on Linux support (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
Francisco-Gamino authored Apr 8, 2021
1 parent 7d6f7a8 commit fdf94b2
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions LinuxFunctionsStacks.json
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,40 @@
"frameworks": [],
"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
}
}
],
"nextLink": null,
Expand Down

0 comments on commit fdf94b2

Please sign in to comment.