@azure/arm-appinsights 5.0.0-alpha.20230320.1 → 5.0.0-alpha.20230501.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.
Files changed (56) hide show
  1. package/dist/index.js +180 -75
  2. package/dist/index.js.map +1 -1
  3. package/dist/index.min.js +1 -1
  4. package/dist/index.min.js.map +1 -1
  5. package/dist-esm/samples-dev/annotationsListSample.js +12 -5
  6. package/dist-esm/samples-dev/annotationsListSample.js.map +1 -1
  7. package/dist-esm/samples-dev/apiKeysListSample.js +12 -5
  8. package/dist-esm/samples-dev/apiKeysListSample.js.map +1 -1
  9. package/dist-esm/samples-dev/componentsListByResourceGroupSample.js +12 -5
  10. package/dist-esm/samples-dev/componentsListByResourceGroupSample.js.map +1 -1
  11. package/dist-esm/samples-dev/componentsListSample.js +12 -5
  12. package/dist-esm/samples-dev/componentsListSample.js.map +1 -1
  13. package/dist-esm/samples-dev/myWorkbooksListByResourceGroupSample.js +24 -10
  14. package/dist-esm/samples-dev/myWorkbooksListByResourceGroupSample.js.map +1 -1
  15. package/dist-esm/samples-dev/myWorkbooksListBySubscriptionSample.js +24 -10
  16. package/dist-esm/samples-dev/myWorkbooksListBySubscriptionSample.js.map +1 -1
  17. package/dist-esm/samples-dev/webTestLocationsListSample.js +12 -5
  18. package/dist-esm/samples-dev/webTestLocationsListSample.js.map +1 -1
  19. package/dist-esm/samples-dev/webTestsListByComponentSample.js +12 -5
  20. package/dist-esm/samples-dev/webTestsListByComponentSample.js.map +1 -1
  21. package/dist-esm/samples-dev/webTestsListByResourceGroupSample.js +12 -5
  22. package/dist-esm/samples-dev/webTestsListByResourceGroupSample.js.map +1 -1
  23. package/dist-esm/samples-dev/webTestsListSample.js +12 -5
  24. package/dist-esm/samples-dev/webTestsListSample.js.map +1 -1
  25. package/dist-esm/samples-dev/workItemConfigurationsListSample.js +12 -5
  26. package/dist-esm/samples-dev/workItemConfigurationsListSample.js.map +1 -1
  27. package/dist-esm/samples-dev/workbookTemplatesListByResourceGroupSample.js +12 -5
  28. package/dist-esm/samples-dev/workbookTemplatesListByResourceGroupSample.js.map +1 -1
  29. package/dist-esm/samples-dev/workbooksListByResourceGroupSample.js +24 -10
  30. package/dist-esm/samples-dev/workbooksListByResourceGroupSample.js.map +1 -1
  31. package/dist-esm/samples-dev/workbooksListBySubscriptionSample.js +24 -10
  32. package/dist-esm/samples-dev/workbooksListBySubscriptionSample.js.map +1 -1
  33. package/dist-esm/samples-dev/workbooksRevisionsListSample.js +12 -5
  34. package/dist-esm/samples-dev/workbooksRevisionsListSample.js.map +1 -1
  35. package/dist-esm/src/models/index.d.ts +97 -97
  36. package/dist-esm/src/models/index.d.ts.map +1 -1
  37. package/dist-esm/src/operations/aPIKeys.js +12 -5
  38. package/dist-esm/src/operations/aPIKeys.js.map +1 -1
  39. package/dist-esm/src/operations/annotations.js +12 -5
  40. package/dist-esm/src/operations/annotations.js.map +1 -1
  41. package/dist-esm/src/operations/components.js +24 -10
  42. package/dist-esm/src/operations/components.js.map +1 -1
  43. package/dist-esm/src/operations/myWorkbooks.js +24 -10
  44. package/dist-esm/src/operations/myWorkbooks.js.map +1 -1
  45. package/dist-esm/src/operations/webTestLocations.js +12 -5
  46. package/dist-esm/src/operations/webTestLocations.js.map +1 -1
  47. package/dist-esm/src/operations/webTests.js +36 -15
  48. package/dist-esm/src/operations/webTests.js.map +1 -1
  49. package/dist-esm/src/operations/workItemConfigurations.js +12 -5
  50. package/dist-esm/src/operations/workItemConfigurations.js.map +1 -1
  51. package/dist-esm/src/operations/workbookTemplates.js +12 -5
  52. package/dist-esm/src/operations/workbookTemplates.js.map +1 -1
  53. package/dist-esm/src/operations/workbooks.js +36 -15
  54. package/dist-esm/src/operations/workbooks.js.map +1 -1
  55. package/package.json +2 -2
  56. package/types/tsdoc-metadata.json +1 -1
