Azure / Azure/template-analyzer
Add support for the count operator
Open
enhancement
LOE:5
- Dominant language
- C#
- Stars
- 143
- Forks
- 47
- PR merge metrics
- No merged PRs in 30d
Description
This operator counts all matching elements to the condition and compares it to the corresponding operator
## Example
``` javascript
"count": {
"path": "properties.ipConfigurations[*]",
"where": {
"field": "subnet.id",
"regex": "subnets/AzureFirewallSubnet$"
}
},
"equals": 1
```
Contributor guide
Assessment
This issue has not been assessed yet.