mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-14 01:25:40 -05:00
Azure Active Directory (Azure AD) is becoming Microsoft Entra ID (#2237)
This commit is contained in:
@@ -561,7 +561,7 @@ namespace Microsoft.SqlTools.ServiceLayer.UnitTests.Connection
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Verify that password is ignored when using Active Directory Interactive authentication.
|
||||
/// Verify that password is ignored when using Microsoft Entra Interactive authentication.
|
||||
/// </summary>
|
||||
[TestCase("user", "anything", AzureMFA)]
|
||||
[TestCase("user", "anything", ActiveDirectoryInteractive)]
|
||||
|
||||
@@ -19,7 +19,7 @@ using NUnit.Framework;
|
||||
namespace Microsoft.SqlTools.ServiceLayer.UnitTests.ResourceProvider
|
||||
{
|
||||
/// <summary>
|
||||
/// Tests to verify FirewallRuleService by mocking the azure authentication and resource managers
|
||||
/// Tests to verify FirewallRuleService by mocking the Microsoft Entra authentication and resource managers
|
||||
/// </summary>
|
||||
public class FirewallRuleServiceTest
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user