Skip to content

Commit da5c29c

Browse files
Update service-fabric-connect-to-secure-cluster.md
1 parent 5e44dc5 commit da5c29c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/service-fabric/service-fabric-connect-to-secure-cluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ The following example relies on Microsoft.IdentityModel.Clients.ActiveDirectory,
237237
> [!IMPORTANT]
238238
> The [Microsoft.IdentityModel.Clients.ActiveDirectory](https://www.nuget.org/packages/Microsoft.IdentityModel.Clients.ActiveDirectory) NuGet package and Azure AD Authentication Library (ADAL) have been deprecated. No new features have been added since June 30, 2020. We strongly encourage you to upgrade, see the [migration guide](../active-directory/develop/msal-migration.md) for more details.
239239
240-
For more information on AAD token acquisition, see [Microsoft.Identity.Client](/dotnet/api/microsoft.identity.client?view=azure-dotnet).
240+
For more information on AAD token acquisition, see [Microsoft.Identity.Client](/dotnet/api/microsoft.identity.client?view=azure-dotnet&preserve-view=true).
241241
242242
```csharp
243243
string tenantId = "C15CFCEA-02C1-40DC-8466-FBD0EE0B05D2";

0 commit comments

Comments
 (0)