...
Active Directory Integrated Authentication option is not available in the GUI
After announcing the release of DaticalDB/Liquibase Enterprise 7.9, we discovered that GUI was missing the option to set the authentication type to Active Directory Integrated for Azure SQL Databases. Underlying functionality that relies on Active Directory Integrated authentication was confirmed to work as expected and this issue is limited to the GUI.
The following workaround can be used if you wish to use the 7.9 release to manage Azure SQL Database resources:
Configure the new DbDef for Azure SQL Database selecting Active Directory Password Authentication as described here: Creating Connections in Datical DB and Azure SQL Database
After saving the DbDef, open the
datical.project
file in the root directory of projectUpdate the
authentication
attribute for the DbDef as shown:authentication="ActiveDirectoryIntegratedactiveDirectoryIntegrated"
The issue will be addressed in our next release.
...