Skip to content
This repository was archived by the owner on May 5, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

'use strict';

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

/**
* Error associated with trying to create annotation with Id that already exist
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

'use strict';

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

/**
* Properties that define an Analytics item that is associated to an
* Application Insights component.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

'use strict';

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

/**
* An Application Insights component available features.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

'use strict';

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

/**
* An Application Insights component billing features
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

'use strict';

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

/**
* An Application Insights component daily data volume cap status
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

'use strict';

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

/**
* Describes the body of a purge request for an App Insights component
*
Expand Down
2 changes: 0 additions & 2 deletions lib/services/applicationinsights/lib/models/operation.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

'use strict';

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

/**
* CDN REST API operation
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

'use strict';

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

/**
* Error associated with trying to get work item configuration or
* configurations
Expand Down
2 changes: 0 additions & 2 deletions lib/services/applicationinsights/lib/models/workbookError.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

'use strict';

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

/**
* Error message body that will indicate why the operation failed.
*
Expand Down
4 changes: 2 additions & 2 deletions lib/services/applicationinsights/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "azure-arm-appinsights",
"author": "Microsoft Corporation",
"description": "ApplicationInsightsManagementClient Library with typescript type definitions for node",
"version": "2.0.0",
"version": "2.0.1",
"dependencies": {
"ms-rest": "^2.3.3",
"ms-rest-azure": "^2.5.5"
Expand All @@ -14,7 +14,7 @@
"license": "MIT",
"main": "./lib/applicationInsightsManagementClient.js",
"types": "./lib/applicationInsightsManagementClient.d.ts",
"homepage": "https://github.com/azure/azure-sdk-for-node/lib/services/applicationinsights",
"homepage": "https://github.com/azure/azure-sdk-for-node/tree/master/lib/services/applicationinsights",
"repository": {
"type": "git",
"url": "https://github.com/azure/azure-sdk-for-node.git"
Expand Down