Skip to content

Commit

Permalink
Set isPreview to false for GA release
Browse files Browse the repository at this point in the history
  • Loading branch information
kamperiadis authored and joechung-msft committed Jun 14, 2024
1 parent 42b4740 commit cea0ba7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const getJavaStack: (useIsoDateFormat: boolean) => FunctionAppStack = (useIsoDat
stackSettings: {
windowsRuntimeSettings: {
runtimeVersion: '21',
isPreview: true,
isPreview: false,
isHidden: false,
isAutoUpdate: true,
isDefault: false,
Expand Down Expand Up @@ -55,7 +55,7 @@ const getJavaStack: (useIsoDateFormat: boolean) => FunctionAppStack = (useIsoDat
},
linuxRuntimeSettings: {
runtimeVersion: 'Java|21',
isPreview: true,
isPreview: false,
isHidden: false,
isAutoUpdate: true,
isDefault: false,
Expand Down

0 comments on commit cea0ba7

Please sign in to comment.