Skip to content

Commit 44c4136

Browse files
authored
Merge pull request #197397 from rwike77/patch-5
Info on ADAL deprecation and migration
2 parents 7df6191 + 736d565 commit 44c4136

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/api-management/api-management-howto-disaster-recovery-backup-restore.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@ All of the tasks that you do on resources using the Azure Resource Manager must
7777

7878
Before calling the APIs that generate the backup and restore, you need to get a token. The following example uses the [Microsoft.IdentityModel.Clients.ActiveDirectory](https://www.nuget.org/packages/Microsoft.IdentityModel.Clients.ActiveDirectory) NuGet package to retrieve the token.
7979

80+
> [!IMPORTANT]
81+
> 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](/azure/active-directory/develop/msal-migration) for more details.
82+
8083
```csharp
8184
using Microsoft.IdentityModel.Clients.ActiveDirectory;
8285
using System;

0 commit comments

Comments
 (0)