From 0c0e3e29818a4ade64e454549d10eb8fbb256b5a Mon Sep 17 00:00:00 2001 From: Scott Addie Date: Tue, 24 Oct 2023 13:34:54 -0500 Subject: [PATCH] Add EnvironmentCredential to token cache table --- sdk/identity/Azure.Identity/samples/TokenCache.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sdk/identity/Azure.Identity/samples/TokenCache.md b/sdk/identity/Azure.Identity/samples/TokenCache.md index 8bef4187b7d4..373f5cee6ba1 100644 --- a/sdk/identity/Azure.Identity/samples/TokenCache.md +++ b/sdk/identity/Azure.Identity/samples/TokenCache.md @@ -102,9 +102,10 @@ The following table indicates the state of in-memory and persistent caching in e | `ClientSecretCredential` | Supported | Supported | | `DefaultAzureCredential` | Supported if the target credential in the credential chain supports it | Not Supported | | `DeviceCodeCredential` | Supported | Supported | -| `VisualStudioCredential` | Supported | Not Supported | +| `EnvironmentCredential` | Supported | Supported | | `InteractiveBrowserCredential` | Supported | Supported | | `ManagedIdentityCredential` | Supported | Not Supported | | `OnBehalfOfCredential` | Supported | Supported | | `UsernamePasswordCredential` | Supported | Supported | +| `VisualStudioCredential` | Supported | Not Supported | | `WorkloadIdentityCredential` | Supported | Supported |