Skip to content

Commit

Permalink
update java17 isHidden to false (#6855)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaibocai authored Aug 31, 2022
1 parent dbee184 commit 82124be
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const javaStack: FunctionAppStack = {
windowsRuntimeSettings: {
runtimeVersion: '17',
isPreview: true,
isHidden: true,
isHidden: false,
isAutoUpdate: true,
remoteDebuggingSupported: false,
appInsightsSettings: {
Expand All @@ -39,7 +39,7 @@ export const javaStack: FunctionAppStack = {
linuxRuntimeSettings: {
runtimeVersion: 'Java|17',
isPreview: true,
isHidden: true,
isHidden: false,
isAutoUpdate: true,
remoteDebuggingSupported: false,
appInsightsSettings: {
Expand Down

0 comments on commit 82124be

Please sign in to comment.