Skip to content

Commit

Permalink
Log Key Vault Certificates content for live tests (Azure#18558)
Browse files Browse the repository at this point in the history
Needed to diagnose a test failure where the operation is completed, but the status is still "inProgress".
  • Loading branch information
heaths authored and jongio committed Feb 9, 2021
1 parent 4a9b889 commit 4beaf54
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ internal CertificateClient GetClient()
{
Diagnostics =
{
IsLoggingContentEnabled = Debugger.IsAttached,
IsLoggingContentEnabled = Debugger.IsAttached || Mode == RecordedTestMode.Live,
LoggedHeaderNames =
{
"x-ms-request-id",
Expand Down

0 comments on commit 4beaf54

Please sign in to comment.