Encoding Query String in Custom Repo URL
Have a small issue with URL encoding that happens in my "Custom Repository source browse URL" setting.
I try to set this setting to be:
https://dev.azure.com/my-org/team/_git/terraform-modules?version=GT{tag}&path={path}
and the &
character gets encoded to be %26
. This ends up not resolving in Azure DevOps when following the links.
Github reference: https://github.com/MatthewJohn/terrareg/issues/65