The AtomPubParser prevents PartitionKey or RowKey from being an empty string.
However, MSDN has an article that states:
Each PartitionKey and RowKey properties are allowed to store up to 1 KB of string values. Empty strings are also allowed however null values are not.
The restriction in the SDK should be removed.
The AtomPubParser prevents PartitionKey or RowKey from being an empty string.
However, MSDN has an article that states:
The restriction in the SDK should be removed.