Drop ADAL to unblock pipeline - #6687
Conversation
Joel Mut (sw-joelmut)
left a comment
There was a problem hiding this comment.
Hi Hongyang Du (hond) (@Danieladu),
The changes are looking good! About the CI exception, this PR is introducing breaking changes.
tracyboehrer (@tracyboehrer), to merge this PR you'll need to exclude these classes from the compat check by adding them to the list in the ApiCompatExcludeClasses variable.
For more information, check out the PR #5124.
|
Hi Hongyang Du (hond) (@Danieladu), We want to share our findings regarding the Additionally, there is another way of excluding the classes. |
|
@microsoft/botframework-sdk tracyboehrer (@tracyboehrer) please help review this PR which blocks the SDK pipeline and also ABS pipeline. |




Fixes #minor
Description
ADAL library (Microsoft.IdentityModel.Clients.ActiveDirectory,Microsoft.Azure.Services.AppAuthentication ) has been marked deprecated and would block the Azure pipeline on 23 September.
Totally remove ADAL code to unblock the pipeline