We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c426b17 commit 84be751Copy full SHA for 84be751
src/Commands/Graph/InvokeGraphMethod.cs
@@ -64,7 +64,7 @@ public string Url
64
[Parameter(Mandatory = false, ParameterSetName = ParameterSet_TOFILE)]
65
[Parameter(Mandatory = false, ParameterSetName = ParameterSet_TOCONSOLE)]
66
[Parameter(Mandatory = false, ParameterSetName = ParameterSet_TOSTREAM)]
67
- public GraphAdditionalHeadersPipeBind AdditionalHeaders;
+ public GraphAdditionalHeadersPipeBind AdditionalHeaders = new GraphAdditionalHeadersPipeBind(new Dictionary<string, string>());
68
// public IDictionary<string, string> AdditionalHeaders
69
// {
70
// get
0 commit comments