From b1fe68c69d2e4b661571c237e50697dba760fb97 Mon Sep 17 00:00:00 2001 From: Sean Kane <68240067+seankane-msft@users.noreply.github.com> Date: Wed, 18 Aug 2021 13:51:17 -0400 Subject: [PATCH] Fixes2 (#15316) Makes a fix to azcore in track2-tables branch --- sdk/azcore/request.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/azcore/request.go b/sdk/azcore/request.go index 17a9cbf7150f..a3074596a2f8 100644 --- a/sdk/azcore/request.go +++ b/sdk/azcore/request.go @@ -90,7 +90,7 @@ func JoinPaths(root string, paths ...string) string { if qps != "" { if !strings.HasSuffix(root, "/") { root += "/" - } + } return root + "?" + qps } return root