Skip to content

Commit 8ce1723

Browse files
authored
App Service - reuse kudu affinity cookie M147 (#9643)
* resolved merge conflict * log affinity-cookie * log affinity in poll fn * poll fn add
1 parent 2d5c678 commit 8ce1723

File tree

16 files changed

+51
-32
lines changed

16 files changed

+51
-32
lines changed

Tasks/AzureFunctionAppContainerV1/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"version": {
2020
"Major": 1,
2121
"Minor": 0,
22-
"Patch": 1
22+
"Patch": 2
2323
},
2424
"minimumAgentVersion": "2.104.1",
2525
"groups": [

Tasks/AzureFunctionAppContainerV1/task.loc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"version": {
1919
"Major": 1,
2020
"Minor": 0,
21-
"Patch": 1
21+
"Patch": 2
2222
},
2323
"minimumAgentVersion": "2.104.1",
2424
"groups": [

Tasks/AzureFunctionAppV1/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"version": {
2020
"Major": 1,
2121
"Minor": 0,
22-
"Patch": 1
22+
"Patch": 3
2323
},
2424
"minimumAgentVersion": "2.104.1",
2525
"groups": [

Tasks/AzureFunctionAppV1/task.loc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"version": {
1919
"Major": 1,
2020
"Minor": 0,
21-
"Patch": 1
21+
"Patch": 3
2222
},
2323
"minimumAgentVersion": "2.104.1",
2424
"groups": [

Tasks/AzureRmWebAppDeploymentV3/package-lock.json

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

Tasks/AzureRmWebAppDeploymentV3/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"version": {
1919
"Major": 3,
2020
"Minor": 4,
21-
"Patch": 21
21+
"Patch": 22
2222
},
2323
"releaseNotes": "What's new in Version 3.0: <br/>&nbsp;&nbsp;Supports File Transformations (XDT) <br/>&nbsp;&nbsp;Supports Variable Substitutions(XML, JSON) <br/>Click [here](https://aka.ms/azurermwebdeployreadme) for more information.",
2424
"minimumAgentVersion": "2.104.1",

Tasks/AzureRmWebAppDeploymentV3/task.loc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"version": {
1818
"Major": 3,
1919
"Minor": 4,
20-
"Patch": 21
20+
"Patch": 22
2121
},
2222
"releaseNotes": "ms-resource:loc.releaseNotes",
2323
"minimumAgentVersion": "2.104.1",

Tasks/AzureRmWebAppDeploymentV4/package-lock.json

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

Tasks/AzureRmWebAppDeploymentV4/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"version": {
1919
"Major": 4,
2020
"Minor": 3,
21-
"Patch": 20
21+
"Patch": 21
2222
},
2323
"releaseNotes": "What's new in version 4.*<br />Supports Zip Deploy, Run From Package, War Deploy [Details here](https://aka.ms/appServiceDeploymentMethods)<br />Supports App Service Environments<br />Improved UI for discovering different App service types supported by the task<br/>Run From Package is the preferred deployment method, which makes files in wwwroot folder read-only<br/>Click [here](https://aka.ms/azurermwebdeployreadme) for more information.",
2424
"minimumAgentVersion": "2.104.1",

Tasks/AzureRmWebAppDeploymentV4/task.loc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"version": {
1818
"Major": 4,
1919
"Minor": 3,
20-
"Patch": 20
20+
"Patch": 21
2121
},
2222
"releaseNotes": "ms-resource:loc.releaseNotes",
2323
"minimumAgentVersion": "2.104.1",

0 commit comments

Comments
 (0)