Skip to content

Commit 2c81486

Browse files
committed
Update docs metadata
1 parent 452f3c7 commit 2c81486

File tree

2 files changed

+19
-17
lines changed

2 files changed

+19
-17
lines changed

api/overview/azure/latest/identity-readme.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ title: Azure Identity client library for .NET
33
keywords: Azure, dotnet, SDK, API, Azure.Identity, identity
44
author: schaabs
55
ms.author: sschaab
6-
ms.date: 08/15/2023
6+
ms.date: 09/13/2023
77
ms.topic: reference
88
ms.devlang: dotnet
99
ms.service: identity
1010
---
11-
# Azure Identity client library for .NET - version 1.10.0
11+
# Azure Identity client library for .NET - version 1.10.1
1212

1313

1414
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
279279
* Improve resilience and performance.
280280
* Reduce the number of requests made to Azure Active Directory (Azure AD) to obtain access tokens.
281281

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)
283283

284284
## Troubleshooting
285285

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.
287287

288288
### Error handling
289289

@@ -310,7 +310,7 @@ For more information on dealing with errors arising from failed requests to Azur
310310

311311
### Logging
312312

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.
314314

315315
The simplest way to see the logs to help debug authentication issues is to enable the console logging.
316316

@@ -356,10 +356,10 @@ This ensures that the recommendation of reusing credential instances is always s
356356

357357
### Additional concepts
358358

359-
[Client options](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Identity_1.10.0/sdk/core/Azure.Core/README.md#configuring-service-clients-using-clientoptions) |
360-
[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) |
361-
[Diagnostics](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Identity_1.10.0/sdk/core/Azure.Core/samples/Diagnostics.md) |
362-
[Mocking](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Identity_1.10.0/sdk/core/Azure.Core/README.md#mocking) |
359+
[Client options](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Identity_1.10.1/sdk/core/Azure.Core/README.md#configuring-service-clients-using-clientoptions) |
360+
[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) |
361+
[Diagnostics](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Identity_1.10.1/sdk/core/Azure.Core/samples/Diagnostics.md) |
362+
[Mocking](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Identity_1.10.1/sdk/core/Azure.Core/README.md#mocking) |
363363
[Client lifetime](https://devblogs.microsoft.com/azure-sdk/lifetime-management-and-thread-safety-guarantees-of-azure-sdk-net-clients/)
364364

365365
## Next steps
@@ -388,17 +388,17 @@ This project has adopted the [Microsoft Open Source Code of Conduct][code_of_con
388388
[azure_developer_cli]:https://aka.ms/azure-dev
389389
[azure_powerShell]: https://learn.microsoft.com/powershell/azure
390390
[azure_sub]: https://azure.microsoft.com/free/dotnet/
391-
[source]: https://github.com/Azure/azure-sdk-for-net/tree/Azure.Identity_1.10.0/sdk/identity/Azure.Identity/src
391+
[source]: https://github.com/Azure/azure-sdk-for-net/tree/Azure.Identity_1.10.1/sdk/identity/Azure.Identity/src
392392
[package]: https://www.nuget.org/packages/Azure.Identity
393393
[aad_doc]: https://learn.microsoft.com/azure/active-directory/
394394
[aad_err_doc]: https://learn.microsoft.com/azure/active-directory/develop/reference-aadsts-error-codes
395395
[code_of_conduct]: https://opensource.microsoft.com/codeofconduct/
396396
[code_of_conduct_faq]: https://opensource.microsoft.com/codeofconduct/faq/
397397
[nuget]: https://www.nuget.org/
398-
[secrets_client_library]: https://github.com/Azure/azure-sdk-for-net/tree/Azure.Identity_1.10.0/sdk/keyvault/Azure.Security.KeyVault.Secrets
399-
[blobs_client_library]: https://github.com/Azure/azure-sdk-for-net/tree/Azure.Identity_1.10.0/sdk/storage/Azure.Storage.Blobs
400-
[eventhubs_client_library]: https://github.com/Azure/azure-sdk-for-net/tree/Azure.Identity_1.10.0/sdk/eventhub/Azure.Messaging.EventHubs
401-
[azure_core_library]: https://github.com/Azure/azure-sdk-for-net/tree/Azure.Identity_1.10.0/sdk/core/Azure.Core
398+
[secrets_client_library]: https://github.com/Azure/azure-sdk-for-net/tree/Azure.Identity_1.10.1/sdk/keyvault/Azure.Security.KeyVault.Secrets
399+
[blobs_client_library]: https://github.com/Azure/azure-sdk-for-net/tree/Azure.Identity_1.10.1/sdk/storage/Azure.Storage.Blobs
400+
[eventhubs_client_library]: https://github.com/Azure/azure-sdk-for-net/tree/Azure.Identity_1.10.1/sdk/eventhub/Azure.Messaging.EventHubs
401+
[azure_core_library]: https://github.com/Azure/azure-sdk-for-net/tree/Azure.Identity_1.10.1/sdk/core/Azure.Core
402402
[identity_api_docs]: https://learn.microsoft.com/dotnet/api/azure.identity?view=azure-dotnet
403403
[vs_login_image]: https://raw.githubusercontent.com/Azure/azure-sdk-for-net/main/sdk/identity/Azure.Identity/images/VsLoginDialog.png
404404
[azure_cli_login_image]: https://raw.githubusercontent.com/Azure/azure-sdk-for-net/main/sdk/identity/Azure.Identity/images/AzureCliLogin.png

metadata/latest/Azure.Identity.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Name": "Azure.Identity",
3-
"Version": "1.10.0",
3+
"Version": "1.10.1",
44
"DevVersion": null,
55
"DirectoryPath": "sdk/identity/Azure.Identity",
66
"ServiceDirectory": "identity",
@@ -10,6 +10,8 @@
1010
"SdkType": "client",
1111
"IsNewSdk": true,
1212
"ArtifactName": "Azure.Identity",
13-
"ReleaseStatus": "2023-08-14",
14-
"Namespaces": "Azure.Identity"
13+
"ReleaseStatus": "2023-09-12",
14+
"Namespaces": [
15+
"Azure.Identity"
16+
]
1517
}

0 commit comments

Comments
 (0)