-
Notifications
You must be signed in to change notification settings - Fork 10
Closed
Labels
P2Bugs of moderate severity to be assigned to an engineer in the next iterationBugs of moderate severity to be assigned to an engineer in the next iterationkind/bugSome behavior is incorrect or out of specSome behavior is incorrect or out of spec
Milestone
Description
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!
pawelprazak
Metadata
Metadata
Assignees
Labels
P2Bugs of moderate severity to be assigned to an engineer in the next iterationBugs of moderate severity to be assigned to an engineer in the next iterationkind/bugSome behavior is incorrect or out of specSome behavior is incorrect or out of spec