mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Remove ADAL Code (#23360)
* initial commit, removed all adal code * remove all authLibrary references in extension/azurecore * removed authLibrary references from src/sql * remove MSAL/ADAL setting option * wip fixing tests and removing Msal from method names * fixed tests * create accountInfo mock * fix tests * fix clientApplication mock * remove clientapplication * fix compile * add typing * wip * wip * wip * fix tree provider * remove SimpleTokenCache, FileDatabase & tests * remove remaining adal / authentication library references: * remove comma from package.nls.json * fix error fetching subscriptions * fix tests * remove getAzureAuthenticationLibraryConfig * remove adal check * fix build * remove test * undo remove customProviderSettings * fix bracket
This commit is contained in:
5
extensions/types/vscode-mssql.d.ts
vendored
5
extensions/types/vscode-mssql.d.ts
vendored
@@ -801,11 +801,6 @@ declare module 'vscode-mssql' {
|
||||
accountVersion?: any;
|
||||
}
|
||||
|
||||
export enum AuthLibrary {
|
||||
ADAL = 'ADAL',
|
||||
MSAL = 'MSAL'
|
||||
}
|
||||
|
||||
export enum AzureAuthType {
|
||||
AuthCodeGrant = 0,
|
||||
DeviceCode = 1
|
||||
|
||||
Reference in New Issue
Block a user