mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-06-20 18:35:07 -04: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