Skip to content

Commit 6bbd65b

Browse files
authored
Merge pull request #109020 from Rinki-MSFT/patch-6
Added a section for .Net Nuget package dependencies
2 parents f72ecf2 + 16eaeee commit 6bbd65b

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

articles/active-directory/develop/msal-net-migration.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,22 @@ For details about the decision tree below, read [MSAL.NET or Microsoft.Identity.
4545
4646
[See examples](https://identitydivision.visualstudio.com/DevEx/_wiki/wikis/DevEx.wiki/20413/1P-ADAL.NET-to-MSAL.NET-migration-examples) of other 1P teams who have already, or are currently, migrating from ADAL to one of the MSAL+ solutions above. See their code, and in some cases read about their migration story.
4747
-->
48-
48+
### Deprecated ADAL.Net Nuget packages and their MSAL.Net equivalents
49+
You might unknowingly consume ADAL dependencies from other Azure SDKs. Below are few of the deprecated packages and their MSAL alternatives.
50+
51+
| ADAL.NET Package (Deprecated) | MSAL.NET Package (Current) |
52+
| ----------- | ----------- |
53+
| `Microsoft.Azure.KeyVault`| `Azure.Security.KeyVault.Secrets, Azure.Security.KeyVault.Keys, Azure.Security.KeyVault.Certificates`|
54+
| `Microsoft.Azure.Management.Compute`| `Azure.ResourceManager.Compute`|
55+
| `Microsoft.Azure.Services.AppAuthentication`| `Azure.Identity`|
56+
| `Microsoft.Azure.Management.StorageSync`| `Azure.ResourceManager.StorageSync`|
57+
| `Microsoft.Azure.Management.Fluent`| `Azure.ResourceManager`|
58+
| `Microsoft.Azure.Management.EventGrid`| `Azure.ResourceManager.EventGrid`|
59+
| `Microsoft.Azure.Management.Automation`| `Azure.ResourceManager.Automation`|
60+
| `Microsoft.Azure.Management.Compute.Fluent`| `Azure.ResourceManager.Compute`|
61+
| `Microsoft.Azure.Management.MachineLearning.Fluent`| `Azure.ResourceManager.MachineLearningCompute`|
62+
| `Microsoft.Azure.Management.Media, windowsazure.mediaservices`| `Azure.ResourceManager.Media`|
63+
4964
## Next steps
5065

5166
- Learn about [public client and confidential client applications](msal-client-applications.md).

0 commit comments

Comments
 (0)