Skip to content

Commit

Permalink
remove false flag
Browse files Browse the repository at this point in the history
  • Loading branch information
ejizba committed Jul 14, 2022
1 parent 7e00198 commit e23cd4f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ export const nodeStack: FunctionAppStack = {
runtimeVersion: '~18',
isPreview: true,
isHidden: true,
isDefault: false,
remoteDebuggingSupported: false,
appInsightsSettings: {
isSupported: true,
Expand All @@ -40,7 +39,6 @@ export const nodeStack: FunctionAppStack = {
runtimeVersion: 'Node|18',
isPreview: true,
isHidden: true,
isDefault: false,
remoteDebuggingSupported: false,
appInsightsSettings: {
isSupported: true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ export const nodeStack: FunctionAppStack = {
runtimeVersion: '~18',
isPreview: true,
isHidden: true,
isDefault: false,
remoteDebuggingSupported: false,
appInsightsSettings: {
isSupported: true,
Expand All @@ -40,7 +39,6 @@ export const nodeStack: FunctionAppStack = {
runtimeVersion: 'Node|18',
isPreview: true,
isHidden: true,
isDefault: false,
remoteDebuggingSupported: false,
appInsightsSettings: {
isSupported: true,
Expand Down

0 comments on commit e23cd4f

Please sign in to comment.