@@ -1358,7 +1358,7 @@ export declare enum KnownFavoriteSourceType {
1358
1358
  * **impact** \
1359
1359
  * **segmentation**
1360
1360
  */
1361
- export declare type FavoriteSourceType = string;
1361
+ export type FavoriteSourceType = string;
1362
1362
  /** Known values of {@link ItemScopePath} that the service accepts. */
1363
1363
  export declare enum KnownItemScopePath {
1364
1364
  /** AnalyticsItems */
@@ -1374,7 +1374,7 @@ export declare enum KnownItemScopePath {
1374
1374
  * **analyticsItems** \
1375
1375
  * **myanalyticsItems**
1376
1376
  */
1377
- export declare type ItemScopePath = string;
1377
+ export type ItemScopePath = string;
1378
1378
  /** Known values of {@link ItemScope} that the service accepts. */
1379
1379
  export declare enum KnownItemScope {
1380
1380
  /** Shared */
@@ -1390,7 +1390,7 @@ export declare enum KnownItemScope {
1390
1390
  * **shared** \
1391
1391
  * **user**
1392
1392
  */
1393
- export declare type ItemScope = string;
1393
+ export type ItemScope = string;
1394
1394
  /** Known values of {@link ItemTypeParameter} that the service accepts. */
1395
1395
  export declare enum KnownItemTypeParameter {
1396
1396
  /** None */
@@ -1415,7 +1415,7 @@ export declare enum KnownItemTypeParameter {
1415
1415
  * **folder** \
1416
1416
  * **recent**
1417
1417
  */
1418
- export declare type ItemTypeParameter = string;
1418
+ export type ItemTypeParameter = string;
1419
1419
  /** Known values of {@link ItemType} that the service accepts. */
1420
1420
  export declare enum KnownItemType {
1421
1421
  /** None */
@@ -1437,7 +1437,7 @@ export declare enum KnownItemType {
1437
1437
  * **recent** \
1438
1438
  * **function**
1439
1439
  */
1440
- export declare type ItemType = string;
1440
+ export type ItemType = string;
1441
1441
  /** Known values of {@link CategoryType} that the service accepts. */
1442
1442
  export declare enum KnownCategoryType {
1443
1443
  /** Workbook */
@@ -1459,7 +1459,7 @@ export declare enum KnownCategoryType {
1459
1459
  * **performance** \
1460
1460
  * **retention**
1461
1461
  */
1462
- export declare type CategoryType = string;
1462
+ export type CategoryType = string;
1463
1463
  /** Known values of {@link Kind} that the service accepts. */
1464
1464
  export declare enum KnownKind {
1465
1465
  /** User */
@@ -1475,7 +1475,7 @@ export declare enum KnownKind {
1475
1475
  * **user** \
1476
1476
  * **shared**
1477
1477
  */
1478
- export declare type Kind = string;
1478
+ export type Kind = string;
1479
1479
  /** Known values of {@link CreatedByType} that the service accepts. */
1480
1480
  export declare enum KnownCreatedByType {
1481
1481
  /** User */
@@ -1497,7 +1497,7 @@ export declare enum KnownCreatedByType {
1497
1497
  * **ManagedIdentity** \
1498
1498
  * **Key**
1499
1499
  */
1500
- export declare type CreatedByType = string;
1500
+ export type CreatedByType = string;
1501
1501
  /** Known values of {@link MyWorkbookManagedIdentityType} that the service accepts. */
1502
1502
  export declare enum KnownMyWorkbookManagedIdentityType {
1503
1503
  /** UserAssigned */
@@ -1513,7 +1513,7 @@ export declare enum KnownMyWorkbookManagedIdentityType {
1513
1513
  * **UserAssigned** \
1514
1514
  * **None**
1515
1515
  */
1516
- export declare type MyWorkbookManagedIdentityType = string;
1516
+ export type MyWorkbookManagedIdentityType = string;
1517
1517
  /** Known values of {@link ManagedServiceIdentityType} that the service accepts. */
1518
1518
  export declare enum KnownManagedServiceIdentityType {
1519
1519
  /** None */
@@ -1535,7 +1535,7 @@ export declare enum KnownManagedServiceIdentityType {
1535
1535
  * **UserAssigned** \
1536
1536
  * **SystemAssigned,UserAssigned**
1537
1537
  */
1538
- export declare type ManagedServiceIdentityType = string;
1538
+ export type ManagedServiceIdentityType = string;
1539
1539
  /** Known values of {@link WorkbookSharedTypeKind} that the service accepts. */
1540
1540
  export declare enum KnownWorkbookSharedTypeKind {
1541
1541
  /** Shared */
@@ -1548,7 +1548,7 @@ export declare enum KnownWorkbookSharedTypeKind {
1548
1548
  * ### Known values supported by the service
1549
1549
  * **shared**
1550
1550
  */
1551
- export declare type WorkbookSharedTypeKind = string;
1551
+ export type WorkbookSharedTypeKind = string;
1552
1552
  /** Known values of {@link WorkbookUpdateSharedTypeKind} that the service accepts. */
1553
1553
  export declare enum KnownWorkbookUpdateSharedTypeKind {
1554
1554
  /** Shared */
@@ -1561,7 +1561,7 @@ export declare enum KnownWorkbookUpdateSharedTypeKind {
1561
1561
  * ### Known values supported by the service
1562
1562
  * **shared**
1563
1563
  */
1564
- export declare type WorkbookUpdateSharedTypeKind = string;
1564
+ export type WorkbookUpdateSharedTypeKind = string;
1565
1565
  /** Known values of {@link ApplicationType} that the service accepts. */
1566
1566
  export declare enum KnownApplicationType {
1567
1567
  /** Web */
@@ -1577,7 +1577,7 @@ export declare enum KnownApplicationType {
1577
1577
  * **web** \
1578
1578
  * **other**
1579
1579
  */
1580
- export declare type ApplicationType = string;
1580
+ export type ApplicationType = string;
1581
1581
  /** Known values of {@link FlowType} that the service accepts. */
1582
1582
  export declare enum KnownFlowType {
1583
1583
  /** Bluefield */
@@ -1590,7 +1590,7 @@ export declare enum KnownFlowType {
1590
1590
  * ### Known values supported by the service
1591
1591
  * **Bluefield**
1592
1592
  */
1593
- export declare type FlowType = string;
1593
+ export type FlowType = string;
1594
1594
  /** Known values of {@link RequestSource} that the service accepts. */
1595
1595
  export declare enum KnownRequestSource {
1596
1596
  /** Rest */
@@ -1603,7 +1603,7 @@ export declare enum KnownRequestSource {
1603
1603
  * ### Known values supported by the service
1604
1604
  * **rest**
1605
1605
  */
1606
- export declare type RequestSource = string;
1606
+ export type RequestSource = string;
1607
1607
  /** Known values of {@link PublicNetworkAccessType} that the service accepts. */
1608
1608
  export declare enum KnownPublicNetworkAccessType {
1609
1609
  /** Enables connectivity to Application Insights through public DNS. */
@@ -1619,7 +1619,7 @@ export declare enum KnownPublicNetworkAccessType {
1619
1619
  * **Enabled**: Enables connectivity to Application Insights through public DNS. \
1620
1620
  * **Disabled**: Disables public connectivity to Application Insights through public DNS.
1621
1621
  */
1622
- export declare type PublicNetworkAccessType = string;
1622
+ export type PublicNetworkAccessType = string;
1623
1623
  /** Known values of {@link IngestionMode} that the service accepts. */
1624
1624
  export declare enum KnownIngestionMode {
1625
1625
  /** ApplicationInsights */
@@ -1638,7 +1638,7 @@ export declare enum KnownIngestionMode {
1638
1638
  * **ApplicationInsightsWithDiagnosticSettings** \
1639
1639
  * **LogAnalytics**
1640
1640
  */
1641
- export declare type IngestionMode = string;
1641
+ export type IngestionMode = string;
1642
1642
  /** Known values of {@link PurgeState} that the service accepts. */
1643
1643
  export declare enum KnownPurgeState {
1644
1644
  /** Pending */
@@ -1654,7 +1654,7 @@ export declare enum KnownPurgeState {
1654
1654
  * **pending** \
1655
1655
  * **completed**
1656
1656
  */
1657
- export declare type PurgeState = string;
1657
+ export type PurgeState = string;
1658
1658
  /** Known values of {@link StorageType} that the service accepts. */
1659
1659
  export declare enum KnownStorageType {
1660
1660
  /** ServiceProfiler */
@@ -1667,21 +1667,21 @@ export declare enum KnownStorageType {
1667
1667
  * ### Known values supported by the service
1668
1668
  * **ServiceProfiler**
1669
1669
  */
1670
- export declare type StorageType = string;
1670
+ export type StorageType = string;
1671
1671
  /** Defines values for FavoriteType. */
1672
- export declare type FavoriteType = "shared" | "user";
1672
+ export type FavoriteType = "shared" | "user";
1673
1673
  /** Defines values for WebTestKind. */
1674
- export declare type WebTestKind = "ping" | "multistep";
1674
+ export type WebTestKind = "ping" | "multistep";
1675
1675
  /** Optional parameters. */
1676
1676
  export interface AnnotationsListOptionalParams extends coreClient.OperationOptions {
1677
1677
  }
1678
1678
  /** Contains response data for the list operation. */
1679
- export declare type AnnotationsListResponse = AnnotationsListResult;
1679
+ export type AnnotationsListResponse = AnnotationsListResult;
1680
1680
  /** Optional parameters. */
1681
1681
  export interface AnnotationsCreateOptionalParams extends coreClient.OperationOptions {
1682
1682
  }
1683
1683
  /** Contains response data for the create operation. */
1684
- export declare type AnnotationsCreateResponse = Annotation[];
1684
+ export type AnnotationsCreateResponse = Annotation[];
1685
1685
  /** Optional parameters. */
1686
1686
  export interface AnnotationsDeleteOptionalParams extends coreClient.OperationOptions {
1687
1687
  }
@@ -1689,107 +1689,107 @@ export interface AnnotationsDeleteOptionalParams extends coreClient.OperationOpt
1689
1689
  export interface AnnotationsGetOptionalParams extends coreClient.OperationOptions {
1690
1690
  }
1691
1691
  /** Contains response data for the get operation. */
1692
- export declare type AnnotationsGetResponse = Annotation[];
1692
+ export type AnnotationsGetResponse = Annotation[];
1693
1693
  /** Optional parameters. */
1694
1694
  export interface APIKeysListOptionalParams extends coreClient.OperationOptions {
1695
1695
  }
1696
1696
  /** Contains response data for the list operation. */
1697
- export declare type APIKeysListResponse = ApplicationInsightsComponentAPIKeyListResult;
1697
+ export type APIKeysListResponse = ApplicationInsightsComponentAPIKeyListResult;
1698
1698
  /** Optional parameters. */
1699
1699
  export interface APIKeysCreateOptionalParams extends coreClient.OperationOptions {
1700
1700
  }
1701
1701
  /** Contains response data for the create operation. */
1702
- export declare type APIKeysCreateResponse = ApplicationInsightsComponentAPIKey;
1702
+ export type APIKeysCreateResponse = ApplicationInsightsComponentAPIKey;
1703
1703
  /** Optional parameters. */
1704
1704
  export interface APIKeysDeleteOptionalParams extends coreClient.OperationOptions {
1705
1705
  }
1706
1706
  /** Contains response data for the delete operation. */
1707
- export declare type APIKeysDeleteResponse = ApplicationInsightsComponentAPIKey;
1707
+ export type APIKeysDeleteResponse = ApplicationInsightsComponentAPIKey;
1708
1708
  /** Optional parameters. */
1709
1709
  export interface APIKeysGetOptionalParams extends coreClient.OperationOptions {
1710
1710
  }
1711
1711
  /** Contains response data for the get operation. */
1712
- export declare type APIKeysGetResponse = ApplicationInsightsComponentAPIKey;
1712
+ export type APIKeysGetResponse = ApplicationInsightsComponentAPIKey;
1713
1713
  /** Optional parameters. */
1714
1714
  export interface ExportConfigurationsListOptionalParams extends coreClient.OperationOptions {
1715
1715
  }
1716
1716
  /** Contains response data for the list operation. */
1717
- export declare type ExportConfigurationsListResponse = ApplicationInsightsComponentExportConfiguration[];
1717
+ export type ExportConfigurationsListResponse = ApplicationInsightsComponentExportConfiguration[];
1718
1718
  /** Optional parameters. */
1719
1719
  export interface ExportConfigurationsCreateOptionalParams extends coreClient.OperationOptions {
1720
1720
  }
1721
1721
  /** Contains response data for the create operation. */
1722
- export declare type ExportConfigurationsCreateResponse = ApplicationInsightsComponentExportConfiguration[];
1722
+ export type ExportConfigurationsCreateResponse = ApplicationInsightsComponentExportConfiguration[];
1723
1723
  /** Optional parameters. */
1724
1724
  export interface ExportConfigurationsDeleteOptionalParams extends coreClient.OperationOptions {
1725
1725
  }
1726
1726
  /** Contains response data for the delete operation. */
1727
- export declare type ExportConfigurationsDeleteResponse = ApplicationInsightsComponentExportConfiguration;
1727
+ export type ExportConfigurationsDeleteResponse = ApplicationInsightsComponentExportConfiguration;
1728
1728
  /** Optional parameters. */
1729
1729
  export interface ExportConfigurationsGetOptionalParams extends coreClient.OperationOptions {
1730
1730
  }
1731
1731
  /** Contains response data for the get operation. */
1732
- export declare type ExportConfigurationsGetResponse = ApplicationInsightsComponentExportConfiguration;
1732
+ export type ExportConfigurationsGetResponse = ApplicationInsightsComponentExportConfiguration;
1733
1733
  /** Optional parameters. */
1734
1734
  export interface ExportConfigurationsUpdateOptionalParams extends coreClient.OperationOptions {
1735
1735
  }
1736
1736
  /** Contains response data for the update operation. */
1737
- export declare type ExportConfigurationsUpdateResponse = ApplicationInsightsComponentExportConfiguration;
1737
+ export type ExportConfigurationsUpdateResponse = ApplicationInsightsComponentExportConfiguration;
1738
1738
  /** Optional parameters. */
1739
1739
  export interface ComponentCurrentBillingFeaturesGetOptionalParams extends coreClient.OperationOptions {
1740
1740
  }
1741
1741
  /** Contains response data for the get operation. */
1742
- export declare type ComponentCurrentBillingFeaturesGetResponse = ApplicationInsightsComponentBillingFeatures;
1742
+ export type ComponentCurrentBillingFeaturesGetResponse = ApplicationInsightsComponentBillingFeatures;
1743
1743
  /** Optional parameters. */
1744
1744
  export interface ComponentCurrentBillingFeaturesUpdateOptionalParams extends coreClient.OperationOptions {
1745
1745
  }
1746
1746
  /** Contains response data for the update operation. */
1747
- export declare type ComponentCurrentBillingFeaturesUpdateResponse = ApplicationInsightsComponentBillingFeatures;
1747
+ export type ComponentCurrentBillingFeaturesUpdateResponse = ApplicationInsightsComponentBillingFeatures;
1748
1748
  /** Optional parameters. */
1749
1749
  export interface ComponentQuotaStatusGetOptionalParams extends coreClient.OperationOptions {
1750
1750
  }
1751
1751
  /** Contains response data for the get operation. */
1752
- export declare type ComponentQuotaStatusGetResponse = ApplicationInsightsComponentQuotaStatus;
1752
+ export type ComponentQuotaStatusGetResponse = ApplicationInsightsComponentQuotaStatus;
1753
1753
  /** Optional parameters. */
1754
1754
  export interface ComponentFeatureCapabilitiesGetOptionalParams extends coreClient.OperationOptions {
1755
1755
  }
1756
1756
  /** Contains response data for the get operation. */
1757
- export declare type ComponentFeatureCapabilitiesGetResponse = ApplicationInsightsComponentFeatureCapabilities;
1757
+ export type ComponentFeatureCapabilitiesGetResponse = ApplicationInsightsComponentFeatureCapabilities;
1758
1758
  /** Optional parameters. */
1759
1759
  export interface ComponentAvailableFeaturesGetOptionalParams extends coreClient.OperationOptions {
1760
1760
  }
1761
1761
  /** Contains response data for the get operation. */
1762
- export declare type ComponentAvailableFeaturesGetResponse = ApplicationInsightsComponentAvailableFeatures;
1762
+ export type ComponentAvailableFeaturesGetResponse = ApplicationInsightsComponentAvailableFeatures;
1763
1763
  /** Optional parameters. */
1764
1764
  export interface ProactiveDetectionConfigurationsListOptionalParams extends coreClient.OperationOptions {
1765
1765
  }
1766
1766
  /** Contains response data for the list operation. */
1767
- export declare type ProactiveDetectionConfigurationsListResponse = ApplicationInsightsComponentProactiveDetectionConfiguration[];
1767
+ export type ProactiveDetectionConfigurationsListResponse = ApplicationInsightsComponentProactiveDetectionConfiguration[];
1768
1768
  /** Optional parameters. */
1769
1769
  export interface ProactiveDetectionConfigurationsGetOptionalParams extends coreClient.OperationOptions {
1770
1770
  }
1771
1771
  /** Contains response data for the get operation. */
1772
- export declare type ProactiveDetectionConfigurationsGetResponse = ApplicationInsightsComponentProactiveDetectionConfiguration;
1772
+ export type ProactiveDetectionConfigurationsGetResponse = ApplicationInsightsComponentProactiveDetectionConfiguration;
1773
1773
  /** Optional parameters. */
1774
1774
  export interface ProactiveDetectionConfigurationsUpdateOptionalParams extends coreClient.OperationOptions {
1775
1775
  }
1776
1776
  /** Contains response data for the update operation. */
1777
- export declare type ProactiveDetectionConfigurationsUpdateResponse = ApplicationInsightsComponentProactiveDetectionConfiguration;
1777
+ export type ProactiveDetectionConfigurationsUpdateResponse = ApplicationInsightsComponentProactiveDetectionConfiguration;
1778
1778
  /** Optional parameters. */
1779
1779
  export interface WorkItemConfigurationsListOptionalParams extends coreClient.OperationOptions {
1780
1780
  }
1781
1781
  /** Contains response data for the list operation. */
1782
- export declare type WorkItemConfigurationsListResponse = WorkItemConfigurationsListResult;
1782
+ export type WorkItemConfigurationsListResponse = WorkItemConfigurationsListResult;
1783
1783
  /** Optional parameters. */
1784
1784
  export interface WorkItemConfigurationsCreateOptionalParams extends coreClient.OperationOptions {
1785
1785
  }
1786
1786
  /** Contains response data for the create operation. */
1787
- export declare type WorkItemConfigurationsCreateResponse = WorkItemConfiguration;
1787
+ export type WorkItemConfigurationsCreateResponse = WorkItemConfiguration;
1788
1788
  /** Optional parameters. */
1789
1789
  export interface WorkItemConfigurationsGetDefaultOptionalParams extends coreClient.OperationOptions {
1790
1790
  }
1791
1791
  /** Contains response data for the getDefault operation. */
1792
- export declare type WorkItemConfigurationsGetDefaultResponse = WorkItemConfiguration;
1792
+ export type WorkItemConfigurationsGetDefaultResponse = WorkItemConfiguration;
1793
1793
  /** Optional parameters. */
1794
1794
  export interface WorkItemConfigurationsDeleteOptionalParams extends coreClient.OperationOptions {
1795
1795
  }
@@ -1797,12 +1797,12 @@ export interface WorkItemConfigurationsDeleteOptionalParams extends coreClient.O
1797
1797
  export interface WorkItemConfigurationsGetItemOptionalParams extends coreClient.OperationOptions {
1798
1798
  }
1799
1799
  /** Contains response data for the getItem operation. */
1800
- export declare type WorkItemConfigurationsGetItemResponse = WorkItemConfiguration;
1800
+ export type WorkItemConfigurationsGetItemResponse = WorkItemConfiguration;
1801
1801
  /** Optional parameters. */
1802
1802
  export interface WorkItemConfigurationsUpdateItemOptionalParams extends coreClient.OperationOptions {
1803
1803
  }
1804
1804
  /** Contains response data for the updateItem operation. */
1805
- export declare type WorkItemConfigurationsUpdateItemResponse = WorkItemConfiguration;
1805
+ export type WorkItemConfigurationsUpdateItemResponse = WorkItemConfiguration;
1806
1806
  /** Optional parameters. */
1807
1807
  export interface FavoritesListOptionalParams extends coreClient.OperationOptions {
1808
1808
  /** The type of favorite. Value can be either shared or user. */
@@ -1815,22 +1815,22 @@ export interface FavoritesListOptionalParams extends coreClient.OperationOptions
1815
1815
  tags?: string[];
1816
1816
  }
1817
1817
  /** Contains response data for the list operation. */
1818
- export declare type FavoritesListResponse = ApplicationInsightsComponentFavorite[];
1818
+ export type FavoritesListResponse = ApplicationInsightsComponentFavorite[];
1819
1819
  /** Optional parameters. */
1820
1820
  export interface FavoritesGetOptionalParams extends coreClient.OperationOptions {
1821
1821
  }
1822
1822
  /** Contains response data for the get operation. */
1823
- export declare type FavoritesGetResponse = ApplicationInsightsComponentFavorite;
1823
+ export type FavoritesGetResponse = ApplicationInsightsComponentFavorite;
1824
1824
  /** Optional parameters. */
1825
1825
  export interface FavoritesAddOptionalParams extends coreClient.OperationOptions {
1826
1826
  }
1827
1827
  /** Contains response data for the add operation. */
1828
- export declare type FavoritesAddResponse = ApplicationInsightsComponentFavorite;
1828
+ export type FavoritesAddResponse = ApplicationInsightsComponentFavorite;
1829
1829
  /** Optional parameters. */
1830
1830
  export interface FavoritesUpdateOptionalParams extends coreClient.OperationOptions {
1831
1831
  }
1832
1832
  /** Contains response data for the update operation. */
1833
- export declare type FavoritesUpdateResponse = ApplicationInsightsComponentFavorite;
1833
+ export type FavoritesUpdateResponse = ApplicationInsightsComponentFavorite;
1834
1834
  /** Optional parameters. */
1835
1835
  export interface FavoritesDeleteOptionalParams extends coreClient.OperationOptions {
1836
1836
  }
@@ -1838,27 +1838,27 @@ export interface FavoritesDeleteOptionalParams extends coreClient.OperationOptio
1838
1838
  export interface WebTestLocationsListOptionalParams extends coreClient.OperationOptions {
1839
1839
  }
1840
1840
  /** Contains response data for the list operation. */
1841
- export declare type WebTestLocationsListResponse = ApplicationInsightsWebTestLocationsListResult;
1841
+ export type WebTestLocationsListResponse = ApplicationInsightsWebTestLocationsListResult;
1842
1842
  /** Optional parameters. */
1843
1843
  export interface WebTestsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
1844
1844
  }
1845
1845
  /** Contains response data for the listByResourceGroup operation. */
1846
- export declare type WebTestsListByResourceGroupResponse = WebTestListResult;
1846
+ export type WebTestsListByResourceGroupResponse = WebTestListResult;
1847
1847
  /** Optional parameters. */
1848
1848
  export interface WebTestsGetOptionalParams extends coreClient.OperationOptions {
1849
1849
  }
1850
1850
  /** Contains response data for the get operation. */
1851
- export declare type WebTestsGetResponse = WebTest;
1851
+ export type WebTestsGetResponse = WebTest;
1852
1852
  /** Optional parameters. */
1853
1853
  export interface WebTestsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1854
1854
  }
1855
1855
  /** Contains response data for the createOrUpdate operation. */
1856
- export declare type WebTestsCreateOrUpdateResponse = WebTest;
1856
+ export type WebTestsCreateOrUpdateResponse = WebTest;
1857
1857
  /** Optional parameters. */
1858
1858
  export interface WebTestsUpdateTagsOptionalParams extends coreClient.OperationOptions {
1859
1859
  }
1860
1860
  /** Contains response data for the updateTags operation. */
1861
- export declare type WebTestsUpdateTagsResponse = WebTest;
1861
+ export type WebTestsUpdateTagsResponse = WebTest;
1862
1862
  /** Optional parameters. */
1863
1863
  export interface WebTestsDeleteOptionalParams extends coreClient.OperationOptions {
1864
1864
  }
@@ -1866,27 +1866,27 @@ export interface WebTestsDeleteOptionalParams extends coreClient.OperationOption
1866
1866
  export interface WebTestsListOptionalParams extends coreClient.OperationOptions {
1867
1867
  }
1868
1868
  /** Contains response data for the list operation. */
1869
- export declare type WebTestsListResponse = WebTestListResult;
1869
+ export type WebTestsListResponse = WebTestListResult;
1870
1870
  /** Optional parameters. */
1871
1871
  export interface WebTestsListByComponentOptionalParams extends coreClient.OperationOptions {
1872
1872
  }
1873
1873
  /** Contains response data for the listByComponent operation. */
1874
- export declare type WebTestsListByComponentResponse = WebTestListResult;
1874
+ export type WebTestsListByComponentResponse = WebTestListResult;
1875
1875
  /** Optional parameters. */
1876
1876
  export interface WebTestsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
1877
1877
  }
1878
1878
  /** Contains response data for the listByResourceGroupNext operation. */
1879
- export declare type WebTestsListByResourceGroupNextResponse = WebTestListResult;
1879
+ export type WebTestsListByResourceGroupNextResponse = WebTestListResult;
1880
1880
  /** Optional parameters. */
1881
1881
  export interface WebTestsListNextOptionalParams extends coreClient.OperationOptions {
1882
1882
  }
1883
1883
  /** Contains response data for the listNext operation. */
1884
- export declare type WebTestsListNextResponse = WebTestListResult;
1884
+ export type WebTestsListNextResponse = WebTestListResult;
1885
1885
  /** Optional parameters. */
1886
1886
  export interface WebTestsListByComponentNextOptionalParams extends coreClient.OperationOptions {
1887
1887
  }
1888
1888
  /** Contains response data for the listByComponentNext operation. */
1889
- export declare type WebTestsListByComponentNextResponse = WebTestListResult;
1889
+ export type WebTestsListByComponentNextResponse = WebTestListResult;
1890
1890
  /** Optional parameters. */
1891
1891
  export interface AnalyticsItemsListOptionalParams extends coreClient.OperationOptions {
1892
1892
  /** Enum indicating if this item definition is owned by a specific user or is shared between all users with access to the Application Insights component. */
@@ -1897,7 +1897,7 @@ export interface AnalyticsItemsListOptionalParams extends coreClient.OperationOp
1897
1897
  includeContent?: boolean;
1898
1898
  }
1899
1899
  /** Contains response data for the list operation. */
1900
- export declare type AnalyticsItemsListResponse = ApplicationInsightsComponentAnalyticsItem[];
1900
+ export type AnalyticsItemsListResponse = ApplicationInsightsComponentAnalyticsItem[];
1901
1901
  /** Optional parameters. */
1902
1902
  export interface AnalyticsItemsGetOptionalParams extends coreClient.OperationOptions {
1903
1903
  /** The Id of a specific item defined in the Application Insights component */
@@ -1906,14 +1906,14 @@ export interface AnalyticsItemsGetOptionalParams extends coreClient.OperationOpt
1906
1906
  name?: string;
1907
1907
  }
1908
1908
  /** Contains response data for the get operation. */
1909
- export declare type AnalyticsItemsGetResponse = ApplicationInsightsComponentAnalyticsItem;
1909
+ export type AnalyticsItemsGetResponse = ApplicationInsightsComponentAnalyticsItem;
1910
1910
  /** Optional parameters. */
1911
1911
  export interface AnalyticsItemsPutOptionalParams extends coreClient.OperationOptions {
1912
1912
  /** Flag indicating whether or not to force save an item. This allows overriding an item if it already exists. */
1913
1913
  overrideItem?: boolean;
1914
1914
  }
1915
1915
  /** Contains response data for the put operation. */
1916
- export declare type AnalyticsItemsPutResponse = ApplicationInsightsComponentAnalyticsItem;
1916
+ export type AnalyticsItemsPutResponse = ApplicationInsightsComponentAnalyticsItem;
1917
1917
  /** Optional parameters. */
1918
1918
  export interface AnalyticsItemsDeleteOptionalParams extends coreClient.OperationOptions {
1919
1919
  /** The Id of a specific item defined in the Application Insights component */
@@ -1925,12 +1925,12 @@ export interface AnalyticsItemsDeleteOptionalParams extends coreClient.Operation
1925
1925
  export interface WorkbookTemplatesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
1926
1926
  }
1927
1927
  /** Contains response data for the listByResourceGroup operation. */
1928
- export declare type WorkbookTemplatesListByResourceGroupResponse = WorkbookTemplatesListResult;
1928
+ export type WorkbookTemplatesListByResourceGroupResponse = WorkbookTemplatesListResult;
1929
1929
  /** Optional parameters. */
1930
1930
  export interface WorkbookTemplatesGetOptionalParams extends coreClient.OperationOptions {
1931
1931
  }
1932
1932
  /** Contains response data for the get operation. */
1933
- export declare type WorkbookTemplatesGetResponse = WorkbookTemplate;
1933
+ export type WorkbookTemplatesGetResponse = WorkbookTemplate;
1934
1934
  /** Optional parameters. */
1935
1935
  export interface WorkbookTemplatesDeleteOptionalParams extends coreClient.OperationOptions {
1936
1936
  }
@@ -1938,14 +1938,14 @@ export interface WorkbookTemplatesDeleteOptionalParams extends coreClient.Operat
1938
1938
  export interface WorkbookTemplatesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1939
1939
  }
1940
1940
  /** Contains response data for the createOrUpdate operation. */
1941
- export declare type WorkbookTemplatesCreateOrUpdateResponse = WorkbookTemplate;
1941
+ export type WorkbookTemplatesCreateOrUpdateResponse = WorkbookTemplate;
1942
1942
  /** Optional parameters. */
1943
1943
  export interface WorkbookTemplatesUpdateOptionalParams extends coreClient.OperationOptions {
1944
1944
  /** Properties that need to be specified to patch a workbook template. */
1945
1945
  workbookTemplateUpdateParameters?: WorkbookTemplateUpdateParameters;
1946
1946
  }
1947
1947
  /** Contains response data for the update operation. */
1948
- export declare type WorkbookTemplatesUpdateResponse = WorkbookTemplate;
1948
+ export type WorkbookTemplatesUpdateResponse = WorkbookTemplate;
1949
1949
  /** Optional parameters. */
1950
1950
  export interface MyWorkbooksListByResourceGroupOptionalParams extends coreClient.OperationOptions {
1951
1951
  /** Flag indicating whether or not to return the full content for each applicable workbook. If false, only return summary content for workbooks. */
@@ -1956,7 +1956,7 @@ export interface MyWorkbooksListByResourceGroupOptionalParams extends coreClient
1956
1956
  sourceId?: string;
1957
1957
  }
1958
1958
  /** Contains response data for the listByResourceGroup operation. */
1959
- export declare type MyWorkbooksListByResourceGroupResponse = MyWorkbooksListResult;
1959
+ export type MyWorkbooksListByResourceGroupResponse = MyWorkbooksListResult;
1960
1960
  /** Optional parameters. */
1961
1961
  export interface MyWorkbooksListBySubscriptionOptionalParams extends coreClient.OperationOptions {
1962
1962
  /** Flag indicating whether or not to return the full content for each applicable workbook. If false, only return summary content for workbooks. */
@@ -1965,12 +1965,12 @@ export interface MyWorkbooksListBySubscriptionOptionalParams extends coreClient.
1965
1965
  tags?: string[];
1966
1966
  }
1967
1967
  /** Contains response data for the listBySubscription operation. */
1968
- export declare type MyWorkbooksListBySubscriptionResponse = MyWorkbooksListResult;
1968
+ export type MyWorkbooksListBySubscriptionResponse = MyWorkbooksListResult;
1969
1969
  /** Optional parameters. */
1970
1970
  export interface MyWorkbooksGetOptionalParams extends coreClient.OperationOptions {
1971
1971
  }
1972
1972
  /** Contains response data for the get operation. */
1973
- export declare type MyWorkbooksGetResponse = MyWorkbook;
1973
+ export type MyWorkbooksGetResponse = MyWorkbook;
1974
1974
  /** Optional parameters. */
1975
1975
  export interface MyWorkbooksDeleteOptionalParams extends coreClient.OperationOptions {
1976
1976
  }
@@ -1980,14 +1980,14 @@ export interface MyWorkbooksCreateOrUpdateOptionalParams extends coreClient.Oper
1980
1980
  sourceId?: string;
1981
1981
  }
1982
1982
  /** Contains response data for the createOrUpdate operation. */
1983
- export declare type MyWorkbooksCreateOrUpdateResponse = MyWorkbook;
1983
+ export type MyWorkbooksCreateOrUpdateResponse = MyWorkbook;
1984
1984
  /** Optional parameters. */
1985
1985
  export interface MyWorkbooksUpdateOptionalParams extends coreClient.OperationOptions {
1986
1986
  /** Azure Resource Id that will fetch all linked workbooks. */
1987
1987
  sourceId?: string;
1988
1988
  }
1989
1989
  /** Contains response data for the update operation. */
1990
- export declare type MyWorkbooksUpdateResponse = MyWorkbook;
1990
+ export type MyWorkbooksUpdateResponse = MyWorkbook;
1991
1991
  /** Optional parameters. */
1992
1992
  export interface MyWorkbooksListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
1993
1993
  /** Flag indicating whether or not to return the full content for each applicable workbook. If false, only return summary content for workbooks. */
@@ -1998,7 +1998,7 @@ export interface MyWorkbooksListByResourceGroupNextOptionalParams extends coreCl
1998
1998
  sourceId?: string;
1999
1999
  }
2000
2000
  /** Contains response data for the listByResourceGroupNext operation. */
2001
- export declare type MyWorkbooksListByResourceGroupNextResponse = MyWorkbooksListResult;
2001
+ export type MyWorkbooksListByResourceGroupNextResponse = MyWorkbooksListResult;
2002
2002
  /** Optional parameters. */
2003
2003
  export interface MyWorkbooksListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
2004
2004
  /** Flag indicating whether or not to return the full content for each applicable workbook. If false, only return summary content for workbooks. */
@@ -2007,7 +2007,7 @@ export interface MyWorkbooksListBySubscriptionNextOptionalParams extends coreCli
2007
2007
  tags?: string[];
2008
2008
  }
2009
2009
  /** Contains response data for the listBySubscriptionNext operation. */
2010
- export declare type MyWorkbooksListBySubscriptionNextResponse = MyWorkbooksListResult;
2010
+ export type MyWorkbooksListBySubscriptionNextResponse = MyWorkbooksListResult;
2011
2011
  /** Optional parameters. */
2012
2012
  export interface WorkbooksListBySubscriptionOptionalParams extends coreClient.OperationOptions {
2013
2013
  /** Flag indicating whether or not to return the full content for each applicable workbook. If false, only return summary content for workbooks. */
@@ -2016,7 +2016,7 @@ export interface WorkbooksListBySubscriptionOptionalParams extends coreClient.Op
2016
2016
  tags?: string[];
2017
2017
  }
2018
2018
  /** Contains response data for the listBySubscription operation. */
2019
- export declare type WorkbooksListBySubscriptionResponse = WorkbooksListResult;
2019
+ export type WorkbooksListBySubscriptionResponse = WorkbooksListResult;
2020
2020
  /** Optional parameters. */
2021
2021
  export interface WorkbooksListByResourceGroupOptionalParams extends coreClient.OperationOptions {
2022
2022
  /** Flag indicating whether or not to return the full content for each applicable workbook. If false, only return summary content for workbooks. */
@@ -2027,14 +2027,14 @@ export interface WorkbooksListByResourceGroupOptionalParams extends coreClient.O
2027
2027
  sourceId?: string;
2028
2028
  }
2029
2029
  /** Contains response data for the listByResourceGroup operation. */
2030
- export declare type WorkbooksListByResourceGroupResponse = WorkbooksListResult;
2030
+ export type WorkbooksListByResourceGroupResponse = WorkbooksListResult;
2031
2031
  /** Optional parameters. */
2032
2032
  export interface WorkbooksGetOptionalParams extends coreClient.OperationOptions {
2033
2033
  /** Flag indicating whether or not to return the full content for each applicable workbook. If false, only return summary content for workbooks. */
2034
2034
  canFetchContent?: boolean;
2035
2035
  }
2036
2036
  /** Contains response data for the get operation. */
2037
- export declare type WorkbooksGetResponse = Workbook;
2037
+ export type WorkbooksGetResponse = Workbook;
2038
2038
  /** Optional parameters. */
2039
2039
  export interface WorkbooksDeleteOptionalParams extends coreClient.OperationOptions {
2040
2040
  }
@@ -2044,7 +2044,7 @@ export interface WorkbooksCreateOrUpdateOptionalParams extends coreClient.Operat
2044
2044
  sourceId?: string;
2045
2045
  }
2046
2046
  /** Contains response data for the createOrUpdate operation. */
2047
- export declare type WorkbooksCreateOrUpdateResponse = Workbook;
2047
+ export type WorkbooksCreateOrUpdateResponse = Workbook;
2048
2048
  /** Optional parameters. */
2049
2049
  export interface WorkbooksUpdateOptionalParams extends coreClient.OperationOptions {
2050
2050
  /** Azure Resource Id that will fetch all linked workbooks. */
@@ -2053,17 +2053,17 @@ export interface WorkbooksUpdateOptionalParams extends coreClient.OperationOptio
2053
2053
  workbookUpdateParameters?: WorkbookUpdateParameters;
2054
2054
  }
2055
2055
  /** Contains response data for the update operation. */
2056
- export declare type WorkbooksUpdateResponse = Workbook;
2056
+ export type WorkbooksUpdateResponse = Workbook;
2057
2057
  /** Optional parameters. */
2058
2058
  export interface WorkbooksRevisionsListOptionalParams extends coreClient.OperationOptions {
2059
2059
  }
2060
2060
  /** Contains response data for the revisionsList operation. */
2061
- export declare type WorkbooksRevisionsListResponse = WorkbooksListResult;
2061
+ export type WorkbooksRevisionsListResponse = WorkbooksListResult;
2062
2062
  /** Optional parameters. */
2063
2063
  export interface WorkbooksRevisionGetOptionalParams extends coreClient.OperationOptions {
2064
2064
  }
2065
2065
  /** Contains response data for the revisionGet operation. */
2066
- export declare type WorkbooksRevisionGetResponse = Workbook;
2066
+ export type WorkbooksRevisionGetResponse = Workbook;
2067
2067
  /** Optional parameters. */
2068
2068
  export interface WorkbooksListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
2069
2069
  /** Flag indicating whether or not to return the full content for each applicable workbook. If false, only return summary content for workbooks. */
@@ -2072,7 +2072,7 @@ export interface WorkbooksListBySubscriptionNextOptionalParams extends coreClien
2072
2072
  tags?: string[];
2073
2073
  }
2074
2074
  /** Contains response data for the listBySubscriptionNext operation. */
2075
- export declare type WorkbooksListBySubscriptionNextResponse = WorkbooksListResult;
2075
+ export type WorkbooksListBySubscriptionNextResponse = WorkbooksListResult;
2076
2076
  /** Optional parameters. */
2077
2077
  export interface WorkbooksListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
2078
2078
  /** Flag indicating whether or not to return the full content for each applicable workbook. If false, only return summary content for workbooks. */
@@ -2083,22 +2083,22 @@ export interface WorkbooksListByResourceGroupNextOptionalParams extends coreClie
2083
2083
  sourceId?: string;
2084
2084
  }
2085
2085
  /** Contains response data for the listByResourceGroupNext operation. */
2086
- export declare type WorkbooksListByResourceGroupNextResponse = WorkbooksListResult;
2086
+ export type WorkbooksListByResourceGroupNextResponse = WorkbooksListResult;
2087
2087
  /** Optional parameters. */
2088
2088
  export interface WorkbooksRevisionsListNextOptionalParams extends coreClient.OperationOptions {
2089
2089
  }
2090
2090
  /** Contains response data for the revisionsListNext operation. */
2091
- export declare type WorkbooksRevisionsListNextResponse = WorkbooksListResult;
2091
+ export type WorkbooksRevisionsListNextResponse = WorkbooksListResult;
2092
2092
  /** Optional parameters. */
2093
2093
  export interface ComponentsListOptionalParams extends coreClient.OperationOptions {
2094
2094
  }
2095
2095
  /** Contains response data for the list operation. */
2096
- export declare type ComponentsListResponse = ApplicationInsightsComponentListResult;
2096
+ export type ComponentsListResponse = ApplicationInsightsComponentListResult;
2097
2097
  /** Optional parameters. */
2098
2098
  export interface ComponentsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
2099
2099
  }
2100
2100
  /** Contains response data for the listByResourceGroup operation. */
2101
- export declare type ComponentsListByResourceGroupResponse = ApplicationInsightsComponentListResult;
2101
+ export type ComponentsListByResourceGroupResponse = ApplicationInsightsComponentListResult;
2102
2102
  /** Optional parameters. */
2103
2103
  export interface ComponentsDeleteOptionalParams extends coreClient.OperationOptions {
2104
2104
  }
@@ -2106,52 +2106,52 @@ export interface ComponentsDeleteOptionalParams extends coreClient.OperationOpti
2106
2106
  export interface ComponentsGetOptionalParams extends coreClient.OperationOptions {
2107
2107
  }
2108
2108
  /** Contains response data for the get operation. */
2109
- export declare type ComponentsGetResponse = ApplicationInsightsComponent;
2109
+ export type ComponentsGetResponse = ApplicationInsightsComponent;
2110
2110
  /** Optional parameters. */
2111
2111
  export interface ComponentsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
2112
2112
  }
2113
2113
  /** Contains response data for the createOrUpdate operation. */
2114
- export declare type ComponentsCreateOrUpdateResponse = ApplicationInsightsComponent;
2114
+ export type ComponentsCreateOrUpdateResponse = ApplicationInsightsComponent;
2115
2115
  /** Optional parameters. */
2116
2116
  export interface ComponentsUpdateTagsOptionalParams extends coreClient.OperationOptions {
2117
2117
  }
2118
2118
  /** Contains response data for the updateTags operation. */
2119
- export declare type ComponentsUpdateTagsResponse = ApplicationInsightsComponent;
2119
+ export type ComponentsUpdateTagsResponse = ApplicationInsightsComponent;
2120
2120
  /** Optional parameters. */
2121
2121
  export interface ComponentsPurgeOptionalParams extends coreClient.OperationOptions {
2122
2122
  }
2123
2123
  /** Contains response data for the purge operation. */
2124
- export declare type ComponentsPurgeResponse = ComponentPurgeResponse;
2124
+ export type ComponentsPurgeResponse = ComponentPurgeResponse;
2125
2125
  /** Optional parameters. */
2126
2126
  export interface ComponentsGetPurgeStatusOptionalParams extends coreClient.OperationOptions {
2127
2127
  }
2128
2128
  /** Contains response data for the getPurgeStatus operation. */
2129
- export declare type ComponentsGetPurgeStatusResponse = ComponentPurgeStatusResponse;
2129
+ export type ComponentsGetPurgeStatusResponse = ComponentPurgeStatusResponse;
2130
2130
  /** Optional parameters. */
2131
2131
  export interface ComponentsListNextOptionalParams extends coreClient.OperationOptions {
2132
2132
  }
2133
2133
  /** Contains response data for the listNext operation. */
2134
- export declare type ComponentsListNextResponse = ApplicationInsightsComponentListResult;
2134
+ export type ComponentsListNextResponse = ApplicationInsightsComponentListResult;
2135
2135
  /** Optional parameters. */
2136
2136
  export interface ComponentsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
2137
2137
  }
2138
2138
  /** Contains response data for the listByResourceGroupNext operation. */
2139
- export declare type ComponentsListByResourceGroupNextResponse = ApplicationInsightsComponentListResult;
2139
+ export type ComponentsListByResourceGroupNextResponse = ApplicationInsightsComponentListResult;
2140
2140
  /** Optional parameters. */
2141
2141
  export interface ComponentLinkedStorageAccountsGetOptionalParams extends coreClient.OperationOptions {
2142
2142
  }
2143
2143
  /** Contains response data for the get operation. */
2144
- export declare type ComponentLinkedStorageAccountsGetResponse = ComponentLinkedStorageAccounts;
2144
+ export type ComponentLinkedStorageAccountsGetResponse = ComponentLinkedStorageAccounts;
2145
2145
  /** Optional parameters. */
2146
2146
  export interface ComponentLinkedStorageAccountsCreateAndUpdateOptionalParams extends coreClient.OperationOptions {
2147
2147
  }
2148
2148
  /** Contains response data for the createAndUpdate operation. */
2149
- export declare type ComponentLinkedStorageAccountsCreateAndUpdateResponse = ComponentLinkedStorageAccounts;
2149
+ export type ComponentLinkedStorageAccountsCreateAndUpdateResponse = ComponentLinkedStorageAccounts;
2150
2150
  /** Optional parameters. */
2151
2151
  export interface ComponentLinkedStorageAccountsUpdateOptionalParams extends coreClient.OperationOptions {
2152
2152
  }
2153
2153
  /** Contains response data for the update operation. */
2154
- export declare type ComponentLinkedStorageAccountsUpdateResponse = ComponentLinkedStorageAccounts;
2154
+ export type ComponentLinkedStorageAccountsUpdateResponse = ComponentLinkedStorageAccounts;
2155
2155
  /** Optional parameters. */
2156
2156
  export interface ComponentLinkedStorageAccountsDeleteOptionalParams extends coreClient.OperationOptions {
2157
2157
  }
@@ -2159,7 +2159,7 @@ export interface ComponentLinkedStorageAccountsDeleteOptionalParams extends core
2159
2159
  export interface LiveTokenGetOptionalParams extends coreClient.OperationOptions {
2160
2160
  }
2161
2161
  /** Contains response data for the get operation. */
2162
- export declare type LiveTokenGetResponse = LiveTokenResponse;
2162
+ export type LiveTokenGetResponse = LiveTokenResponse;
2163
2163
  /** Optional parameters. */
2164
2164
  export interface ApplicationInsightsManagementClientOptionalParams extends coreClient.ServiceClientOptions {
2165
2165
  /** server parameter */