Skip to content

Commit 2c8f97e

Browse files
authored
Add VS Code credential to README table (#42737)
1 parent c54c3d9 commit 2c8f97e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sdk/identity/azure-identity/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,7 @@ Not all credentials require this configuration. Credentials that authenticate th
279279
|[`AzureCliCredential`][cli_cred_ref]| Authenticates in a development environment with the Azure CLI. | [Azure CLI authentication](https://learn.microsoft.com/cli/azure/authenticate-azure-cli)
280280
|[`AzureDeveloperCliCredential`][azd_cli_cred_ref]| Authenticates in a development environment with the Azure Developer CLI. | [Azure Developer CLI Reference](https://learn.microsoft.com/azure/developer/azure-developer-cli/reference)
281281
|[`AzurePowerShellCredential`][powershell_cred_ref]| Authenticates in a development environment with the Azure PowerShell. | [Azure PowerShell authentication](https://learn.microsoft.com/powershell/azure/authenticate-azureps)
282+
|[`VisualStudioCodeCredential`][vsc_cred_ref]| Authenticates in a development environment with Visual Studio Code. |
282283

283284
## Environment variables
284285

@@ -404,4 +405,5 @@ This project has adopted the [Microsoft Open Source Code of Conduct](https://ope
404405
[token_cred_ref]: https://learn.microsoft.com/python/api/azure-core/azure.core.credentials.tokencredential?view=azure-python
405406
[supports_token_info_ref]: https://learn.microsoft.com/python/api/azure-core/azure.core.credentials.supportstokeninfo?view=azure-python
406407
[troubleshooting_guide]: https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/identity/azure-identity/TROUBLESHOOTING.md
408+
[vsc_cred_ref]: https://aka.ms/azsdk/python/identity/vscodecredential
407409
[workload_id_cred_ref]: https://aka.ms/azsdk/python/identity/workloadidentitycredential

0 commit comments

Comments
 (0)