We recently moved away from SQL Server Authentication to a new security method for our SQL Database where we only use Azure Active Directory. As I try to change the authentication method for probably 50+ SQL actions in our flow library I get this error. Looking at the code of the action it looks like the path key in the JSON is missing the SQL Server and Database (although it still has the table name). This is extremely frustrating as the only way I can think to fix this issue is to rebuild every single SQL action in my flows when all I am doing is trying to switch the authentication method to something more secure.
I've tried downloading the zip file and editing the JSON but it uploads with error no matter how careful I am.
Example of code error after switching from the SQL Server Authentication connector to the Azure AD Connection method.