Skip to content

Commit 792479e

Browse files
author
Javad Rahnama
authored
Test | Remove field with ClientSecretCredential (#2479)
1 parent 226bdb8 commit 792479e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Microsoft.Data.SqlClient/tests/ManualTests/DataCommon/SqlClientCustomTokenCredential.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ namespace Microsoft.Data.SqlClient.ManualTesting.Tests
1616
public class SqlClientCustomTokenCredential : TokenCredential
1717
{
1818
private const string DEFAULT_PREFIX = "/.default";
19-
private static readonly ConcurrentDictionary<string, ClientSecretCredential> s_clientSecretCredentials = new();
2019

2120
string _authority = "";
2221
string _resource = "";

0 commit comments

Comments
 (0)