Skip to content

Commit f456e18

Browse files
authored
Fix CG Bug For AzureFunctionAppV1, V2 (#21540)
* Fix CG Bug For AzureFunctionAppOnV1, V2 * updating package-loc * correcting format
1 parent 1b4cd57 commit f456e18

File tree

6 files changed

+14
-12
lines changed

6 files changed

+14
-12
lines changed

Tasks/AzureFunctionAppV1/package-lock.json

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

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": 266,
20+
"Minor": 267,
2121
"Patch": 0
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": 266,
20+
"Minor": 267,
2121
"Patch": 0
2222
},
2323
"minimumAgentVersion": "2.104.1",

Tasks/AzureFunctionAppV2/package-lock.json

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

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": 266,
20+
"Minor": 267,
2121
"Patch": 0
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": 266,
20+
"Minor": 267,
2121
"Patch": 0
2222
},
2323
"releaseNotes": "ms-resource:loc.releaseNotes",

0 commit comments

Comments
 (0)