Skip to content

Is colon allowed in resourceName? #387

@dubinsky

Description

@dubinsky

As a part of #328, besom.URN.UrnRegex changed, including the change from (?<resourceName>.+) to (?<resourceName>[^:]+|[^:]*::[^:]*).

With this change, URNs that contain a single colon : in the resourceName (e.g., group:info) became illegal, although the comment in the code suggests that they should remain legal:

Stack, Project, and Name Regex: These are strings that do not contain ::.

Was this change intentional?

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    P2Bugs of moderate severity to be assigned to an engineer in the next iterationkind/bugSome behavior is incorrect or out of spec

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions