You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by sapritchard March 3, 2025
Hi, I'm looking to see if I can iterate over an array to ensure the members are unique using a YAML rule file. I can achieve the result using PowerShell but would like to understand where I am going wrong using YAML. My PowerShell version of the rule is:
I've tried a few variations with a YAML rule, I think the below is close:
---
# Synopsis: Each member of the Name array is uniqueapiVersion: github.com/microsoft/PSRule/v1kind: Rulemetadata:
name: datacenter.Name.member.uniquespec:
condition:
field: Type.datacenter.Namesubset:
- .unique: true
FAIL datacenter.Name.member.unique
Each member of the Name array is unique
File: datacenter.json:2:8
Reason:
- Path Type.datacenter.Name: The field 'Type.datacenter.Name' did not contain '.'.
Again I'm sure it's just me not interpreting the documentation correctly. Appreciate any help.
The text was updated successfully, but these errors were encountered:
Investigate support for using functions for this case. See discussion for details.
Discussed in #2787
Originally posted by sapritchard March 3, 2025
Hi, I'm looking to see if I can iterate over an array to ensure the members are unique using a YAML rule file. I can achieve the result using PowerShell but would like to understand where I am going wrong using YAML. My PowerShell version of the rule is:
I've tried a few variations with a YAML rule, I think the below is close:
My configuration is in JSON:
My result:
Again I'm sure it's just me not interpreting the documentation correctly. Appreciate any help.
The text was updated successfully, but these errors were encountered: