mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Add Cosmos DB PostgreSQL Cluster + display only available resources (#23469)
This commit is contained in:
@@ -157,12 +157,6 @@ export interface IAzureResourceCacheService {
|
||||
update<T>(key: string, value: T): Promise<void>;
|
||||
}
|
||||
|
||||
|
||||
export interface IAzureResourceNodeWithProviderId {
|
||||
resourceProviderId: string;
|
||||
resourceNode: azureResource.IAzureResourceNode;
|
||||
}
|
||||
|
||||
export interface IAzureResourceDbService<S extends GraphData, T extends GraphData> extends azureResource.IAzureResourceService {
|
||||
convertDatabaseResource(resource: T, server?: S): azureResource.AzureResource | undefined;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user