Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating AzureResourceManagerTemplateDeploymentV3 task to consume arm… #13870

Merged
merged 4 commits into from
Nov 12, 2020

Conversation

anuragc617
Copy link
Contributor

Updating AzureResourceManagerTemplateDeploymentV3 task to consume arm-rest-v2 1.178.1
Task name:

Description: Consuming graph client endpoint fix

Documentation changes required: (N)

Added unit tests: (N)

Attached related issue: (Y) #13797

Checklist:

  • [Y] Task version was bumped - please check instruction how to do it
  • [Y] Checked that applied changes work as expected

@anuragc617 anuragc617 marked this pull request as draft November 10, 2020 06:38
@anuragc617 anuragc617 marked this pull request as ready for review November 10, 2020 09:22
@@ -61,7 +61,7 @@ function run(): Promise<void> {
var taskManifestPath = path.join(__dirname, "task.json");
tl.debug("Setting resource path to " + taskManifestPath);
tl.setResourcePath(taskManifestPath);
tl.setResourcePath(path.join( __dirname, 'node_modules/azure-pipelines-tasks-azure-arm-rest-v2/module.json'));
tl.setResourcePath(path.join( __dirname, 'node_modules/azure-pipelines-tasks-azure-arm-rest-v2/module.json'), true);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we don't need this. right? as each file in module will do this.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, each file in module doing this. But I think there is no harm in keeping it as it will only try to add if not already added.

@anuragc617 anuragc617 merged commit eca84ae into master Nov 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants