Skip to content

Commit

Permalink
Test | Remove field with ClientSecretCredential (#2479)
Browse files Browse the repository at this point in the history
  • Loading branch information
JRahnama committed May 3, 2024
1 parent 226bdb8 commit 792479e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ namespace Microsoft.Data.SqlClient.ManualTesting.Tests
public class SqlClientCustomTokenCredential : TokenCredential
{
private const string DEFAULT_PREFIX = "/.default";
private static readonly ConcurrentDictionary<string, ClientSecretCredential> s_clientSecretCredentials = new();

string _authority = "";
string _resource = "";
Expand Down

0 comments on commit 792479e

Please sign in to comment.