Skip to content

Commit b3763d4

Browse files
Fix msal-node error for Node20 (#20152)
* [KubernetesManifestV1] Fix msal-node error for Node20 * [PackerBuild] Fix msal-node error for Node20 * Allow e2e tests run in sequens
1 parent c166e8a commit b3763d4

File tree

36 files changed

+1176
-617
lines changed

36 files changed

+1176
-617
lines changed

Tasks/KubernetesManifestV1/_buildConfigs/Node20/package-lock.json

+201-68
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Tasks/KubernetesManifestV1/_buildConfigs/Node20/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@types/uuid": "^8.3.0",
99
"agent-base": "^6.0.2",
1010
"azure-pipelines-task-lib": "^4.11.0",
11-
"azure-pipelines-tasks-azure-arm-rest": "3.239.0",
11+
"azure-pipelines-tasks-azure-arm-rest": "3.242.2",
1212
"azure-pipelines-tasks-docker-common": "2.226.0",
1313
"azure-pipelines-tasks-kubernetes-common": "^2.224.1",
1414
"azure-pipelines-tasks-utility-common": "^3.210.0",

Tasks/KubernetesManifestV1/task.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"author": "Microsoft Corporation",
1414
"version": {
1515
"Major": 1,
16-
"Minor": 241,
17-
"Patch": 2
16+
"Minor": 243,
17+
"Patch": 0
1818
},
1919
"demands": [],
2020
"groups": [],

Tasks/KubernetesManifestV1/task.loc.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"author": "Microsoft Corporation",
1414
"version": {
1515
"Major": 1,
16-
"Minor": 241,
17-
"Patch": 2
16+
"Minor": 243,
17+
"Patch": 0
1818
},
1919
"demands": [],
2020
"groups": [],

0 commit comments

Comments
 (0)