Skip to content

Commit

Permalink
update min version of runtime so that the sdk does not choke on LRO d…
Browse files Browse the repository at this point in the history
…elete for data connection (#4549)
  • Loading branch information
amarzavery authored Jul 31, 2019
1 parent dd9fcda commit 81f6a46
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions sdk/kusto/arm-kusto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"name": "@azure/arm-kusto",
"author": "Microsoft Corporation",
"description": "KustoManagementClient Library with typescript type definitions for node.js and browser.",
"version": "2.0.2",
"version": "2.0.3",
"dependencies": {
"@azure/ms-rest-azure-js": "^2.0.0",
"@azure/ms-rest-js": "^2.0.3",
"@azure/ms-rest-azure-js": "^2.0.1",
"@azure/ms-rest-js": "^2.0.4",
"tslib": "^1.10.0"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion sdk/kusto/arm-kusto/src/kustoManagementClientContext.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import * as msRest from "@azure/ms-rest-js";
import * as msRestAzure from "@azure/ms-rest-azure-js";

const packageName = "@azure/arm-kusto";
const packageVersion = "2.0.2";
const packageVersion = "2.0.3";

export class KustoManagementClientContext extends msRestAzure.AzureServiceClient {
credentials: msRest.ServiceClientCredentials;
Expand Down

0 comments on commit 81f6a46

Please sign in to comment.