Skip to content

Commit d1224dc

Browse files
ddivanshuDivanshu Aggarwal
andauthored
Users/diaggarw/az int task 184 (#14494)
* azure-pipeline tasks * packer build v0 UseDotnetv2 changes test fixes test fixes test changes test changes Co-authored-by: Divanshu Aggarwal <[email protected]>
1 parent 61e4114 commit d1224dc

File tree

17 files changed

+2282
-308
lines changed

17 files changed

+2282
-308
lines changed

Tasks/AzureResourceGroupDeploymentV2/package-lock.json

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

Tasks/AzureResourceGroupDeploymentV2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"dependencies": {
55
"@types/node": "^10.17.0",
66
"azure-pipelines-task-lib": "^3.0.6-preview.0",
7-
"azure-pipelines-tasks-azure-arm-rest-v2": "1.0.4",
7+
"azure-pipelines-tasks-azure-arm-rest-v2": "^2.0.1",
88
"moment": "2.21.0",
99
"typed-rest-client": "1.7.3"
1010
},

Tasks/AzureResourceGroupDeploymentV2/task.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"author": "Microsoft Corporation",
1515
"version": {
1616
"Major": 2,
17-
"Minor": 183,
17+
"Minor": 184,
1818
"Patch": 0
1919
},
2020
"demands": [],
@@ -488,4 +488,4 @@
488488
"DeploymentGroupConfigurationFailedOnVM": "Failure for Virtual Machine '%s': %s",
489489
"TroubleshootingGuide": "Check out the troubleshooting guide to see if your issue is addressed: https://docs.microsoft.com/en-us/azure/devops/pipelines/tasks/deploy/azure-resource-group-deployment?view=azure-devops#troubleshooting"
490490
}
491-
}
491+
}

Tasks/AzureResourceGroupDeploymentV2/task.loc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"author": "Microsoft Corporation",
1515
"version": {
1616
"Major": 2,
17-
"Minor": 183,
17+
"Minor": 184,
1818
"Patch": 0
1919
},
2020
"demands": [],

0 commit comments

Comments
 (0)