Skip to content

v15.0.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 11 Jul 08:22
· 0 commits to beta since this release
89ef3b2

15.0.0-beta.1 (2022-07-11)

Features

  • remove domain option for azure-active-directory-password authentication (a6dc9fa)
  • remove default value for clientId option of azure-active-directory-password authentication (438986e)

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).