Skip to content

Commit 39e6da2

Browse files
msal-node fix incompatible version (#20170)
* [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 <[email protected]>
1 parent 8b40129 commit 39e6da2

File tree

255 files changed

+7668
-12325
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

255 files changed

+7668
-12325
lines changed

Tasks/AzureRmWebAppDeploymentV3/make.json

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"items": [
2020
"node_modules/azure-pipelines-tasks-azure-arm-rest/node_modules/azure-pipelines-task-lib",
2121
"node_modules/azure-pipelines-tasks-webdeployment-common/node_modules/azure-pipelines-task-lib",
22+
"node_modules/azure-pipelines-tasks-azure-arm-rest/node_modules/agent-base",
2223
"node_modules/https-proxy-agent/node_modules/agent-base"
2324
],
2425
"options": "-Rf"

Tasks/AzureRmWebAppDeploymentV3/package-lock.json

+49-33
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Tasks/AzureRmWebAppDeploymentV3/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"agent-base": "^6.0.2",
2424
"archiver": "1.2.0",
2525
"azure-pipelines-task-lib": "4.11.0",
26-
"azure-pipelines-tasks-azure-arm-rest": "^3.237.0",
26+
"azure-pipelines-tasks-azure-arm-rest": "^3.242.2",
2727
"azure-pipelines-tasks-webdeployment-common": "4.242.0",
2828
"decompress-zip": "^0.3.3",
2929
"ltx": "2.8.0",

Tasks/AzureRmWebAppDeploymentV3/task.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"version": {
1919
"Major": 3,
2020
"Minor": 243,
21-
"Patch": 0
21+
"Patch": 2
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"version": {
1919
"Major": 3,
2020
"Minor": 243,
21-
"Patch": 0
21+
"Patch": 2
2222
},
2323
"releaseNotes": "ms-resource:loc.releaseNotes",
2424
"minimumAgentVersion": "2.104.1",

Tasks/AzureRmWebAppDeploymentV4/make.json

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"items": [
2020
"node_modules/azure-pipelines-tasks-azure-arm-rest/node_modules/azure-pipelines-task-lib",
2121
"node_modules/azure-pipelines-tasks-webdeployment-common/node_modules/azure-pipelines-task-lib",
22+
"node_modules/azure-pipelines-tasks-azure-arm-rest/node_modules/agent-base",
2223
"node_modules/https-proxy-agent/node_modules/agent-base"
2324
],
2425
"options": "-Rf"

Tasks/AzureRmWebAppDeploymentV4/package-lock.json

+49-33
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Tasks/AzureRmWebAppDeploymentV4/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@types/q": "1.0.7",
2323
"agent-base": "^6.0.2",
2424
"azure-pipelines-task-lib": "4.11.0",
25-
"azure-pipelines-tasks-azure-arm-rest": "^3.237.0",
25+
"azure-pipelines-tasks-azure-arm-rest": "^3.242.2",
2626
"azure-pipelines-tasks-webdeployment-common": "4.242.0",
2727
"moment": "^2.29.4",
2828
"q": "1.4.1",

Tasks/AzureRmWebAppDeploymentV4/task.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"version": {
1919
"Major": 4,
2020
"Minor": 243,
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"version": {
1919
"Major": 4,
2020
"Minor": 243,
21-
"Patch": 0
21+
"Patch": 2
2222
},
2323
"releaseNotes": "ms-resource:loc.releaseNotes",
2424
"minimumAgentVersion": "2.104.1",

Tasks/AzureWebAppContainerV1/make.json

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"items": [
55
"node_modules/azure-pipelines-tasks-azure-arm-rest/node_modules/azure-pipelines-task-lib",
66
"node_modules/azure-pipelines-tasks-webdeployment-common/node_modules/azure-pipelines-task-lib",
7+
"node_modules/azure-pipelines-tasks-azure-arm-rest/node_modules/agent-base",
78
"node_modules/https-proxy-agent/node_modules/agent-base"
89
],
910
"options": "-Rf"

0 commit comments

Comments
 (0)