mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-23 01:25:38 -05:00
Fixed CMS connection auth (#5306)
* fixed auth change to reflect in UI * added comments * fix bug where cms shows in dropdown * added parameter to parent call
This commit is contained in:
@@ -29,6 +29,6 @@ export const azureMFA = 'AzureMFA';
|
||||
|
||||
/* CMS constants */
|
||||
export const cmsProviderName = 'MSSQL-CMS';
|
||||
export const cmsProviderDisplayName = localize('constants.cmsProviderDisplayName', 'Microsoft SQL Server (CMS)');
|
||||
export const cmsProviderDisplayName = localize('constants.cmsProviderDisplayName', 'Microsoft SQL Server - CMS');
|
||||
|
||||
export const UNSAVED_GROUP_ID = 'unsaved';
|
||||
|
||||
Reference in New Issue
Block a user