Skip to content

Commit c3dd908

Browse files
Unhide PowerShell 7.2 stack definition for function app creation in Functions V4 only (#17533)
* Set isDefault to false for the PowerShell 7.2 stack * Unhide the PowerShell 7.2 stack definition * Set isDefault to false for the PowerShell 7.2 stack * Unhide the PowerShell 7.2 stack definition
1 parent 8900315 commit c3dd908

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/Functions/custom/FunctionsStack/LinuxFunctionsStacks.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@
318318
"supportedFunctionsExtensionVersions": [
319319
"~4"
320320
],
321-
"isDefault": true,
321+
"isDefault": false,
322322
"minorVersions": [],
323323
"applicationInsights": true,
324324
"appSettingsDictionary": {
@@ -330,7 +330,7 @@
330330
},
331331
"isPreview": true,
332332
"isDeprecated": false,
333-
"isHidden": true
333+
"isHidden": false
334334
}
335335
],
336336
"frameworks": [],

src/Functions/custom/FunctionsStack/WindowsFunctionsStacks.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@
223223
"supportedFunctionsExtensionVersions": [
224224
"~4"
225225
],
226-
"isDefault": true,
226+
"isDefault": false,
227227
"minorVersions": [],
228228
"applicationInsights": true,
229229
"appSettingsDictionary": {
@@ -236,7 +236,7 @@
236236
},
237237
"isPreview": true,
238238
"isDeprecated": false,
239-
"isHidden": true
239+
"isHidden": false
240240
},
241241
{
242242
"displayVersion": "7.0",

0 commit comments

Comments
 (0)