From e0046a827377dbc96f35aa88e7dfd4681702104c Mon Sep 17 00:00:00 2001 From: Gavin Aguiar Date: Tue, 19 Nov 2024 14:12:02 -0600 Subject: [PATCH] Unhide python 312 --- .../src/stacks/2020-10-01/stacks/function-app-stacks/Python.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/stacks/2020-10-01/stacks/function-app-stacks/Python.ts b/server/src/stacks/2020-10-01/stacks/function-app-stacks/Python.ts index 811d3e5285..e3608a8c6f 100644 --- a/server/src/stacks/2020-10-01/stacks/function-app-stacks/Python.ts +++ b/server/src/stacks/2020-10-01/stacks/function-app-stacks/Python.ts @@ -29,7 +29,7 @@ const getPythonStack: (useIsoDateFormat: boolean) => FunctionAppStack = (useIsoD remoteDebuggingSupported: false, isPreview: true, isDefault: false, - isHidden: true, + isHidden: false, appInsightsSettings: { isSupported: true, },