-
Notifications
You must be signed in to change notification settings - Fork 312
Labels
Breaking Change 🔨Issues/PRs that are related with breaking API changes in the driver.Issues/PRs that are related with breaking API changes in the driver.Enhancement 💡Issues that are feature requests for the drivers we maintain.Issues that are feature requests for the drivers we maintain.Triage Done ✔️Issues that are triaged by dev team and are in investigation.Issues that are triaged by dev team and are in investigation.
Milestone
Description
Given the direction of Azure authentication and enforcement of mandatory MFA, we should deprecate the ActiveDirectoryPassword Authentication option on SqlConnections. MSAL.NET and Azure.Identity are also going to deprecate their corresponding APIs.
For more details of the Azure plan, see Planning for mandatory multifactor authentication for Azure and other admin portals
I imagine this includes annotating:
public enum SqlAuthenticationMethod
{
[Obsolete("ActiveDirectoryPassword is deprecated.")]
ActiveDirectoryPassword
Updating the API docs (SqlAuthenticationMethod.xml), public docs, and including it in the next release announcement.
Let me know if I'm missing anything else.
Metadata
Metadata
Assignees
Labels
Breaking Change 🔨Issues/PRs that are related with breaking API changes in the driver.Issues/PRs that are related with breaking API changes in the driver.Enhancement 💡Issues that are feature requests for the drivers we maintain.Issues that are feature requests for the drivers we maintain.Triage Done ✔️Issues that are triaged by dev team and are in investigation.Issues that are triaged by dev team and are in investigation.