Skip to content

Commit

Permalink
Update webdeployment-common package [Part 2] (#20073)
Browse files Browse the repository at this point in the history
* Update webdeployment-common in AzureRmWebAppDeploymentV3

* Update webdeployment-common in AzureRmWebAppDeploymentV4

* Update webdeployment-common in AzureWebAppContainerV1

* Update webdeployment-common in AzureWebAppV1

* Pin arm-rest package for AzureWebAppV1

---------

Co-authored-by: Kirill Ivlev <102740624+kirill-ivlev@users.noreply.github.com>
  • Loading branch information
aleksandrlevochkin and kirill-ivlev authored Jul 9, 2024
1 parent fb9ee71 commit a3c0158
Show file tree
Hide file tree
Showing 60 changed files with 3,634 additions and 4,972 deletions.
515 changes: 308 additions & 207 deletions Tasks/AzureRmWebAppDeploymentV3/_buildConfigs/Node20/package-lock.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"@types/q": "1.0.7",
"agent-base": "^6.0.2",
"archiver": "1.2.0",
"azure-pipelines-task-lib": "^4.11.0",
"azure-pipelines-task-lib": "4.11.0",
"azure-pipelines-tasks-azure-arm-rest": "^3.239.0",
"azure-pipelines-tasks-webdeployment-common": "4.230.4",
"azure-pipelines-tasks-webdeployment-common": "4.242.0",
"decompress-zip": "^0.3.3",
"ltx": "2.8.0",
"moment": "^2.29.4",
Expand Down
567 changes: 212 additions & 355 deletions Tasks/AzureRmWebAppDeploymentV3/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions Tasks/AzureRmWebAppDeploymentV3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
"homepage": "https://github.com/Microsoft/azure-pipelines-tasks#readme",
"dependencies": {
"@types/mocha": "^5.2.7",
"@types/node": "^16.11.39",
"@types/node": "16.18.39",
"@types/q": "1.0.7",
"agent-base": "^6.0.2",
"archiver": "1.2.0",
"azure-pipelines-task-lib": "^4.11.0",
"azure-pipelines-task-lib": "4.11.0",
"azure-pipelines-tasks-azure-arm-rest": "^3.237.0",
"azure-pipelines-tasks-webdeployment-common": "4.230.4",
"azure-pipelines-tasks-webdeployment-common": "4.242.0",
"decompress-zip": "^0.3.3",
"ltx": "2.8.0",
"moment": "^2.29.4",
Expand Down
4 changes: 2 additions & 2 deletions Tasks/AzureRmWebAppDeploymentV3/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"author": "Microsoft Corporation",
"version": {
"Major": 3,
"Minor": 240,
"Patch": 2
"Minor": 242,
"Patch": 0
},
"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.",
"minimumAgentVersion": "2.104.1",
Expand Down
4 changes: 2 additions & 2 deletions Tasks/AzureRmWebAppDeploymentV3/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"author": "Microsoft Corporation",
"version": {
"Major": 3,
"Minor": 240,
"Patch": 2
"Minor": 242,
"Patch": 0
},
"releaseNotes": "ms-resource:loc.releaseNotes",
"minimumAgentVersion": "2.104.1",
Expand Down
Loading

0 comments on commit a3c0158

Please sign in to comment.