Skip to content

Commit cfee22e

Browse files
Update nock in tasks' tests part 2 (AzureWebAppContainerV1, AzureRmWebAppDeploymentV3, AzureRmWebAppDeploymentV4) (#19372)
* Update nock in AzureWebAppContainerV1 * Update nock in AzureWebAppContainerV1 * Update nock in AzureRmWebAppDeploymentV3 * Update nock in AzureRmWebAppDeploymentV4 * Fix version for AzureRmWebAppDeploymentV3 * Fix version for AzureWebAppContainerV1
1 parent d45ff57 commit cfee22e

File tree

37 files changed

+217
-1637
lines changed

37 files changed

+217
-1637
lines changed

Tasks/AzureRmWebAppDeploymentV3/Tests/package-lock.json

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

Tasks/AzureRmWebAppDeploymentV3/Tests/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
},
1818
"homepage": "https://github.com/Microsoft/azure-pipelines-tasks#readme",
1919
"devDependencies": {
20-
"nock": "9.0.11"
20+
"nock": "^13.4.0"
2121
}
2222
}

Tasks/AzureRmWebAppDeploymentV3/_buildConfigs/Node20/Tests/package-lock.json

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

Tasks/AzureRmWebAppDeploymentV3/_buildConfigs/Node20/Tests/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
},
1818
"homepage": "https://github.com/Microsoft/azure-pipelines-tasks#readme",
1919
"devDependencies": {
20-
"nock": "9.0.11"
20+
"nock": "^13.4.0"
2121
}
2222
}

Tasks/AzureRmWebAppDeploymentV3/task.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"author": "Microsoft Corporation",
1818
"version": {
1919
"Major": 3,
20-
"Minor": 230,
21-
"Patch": 4
20+
"Minor": 233,
21+
"Patch": 0
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

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"author": "Microsoft Corporation",
1818
"version": {
1919
"Major": 3,
20-
"Minor": 230,
21-
"Patch": 4
20+
"Minor": 233,
21+
"Patch": 0
2222
},
2323
"releaseNotes": "ms-resource:loc.releaseNotes",
2424
"minimumAgentVersion": "2.104.1",

0 commit comments

Comments
 (0)