@azure/arm-appinsights 5.0.0-alpha.20231009.1 → 5.0.0-alpha.20231016.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -1,13 +1,10 @@
1
1
  'use strict';
2
2
 
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
3
  var coreClient = require('@azure/core-client');
6
4
  var coreRestPipeline = require('@azure/core-rest-pipeline');
7
5
  var tslib = require('tslib');
8
6
 
9
- function _interopNamespace(e) {
10
- if (e && e.__esModule) return e;
7
+ function _interopNamespaceDefault(e) {
11
8
  var n = Object.create(null);
12
9
  if (e) {
13
10
  Object.keys(e).forEach(function (k) {
@@ -20,12 +17,12 @@ function _interopNamespace(e) {
20
17
  }
21
18
  });
22
19
  }
23
- n["default"] = e;
20
+ n.default = e;
24
21
  return Object.freeze(n);
25
22
  }
26
23
 
27
- var coreClient__namespace = /*#__PURE__*/_interopNamespace(coreClient);
28
- var coreRestPipeline__namespace = /*#__PURE__*/_interopNamespace(coreRestPipeline);
24
+ var coreClient__namespace = /*#__PURE__*/_interopNamespaceDefault(coreClient);
25
+ var coreRestPipeline__namespace = /*#__PURE__*/_interopNamespaceDefault(coreRestPipeline);
29
26
 
30
27
  /*
31
28
  * Copyright (c) Microsoft Corporation.
@@ -3323,92 +3320,92 @@ const Workbook = {
3323
3320
 
3324
3321
  var Mappers = /*#__PURE__*/Object.freeze({
3325
3322
  __proto__: null,
3326
- AnnotationsListResult: AnnotationsListResult,
3323
+ APIKeyRequest: APIKeyRequest,
3327
3324
  Annotation: Annotation,
3328
3325
  AnnotationError: AnnotationError,
3329
- InnerError: InnerError,
3330
- ApplicationInsightsComponentAPIKeyListResult: ApplicationInsightsComponentAPIKeyListResult,
3326
+ AnnotationsListResult: AnnotationsListResult,
3327
+ ApplicationInsightsComponent: ApplicationInsightsComponent,
3331
3328
  ApplicationInsightsComponentAPIKey: ApplicationInsightsComponentAPIKey,
3332
- APIKeyRequest: APIKeyRequest,
3333
- ApplicationInsightsComponentExportConfiguration: ApplicationInsightsComponentExportConfiguration,
3334
- ApplicationInsightsComponentExportRequest: ApplicationInsightsComponentExportRequest,
3329
+ ApplicationInsightsComponentAPIKeyListResult: ApplicationInsightsComponentAPIKeyListResult,
3330
+ ApplicationInsightsComponentAnalyticsItem: ApplicationInsightsComponentAnalyticsItem,
3331
+ ApplicationInsightsComponentAnalyticsItemProperties: ApplicationInsightsComponentAnalyticsItemProperties,
3332
+ ApplicationInsightsComponentAvailableFeatures: ApplicationInsightsComponentAvailableFeatures,
3335
3333
  ApplicationInsightsComponentBillingFeatures: ApplicationInsightsComponentBillingFeatures,
3336
3334
  ApplicationInsightsComponentDataVolumeCap: ApplicationInsightsComponentDataVolumeCap,
3337
- ApplicationInsightsComponentQuotaStatus: ApplicationInsightsComponentQuotaStatus,
3338
- ApplicationInsightsComponentFeatureCapabilities: ApplicationInsightsComponentFeatureCapabilities,
3339
- ApplicationInsightsComponentAvailableFeatures: ApplicationInsightsComponentAvailableFeatures,
3335
+ ApplicationInsightsComponentExportConfiguration: ApplicationInsightsComponentExportConfiguration,
3336
+ ApplicationInsightsComponentExportRequest: ApplicationInsightsComponentExportRequest,
3337
+ ApplicationInsightsComponentFavorite: ApplicationInsightsComponentFavorite,
3340
3338
  ApplicationInsightsComponentFeature: ApplicationInsightsComponentFeature,
3339
+ ApplicationInsightsComponentFeatureCapabilities: ApplicationInsightsComponentFeatureCapabilities,
3341
3340
  ApplicationInsightsComponentFeatureCapability: ApplicationInsightsComponentFeatureCapability,
3341
+ ApplicationInsightsComponentListResult: ApplicationInsightsComponentListResult,
3342
3342
  ApplicationInsightsComponentProactiveDetectionConfiguration: ApplicationInsightsComponentProactiveDetectionConfiguration,
3343
3343
  ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions: ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions,
3344
- WorkItemConfigurationsListResult: WorkItemConfigurationsListResult,
3345
- WorkItemConfiguration: WorkItemConfiguration,
3346
- WorkItemConfigurationError: WorkItemConfigurationError,
3347
- WorkItemCreateConfiguration: WorkItemCreateConfiguration,
3348
- ApplicationInsightsComponentFavorite: ApplicationInsightsComponentFavorite,
3349
- ApplicationInsightsWebTestLocationsListResult: ApplicationInsightsWebTestLocationsListResult,
3344
+ ApplicationInsightsComponentQuotaStatus: ApplicationInsightsComponentQuotaStatus,
3350
3345
  ApplicationInsightsComponentWebTestLocation: ApplicationInsightsComponentWebTestLocation,
3351
- WebTestListResult: WebTestListResult,
3352
- WebTestGeolocation: WebTestGeolocation,
3353
- WebTestPropertiesConfiguration: WebTestPropertiesConfiguration,
3354
- WebtestsResource: WebtestsResource,
3355
- TagsResource: TagsResource,
3356
- ApplicationInsightsComponentAnalyticsItem: ApplicationInsightsComponentAnalyticsItem,
3357
- ApplicationInsightsComponentAnalyticsItemProperties: ApplicationInsightsComponentAnalyticsItemProperties,
3358
- WorkbookTemplatesListResult: WorkbookTemplatesListResult,
3359
- WorkbookTemplateGallery: WorkbookTemplateGallery,
3360
- WorkbookTemplateLocalizedGallery: WorkbookTemplateLocalizedGallery,
3361
- WorkbookTemplateResource: WorkbookTemplateResource,
3362
- WorkbookTemplateError: WorkbookTemplateError,
3363
- WorkbookTemplateErrorBody: WorkbookTemplateErrorBody,
3364
- WorkbookTemplateErrorFieldContract: WorkbookTemplateErrorFieldContract,
3365
- WorkbookTemplateUpdateParameters: WorkbookTemplateUpdateParameters,
3366
- MyWorkbooksListResult: MyWorkbooksListResult,
3367
- SystemData: SystemData,
3368
- MyWorkbookResource: MyWorkbookResource,
3369
- MyWorkbookManagedIdentity: MyWorkbookManagedIdentity,
3370
- MyWorkbookUserAssignedIdentities: MyWorkbookUserAssignedIdentities,
3371
- MyWorkbookError: MyWorkbookError,
3372
- ErrorDefinition: ErrorDefinition,
3373
- WorkbooksListResult: WorkbooksListResult,
3374
- ManagedServiceIdentity: ManagedServiceIdentity,
3375
- UserAssignedIdentity: UserAssignedIdentity,
3376
- Resource: Resource,
3377
- WorkbookError: WorkbookError,
3378
- WorkbookErrorDefinition: WorkbookErrorDefinition,
3379
- WorkbookUpdateParameters: WorkbookUpdateParameters,
3380
- ApplicationInsightsComponentListResult: ApplicationInsightsComponentListResult,
3381
- PrivateLinkScopedResource: PrivateLinkScopedResource,
3382
- ComponentsResource: ComponentsResource,
3383
- ErrorResponseComponents: ErrorResponseComponents,
3384
- ErrorResponseComponentsError: ErrorResponseComponentsError,
3346
+ ApplicationInsightsWebTestLocationsListResult: ApplicationInsightsWebTestLocationsListResult,
3347
+ ComponentLinkedStorageAccounts: ComponentLinkedStorageAccounts,
3348
+ ComponentLinkedStorageAccountsPatch: ComponentLinkedStorageAccountsPatch,
3385
3349
  ComponentPurgeBody: ComponentPurgeBody,
3386
3350
  ComponentPurgeBodyFilters: ComponentPurgeBodyFilters,
3387
3351
  ComponentPurgeResponse: ComponentPurgeResponse,
3388
3352
  ComponentPurgeStatusResponse: ComponentPurgeStatusResponse,
3353
+ ComponentsResource: ComponentsResource,
3354
+ ErrorDefinition: ErrorDefinition,
3355
+ ErrorResponse: ErrorResponse,
3356
+ ErrorResponseComponents: ErrorResponseComponents,
3357
+ ErrorResponseComponentsError: ErrorResponseComponentsError,
3389
3358
  ErrorResponseLinkedStorage: ErrorResponseLinkedStorage,
3390
3359
  ErrorResponseLinkedStorageError: ErrorResponseLinkedStorageError,
3391
- ComponentLinkedStorageAccountsPatch: ComponentLinkedStorageAccountsPatch,
3360
+ InnerError: InnerError,
3361
+ InnerErrorTrace: InnerErrorTrace,
3392
3362
  LiveTokenResponse: LiveTokenResponse,
3393
- ErrorResponse: ErrorResponse,
3363
+ ManagedServiceIdentity: ManagedServiceIdentity,
3364
+ MyWorkbook: MyWorkbook,
3365
+ MyWorkbookError: MyWorkbookError,
3366
+ MyWorkbookManagedIdentity: MyWorkbookManagedIdentity,
3367
+ MyWorkbookResource: MyWorkbookResource,
3368
+ MyWorkbookUserAssignedIdentities: MyWorkbookUserAssignedIdentities,
3369
+ MyWorkbooksListResult: MyWorkbooksListResult,
3394
3370
  Operation: Operation,
3395
3371
  OperationDisplay: OperationDisplay,
3372
+ OperationInfo: OperationInfo,
3396
3373
  OperationListResult: OperationListResult,
3397
- InnerErrorTrace: InnerErrorTrace,
3398
- WorkbookInnerErrorTrace: WorkbookInnerErrorTrace,
3399
- OperationsListResult: OperationsListResult,
3400
3374
  OperationLive: OperationLive,
3401
- OperationInfo: OperationInfo,
3402
- WebTest: WebTest,
3403
- WorkbookTemplate: WorkbookTemplate,
3404
- MyWorkbook: MyWorkbook,
3405
- WorkbookResourceIdentity: WorkbookResourceIdentity,
3406
- TrackedResource: TrackedResource,
3375
+ OperationsListResult: OperationsListResult,
3376
+ PrivateLinkScopedResource: PrivateLinkScopedResource,
3407
3377
  ProxyResource: ProxyResource,
3408
- ApplicationInsightsComponent: ApplicationInsightsComponent,
3378
+ Resource: Resource,
3379
+ SystemData: SystemData,
3380
+ TagsResource: TagsResource,
3381
+ TrackedResource: TrackedResource,
3382
+ UserAssignedIdentity: UserAssignedIdentity,
3383
+ WebTest: WebTest,
3384
+ WebTestGeolocation: WebTestGeolocation,
3385
+ WebTestListResult: WebTestListResult,
3386
+ WebTestPropertiesConfiguration: WebTestPropertiesConfiguration,
3387
+ WebtestsResource: WebtestsResource,
3388
+ WorkItemConfiguration: WorkItemConfiguration,
3389
+ WorkItemConfigurationError: WorkItemConfigurationError,
3390
+ WorkItemConfigurationsListResult: WorkItemConfigurationsListResult,
3391
+ WorkItemCreateConfiguration: WorkItemCreateConfiguration,
3392
+ Workbook: Workbook,
3393
+ WorkbookError: WorkbookError,
3394
+ WorkbookErrorDefinition: WorkbookErrorDefinition,
3395
+ WorkbookInnerErrorTrace: WorkbookInnerErrorTrace,
3409
3396
  WorkbookResource: WorkbookResource,
3410
- ComponentLinkedStorageAccounts: ComponentLinkedStorageAccounts,
3411
- Workbook: Workbook
3397
+ WorkbookResourceIdentity: WorkbookResourceIdentity,
3398
+ WorkbookTemplate: WorkbookTemplate,
3399
+ WorkbookTemplateError: WorkbookTemplateError,
3400
+ WorkbookTemplateErrorBody: WorkbookTemplateErrorBody,
3401
+ WorkbookTemplateErrorFieldContract: WorkbookTemplateErrorFieldContract,
3402
+ WorkbookTemplateGallery: WorkbookTemplateGallery,
3403
+ WorkbookTemplateLocalizedGallery: WorkbookTemplateLocalizedGallery,
3404
+ WorkbookTemplateResource: WorkbookTemplateResource,
3405
+ WorkbookTemplateUpdateParameters: WorkbookTemplateUpdateParameters,
3406
+ WorkbookTemplatesListResult: WorkbookTemplatesListResult,
3407
+ WorkbookUpdateParameters: WorkbookUpdateParameters,
3408
+ WorkbooksListResult: WorkbooksListResult
3412
3409
  });
3413
3410
 
3414
3411
  /*