We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccb149a commit e57ee15Copy full SHA for e57ee15
src/Common/AzurePSCmdlet.cs
@@ -334,6 +334,7 @@ protected virtual void TearDownHttpClientPipeline()
334
AzureSession.Instance.ClientFactory.RemoveUserAgent(ModuleName);
335
AzureSession.Instance.ClientFactory.RemoveHandler(typeof(CmdletInfoHandler));
336
}
337
+
338
/// <summary>
339
/// Cmdlet begin process. Write to logs, setup Http Tracing and initialize profile
340
/// </summary>
0 commit comments