From 1c9d00580831b504b20512fc9b4fed1108289137 Mon Sep 17 00:00:00 2001 From: SDK Automation Date: Wed, 29 Apr 2020 03:16:59 +0000 Subject: [PATCH] Generated from ad85622378a3093ec92c45a3a52bded45c97ab5d Merge branch 'master' into test-cli-automation --- services/kusto/mgmt/2019-11-09/kusto/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/kusto/mgmt/2019-11-09/kusto/version.go b/services/kusto/mgmt/2019-11-09/kusto/version.go index 31e46ead514a..9eca77bca608 100644 --- a/services/kusto/mgmt/2019-11-09/kusto/version.go +++ b/services/kusto/mgmt/2019-11-09/kusto/version.go @@ -21,7 +21,7 @@ import "github.com/Azure/azure-sdk-for-go/version" // UserAgent returns the UserAgent string to use when sending http.Requests. func UserAgent() string { - return "Azure-SDK-For-Go/" + version.Number + " kusto/2019-11-09" + return "Azure-SDK-For-Go/" + Version() + " kusto/2019-11-09" } // Version returns the semantic version (see http://semver.org) of the client.