mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-23 13:20:30 -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:
3
extensions/azurecore/src/azurecore.d.ts
vendored
3
extensions/azurecore/src/azurecore.d.ts
vendored
@@ -345,7 +345,8 @@ declare module 'azurecore' {
|
||||
postgresServer = 'microsoft.dbforpostgresql/servers',
|
||||
azureArcService = 'microsoft.azuredata/datacontrollers',
|
||||
storageAccount = 'microsoft.storage/storageaccounts',
|
||||
logAnalytics = 'microsoft.operationalinsights/workspaces'
|
||||
logAnalytics = 'microsoft.operationalinsights/workspaces',
|
||||
cosmosDbAccount = 'microsoft.documentdb/databaseaccounts'
|
||||
}
|
||||
|
||||
export interface IAzureResourceProvider extends azdata.DataProvider {
|
||||
|
||||
Reference in New Issue
Block a user