From 3f0876265f41528fac44666dd88fa8d393aed794 Mon Sep 17 00:00:00 2001 From: Paul Van Eck Date: Wed, 5 Oct 2022 17:09:47 -0700 Subject: [PATCH] [Identity] Doc formatting fixes - Fixed a few issues with docs not being rendered as expected on the api docs website. - Added a note in the DAC troubleshooting section for users who are directed there from an error regarding additionally_allowed_tenants configuration. Signed-off-by: Paul Van Eck --- .../azure-identity/TROUBLESHOOTING.md | 2 +- .../identity/_credentials/client_assertion.py | 37 ++++++++++--------- .../azure/identity/_persistent_cache.py | 2 + .../aio/_credentials/client_assertion.py | 37 ++++++++++--------- 4 files changed, 41 insertions(+), 37 deletions(-) diff --git a/sdk/identity/azure-identity/TROUBLESHOOTING.md b/sdk/identity/azure-identity/TROUBLESHOOTING.md index bdbd697c82cc..0c31225a9025 100644 --- a/sdk/identity/azure-identity/TROUBLESHOOTING.md +++ b/sdk/identity/azure-identity/TROUBLESHOOTING.md @@ -82,7 +82,7 @@ See full SDK logging documentation with examples [here][sdk_logging_docs]. | Error |Description| Mitigation | |---|---|---| |`CredentialUnavailableError` raised with message. "DefaultAzureCredential failed to retrieve a token from the included credentials."|All credentials in the `DefaultAzureCredential` chain failed to retrieve a token, each raising a `CredentialUnavailableError` themselves|