Skip to content

Commit

Permalink
update for stack (#7469)
Browse files Browse the repository at this point in the history
Co-authored-by: Krrish Mittal <[email protected]>
  • Loading branch information
takyyon and Krrish Mittal authored Nov 10, 2023
1 parent d9742a5 commit 456f15f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const getDotnetStack: (useIsoDateFormat: boolean) => FunctionAppStack = (useIsoD
windowsRuntimeSettings: {
runtimeVersion: 'v8.0',
isHidden: false,
isPreview: true,
isEarlyAccess: true,
remoteDebuggingSupported: false,
appInsightsSettings: {
isSupported: true,
Expand All @@ -81,7 +81,7 @@ const getDotnetStack: (useIsoDateFormat: boolean) => FunctionAppStack = (useIsoD
linuxRuntimeSettings: {
runtimeVersion: 'DOTNET-ISOLATED|8.0',
isHidden: false,
isPreview: true,
isEarlyAccess: true,
remoteDebuggingSupported: false,
appInsightsSettings: {
isSupported: true,
Expand Down
4 changes: 2 additions & 2 deletions server/src/stacks/2020-10-01/stacks/web-app-stacks/Dotnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const getDotnetStack: (useIsoDateFormat: boolean) => WebAppStack = (useIsoDateFo
isSupported: true,
supportedVersion: '8.x',
},
isPreview: true,
isEarlyAccess: true,
},
linuxRuntimeSettings: {
runtimeVersion: 'DOTNETCORE|8.0',
Expand All @@ -50,7 +50,7 @@ const getDotnetStack: (useIsoDateFormat: boolean) => WebAppStack = (useIsoDateFo
supportedFeatures: {
disableSsh: true,
},
isPreview: true,
isEarlyAccess: true,
},
},
},
Expand Down
2 changes: 0 additions & 2 deletions server/src/stacks/2020-10-01/stacks/web-app-stacks/Node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ const getNodeStack: (useIsoDateFormat: boolean) => WebAppStack = (useIsoDateForm
value: '20-lts',
stackSettings: {
linuxRuntimeSettings: {
isHidden: true,
runtimeVersion: 'NODE|20-lts',
remoteDebuggingSupported: false,
appInsightsSettings: {
Expand All @@ -66,7 +65,6 @@ const getNodeStack: (useIsoDateFormat: boolean) => WebAppStack = (useIsoDateForm
},
},
windowsRuntimeSettings: {
isHidden: true,
runtimeVersion: '~20',
remoteDebuggingSupported: false,
appInsightsSettings: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ const getPythonStack: (useIsoDateFormat: boolean) => WebAppStack = (useIsoDateFo
supportedFeatures: {
disableSsh: true,
},
isHidden: true,
},
},
},
Expand Down

0 comments on commit 456f15f

Please sign in to comment.