mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-22 09:35:37 -05:00
handle default auth type (#20572)
* handle default auth type * comments
This commit is contained in:
@@ -221,7 +221,7 @@ export interface IConnectionManagementService {
|
||||
/**
|
||||
* Gets the default authentication type from the configuration service
|
||||
*/
|
||||
getDefaultAuthenticationTypeId(): string;
|
||||
getDefaultAuthenticationTypeId(providerName: string): string;
|
||||
|
||||
/**
|
||||
* Cancels the connection
|
||||
|
||||
@@ -306,7 +306,7 @@ export class TestConnectionManagementService implements IConnectionManagementSer
|
||||
return undefined!;
|
||||
}
|
||||
|
||||
getDefaultAuthenticationTypeId(): string {
|
||||
getDefaultAuthenticationTypeId(providerName: string): string {
|
||||
return undefined!;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user