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

Add ARM parameter instantiation logic #79

Closed rjmholt closed 3 years ago

rjmholt commented 3 years ago

Allows PSArm templates to specify parameters, performing an AST transformation on Arm scriptblocks that reifies ARM parameters within them and then later uses the Parameters hashtable to instantiate those parameters at publish time.