Fixed issue with Tables API when selecting a row with the same row key in different partition keys (#1969)

This commit is contained in:
vchske
2024-09-12 16:36:22 -07:00
committed by GitHub
parent 2c7e788358
commit d7647b2ecf
5 changed files with 49 additions and 17 deletions

View File

@@ -36,4 +36,5 @@ export interface ITableQuery {
export interface ITableEntityIdentity {
RowKey: string;
PartitionKey?: string;
}