mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-24 03:11:32 +00:00
* Introduce common function for shared throughput default and set to false. * Add new file. * Adjust E2E tests to not set throughput for database create.
4 lines
85 B
TypeScript
4 lines
85 B
TypeScript
export function getNewDatabaseSharedThroughputDefault(): boolean {
|
|
return false;
|
|
}
|