diff --git a/lib/services/applicationinsights/lib/models/annotationError.js b/lib/services/applicationinsights/lib/models/annotationError.js index 4b9fc68492..2fabbeb868 100644 --- a/lib/services/applicationinsights/lib/models/annotationError.js +++ b/lib/services/applicationinsights/lib/models/annotationError.js @@ -10,8 +10,6 @@ 'use strict'; -const models = require('./index'); - /** * Error associated with trying to create annotation with Id that already exist * diff --git a/lib/services/applicationinsights/lib/models/applicationInsightsComponentAnalyticsItem.js b/lib/services/applicationinsights/lib/models/applicationInsightsComponentAnalyticsItem.js index 8722f17c8a..a27d549698 100644 --- a/lib/services/applicationinsights/lib/models/applicationInsightsComponentAnalyticsItem.js +++ b/lib/services/applicationinsights/lib/models/applicationInsightsComponentAnalyticsItem.js @@ -10,8 +10,6 @@ 'use strict'; -const models = require('./index'); - /** * Properties that define an Analytics item that is associated to an * Application Insights component. diff --git a/lib/services/applicationinsights/lib/models/applicationInsightsComponentAvailableFeatures.js b/lib/services/applicationinsights/lib/models/applicationInsightsComponentAvailableFeatures.js index 8867f4e048..42b2c32ea3 100644 --- a/lib/services/applicationinsights/lib/models/applicationInsightsComponentAvailableFeatures.js +++ b/lib/services/applicationinsights/lib/models/applicationInsightsComponentAvailableFeatures.js @@ -10,8 +10,6 @@ 'use strict'; -const models = require('./index'); - /** * An Application Insights component available features. * diff --git a/lib/services/applicationinsights/lib/models/applicationInsightsComponentBillingFeatures.js b/lib/services/applicationinsights/lib/models/applicationInsightsComponentBillingFeatures.js index f7a4157280..276983d914 100644 --- a/lib/services/applicationinsights/lib/models/applicationInsightsComponentBillingFeatures.js +++ b/lib/services/applicationinsights/lib/models/applicationInsightsComponentBillingFeatures.js @@ -10,8 +10,6 @@ 'use strict'; -const models = require('./index'); - /** * An Application Insights component billing features * diff --git a/lib/services/applicationinsights/lib/models/applicationInsightsComponentFeature.js b/lib/services/applicationinsights/lib/models/applicationInsightsComponentFeature.js index e7fbc07c23..936d2dc84e 100644 --- a/lib/services/applicationinsights/lib/models/applicationInsightsComponentFeature.js +++ b/lib/services/applicationinsights/lib/models/applicationInsightsComponentFeature.js @@ -10,8 +10,6 @@ 'use strict'; -const models = require('./index'); - /** * An Application Insights component daily data volume cap status * diff --git a/lib/services/applicationinsights/lib/models/componentPurgeBody.js b/lib/services/applicationinsights/lib/models/componentPurgeBody.js index 14b09d26d4..25077567a9 100644 --- a/lib/services/applicationinsights/lib/models/componentPurgeBody.js +++ b/lib/services/applicationinsights/lib/models/componentPurgeBody.js @@ -10,8 +10,6 @@ 'use strict'; -const models = require('./index'); - /** * Describes the body of a purge request for an App Insights component * diff --git a/lib/services/applicationinsights/lib/models/operation.js b/lib/services/applicationinsights/lib/models/operation.js index 6c5b4ed71a..f4fb078601 100644 --- a/lib/services/applicationinsights/lib/models/operation.js +++ b/lib/services/applicationinsights/lib/models/operation.js @@ -10,8 +10,6 @@ 'use strict'; -const models = require('./index'); - /** * CDN REST API operation * diff --git a/lib/services/applicationinsights/lib/models/workItemConfigurationError.js b/lib/services/applicationinsights/lib/models/workItemConfigurationError.js index 562531bf21..26fde162f5 100644 --- a/lib/services/applicationinsights/lib/models/workItemConfigurationError.js +++ b/lib/services/applicationinsights/lib/models/workItemConfigurationError.js @@ -10,8 +10,6 @@ 'use strict'; -const models = require('./index'); - /** * Error associated with trying to get work item configuration or * configurations diff --git a/lib/services/applicationinsights/lib/models/workbookError.js b/lib/services/applicationinsights/lib/models/workbookError.js index f3eee37bda..3b538bc58f 100644 --- a/lib/services/applicationinsights/lib/models/workbookError.js +++ b/lib/services/applicationinsights/lib/models/workbookError.js @@ -10,8 +10,6 @@ 'use strict'; -const models = require('./index'); - /** * Error message body that will indicate why the operation failed. * diff --git a/lib/services/applicationinsights/package.json b/lib/services/applicationinsights/package.json index f670708f35..9dfcff61ef 100644 --- a/lib/services/applicationinsights/package.json +++ b/lib/services/applicationinsights/package.json @@ -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" @@ -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"