v15.0.0-beta.1
Pre-release
Pre-release
github-actions
released this
11 Jul 08:22
·
0 commits
to beta
since this release
15.0.0-beta.1 (2022-07-11)
Features
- remove
domain
option forazure-active-directory-password
authentication (a6dc9fa) - remove default value for
clientId
option ofazure-active-directory-password
authentication (438986e)
BREAKING CHANGES
- The
domain
option was replaced by thetenantId
option. - Using the
azure-active-directory-password
authentication type now requires specifying theclientId
option of an
Azure Application. The application has to have public client flows
enabled and has to haveuser_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).