Skip to content

Commit 5fc4cf8

Browse files
authored
Revert AzureAppServiceManageV0 to 210 state + bump version to 0.215.1 (#17625)
1 parent 927e5f9 commit 5fc4cf8

File tree

4 files changed

+15
-63
lines changed

4 files changed

+15
-63
lines changed

Tasks/AzureAppServiceManageV0/package-lock.json

Lines changed: 10 additions & 52 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Tasks/AzureAppServiceManageV0/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
"homepage": "https://github.com/Microsoft/azure-pipelines-tasks#readme",
1919
"dependencies": {
2020
"@types/mocha": "^5.2.7",
21-
"@types/node": "^16.11.39",
21+
"@types/node": "^10.17.0",
2222
"@types/q": "1.0.7",
23-
"azure-pipelines-tasks-azure-arm-rest-v2": "^3.213.0",
23+
"azure-pipelines-tasks-azure-arm-rest-v2": "^2.198.2",
2424
"azure-pipelines-tasks-utility-common": "^3.0.3",
2525
"q": "1.4.1",
2626
"xml2js": "0.4.13"

Tasks/AzureAppServiceManageV0/task.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"version": {
2020
"Major": 0,
2121
"Minor": 215,
22-
"Patch": 0
22+
"Patch": 1
2323
},
2424
"minimumAgentVersion": "1.102.0",
2525
"instanceNameFormat": "$(Action): $(WebAppName)",
@@ -287,10 +287,7 @@
287287
"execution": {
288288
"Node10": {
289289
"target": "azureappservicemanage.js"
290-
},
291-
"Node16": {
292-
"target": "azureappservicemanage.js"
293-
}
290+
}
294291
},
295292
"messages": {
296293
"ErrorNoSuchDeployingMethodExists": "Error : Deploy method MSDeploy does not exists for Azure Web App: %s",

Tasks/AzureAppServiceManageV0/task.loc.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"version": {
2020
"Major": 0,
2121
"Minor": 215,
22-
"Patch": 0
22+
"Patch": 1
2323
},
2424
"minimumAgentVersion": "1.102.0",
2525
"instanceNameFormat": "ms-resource:loc.instanceNameFormat",
@@ -287,9 +287,6 @@
287287
"execution": {
288288
"Node10": {
289289
"target": "azureappservicemanage.js"
290-
},
291-
"Node16": {
292-
"target": "azureappservicemanage.js"
293290
}
294291
},
295292
"messages": {

0 commit comments

Comments
 (0)