Skip to content

Commit

Permalink
Address conflicts (#2562)
Browse files Browse the repository at this point in the history
  • Loading branch information
Javad Rahnama authored Jun 12, 2024
1 parent d7f84eb commit a240c24
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -572,9 +572,7 @@ private static TokenCredentialData CreateTokenCredentialInstance(TokenCredential
DefaultAzureCredentialOptions defaultAzureCredentialOptions = new()
{
AuthorityHost = new Uri(tokenCredentialKey._authority),
SharedTokenCacheTenantId = tokenCredentialKey._audience,
VisualStudioCodeTenantId = tokenCredentialKey._audience,
VisualStudioTenantId = tokenCredentialKey._audience,
TenantId = tokenCredentialKey._audience,
ExcludeInteractiveBrowserCredential = true // Force disabled, even though it's disabled by default to respect driver specifications.
};

Expand Down

0 comments on commit a240c24

Please sign in to comment.