Skip to content

Commit bcf938a

Browse files
v-mohithgcFinVamp1
andauthored
kudustackurl warnings issue (#18968)
Co-authored-by: Finbar Ryan <[email protected]>
1 parent 04c455f commit bcf938a

File tree

22 files changed

+142
-170
lines changed

22 files changed

+142
-170
lines changed

Tasks/AzureFunctionAppV1/package-lock.json

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

Tasks/AzureFunctionAppV1/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"@types/q": "1.0.7",
2323
"azure-devops-node-api": "11.2.0",
2424
"azure-pipelines-task-lib": "^3.4.0",
25-
"azure-pipelines-tasks-azure-arm-rest": "^3.226.0",
26-
"azure-pipelines-tasks-webdeployment-common": "^4.222.2",
25+
"azure-pipelines-tasks-azure-arm-rest": "^3.228.0",
26+
"azure-pipelines-tasks-webdeployment-common": "^4.227.0",
2727
"azure-storage": "2.10.7",
2828
"moment": "^2.29.3",
2929
"q": "1.4.1",

Tasks/AzureFunctionAppV1/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"author": "Microsoft Corporation",
1818
"version": {
1919
"Major": 1,
20-
"Minor": 227,
20+
"Minor": 228,
2121
"Patch": 1
2222
},
2323
"minimumAgentVersion": "2.104.1",

Tasks/AzureFunctionAppV1/task.loc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"author": "Microsoft Corporation",
1818
"version": {
1919
"Major": 1,
20-
"Minor": 227,
20+
"Minor": 228,
2121
"Patch": 1
2222
},
2323
"minimumAgentVersion": "2.104.1",

Tasks/AzureFunctionAppV2/package-lock.json

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

Tasks/AzureFunctionAppV2/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
"@types/q": "1.0.7",
2323
"azure-devops-node-api": "11.2.0",
2424
"azure-pipelines-task-lib": "^3.4.0",
25-
"azure-pipelines-tasks-azure-arm-rest": "^3.226.0",
26-
"azure-pipelines-tasks-webdeployment-common": "^4.222.2",
25+
"azure-pipelines-tasks-azure-arm-rest": "^3.228.0",
26+
"azure-pipelines-tasks-webdeployment-common": "^4.227.0",
2727
"azure-storage": "2.10.7",
2828
"moment": "^2.29.4",
2929
"q": "1.4.1",
3030
"uuid": "3.1.0",
31-
"xml2js": "0.4.13"
31+
"xml2js": "^0.6.2"
3232
},
3333
"devDependencies": {
3434
"typescript": "4.0.2"

Tasks/AzureFunctionAppV2/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"author": "Microsoft Corporation",
1818
"version": {
1919
"Major": 2,
20-
"Minor": 227,
20+
"Minor": 228,
2121
"Patch": 1
2222
},
2323
"releaseNotes": "What's new in version 2.* <br /> Removed WAR Deploy Support, setting Web.Config options, and the option for the Startup command for Linux Azure Function Apps.",

Tasks/AzureFunctionAppV2/task.loc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"author": "Microsoft Corporation",
1818
"version": {
1919
"Major": 2,
20-
"Minor": 227,
20+
"Minor": 228,
2121
"Patch": 1
2222
},
2323
"releaseNotes": "ms-resource:loc.releaseNotes",
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Default|1.227.1
2-
Node16-225|1.227.0
1+
Default|1.228.1
2+
Node16-225|1.228.0

_generated/AzureFunctionAppV1/package-lock.json

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

0 commit comments

Comments
 (0)