mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-17 09:35:37 -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:
@@ -16,6 +16,14 @@
|
||||
"data": {
|
||||
"connectionString": "Data Source=.;Initial Catalog=testDb2;Integrated Security=False"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "AAD Interactive Data Source",
|
||||
"type": "sql_connection_string",
|
||||
"version": "0.0.0",
|
||||
"data": {
|
||||
"connectionString": "Data Source=.;Initial Catalog=testDb3;Authentication='Active Directory Interactive'"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user