You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Azure Identity client library for .NET - version 1.10.0
11
+
# Azure Identity client library for .NET - version 1.10.1
12
12
13
13
14
14
The Azure Identity library provides [Azure Active Directory (Azure AD)](https://learn.microsoft.com/azure/active-directory/fundamentals/active-directory-whatis) token authentication support across the Azure SDK. It provides a set of [`TokenCredential`](https://learn.microsoft.com/dotnet/api/azure.core.tokencredential?view=azure-dotnet) implementations which can be used to construct Azure SDK clients which support Azure AD token authentication.
@@ -279,11 +279,11 @@ Token caching is a feature provided by the Azure Identity library that allows ap
279
279
* Improve resilience and performance.
280
280
* Reduce the number of requests made to Azure Active Directory (Azure AD) to obtain access tokens.
281
281
282
-
The Azure Identity library offers both in-memory and persistent disk caching. For more details, see the [token caching documentation](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Identity_1.10.0/sdk/identity/Azure.Identity/samples/TokenCache.md)
282
+
The Azure Identity library offers both in-memory and persistent disk caching. For more details, see the [token caching documentation](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Identity_1.10.1/sdk/identity/Azure.Identity/samples/TokenCache.md)
283
283
284
284
## Troubleshooting
285
285
286
-
See the [troubleshooting guide](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Identity_1.10.0/sdk/identity/Azure.Identity/TROUBLESHOOTING.md) for details on how to diagnose various failure scenarios.
286
+
See the [troubleshooting guide](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Identity_1.10.1/sdk/identity/Azure.Identity/TROUBLESHOOTING.md) for details on how to diagnose various failure scenarios.
287
287
288
288
### Error handling
289
289
@@ -310,7 +310,7 @@ For more information on dealing with errors arising from failed requests to Azur
310
310
311
311
### Logging
312
312
313
-
The Azure Identity library provides the same [logging capabilities](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Identity_1.10.0/sdk/core/Azure.Core/samples/Diagnostics.md#logging) as the rest of the Azure SDK.
313
+
The Azure Identity library provides the same [logging capabilities](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Identity_1.10.1/sdk/core/Azure.Core/samples/Diagnostics.md#logging) as the rest of the Azure SDK.
314
314
315
315
The simplest way to see the logs to help debug authentication issues is to enable the console logging.
316
316
@@ -356,10 +356,10 @@ This ensures that the recommendation of reusing credential instances is always s
[Accessing the response](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Identity_1.10.0/sdk/core/Azure.Core/README.md#accessing-http-response-details-using-responset) |
[Accessing the response](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Identity_1.10.1/sdk/core/Azure.Core/README.md#accessing-http-response-details-using-responset) |
0 commit comments