mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-18 09:35:39 -05:00
Making source config more intiutive (#14849)
Adding loading component for assessment card
This commit is contained in:
@@ -38,6 +38,11 @@ export enum MigrationTargetType {
|
||||
SQLMI = 'sqlmi'
|
||||
}
|
||||
|
||||
export enum MigrationSourceAuthenticationType {
|
||||
Integrated = 'WindowsAuthentication',
|
||||
Sql = 'SqlAuthentication'
|
||||
}
|
||||
|
||||
export enum MigrationCutover {
|
||||
ONLINE,
|
||||
OFFLINE
|
||||
@@ -88,7 +93,7 @@ export class MigrationStateModel implements Model, vscode.Disposable {
|
||||
public _accountTenants!: azurecore.Tenant[];
|
||||
|
||||
public _connecionProfile!: azdata.connection.ConnectionProfile;
|
||||
public _authenticationType!: string;
|
||||
public _authenticationType!: MigrationSourceAuthenticationType;
|
||||
public _sqlServerUsername!: string;
|
||||
public _sqlServerPassword!: string;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user