mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-09-24 20:14:46 +01:00
Set AllowPartialScopes flag to true (#1900)
* add partial scopes flag * add partial scopes flag * add partial scopes flag --------- Co-authored-by: Asier Isayas <[email protected]>
This commit is contained in:
co-authored by
Asier Isayas
parent
093ddba2db
commit
e9f83a8efd
@@ -1,7 +1,8 @@
|
||||
export interface QueryRequestOptions {
|
||||
$skipToken?: string;
|
||||
$top?: number;
|
||||
subscriptions: string[];
|
||||
$allowPartialScopes: boolean;
|
||||
subscriptions?: string[];
|
||||
}
|
||||
|
||||
export interface QueryResponse {
|
||||
|
||||
Reference in New Issue
Block a user