From fdf94b223085ced83f945fe06f0cf92153215497 Mon Sep 17 00:00:00 2001 From: Francisco Gamino Date: Thu, 8 Apr 2021 12:45:03 -0700 Subject: [PATCH] Add preview hidden PowerShell 7 on Linux support (#29) --- LinuxFunctionsStacks.json | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/LinuxFunctionsStacks.json b/LinuxFunctionsStacks.json index c7fb3de..13f6d52 100644 --- a/LinuxFunctionsStacks.json +++ b/LinuxFunctionsStacks.json @@ -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,