azure-kusto-data
Advanced tools
Comparing version 7.0.0-alpha.0 to 7.0.0-alpha.1
@@ -247,4 +247,3 @@ // Copyright (c) Microsoft Corporation. | ||
this.appClientId, // The app registration client Id in the AAD tenant | ||
this.appKey // The app registration secret for the registered application | ||
); | ||
this.appKey); | ||
} | ||
@@ -251,0 +250,0 @@ context() { |
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT License. | ||
// SDK_VERSION should be updated in all 3 package.json and lerna.json(by running lerna version) | ||
export const SDK_VERSION = "5.2.1"; | ||
export const SDK_VERSION = "7.0.0-alpha.1"; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "azure-kusto-data", | ||
"version": "7.0.0-alpha.0", | ||
"version": "7.0.0-alpha.1", | ||
"description": "Azure Data Explorer Query SDK", | ||
"type": "module", | ||
"main": "dist-esm/src/index.js", | ||
"exports": { | ||
@@ -63,2 +64,3 @@ ".": { | ||
"dependencies": { | ||
"@azure/core-util": "^1.10.0", | ||
"@azure/identity": "^4.0.1", | ||
@@ -72,3 +74,3 @@ "@types/uuid": "^8.3.4", | ||
}, | ||
"gitHead": "e09b5fe882833ca9890bbd332e80206701c28f85" | ||
"gitHead": "7d97fb4354a6546333e194c29d6bceb1f4d78efa" | ||
} |
@@ -27,6 +27,6 @@ import { KustoHeaders } from "./clientDetails.js"; | ||
[option: string]: any; | ||
} | undefined; | ||
}; | ||
Parameters?: { | ||
[option: string]: any; | ||
} | undefined; | ||
}; | ||
} | null; | ||
@@ -36,6 +36,6 @@ toJSON(): { | ||
[option: string]: any; | ||
} | undefined; | ||
}; | ||
Parameters?: { | ||
[option: string]: any; | ||
} | undefined; | ||
}; | ||
} | null; | ||
@@ -42,0 +42,0 @@ toString(): string; |
@@ -77,3 +77,3 @@ import { DeviceCodeInfo, InteractiveBrowserCredentialInBrowserOptions, InteractiveBrowserCredentialNodeOptions } from "@azure/identity"; | ||
readonly MaxPort = 65536; | ||
constructor(kustoUri: string, interactiveCredentialOptions?: InteractiveBrowserCredentialNodeOptions | InteractiveBrowserCredentialInBrowserOptions | undefined, timeoutMs?: number); | ||
constructor(kustoUri: string, interactiveCredentialOptions?: (InteractiveBrowserCredentialInBrowserOptions | InteractiveBrowserCredentialNodeOptions) | undefined, timeoutMs?: number); | ||
getCredential(): TokenCredential; | ||
@@ -80,0 +80,0 @@ private getRandomPortInRange; |
@@ -1,2 +0,2 @@ | ||
export declare const SDK_VERSION = "5.2.1"; | ||
export declare const SDK_VERSION = "7.0.0-alpha.1"; | ||
//# sourceMappingURL=version.d.ts.map |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
252066
8
2341
+ Added@azure/core-util@^1.10.0