I posted this on SO, but also wanted to draw attention to the post from this community:
https://stackoverflow.com/questions/60618475/using-liquibase-with-azure-sql-and-azure-active-directory-authentication
https://stackoverflow.com/questions/60618475/using-liquibase-with-azure-sql-and-azure-active-directory-authentication
I am trying to connect to an Azure SQL database using Azure Active Directory. Specifically, I want to use the ActiveDirectoryPassword authentication mode which is documented here:
https://docs.microsoft.com/en-us/sql/connect/jdbc/connecting-using-azure-active-directory-authentication?view=sql-server-ver15#connecting-using-activedirectorypassword-authentication-mode
https://docs.microsoft.com/en-us/sql/connect/jdbc/connecting-using-azure-active-directory-authentication?view=sql-server-ver15#connecting-using-activedirectorypassword-authentication-mode
How can I construct my parameters to Liquibase to make this work?