Skip to content
New issue

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

PartitionKeyPath Incorrectly Matched #659

Closed
adstep opened this issue Aug 8, 2019 · 1 comment
Closed

PartitionKeyPath Incorrectly Matched #659

adstep opened this issue Aug 8, 2019 · 1 comment

Comments

@adstep
Copy link

adstep commented Aug 8, 2019

Describe the bug
CreateContainerIfNotExistsAsync complains that the requested PartitionKeyPath does not match the existing PartitionKeyPath on an existing container.

To Reproduce

The requested partition key path '/PartitionKey' does not match existing Container 'ExecutionResult' with partition key path '/PartitionKey'

Expected behavior
No expected errors. The two string values literally match character for character.

Actual behavior
Reports the two strings do not match.

Environment summary
SDK Version: 3.1.0
OS Version Windows 10

@j82w
Copy link
Contributor

j82w commented Aug 9, 2019

Hi @adstep ,

This issue was fixed in PR #629. We are in the process of unlisting 3.1.0. We are just waiting on a few other fixes before doing another release.

Thanks for reporting the issue.

@j82w j82w closed this as completed Aug 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants