We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Having a container with partition keys /tenant_id, /user_id Having an object
/tenant_id
/user_id
{ "$type": "role", "id": "x", "tenant_id": "t" }
executing ReadManyAsync with partition key new PartitionKeyBuilder().Add("t").AddNoneType().Build() reads nothing. No other combination works too.
ReadManyAsync
new PartitionKeyBuilder().Add("t").AddNoneType().Build()
To Reproduce Define objects as described above
Expected behavior Read happens successfully and returns objects with partial hierarchical partition keys
Actual behavior Nothing returned.
Environment summary SDK Version: 3.47.0-preview.0
Additional context Both Azure and Emulator works the same
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Having a container with partition keys
/tenant_id
,/user_id
Having an object
executing
ReadManyAsync
with partition keynew PartitionKeyBuilder().Add("t").AddNoneType().Build()
reads nothing.No other combination works too.
To Reproduce
Define objects as described above
Expected behavior
Read happens successfully and returns objects with partial hierarchical partition keys
Actual behavior
Nothing returned.
Environment summary
SDK Version: 3.47.0-preview.0
Additional context
Both Azure and Emulator works the same
The text was updated successfully, but these errors were encountered: