You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Describe the bug
CreateContainerIfNotExistsAsync complains that the requested PartitionKeyPath does not match the existing PartitionKeyPath on an existing container.
To Reproduce
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
The text was updated successfully, but these errors were encountered: