diff --git a/sdk/cosmosdb/cosmos/review/cosmos.api.md b/sdk/cosmosdb/cosmos/review/cosmos.api.md index 9bd340dec1d0..6b37b4a8c651 100644 --- a/sdk/cosmosdb/cosmos/review/cosmos.api.md +++ b/sdk/cosmosdb/cosmos/review/cosmos.api.md @@ -670,11 +670,9 @@ export type PartitionKey = PartitionKeyDefinition | string | number | {}; // @public (undocumented) export interface PartitionKeyDefinition { - // (undocumented) paths: string[]; // (undocumented) systemKey?: boolean; - // (undocumented) version?: number; }