azure-kusto-java icon indicating copy to clipboard operation
azure-kusto-java copied to clipboard

Microsoft Azure Kusto Library for Java

Results 28 azure-kusto-java issues
Sort by recently updated
recently updated
newest added

### Added ### Changed ### Fixed

**Describe the bug** A clear and concise description of what the bug is. There is an issue with the HTTP client inside the client library where the request fails every...

Introduce a new `supportedProtocols` field in `HttpClientProperties` to allow specifying SSL/TLS protocols.

**Is your feature request related to a problem? Please describe.** Alot of Azure SDKs in Java (but also other supported languages) allow the use of DefaultAzureCredential, which is very helpful...

enhancement

### Fixed MsalTokenProviders fail when getting silent parameters due to changes to a deprecated method in msal4j. This PR replaces a usage of that deprecated method. fixes #379

### Added ### Changed ### Fixed

### Added ### Changed ### Fixed

**Describe the bug** Newer versions of msal4j have changed the way a deprecated method works, causing auth token fetch failures when azure-bom > 1.2.22. This is due to the authentication...