YADAMU---Yet-Another-DAta-Migration-Utility icon indicating copy to clipboard operation
YADAMU---Yet-Another-DAta-Migration-Utility copied to clipboard

Breaking Change: Azure Connection Strings

Open markddrake opened this issue 4 months ago • 0 comments

The Azure driver now expects a connection object with a connection property that contains the connection string

Eg

"azure" : "ConncetionString" 
``
Becomes
"azure" :{ connection" :  "ConncetionString" }

markddrake avatar Oct 06 '24 01:10 markddrake