mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-12 19:18:32 -05:00
Add AuthenticationType enum to typings (#20699)
* Add AuthenticationType enum to typings * fix * const * Add comments * fix comment * remove unused
This commit is contained in:
@@ -163,7 +163,7 @@ describe('import extension summary page tests', function () {
|
||||
options: {
|
||||
azureAccount: getAzureAccounts()[1].key.accountId,
|
||||
azureTenantId: 'azureAccount2Tenant',
|
||||
authenticationType: 'AzureMFA'
|
||||
authenticationType: azdata.connection.AuthenticationType.AzureMFA
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user