Skip to content

Commit 1b594d3

Browse files
committed
remove redundant node version app setting now that runtime is set at create time
1 parent d1343ab commit 1b594d3

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

e2e/serverless/aas/aas-windows.test.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -90,15 +90,6 @@ describeOrSkip('aas (Windows)', () => {
9090
throw new Error(`Failed to create Windows web app (exit code ${createResult.exitCode}): ${createResult.stderr}`)
9191
}
9292

93-
const settingsResult = await execPromise(
94-
`az webapp config appsettings set --name "${windowsAppName}" --resource-group "${resourceGroup}" --settings WEBSITE_NODE_DEFAULT_VERSION="~22" --output none`
95-
)
96-
if (settingsResult.exitCode !== 0) {
97-
throw new Error(
98-
`Failed to configure app settings (exit code ${settingsResult.exitCode}): ${settingsResult.stderr}`
99-
)
100-
}
101-
10293
// Deploy app.js and web.config as individual files into wwwroot (`--type static`). No build or
10394
// package is involved -- the app is zero-dependency, so the files just need to land. Deploy them
10495
// sequentially (static deploys don't clean wwwroot, so both files accumulate). The retries cover

0 commit comments

Comments
 (0)