Skip to content

Commit 35de67c

Browse files
authored
Add VS Code credential to README table (#46533)
1 parent 7023001 commit 35de67c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

sdk/identity/azure-identity/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,7 @@ Not all credentials honor this configuration. Credentials that authenticate thro
341341
|[AzureDeveloperCliCredential][cred_azd]|Authenticates in a development environment with the enabled user or service principal in Azure Developer CLI||[Azure Developer CLI authentication][cred_azd_ref]|
342342
|[AzurePowerShellCredential][cred_azpwsh]|Authenticates in a development environment with the enabled user or service principal in Azure PowerShell|[example][cred_azpwsh_example]|[Azure PowerShell authentication][cred_azpwsh_ref]|
343343
|[IntelliJCredential][cred_ij]|Authenticates in a development environment with the account in Azure Toolkit for IntelliJ|[example][cred_ij_example]|[IntelliJ authentication][cred_ij_ref]|
344+
|[VisualStudioCodeCredential][cred_vsc]|Authenticates in a development environment with the account in Visual Studio Code|||
344345

345346
> __Note:__ All credential implementations in the Azure Identity library are threadsafe, and a single credential instance can be used to create multiple service clients.
346347
@@ -455,6 +456,7 @@ This project has adopted the [Microsoft Open Source Code of Conduct][code_of_con
455456
[cred_mic_example]: https://github.com/Azure/azure-sdk-for-java/wiki/Azure-Identity-Examples#authenticating-in-azure-with-managed-identity
456457
[cred_obo]: https://learn.microsoft.com/java/api/com.azure.identity.onbehalfofcredential?view=azure-java-stable
457458
[cred_obo_ref]: https://learn.microsoft.com/entra/identity-platform/v2-oauth2-on-behalf-of-flow
459+
[cred_vsc]: https://learn.microsoft.com/java/api/com.azure.identity.visualstudiocodecredential?view=azure-java-stable
458460
[cred_wic]: https://learn.microsoft.com/java/api/com.azure.identity.workloadidentitycredential?view=azure-java-stable
459461
[cred_wic_example]: https://learn.microsoft.com/azure/aks/workload-identity-overview?tabs=java#azure-identity-client-libraries
460462
[cred_wic_ref]: https://learn.microsoft.com/azure/aks/workload-identity-overview
@@ -463,9 +465,6 @@ This project has adopted the [Microsoft Open Source Code of Conduct][code_of_con
463465
[entraid_doc]: https://learn.microsoft.com/entra/identity/
464466
[javadoc]: https://learn.microsoft.com/java/api/com.azure.identity?view=azure-java-stable
465467
[jdk_link]: https://learn.microsoft.com/java/azure/jdk/?view=azure-java-stable
466-
[logging]: https://github.com/Azure/azure-sdk-for-java/wiki/Logging-in-Azure-SDK
467468
[secrets_client_library]: https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/keyvault/azure-security-keyvault-secrets
468469
[source]: https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/identity/azure-identity
469470
[sp]: https://learn.microsoft.com/entra/identity-platform/app-objects-and-service-principals
470-
471-

0 commit comments

Comments
 (0)