Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

Commit

Permalink
Merge pull request #3026 from Azure/restapi_auto_operationalinsights/…
Browse files Browse the repository at this point in the history
…data-plane

[AutoPR] operationalinsights/data-plane
  • Loading branch information
Dan Schulte authored Aug 22, 2018
2 parents ff6e4a3 + ed411ff commit 2a3ee42
Show file tree
Hide file tree
Showing 6 changed files with 61 additions and 69 deletions.
2 changes: 0 additions & 2 deletions lib/services/loganalytics/lib/models/errorInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

'use strict';

const models = require('./index');

/**
* @summary The code and message for an error.
*
Expand Down
2 changes: 0 additions & 2 deletions lib/services/loganalytics/lib/models/errorResponse.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

'use strict';

const models = require('./index');

/**
* @summary Error details.
*
Expand Down
2 changes: 0 additions & 2 deletions lib/services/loganalytics/lib/models/queryResults.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

'use strict';

const models = require('./index');

/**
* @summary A query response.
*
Expand Down
2 changes: 0 additions & 2 deletions lib/services/loganalytics/lib/models/table.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

'use strict';

const models = require('./index');

/**
* @summary A query response table.
*
Expand Down
116 changes: 58 additions & 58 deletions lib/services/loganalytics/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions lib/services/loganalytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "azure-loganalytics",
"author": "Microsoft Corporation",
"description": "LogAnalyticsClient Library with typescript type definitions for node",
"version": "0.1.0",
"version": "0.1.1",
"dependencies": {
"ms-rest": "^2.3.3"
},
Expand All @@ -13,12 +13,12 @@
"license": "MIT",
"main": "./lib/logAnalyticsClient.js",
"types": "./lib/logAnalyticsClient.d.ts",
"homepage": "http://github.com/azure/azure-sdk-for-node",
"homepage": "https://github.com/azure/azure-sdk-for-node/tree/master/lib/services/loganalytics",
"repository": {
"type": "git",
"url": "https://github.com/azure/azure-sdk-for-node.git"
},
"bugs": {
"url": "http://github.com/Azure/azure-sdk-for-node/issues"
"url": "https://github.com/azure/azure-sdk-for-node/issues"
}
}

0 comments on commit 2a3ee42

Please sign in to comment.