11/*
2- * Copyright (c) Microsoft Corporation. All rights reserved.
3- * Licensed under the MIT License. See License.txt in the project root for
4- * license information.
2+ * Copyright (c) Microsoft Corporation.
3+ * Licensed under the MIT License.
54 *
65 * Code generated by Microsoft (R) AutoRest Code Generator.
76 * Changes may cause incorrect behavior and will be lost if the code is
@@ -18,24 +17,7 @@ import { ApplicationInsightsManagementClientContext } from "./applicationInsight
1817class ApplicationInsightsManagementClient extends ApplicationInsightsManagementClientContext {
1918 // Operation groups
2019 operations : operations . Operations ;
21- annotations : operations . Annotations ;
22- aPIKeys : operations . APIKeys ;
23- exportConfigurations : operations . ExportConfigurations ;
24- componentCurrentBillingFeatures : operations . ComponentCurrentBillingFeatures ;
25- componentQuotaStatus : operations . ComponentQuotaStatus ;
26- componentFeatureCapabilities : operations . ComponentFeatureCapabilities ;
27- componentAvailableFeatures : operations . ComponentAvailableFeatures ;
28- proactiveDetectionConfigurations : operations . ProactiveDetectionConfigurations ;
29- workItemConfigurations : operations . WorkItemConfigurations ;
30- favorites : operations . Favorites ;
31- webTestLocations : operations . WebTestLocations ;
3220 webTests : operations . WebTests ;
33- analyticsItems : operations . AnalyticsItems ;
34- workbooks : operations . Workbooks ;
35- myWorkbooks : operations . MyWorkbooks ;
36- components : operations . Components ;
37- componentLinkedStorageAccounts : operations . ComponentLinkedStorageAccountsOperations ;
38- liveToken : operations . LiveToken ;
3921
4022 /**
4123 * Initializes a new instance of the ApplicationInsightsManagementClient class.
@@ -46,24 +28,7 @@ class ApplicationInsightsManagementClient extends ApplicationInsightsManagementC
4628 constructor ( credentials : msRest . ServiceClientCredentials , subscriptionId : string , options ?: Models . ApplicationInsightsManagementClientOptions ) {
4729 super ( credentials , subscriptionId , options ) ;
4830 this . operations = new operations . Operations ( this ) ;
49- this . annotations = new operations . Annotations ( this ) ;
50- this . aPIKeys = new operations . APIKeys ( this ) ;
51- this . exportConfigurations = new operations . ExportConfigurations ( this ) ;
52- this . componentCurrentBillingFeatures = new operations . ComponentCurrentBillingFeatures ( this ) ;
53- this . componentQuotaStatus = new operations . ComponentQuotaStatus ( this ) ;
54- this . componentFeatureCapabilities = new operations . ComponentFeatureCapabilities ( this ) ;
55- this . componentAvailableFeatures = new operations . ComponentAvailableFeatures ( this ) ;
56- this . proactiveDetectionConfigurations = new operations . ProactiveDetectionConfigurations ( this ) ;
57- this . workItemConfigurations = new operations . WorkItemConfigurations ( this ) ;
58- this . favorites = new operations . Favorites ( this ) ;
59- this . webTestLocations = new operations . WebTestLocations ( this ) ;
6031 this . webTests = new operations . WebTests ( this ) ;
61- this . analyticsItems = new operations . AnalyticsItems ( this ) ;
62- this . workbooks = new operations . Workbooks ( this ) ;
63- this . myWorkbooks = new operations . MyWorkbooks ( this ) ;
64- this . components = new operations . Components ( this ) ;
65- this . componentLinkedStorageAccounts = new operations . ComponentLinkedStorageAccountsOperations ( this ) ;
66- this . liveToken = new operations . LiveToken ( this ) ;
6732 }
6833}
6934
0 commit comments