I am trying to copy my documents from one container of my db to another container in the same db. I followed this document https://learn.microsoft.com/en-us/azure/cosmos-db/cosmosdb-migrationchoices
and tried using DMT tool. After verifying my connection string of source and target and on clicking Import, I get error as
Errors":["The collection cannot be accessed with this SDK version as it was created with newer SDK version."]}".
I simply created the target collection from the UI. I tried by both ways(inserting Partition Key and keeping it blank). What wrong am I doing?
