Skip to content

Commit

Permalink
Revert AzureAppServiceManageV0 to 210 state + bump version to 0.215.1 (
Browse files Browse the repository at this point in the history
  • Loading branch information
merlynomsft authored Jan 18, 2023
1 parent 927e5f9 commit 5fc4cf8
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 63 deletions.
62 changes: 10 additions & 52 deletions Tasks/AzureAppServiceManageV0/package-lock.json

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

4 changes: 2 additions & 2 deletions Tasks/AzureAppServiceManageV0/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"homepage": "https://github.com/Microsoft/azure-pipelines-tasks#readme",
"dependencies": {
"@types/mocha": "^5.2.7",
"@types/node": "^16.11.39",
"@types/node": "^10.17.0",
"@types/q": "1.0.7",
"azure-pipelines-tasks-azure-arm-rest-v2": "^3.213.0",
"azure-pipelines-tasks-azure-arm-rest-v2": "^2.198.2",
"azure-pipelines-tasks-utility-common": "^3.0.3",
"q": "1.4.1",
"xml2js": "0.4.13"
Expand Down
7 changes: 2 additions & 5 deletions Tasks/AzureAppServiceManageV0/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"version": {
"Major": 0,
"Minor": 215,
"Patch": 0
"Patch": 1
},
"minimumAgentVersion": "1.102.0",
"instanceNameFormat": "$(Action): $(WebAppName)",
Expand Down Expand Up @@ -287,10 +287,7 @@
"execution": {
"Node10": {
"target": "azureappservicemanage.js"
},
"Node16": {
"target": "azureappservicemanage.js"
}
}
},
"messages": {
"ErrorNoSuchDeployingMethodExists": "Error : Deploy method MSDeploy does not exists for Azure Web App: %s",
Expand Down
5 changes: 1 addition & 4 deletions Tasks/AzureAppServiceManageV0/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"version": {
"Major": 0,
"Minor": 215,
"Patch": 0
"Patch": 1
},
"minimumAgentVersion": "1.102.0",
"instanceNameFormat": "ms-resource:loc.instanceNameFormat",
Expand Down Expand Up @@ -287,9 +287,6 @@
"execution": {
"Node10": {
"target": "azureappservicemanage.js"
},
"Node16": {
"target": "azureappservicemanage.js"
}
},
"messages": {
Expand Down

0 comments on commit 5fc4cf8

Please sign in to comment.