mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-25 22:30:29 -04: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:
@@ -16,6 +16,7 @@ export enum AzureResourceItemType {
|
||||
message = 'azure.resource.itemType.message',
|
||||
azureMonitor = 'azure.resource.itemType.azureMonitor',
|
||||
azureMonitorContainer = 'azure.resource.itemType.azureMonitorContainer',
|
||||
cosmosDBMongoAccount = 'azure.resource.itemType.cosmosDBMongoAccount'
|
||||
}
|
||||
|
||||
export enum AzureResourceServiceNames {
|
||||
|
||||
Reference in New Issue
Block a user