Skip to content

Commit 489be1a

Browse files
Javad Rahnamamdaigle
Javad Rahnama
authored andcommitted
Address conflicts (#2562)
1 parent 4eb90dc commit 489be1a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Microsoft.Data.SqlClient/src/Microsoft/Data/SqlClient/ActiveDirectoryAuthenticationProvider.cs

+1-3
Original file line numberDiff line numberDiff line change
@@ -572,9 +572,7 @@ private static TokenCredentialData CreateTokenCredentialInstance(TokenCredential
572572
DefaultAzureCredentialOptions defaultAzureCredentialOptions = new()
573573
{
574574
AuthorityHost = new Uri(tokenCredentialKey._authority),
575-
SharedTokenCacheTenantId = tokenCredentialKey._audience,
576-
VisualStudioCodeTenantId = tokenCredentialKey._audience,
577-
VisualStudioTenantId = tokenCredentialKey._audience,
575+
TenantId = tokenCredentialKey._audience,
578576
ExcludeInteractiveBrowserCredential = true // Force disabled, even though it's disabled by default to respect driver specifications.
579577
};
580578

0 commit comments

Comments
 (0)