You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/identity/azure-identity/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,7 @@ The `DefaultAzureCredential` is appropriate for most scenarios where the applica
88
88
- Environment - The `DefaultAzureCredential` will read account information specified via [environment variables](#environment-variables) and use it to authenticate.
89
89
- Managed Identity - If the application is deployed to an Azure host with Managed Identity enabled, the `DefaultAzureCredential` will authenticate with that account.
90
90
- IntelliJ - If the developer has authenticated via Azure Toolkit for IntelliJ, the `DefaultAzureCredential` will authenticate with that account.
91
-
- Visual Studio Code - If the developer has authenticated via the Visual Studio Code Azure Account plugin, the `DefaultAzureCredential` will authenticate with that account.
91
+
- Visual Studio Code - If the developer has authenticated via the Visual Studio Code Azure Account extension (**version 0.9.11 or earlier**), the `DefaultAzureCredential` will authenticate with that account. To track progress toward supporting newer extension versions, see [this GitHub issue](https://github.com/Azure/azure-sdk-for-net/issues/27263).
92
92
- Azure CLI - If the developer has authenticated an account via the Azure CLI `az login` command, the `DefaultAzureCredential` will authenticate with that account.
93
93
94
94
## Examples
@@ -365,21 +365,21 @@ argument but defaults to the authority matching VS Code's "Azure: Cloud" setting
365
365
<tbody>
366
366
<tr>
367
367
<td><code>AzureCliCredential</code></td>
368
-
<td>authenticate in a development environment with the enabled user or service principal in Azure CLI</td>
368
+
<td>Authenticate in a development environment with the enabled user or service principal in Azure CLI</td>
<td>authenticate in a development environment with the account in Visual Studio Azure Account extension</td>
382
+
<td>Authenticate in a development environment with the account in Visual Studio Azure Account extension (**version 0.9.11 or earlier**). To track progress toward supporting newer extension versions, see [this GitHub issue](https://github.com/Azure/azure-sdk-for-net/issues/27263).</td>
0 commit comments