Closed
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!