From 9ad3c05d72b98101865633cd9a403152801b2a28 Mon Sep 17 00:00:00 2001 From: Eric Jizba Date: Mon, 8 Aug 2022 17:07:37 -0700 Subject: [PATCH] Unhide Node 18 preview --- .../src/stacks/2020-05-01/stacks/function-app-stacks/Node.ts | 4 ++-- .../src/stacks/2020-06-01/stacks/function-app-stacks/Node.ts | 2 -- .../src/stacks/2020-10-01/stacks/function-app-stacks/Node.ts | 2 -- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/server/src/stacks/2020-05-01/stacks/function-app-stacks/Node.ts b/server/src/stacks/2020-05-01/stacks/function-app-stacks/Node.ts index 3d18530e6b..da18fb990d 100644 --- a/server/src/stacks/2020-05-01/stacks/function-app-stacks/Node.ts +++ b/server/src/stacks/2020-05-01/stacks/function-app-stacks/Node.ts @@ -16,7 +16,7 @@ export const nodeStack: FunctionAppStack = { os: 'windows', isPreview: true, isDeprecated: false, - isHidden: true, + isHidden: false, applicationInsightsEnabled: true, runtimeVersion: '~18', appSettingsDictionary: { @@ -33,7 +33,7 @@ export const nodeStack: FunctionAppStack = { os: 'linux', isPreview: true, isDeprecated: false, - isHidden: true, + isHidden: false, applicationInsightsEnabled: true, runtimeVersion: 'Node|18', appSettingsDictionary: { diff --git a/server/src/stacks/2020-06-01/stacks/function-app-stacks/Node.ts b/server/src/stacks/2020-06-01/stacks/function-app-stacks/Node.ts index 8ebc157ca9..8f6c9cd340 100644 --- a/server/src/stacks/2020-06-01/stacks/function-app-stacks/Node.ts +++ b/server/src/stacks/2020-06-01/stacks/function-app-stacks/Node.ts @@ -16,7 +16,6 @@ export const nodeStack: FunctionAppStack = { windowsRuntimeSettings: { runtimeVersion: '~18', isPreview: true, - isHidden: true, remoteDebuggingSupported: false, appInsightsSettings: { isSupported: true, @@ -38,7 +37,6 @@ export const nodeStack: FunctionAppStack = { linuxRuntimeSettings: { runtimeVersion: 'Node|18', isPreview: true, - isHidden: true, remoteDebuggingSupported: false, appInsightsSettings: { isSupported: true, diff --git a/server/src/stacks/2020-10-01/stacks/function-app-stacks/Node.ts b/server/src/stacks/2020-10-01/stacks/function-app-stacks/Node.ts index 5a7d92c5c7..5e68f1b481 100644 --- a/server/src/stacks/2020-10-01/stacks/function-app-stacks/Node.ts +++ b/server/src/stacks/2020-10-01/stacks/function-app-stacks/Node.ts @@ -16,7 +16,6 @@ export const nodeStack: FunctionAppStack = { windowsRuntimeSettings: { runtimeVersion: '~18', isPreview: true, - isHidden: true, remoteDebuggingSupported: false, appInsightsSettings: { isSupported: true, @@ -38,7 +37,6 @@ export const nodeStack: FunctionAppStack = { linuxRuntimeSettings: { runtimeVersion: 'Node|18', isPreview: true, - isHidden: true, remoteDebuggingSupported: false, appInsightsSettings: { isSupported: true,