mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-24 17:24:14 -05:00
Azure Active Directory (Azure AD) is becoming Microsoft Entra ID (#2237)
This commit is contained in:
@@ -21,7 +21,7 @@ namespace Microsoft.SqlTools.ServiceLayer.ObjectManagement
|
||||
// Authenticate with password.
|
||||
[EnumMember(Value = "SqlAuthentication")]
|
||||
SqlAuthentication,
|
||||
// Authenticate with Azure Active Directory.
|
||||
// Authenticate with Microsoft Entra ID.
|
||||
[EnumMember(Value = "AADAuthentication")]
|
||||
AADAuthentication,
|
||||
// User that cannot authenticate.
|
||||
|
||||
Reference in New Issue
Block a user