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:
Kim Santiago
2020-08-14 16:13:22 -07:00
committed by GitHub
parent a34a72795b
commit 3b2e53d270
6 changed files with 38 additions and 6 deletions

View File

@@ -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