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

Fix generator to read flattened properties #57

Closed rjmholt closed 4 years ago

rjmholt commented 4 years ago

Our generator plugin used to look only for a properties property on object schemas. Now it also looks through the other properties to see if they are flattened properties from a properties property...