Skip to content

Commit

Permalink
Add EnvironmentCredential to token cache table (Azure#39476)
Browse files Browse the repository at this point in the history
  • Loading branch information
scottaddie authored and matthohn-msft committed Oct 27, 2023
1 parent 67db694 commit 84d144a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sdk/identity/Azure.Identity/samples/TokenCache.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

0 comments on commit 84d144a

Please sign in to comment.