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
I have a collection where partition key is not really/always used. Some documents do not have partition key value.
But New-CosmosDbDocument does not allow to create documents without specifying a fake value as partition key.
The function does not produce x-ms-documentdb-partitionkey as [{}] which would mean "no partition key".
The text was updated successfully, but these errors were encountered:
I have a collection where partition key is not really/always used. Some documents do not have partition key value.
But New-CosmosDbDocument does not allow to create documents without specifying a fake value as partition key.
The function does not produce x-ms-documentdb-partitionkey as [{}] which would mean "no partition key".
The text was updated successfully, but these errors were encountered: