Azure / Azure/PSRule.Rules.Azure
Expand templates without parameters
Open
enhancement
- Dominant language
- PowerShell
- Stars
- 447
- Forks
- 109
- Avg merge
- 2d 19h
- Merged PRs (30d)
- 23
Description
Some templates may not have any parameters or any required parameters particularly if they are built from bicep.
Currently PSRule for Azure will only automatically from CI expands from parameter files. If a template has no parameter file it would not be automatically expanded although could be manually from a PowerShell command line.
We should handle this scenario.
---
**Update**: This is already handled for Bicep by configuring expansion options. Issue remains if a template has no required parameters but not parameter file, it isn't currently expanded by any method automatically.
Contributor guide
Assessment
This issue has not been assessed yet.