mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-19 01:25:36 -05:00
Add support for CosmosDB - Mongo API (#19386)
* Display cdb nodes to browse azure tree * Update icons * Update node label * Remove console logs * Fix i18n in cosmosDbMongoTreeDataProvider * Disable Mongo provider in azure tree for now * Revert "Disable Mongo provider in azure tree for now" This reverts commit 8b2d2079f43624596a41b82a71a5e40eef1ad4b1. * Fix build issues related to merge * Add COSMOSDB_MONGO in provider extension map * Define providerId string as constant. Rename constants to follow azurecore/ naming conventions (all caps)
This commit is contained in:
@@ -27,7 +27,8 @@ export const clientCapabilities = {
|
||||
export const ConnectionProviderAndExtensionMap = new Map<string, string>([
|
||||
['PGSQL', 'microsoft.azuredatastudio-postgresql'],
|
||||
['KUSTO', 'microsoft.kusto'],
|
||||
['LOGANALYTICS', 'microsoft.azuremonitor']
|
||||
['LOGANALYTICS', 'microsoft.azuremonitor'],
|
||||
['COSMOSDB_MONGO', 'microsoft.azure-cosmosdb-ads-extension']
|
||||
]);
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user