Skip to content

Commit cf8673f

Browse files
committed
xenapi: removed the default value for xenserver UserAgent
Signed-off-by: Rashmi A Badadale <[email protected]>
1 parent 654cef3 commit cf8673f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ocaml/sdk-gen/csharp/autogen/src/Session.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public partial class Session : XenObject<Session>
4848
/// <summary>
4949
/// This string is used as the HTTP UserAgent for each request.
5050
/// </summary>
51-
public static string UserAgent = $"XenAPI/{Helper.APIVersionString(API_Version.LATEST)}";
51+
public static string UserAgent;
5252

5353
/// <summary>
5454
/// If null, no proxy is used, otherwise this proxy is used for each request.

0 commit comments

Comments
 (0)