mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-20 17:22:51 -05:00
handle default auth type (#20572)
* handle default auth type * comments
This commit is contained in:
@@ -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