PartitionKeyVersion is NULL for the Azure Cosmos Container
Sai Praneeth Eranti
170
Reputation points
The Microsoft documentation states that when creating a new container, the PartitionKeyVersion should be either 1 or 2, not NULL. However, when using PowerShell script to create a container without specifying "PartitionKeyVersion," it is being created with a value of NULL. This behavior seems incorrect. What could be causing this issue?
PowerShell which I'm using is here
Sign in to answer