mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user