Skip to content

Commit 54f548f

Browse files
Fix AzureVmssDeployment CG Bug (#21187)
* Fix AzureVmssDeployment CG Bug * update task version
1 parent e5e1328 commit 54f548f

File tree

8 files changed

+247
-65
lines changed

8 files changed

+247
-65
lines changed

Tasks/AzureVmssDeploymentV0/package-lock.json

Lines changed: 116 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Tasks/AzureVmssDeploymentV0/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,8 @@
1515
},
1616
"devDependencies": {
1717
"typescript": "5.1.6"
18-
}
18+
},
19+
"overrides": {
20+
"form-data": "^4.0.4"
21+
}
1922
}

Tasks/AzureVmssDeploymentV0/task.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"author": "Microsoft Corporation",
1515
"version": {
1616
"Major": 0,
17-
"Minor": 259,
18-
"Patch": 3
17+
"Minor": 261,
18+
"Patch": 0
1919
},
2020
"demands": [],
2121
"minimumAgentVersion": "2.209.0",

Tasks/AzureVmssDeploymentV0/task.loc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"author": "Microsoft Corporation",
1515
"version": {
1616
"Major": 0,
17-
"Minor": 259,
18-
"Patch": 3
17+
"Minor": 261,
18+
"Patch": 0
1919
},
2020
"demands": [],
2121
"minimumAgentVersion": "2.209.0",

0 commit comments

Comments
 (0)