v15.0.0-beta.1
Pre-release
Pre-release
·
0 commits
to beta
since this release
15.0.0-beta.1 (2022-07-11)
Features
- remove
domainoption forazure-active-directory-passwordauthentication (a6dc9fa) - remove default value for
clientIdoption ofazure-active-directory-passwordauthentication (438986e)
BREAKING CHANGES
- The
domainoption was replaced by thetenantIdoption. - Using the
azure-active-directory-password
authentication type now requires specifying theclientIdoption of an
Azure Application. The application has to have public client flows
enabled and has to haveuser_impersonationpermissions 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).