@@ -73,10 +73,11 @@ class DefaultAzureCredential(ChainedTokenCredential):
7373 4. On Windows only: a user who has signed in with a Microsoft application, such as Visual Studio. If multiple
7474 identities are in the cache, then the value of the environment variable ``AZURE_USERNAME`` is used to select
7575 which identity to use. See :class:`~azure.identity.SharedTokenCacheCredential` for more details.
76- 5. The identity currently logged in to the Azure CLI.
77- 6. The identity currently logged in to Azure PowerShell.
78- 7. The identity currently logged in to the Azure Developer CLI.
79- 8. Brokered authentication. On Windows and WSL only, this uses the default account logged in via
76+ 5. The identity logged in to Visual Studio Code with the Azure Resources extension.
77+ 6. The identity currently logged in to the Azure CLI.
78+ 7. The identity currently logged in to Azure PowerShell.
79+ 8. The identity currently logged in to the Azure Developer CLI.
80+ 9. Brokered authentication. On Windows and WSL only, this uses the default account logged in via
8081 Web Account Manager (WAM) if the `azure-identity-broker` package is installed.
8182
8283 This default behavior is configurable with keyword arguments.
@@ -95,7 +96,7 @@ class DefaultAzureCredential(ChainedTokenCredential):
9596 Defaults to **False**.
9697 :keyword bool exclude_powershell_credential: Whether to exclude Azure PowerShell. Defaults to **False**.
9798 :keyword bool exclude_visual_studio_code_credential: Whether to exclude stored credential from VS Code.
98- Defaults to **True **.
99+ Defaults to **False **.
99100 :keyword bool exclude_shared_token_cache_credential: Whether to exclude the shared token cache. Defaults to
100101 **False**.
101102 :keyword bool exclude_interactive_browser_credential: Whether to exclude interactive browser authentication (see
0 commit comments