mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-24 01:25: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
|
||||
|
||||
Reference in New Issue
Block a user