mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-16 01:25:36 -05:00
Add support for AAD interactive connection strings for project data sources (#11761)
* add support for AAD interactive for project data sources * fix whitespace * remove warning message * choose azureMFA if a connection string has both integrated security=true and authentication=active directory interactive
This commit is contained in:
@@ -122,7 +122,7 @@ export class PublishDatabaseDialog {
|
||||
title: constants.targetDatabaseSettings,
|
||||
components: [
|
||||
{
|
||||
title: constants.profileWarningText,
|
||||
title: '',
|
||||
component: <azdata.ButtonComponent>this.loadProfileButton
|
||||
},
|
||||
/* TODO : enable using this when data source creation is enabled
|
||||
|
||||
Reference in New Issue
Block a user