From 6c5cfc61676e26843a001b372f81c0d707c24a92 Mon Sep 17 00:00:00 2001 From: SDK Automation Date: Fri, 1 May 2020 02:57:28 +0000 Subject: [PATCH] Generated from 35968c07303db8c640c93c184c33d2db0b2f20d8 Added readonly to private endpoint connections. --- .../mgmt/2019-02-01-preview/appconfiguration/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/preview/appconfiguration/mgmt/2019-02-01-preview/appconfiguration/version.go b/services/preview/appconfiguration/mgmt/2019-02-01-preview/appconfiguration/version.go index e8cab4e169bc..5261b517f29b 100644 --- a/services/preview/appconfiguration/mgmt/2019-02-01-preview/appconfiguration/version.go +++ b/services/preview/appconfiguration/mgmt/2019-02-01-preview/appconfiguration/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 + " appconfiguration/2019-02-01-preview" + return "Azure-SDK-For-Go/" + Version() + " appconfiguration/2019-02-01-preview" } // Version returns the semantic version (see http://semver.org) of the client.