Show message indicating that ADAL is being deprecated (#22432)

* show message indicating that ADAL is being deprecated

* pr comments update

* added settings deprecation message

* fix deprecation message
This commit is contained in:
Christopher Suh
2023-03-24 14:42:45 -07:00
committed by GitHub
parent 31ac636222
commit 738987c4d5
4 changed files with 8 additions and 3 deletions

View File

@@ -68,7 +68,7 @@ export const AzureTokenFolderName = 'Azure Accounts';
export const MSALCacheName = 'accessTokenCache';
export const DefaultAuthLibrary = 'ADAL';
export const DefaultAuthLibrary = 'MSAL';
export enum BuiltInCommands {
SetContext = 'setContext'