Skip to content

Commit

Permalink
msal-node fix incompatible version (#20170)
Browse files Browse the repository at this point in the history
* [AzureRmWebAppDeploymentV3/V4] fix msal-node error

* [AzureWebAppContainerV1] fix msal-node error

* [AzureWebAppV1] Remove node20 handler from default task

* [ContainerBuildV0] fix msal-node error

* [PackerBuildV0] fix msal-node error

* [KubernetesManifestV1] fix msal-node error

* [KubernetesV1] fix msal-node error

* [DockerComposeV0/V1] fix msal-node error

* [DockerV0/V1/V2] fix msal-node error

* [KubernetesV0] fix msal-node error

* [PackerBuildV0] fix getPackerVersion method

- transffered the getPackerVersion method from the PackerBuildV1 task to the PackerBuildV0 task
 based on the PR https://github.com/microsoft/azure-pipelines-tasks/pull/19626/files

* [PackerBuildV0] fix PackerBuildV0 e2e tests

- transffered WIF implementation ref: #19835

* Revert "[PackerBuildV0] fix PackerBuildV0 e2e tests"

This reverts commit 88e0c98.

* Fixed old agent-base version

---------

Co-authored-by: v-schhabra <100183307+v-schhabra@users.noreply.github.com>
  • Loading branch information
DmitriiBobreshev and v-schhabra authored Jul 22, 2024
1 parent 8b40129 commit 39e6da2
Show file tree
Hide file tree
Showing 255 changed files with 7,668 additions and 12,325 deletions.
1 change: 1 addition & 0 deletions Tasks/AzureRmWebAppDeploymentV3/make.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"items": [
"node_modules/azure-pipelines-tasks-azure-arm-rest/node_modules/azure-pipelines-task-lib",
"node_modules/azure-pipelines-tasks-webdeployment-common/node_modules/azure-pipelines-task-lib",
"node_modules/azure-pipelines-tasks-azure-arm-rest/node_modules/agent-base",
"node_modules/https-proxy-agent/node_modules/agent-base"
],
"options": "-Rf"
Expand Down
82 changes: 49 additions & 33 deletions Tasks/AzureRmWebAppDeploymentV3/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Tasks/AzureRmWebAppDeploymentV3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"agent-base": "^6.0.2",
"archiver": "1.2.0",
"azure-pipelines-task-lib": "4.11.0",
"azure-pipelines-tasks-azure-arm-rest": "^3.237.0",
"azure-pipelines-tasks-azure-arm-rest": "^3.242.2",
"azure-pipelines-tasks-webdeployment-common": "4.242.0",
"decompress-zip": "^0.3.3",
"ltx": "2.8.0",
Expand Down
2 changes: 1 addition & 1 deletion Tasks/AzureRmWebAppDeploymentV3/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"version": {
"Major": 3,
"Minor": 243,
"Patch": 0
"Patch": 2
},
"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
2 changes: 1 addition & 1 deletion Tasks/AzureRmWebAppDeploymentV3/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"version": {
"Major": 3,
"Minor": 243,
"Patch": 0
"Patch": 2
},
"releaseNotes": "ms-resource:loc.releaseNotes",
"minimumAgentVersion": "2.104.1",
Expand Down
1 change: 1 addition & 0 deletions Tasks/AzureRmWebAppDeploymentV4/make.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"items": [
"node_modules/azure-pipelines-tasks-azure-arm-rest/node_modules/azure-pipelines-task-lib",
"node_modules/azure-pipelines-tasks-webdeployment-common/node_modules/azure-pipelines-task-lib",
"node_modules/azure-pipelines-tasks-azure-arm-rest/node_modules/agent-base",
"node_modules/https-proxy-agent/node_modules/agent-base"
],
"options": "-Rf"
Expand Down
82 changes: 49 additions & 33 deletions Tasks/AzureRmWebAppDeploymentV4/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Tasks/AzureRmWebAppDeploymentV4/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@types/q": "1.0.7",
"agent-base": "^6.0.2",
"azure-pipelines-task-lib": "4.11.0",
"azure-pipelines-tasks-azure-arm-rest": "^3.237.0",
"azure-pipelines-tasks-azure-arm-rest": "^3.242.2",
"azure-pipelines-tasks-webdeployment-common": "4.242.0",
"moment": "^2.29.4",
"q": "1.4.1",
Expand Down
2 changes: 1 addition & 1 deletion Tasks/AzureRmWebAppDeploymentV4/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"version": {
"Major": 4,
"Minor": 243,
"Patch": 0
"Patch": 2
},
"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.",
"minimumAgentVersion": "2.104.1",
Expand Down
2 changes: 1 addition & 1 deletion Tasks/AzureRmWebAppDeploymentV4/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"version": {
"Major": 4,
"Minor": 243,
"Patch": 0
"Patch": 2
},
"releaseNotes": "ms-resource:loc.releaseNotes",
"minimumAgentVersion": "2.104.1",
Expand Down
1 change: 1 addition & 0 deletions Tasks/AzureWebAppContainerV1/make.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"items": [
"node_modules/azure-pipelines-tasks-azure-arm-rest/node_modules/azure-pipelines-task-lib",
"node_modules/azure-pipelines-tasks-webdeployment-common/node_modules/azure-pipelines-task-lib",
"node_modules/azure-pipelines-tasks-azure-arm-rest/node_modules/agent-base",
"node_modules/https-proxy-agent/node_modules/agent-base"
],
"options": "-Rf"
Expand Down
Loading

0 comments on commit 39e6da2

Please sign in to comment.