Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Authentication/Authentication/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace Microsoft.Graph.PowerShell.Authentication
public static class Constants
{
public const int MaxContentLength = 10240;
public const string SDKHeaderValue = "Graph-powershell-{0}.{1}.{2}";
public const string SDKHeaderValue = "graph-powershell/{0}.{1}.{2}";
internal const string UserParameterSet = "UserParameterSet";
internal const string AppParameterSet = "AppParameterSet";
internal const string AccessTokenParameterSet = "AccessTokenParameterSet";
Expand Down