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

arm-template-merge should point to where the event it is occurring #20

Open
cateruels opened this issue Feb 6, 2020 · 0 comments
Open

Comments

@cateruels
Copy link

cateruels commented Feb 6, 2020

Summary

While trying to merge various json files from various sources, once an error event is thrown, it doesn't points to where the event is happening.

For instance :

Error: Property "parameters.appName" cannot be merged. Source and target values are different.

Imagine that, in a given case scenario, i have to merge 100 json files. Going through all of them to see where the error is, would be a daunting task.

Desired solution

The proposed solution to this problem would be, given the error event, to point to where among the files being merged, is the event happening.

For example,

Error: Property "parameters.appName" cannot be merged.
Conflict file(s) : aaaa.json, bbbb.json, cccc.json,, and so on

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

No branches or pull requests

1 participant