Skip to content

Commit

Permalink
Merge branch 'main' into TDS8-Add-ServerCertFile-InAuthProviderInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
lcheunglci committed Aug 3, 2022
2 parents 8f89f97 + 7a8a5de commit 867cec3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,7 @@ public static void Azure_UserManagedIdentityTest()
}
}

[ConditionalFact(nameof(AreConnStringsSetup), nameof(IsAzure))]
[ConditionalFact(nameof(AreConnStringsSetup), nameof(IsAzure), nameof(IsAccessTokenSetup))]
public static void Azure_AccessToken_SystemManagedIdentityTest()
{
string[] removeKeys = { "Authentication", "User ID", "Password", "UID", "PWD", "Trusted_Connection", "Integrated Security" };
Expand All @@ -705,7 +705,7 @@ public static void Azure_AccessToken_SystemManagedIdentityTest()
}
}

[ConditionalFact(nameof(AreConnStringsSetup), nameof(IsAzure))]
[ConditionalFact(nameof(AreConnStringsSetup), nameof(IsAzure), nameof(IsAccessTokenSetup))]
public static void Azure_AccessToken_UserManagedIdentityTest()
{
string[] removeKeys = { "Authentication", "User ID", "Password", "UID", "PWD", "Trusted_Connection", "Integrated Security" };
Expand Down

0 comments on commit 867cec3

Please sign in to comment.