From 94af3ba27cb526fbe183c2126e54b30138ba4697 Mon Sep 17 00:00:00 2001 From: Bill Wert Date: Fri, 11 Feb 2022 16:36:15 -0800 Subject: [PATCH] rename TROUBLESHOOT.md (#27068) --- sdk/identity/azure-identity/README.md | 2 +- .../azure-identity/{TROUBLESHOOT.md => TROUBLESHOOTING.md} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename sdk/identity/azure-identity/{TROUBLESHOOT.md => TROUBLESHOOTING.md} (100%) diff --git a/sdk/identity/azure-identity/README.md b/sdk/identity/azure-identity/README.md index e9ee0dd70c156..63f0e36cea75c 100644 --- a/sdk/identity/azure-identity/README.md +++ b/sdk/identity/azure-identity/README.md @@ -479,7 +479,7 @@ describes why authentication failed. When this exception is raised by `ChainedTo When credentials cannot execute authentication due to one of the underlying resources required by the credential being unavailable on the machine, the`CredentialUnavailableException` is raised and it has a `message` attribute which describes why the credential is unavailable for authentication execution . When this exception is raised by `ChainedTokenCredential`, the message collects error messages from each credential in the chain. -See the [troubleshooting guide](https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/identity/azure-identity/TROUBLESHOOT.md) for details on how to diagnose various failure scenarios. +See the [troubleshooting guide](https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/identity/azure-identity/TROUBLESHOOTING.md) for details on how to diagnose various failure scenarios. ### Enable client logging Azure SDK for Java offers a consistent logging story to help aid in troubleshooting application errors and expedite diff --git a/sdk/identity/azure-identity/TROUBLESHOOT.md b/sdk/identity/azure-identity/TROUBLESHOOTING.md similarity index 100% rename from sdk/identity/azure-identity/TROUBLESHOOT.md rename to sdk/identity/azure-identity/TROUBLESHOOTING.md