Skip to content

Commit 14070c4

Browse files
authored
Add Azure Account extension version requirement to Identity README (Azure#27681)
* Add Azure Account extension version requirement to Identity README * React to feedback
1 parent 4c9b217 commit 14070c4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

sdk/identity/azure-identity/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ The `DefaultAzureCredential` is appropriate for most scenarios where the applica
8888
- Environment - The `DefaultAzureCredential` will read account information specified via [environment variables](#environment-variables) and use it to authenticate.
8989
- Managed Identity - If the application is deployed to an Azure host with Managed Identity enabled, the `DefaultAzureCredential` will authenticate with that account.
9090
- 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).
9292
- Azure CLI - If the developer has authenticated an account via the Azure CLI `az login` command, the `DefaultAzureCredential` will authenticate with that account.
9393

9494
## Examples
@@ -365,21 +365,21 @@ argument but defaults to the authority matching VS Code's "Azure: Cloud" setting
365365
<tbody>
366366
<tr>
367367
<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>
369369
<td><a href="https://github.com/Azure/azure-sdk-for-java/wiki/Set-up-Your-Environment-for-Authentication#sign-in-azure-cli-for-azureclicredential">configuration</a></td>
370370
<td><a href="https://github.com/Azure/azure-sdk-for-java/wiki/Azure-Identity-Examples#authenticating-a-user-account-with-azure-cli">example</a></td>
371371
<td><a href="https://docs.microsoft.com/cli/azure/authenticate-azure-cli">Azure CLI authentication</a></td>
372372
</tr>
373373
<tr>
374374
<td><code>IntelliJCredential</code></td>
375-
<td>authenticate in a development environment with the account in Azure Toolkit for IntelliJ</td>
375+
<td>Authenticate in a development environment with the account in Azure Toolkit for IntelliJ</td>
376376
<td><a href="https://github.com/Azure/azure-sdk-for-java/wiki/Set-up-Your-Environment-for-Authentication#sign-in-azure-toolkit-for-intellij-for-intellijcredential">configuration</a></td>
377377
<td><a href="https://github.com/Azure/azure-sdk-for-java/wiki/Azure-Identity-Examples#authenticating-a-user-account-with-intellij-idea">example</a></td>
378378
<td><a href="https://docs.microsoft.com/azure/developer/java/toolkit-for-intellij/sign-in-instructions">IntelliJ authentication</a></td>
379379
</tr>
380380
<tr>
381381
<td><code>VisualStudioCodeCredential</code></td>
382-
<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>
383383
<td><a href="https://github.com/Azure/azure-sdk-for-java/wiki/Set-up-Your-Environment-for-Authentication#sign-in-visual-studio-code-azure-account-extension-for-visualstudiocodecredential">configuration</a></td>
384384
<td><a href="https://github.com/Azure/azure-sdk-for-java/wiki/Azure-Identity-Examples#authenticating-a-user-account-with-visual-studio-code">example</a></td>
385385
<td><a href="https://code.visualstudio.com/docs/azure/extensions">VS Code Azure extension</a></td>

0 commit comments

Comments
 (0)