PowerShell / PSArm

PSArm is a PowerShell module that provides a PowerShell-embedded domain-specific language (DSL) for Azure Resource Manager (ARM) templates
MIT License
78 stars 19 forks source link

Keywords with common keys in the body should have them as parameters #86

Open rjmholt opened 3 years ago

rjmholt commented 3 years ago

A number of keywords use common subkeys like name, id, tags, etc. We should elevate those to parameters when possible.