Skip to content

Commit

Permalink
remove arm- prefix from user agent string
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlad Barosan authored Apr 2, 2018
1 parent 7a5644e commit 0b1e161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Model/CodeModelGo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class CodeModelGo : CodeModel

public string Version { get; }

public string UserAgent => $"Azure-SDK-For-Go/{Version} arm-{Namespace}/{ApiVersion}";
public string UserAgent => $"Azure-SDK-For-Go/{Version} {Namespace}/{ApiVersion}";

public CodeModelGo()
{
Expand Down

0 comments on commit 0b1e161

Please sign in to comment.