Guest account connection issue while using (#8726)

AAD authentication
This commit is contained in:
osmant
2019-12-18 12:13:46 -08:00
committed by Karl Burtram
parent e181cf2fcd
commit 48dcb7258e
3 changed files with 18 additions and 1 deletions

View File

@@ -43,6 +43,7 @@ export interface IConnectionComponentCallbacks {
onAdvancedProperties?: () => void;
onSetAzureTimeOut?: () => void;
onFetchDatabases?: (serverName: string, authenticationType: string, userName?: string, password?: string) => Promise<string[]>;
onAzureTenantSelection?: (azureTenantId?: string) => void;
}
export interface IConnectionComponentController {