From 8f9e77088f1997838504ec368cf6f37847a17f29 Mon Sep 17 00:00:00 2001 From: Paul Van Eck Date: Mon, 17 Oct 2022 10:12:41 -0700 Subject: [PATCH] [Identity] Doc formatting fixes (#26664) - 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 a4aabad78c6d..8143e04fab0d 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|