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 9396469 commit fb993b0Copy full SHA for fb993b0
src/Common/Commands.Common/AzurePSCmdlet.cs
@@ -218,8 +218,6 @@ protected override void BeginProcessing()
218
ProductInfoHeaderValue userAgentValue = new ProductInfoHeaderValue(
219
ModuleName, string.Format("v{0}", ModuleVersion));
220
AzureSession.ClientFactory.UserAgents.Add(userAgentValue);
221
- AzureSession.ClientFactory.AddHandler(new CmdletInfoHandler(this.CommandRuntime.ToString(), this.ParameterSetName));
222
-
223
base.BeginProcessing();
224
}
225
0 commit comments