You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
change default value for trustServerCertificate option to false (04ebc29)
remove domain option for azure-active-directory-password authentication (85a2b89)
remove default value for clientId option of azure-active-directory-password authentication (8885e1f)
BREAKING CHANGES
The domain option was replaced by the tenantId option.
Using the azure-active-directory-password
authentication type now requires specifying the clientId option of an
Azure Application. The application has to have public client flows
enabled and has to have user_impersonation permissions for Azure SQL
Database. The user account that is being used also has to be assigned
to the application, and has to grant consent (either explicitly or via
admin consent).
The default value for the trustServerCertificate option
changed from true to false.