YADAMU---Yet-Another-DAta-Migration-Utility
YADAMU---Yet-Another-DAta-Migration-Utility copied to clipboard
Breaking Change: Azure Connection Strings
The Azure driver now expects a connection object with a connection property that contains the connection string
Eg
"azure" : "ConncetionString"
``
Becomes
"azure" :{ connection" : "ConncetionString" }