mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-01-26 05:04:15 +00:00
Fixed issue with Tables API when selecting a row with the same row key in different partition keys (#1969)
This commit is contained in:
@@ -36,4 +36,5 @@ export interface ITableQuery {
|
||||
|
||||
export interface ITableEntityIdentity {
|
||||
RowKey: string;
|
||||
PartitionKey?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user