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

Allow keywords that take bodies to take Hashtables #83

Open rjmholt opened 3 years ago

rjmholt commented 3 years ago

It can be convenient in some cases to provide a hashtable as a body rather than a scriptblock-drived keyword block. We should make this possible in RawEntry and in keyword definitions