mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-21 09:51:11 +00:00
Fix create database for serverless accounts (#228)
This commit is contained in:
@@ -292,7 +292,6 @@ export interface CreateCollectionParams {
|
||||
export interface ReadDatabaseOfferParams {
|
||||
databaseId: string;
|
||||
databaseResourceId?: string;
|
||||
isServerless?: boolean;
|
||||
offerId?: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user