Skip to content

Commit

Permalink
Update Kusto API version to 2024-12-12 (#414)
Browse files Browse the repository at this point in the history
  • Loading branch information
AsafMah authored Feb 2, 2025
1 parent 9884e0a commit 945e8e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class HttpRequestBuilder {
private static final Logger log = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass());

// TODO - maybe save this in a resource
private static final String KUSTO_API_VERSION = "2019-02-13";
private static final String KUSTO_API_VERSION = "2024-12-12";
private static final String CLIENT_VERSION_HEADER = "x-ms-client-version";
private static final String APP_HEADER = "x-ms-app";
private static final String USER_HEADER = "x-ms-user";
Expand Down

0 comments on commit 945e8e5

Please sign in to comment.