Skip to content

Support for anything-but - suffix - equals-ignore-case #236

@SamD

Description

@SamD

I was hoping to see that I could check a suffix with equals-ignore-case however that doesn't seem to be the case.

I see that anything-but on a suffix is supported

{
  "detail": {
    "instance-id": [ { "anything-but": { "suffix": "1234" } } ]
  }
}

However equals-ignore-case is not

"FileName": [
  {
    "anything-but": { "suffix": {  "equals-ignore-case": ".png" }
    }
  ]
}

``

Were there any plans to support this ?

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions