Skip to content

Commit

Permalink
Fix connection string
Browse files Browse the repository at this point in the history
  • Loading branch information
AsafMah committed Jan 17, 2024
1 parent b244624 commit bc9ac6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-kusto-data/src/prelude.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pub use crate::request_options::{

// Token credentials are re-exported for user convenience
pub use azure_identity::{
AutoRefreshingTokenCredential, AzureCliCredential, ClientSecretCredential,
AzureCliCredential, ClientSecretCredential,
DefaultAzureCredential, DefaultAzureCredentialBuilder, EnvironmentCredential,
TokenCredentialOptions,
};

0 comments on commit bc9ac6c

Please sign in to comment.