Closed BernieWhite closed 3 years ago
@ljtill Thinking this through further. It may not be required to include AzOps version/ templateHash just name to reduce any potential template churn. What do you think?
@BernieWhite We are planning to implement this construct into the generated templates. We've got a couple other work items which we are wrapping up and then we will get this added.
Describe the solution you'd like
Templates generated with AzOps don't follow best practises. However this is understandable given the context and how they are intended to be used.
It would be helpful though to add generator metadata so that these generated templates can be identified and excluded with CI processes that lint and enforce best practises. aka. PSRule for Azure.
For example Bicep and PSArm currently implement a generator metadata block.
Something similar for AzOps would be helpful.