Skip to content

Commit

Permalink
Unhide Node 18 preview
Browse files Browse the repository at this point in the history
  • Loading branch information
ejizba committed Aug 9, 2022
1 parent 981c713 commit c68a782
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const nodeStack: FunctionAppStack = {
os: 'windows',
isPreview: true,
isDeprecated: false,
isHidden: true,
isHidden: false,
applicationInsightsEnabled: true,
runtimeVersion: '~18',
appSettingsDictionary: {
Expand All @@ -33,7 +33,7 @@ export const nodeStack: FunctionAppStack = {
os: 'linux',
isPreview: true,
isDeprecated: false,
isHidden: true,
isHidden: false,
applicationInsightsEnabled: true,
runtimeVersion: 'Node|18',
appSettingsDictionary: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ export const nodeStack: FunctionAppStack = {
windowsRuntimeSettings: {
runtimeVersion: '~18',
isPreview: true,
isHidden: true,
remoteDebuggingSupported: false,
appInsightsSettings: {
isSupported: true,
Expand All @@ -38,7 +37,6 @@ export const nodeStack: FunctionAppStack = {
linuxRuntimeSettings: {
runtimeVersion: 'Node|18',
isPreview: true,
isHidden: true,
remoteDebuggingSupported: false,
appInsightsSettings: {
isSupported: true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ export const nodeStack: FunctionAppStack = {
windowsRuntimeSettings: {
runtimeVersion: '~18',
isPreview: true,
isHidden: true,
remoteDebuggingSupported: false,
appInsightsSettings: {
isSupported: true,
Expand All @@ -38,7 +37,6 @@ export const nodeStack: FunctionAppStack = {
linuxRuntimeSettings: {
runtimeVersion: 'Node|18',
isPreview: true,
isHidden: true,
remoteDebuggingSupported: false,
appInsightsSettings: {
isSupported: true,
Expand Down

0 comments on commit c68a782

Please sign in to comment.