Skip to content

Commit e57ee15

Browse files
authored
Remove PSStyle if terminal does not support escape sequence (#426)
* update PSStyle.cs * update AzurePSCmdlet.cs * update PSStyle.cs * update PSStyle.cs: private parameter
1 parent ccb149a commit e57ee15

File tree

2 files changed

+274
-37
lines changed

2 files changed

+274
-37
lines changed

src/Common/AzurePSCmdlet.cs

+1
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,7 @@ protected virtual void TearDownHttpClientPipeline()
334334
AzureSession.Instance.ClientFactory.RemoveUserAgent(ModuleName);
335335
AzureSession.Instance.ClientFactory.RemoveHandler(typeof(CmdletInfoHandler));
336336
}
337+
337338
/// <summary>
338339
/// Cmdlet begin process. Write to logs, setup Http Tracing and initialize profile
339340
/// </summary>

0 commit comments

Comments
 (0)