Skip to content

Commit

Permalink
update azure-pipelines-tasks-azure-arm-rest package version in AzureR… (
Browse files Browse the repository at this point in the history
#20442)

* update azure-pipelines-tasks-azure-arm-rest package version in AzureRmWebAppDeploymentV4

* updated timeout for test case
  • Loading branch information
v-snalawade authored Sep 20, 2024
1 parent 5318b67 commit 2f305b1
Show file tree
Hide file tree
Showing 15 changed files with 124 additions and 112 deletions.

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

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.242.2",
"azure-pipelines-tasks-azure-arm-rest": "^3.246.4",
"azure-pipelines-tasks-webdeployment-common": "4.243.1",
"moment": "^2.29.4",
"q": "1.4.1",
Expand Down
83 changes: 44 additions & 39 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.242.2",
"azure-pipelines-tasks-azure-arm-rest": "^3.246.4",
"azure-pipelines-tasks-webdeployment-common": "4.243.1",
"moment": "^2.29.4",
"q": "1.4.1",
Expand Down
4 changes: 2 additions & 2 deletions Tasks/AzureRmWebAppDeploymentV4/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"author": "Microsoft Corporation",
"version": {
"Major": 4,
"Minor": 243,
"Patch": 6
"Minor": 246,
"Patch": 0
},
"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
4 changes: 2 additions & 2 deletions Tasks/AzureRmWebAppDeploymentV4/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"author": "Microsoft Corporation",
"version": {
"Major": 4,
"Minor": 243,
"Patch": 6
"Minor": 246,
"Patch": 0
},
"releaseNotes": "ms-resource:loc.releaseNotes",
"minimumAgentVersion": "2.104.1",
Expand Down
4 changes: 2 additions & 2 deletions _generated/AzureRmWebAppDeploymentV4.versionmap.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Default|4.243.6
Node20_229_2|4.243.7
Default|4.246.0
Node20_229_2|4.246.1
83 changes: 44 additions & 39 deletions _generated/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 _generated/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.242.2",
"azure-pipelines-tasks-azure-arm-rest": "^3.246.4",
"azure-pipelines-tasks-webdeployment-common": "4.243.1",
"moment": "^2.29.4",
"q": "1.4.1",
Expand Down
8 changes: 4 additions & 4 deletions _generated/AzureRmWebAppDeploymentV4/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"author": "Microsoft Corporation",
"version": {
"Major": 4,
"Minor": 243,
"Patch": 6
"Minor": 246,
"Patch": 0
},
"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 Expand Up @@ -659,7 +659,7 @@
"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 ."
},
"_buildConfigMapping": {
"Default": "4.243.6",
"Node20_229_2": "4.243.7"
"Default": "4.246.0",
"Node20_229_2": "4.246.1"
}
}
Loading

0 comments on commit 2f305b1

Please sign in to comment.