Skip to content

Commit 1ca2c03

Browse files
committed
resolved review feedback
1 parent 3e22e76 commit 1ca2c03

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

articles/digital-twins/how-to-set-up-instance-powershell.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,6 @@ This version of this article goes through these steps manually, one by one, usin
5656
Install-Module -Name Az.DigitalTwins
5757
```
5858
59-
> [!IMPORTANT]
60-
> While the `Az.DigitalTwins` PowerShell module is in preview, you must install it separately using the `Install-Module` cmdlet as described above. After this PowerShell module becomes generally available, it will be part of future Az PowerShell module releases and available by default from within Azure Cloud Shell.
61-
6259
## Create the Azure Digital Twins instance
6360
6461
In this section, you'll create a new instance of Azure Digital Twins using Azure PowerShell. You'll need to provide:

includes/digital-twins-defaultazurecredential-note.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.date: 2/21/2022
77
ms.author: baanders
88
---
99

10-
> [!NOTE]
11-
> There's currently a known issue affecting the `DefaultAzureCredential` wrapper class that may result in an error while authenticating. If you encounter this issue, you can try instantiating `DefaultAzureCredential` with the following optional parameter to resolve it: `new DefaultAzureCredential(new DefaultAzureCredentialOptions { ExcludeSharedTokenCacheCredential = true });`
10+
>[!NOTE]
11+
>There's currently a known issue affecting the `DefaultAzureCredential` wrapper class that may result in an error while authenticating. If you encounter this issue, you can try instantiating `DefaultAzureCredential` with the following optional parameter to resolve it: `new DefaultAzureCredential(new DefaultAzureCredentialOptions { ExcludeSharedTokenCacheCredential = true });`
1212
>
13-
> For more information about this issue, see [troubleshooting known issues](../articles/digital-twins/troubleshoot-known-issues.md#issue-with-default-azure-credential-authentication-on-azureidentity-130).
13+
>For more information about this issue, see [troubleshooting known issues](../articles/digital-twins/troubleshoot-known-issues.md#issue-with-default-azure-credential-authentication-on-azureidentity-130).

0 commit comments

Comments
 (0)