Skip to content

Commit 058392a

Browse files
authored
update 7zip to 23 for AzureRmWebAppDeploymentV4 (#19399)
1 parent 20629d7 commit 058392a

File tree

11 files changed

+78
-80
lines changed

11 files changed

+78
-80
lines changed

Tasks/AzureRmWebAppDeploymentV4/package-lock.json

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

Tasks/AzureRmWebAppDeploymentV4/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"@types/node": "^10.17.0",
2222
"@types/q": "1.0.7",
2323
"azure-pipelines-task-lib": "^3.4.0",
24-
"azure-pipelines-tasks-azure-arm-rest": "3.223.5",
25-
"azure-pipelines-tasks-webdeployment-common": "4.230.6",
24+
"azure-pipelines-tasks-azure-arm-rest": "^3.232.0",
25+
"azure-pipelines-tasks-webdeployment-common": "^4.233.0",
2626
"moment": "^2.29.4",
2727
"q": "1.4.1",
2828
"uuid": "3.1.0",

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": 233,
21-
"Patch": 0
21+
"Patch": 2
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
@@ -18,7 +18,7 @@
1818
"version": {
1919
"Major": 4,
2020
"Minor": 233,
21-
"Patch": 0
21+
"Patch": 2
2222
},
2323
"releaseNotes": "ms-resource:loc.releaseNotes",
2424
"minimumAgentVersion": "2.104.1",
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Default|4.233.0
2-
Node16-225|4.233.1
1+
Default|4.233.2
2+
Node16-225|4.233.3

_generated/AzureRmWebAppDeploymentV4/package-lock.json

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

_generated/AzureRmWebAppDeploymentV4/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"@types/node": "^10.17.0",
2222
"@types/q": "1.0.7",
2323
"azure-pipelines-task-lib": "^3.4.0",
24-
"azure-pipelines-tasks-azure-arm-rest": "3.223.5",
25-
"azure-pipelines-tasks-webdeployment-common": "4.230.6",
24+
"azure-pipelines-tasks-azure-arm-rest": "^3.232.0",
25+
"azure-pipelines-tasks-webdeployment-common": "^4.233.0",
2626
"moment": "^2.29.4",
2727
"q": "1.4.1",
2828
"uuid": "3.1.0",

_generated/AzureRmWebAppDeploymentV4/task.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"version": {
1919
"Major": 4,
2020
"Minor": 233,
21-
"Patch": 0
21+
"Patch": 2
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",
@@ -655,7 +655,7 @@
655655
"MSDeployNotSupportTokenAuth": "App Service is configured to not use basic authentication. This requires Web Deploy msdeploy.exe version 7.1.7225 or higher. You need a version of Visual Studio that includes an updated version of msdeploy.exe. For more information, visit https://aka.ms/azdo-webapp-msdeploy ."
656656
},
657657
"_buildConfigMapping": {
658-
"Default": "4.233.0",
659-
"Node16-225": "4.233.1"
658+
"Default": "4.233.2",
659+
"Node16-225": "4.233.3"
660660
}
661661
}

_generated/AzureRmWebAppDeploymentV4/task.loc.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"version": {
1919
"Major": 4,
2020
"Minor": 233,
21-
"Patch": 0
21+
"Patch": 2
2222
},
2323
"releaseNotes": "ms-resource:loc.releaseNotes",
2424
"minimumAgentVersion": "2.104.1",
@@ -655,7 +655,7 @@
655655
"MSDeployNotSupportTokenAuth": "ms-resource:loc.messages.MSDeployNotSupportTokenAuth"
656656
},
657657
"_buildConfigMapping": {
658-
"Default": "4.233.0",
659-
"Node16-225": "4.233.1"
658+
"Default": "4.233.2",
659+
"Node16-225": "4.233.3"
660660
}
661661
}

_generated/AzureRmWebAppDeploymentV4_Node16/task.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"version": {
1919
"Major": 4,
2020
"Minor": 233,
21-
"Patch": 1
21+
"Patch": 3
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",
@@ -659,7 +659,7 @@
659659
"MSDeployNotSupportTokenAuth": "App Service is configured to not use basic authentication. This requires Web Deploy msdeploy.exe version 7.1.7225 or higher. You need a version of Visual Studio that includes an updated version of msdeploy.exe. For more information, visit https://aka.ms/azdo-webapp-msdeploy ."
660660
},
661661
"_buildConfigMapping": {
662-
"Default": "4.233.0",
663-
"Node16-225": "4.233.1"
662+
"Default": "4.233.2",
663+
"Node16-225": "4.233.3"
664664
}
665665
}

0 commit comments

Comments
 (0)