Skip to content

Commit fb993b0

Browse files
committed
Removing product info header handlers
1 parent 9396469 commit fb993b0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Common/Commands.Common/AzurePSCmdlet.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,6 @@ protected override void BeginProcessing()
218218
ProductInfoHeaderValue userAgentValue = new ProductInfoHeaderValue(
219219
ModuleName, string.Format("v{0}", ModuleVersion));
220220
AzureSession.ClientFactory.UserAgents.Add(userAgentValue);
221-
AzureSession.ClientFactory.AddHandler(new CmdletInfoHandler(this.CommandRuntime.ToString(), this.ParameterSetName));
222-
223221
base.BeginProcessing();
224222
}
225223

0 commit comments

Comments
 (0)