@azure/arm-appinsights 5.0.0-beta.7 → 5.0.0-beta.8
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/CHANGELOG.md +5 -3
- package/LICENSE +4 -4
- package/README.md +30 -19
- package/dist/browser/applicationInsightsManagementClient.d.ts +37 -0
- package/dist/browser/applicationInsightsManagementClient.d.ts.map +1 -0
- package/dist/browser/applicationInsightsManagementClient.js +90 -0
- package/dist/browser/applicationInsightsManagementClient.js.map +1 -0
- package/dist/browser/index.d.ts +5 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +13 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/models/index.d.ts +2147 -0
- package/dist/browser/models/index.d.ts.map +1 -0
- package/dist/browser/models/index.js +170 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.d.ts +93 -0
- package/dist/browser/models/mappers.d.ts.map +1 -0
- package/dist/browser/models/mappers.js +3239 -0
- package/dist/browser/models/mappers.js.map +1 -0
- package/dist/browser/models/parameters.d.ts +65 -0
- package/dist/browser/models/parameters.d.ts.map +1 -0
- package/dist/browser/models/parameters.js +542 -0
- package/dist/browser/models/parameters.js.map +1 -0
- package/dist/browser/operations/aPIKeys.d.ts +55 -0
- package/dist/browser/operations/aPIKeys.d.ts.map +1 -0
- package/dist/browser/operations/aPIKeys.js +191 -0
- package/dist/browser/operations/aPIKeys.js.map +1 -0
- package/dist/browser/operations/analyticsItems.d.ts +51 -0
- package/dist/browser/operations/analyticsItems.d.ts.map +1 -0
- package/dist/browser/operations/analyticsItems.js +157 -0
- package/dist/browser/operations/analyticsItems.js.map +1 -0
- package/dist/browser/operations/annotations.d.ts +63 -0
- package/dist/browser/operations/annotations.d.ts.map +1 -0
- package/dist/browser/operations/annotations.js +213 -0
- package/dist/browser/operations/annotations.js.map +1 -0
- package/dist/browser/operations/componentAvailableFeatures.d.ts +20 -0
- package/dist/browser/operations/componentAvailableFeatures.d.ts.map +1 -0
- package/dist/browser/operations/componentAvailableFeatures.js +50 -0
- package/dist/browser/operations/componentAvailableFeatures.js.map +1 -0
- package/dist/browser/operations/componentCurrentBillingFeatures.d.ts +29 -0
- package/dist/browser/operations/componentCurrentBillingFeatures.d.ts.map +1 -0
- package/dist/browser/operations/componentCurrentBillingFeatures.js +81 -0
- package/dist/browser/operations/componentCurrentBillingFeatures.js.map +1 -0
- package/dist/browser/operations/componentFeatureCapabilities.d.ts +20 -0
- package/dist/browser/operations/componentFeatureCapabilities.d.ts.map +1 -0
- package/dist/browser/operations/componentFeatureCapabilities.js +50 -0
- package/dist/browser/operations/componentFeatureCapabilities.js.map +1 -0
- package/dist/browser/operations/componentLinkedStorageAccountsOperations.d.ts +53 -0
- package/dist/browser/operations/componentLinkedStorageAccountsOperations.d.ts.map +1 -0
- package/dist/browser/operations/componentLinkedStorageAccountsOperations.js +174 -0
- package/dist/browser/operations/componentLinkedStorageAccountsOperations.js.map +1 -0
- package/dist/browser/operations/componentQuotaStatus.d.ts +20 -0
- package/dist/browser/operations/componentQuotaStatus.d.ts.map +1 -0
- package/dist/browser/operations/componentQuotaStatus.js +50 -0
- package/dist/browser/operations/componentQuotaStatus.js.map +1 -0
- package/dist/browser/operations/components.d.ts +112 -0
- package/dist/browser/operations/components.d.ts.map +1 -0
- package/dist/browser/operations/components.js +459 -0
- package/dist/browser/operations/components.js.map +1 -0
- package/dist/browser/operations/deletedWorkbooks.d.ts +32 -0
- package/dist/browser/operations/deletedWorkbooks.d.ts.map +1 -0
- package/dist/browser/operations/deletedWorkbooks.js +141 -0
- package/dist/browser/operations/deletedWorkbooks.js.map +1 -0
- package/dist/browser/operations/exportConfigurations.d.ts +58 -0
- package/dist/browser/operations/exportConfigurations.d.ts.map +1 -0
- package/dist/browser/operations/exportConfigurations.js +195 -0
- package/dist/browser/operations/exportConfigurations.js.map +1 -0
- package/dist/browser/operations/favorites.d.ts +55 -0
- package/dist/browser/operations/favorites.d.ts.map +1 -0
- package/dist/browser/operations/favorites.js +196 -0
- package/dist/browser/operations/favorites.js.map +1 -0
- package/dist/browser/operations/index.d.ts +21 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +28 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/dist/browser/operations/liveToken.d.ts +19 -0
- package/dist/browser/operations/liveToken.d.ts.map +1 -0
- package/dist/browser/operations/liveToken.js +47 -0
- package/dist/browser/operations/liveToken.js.map +1 -0
- package/dist/browser/operations/operations.d.ts +32 -0
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/dist/browser/operations/operations.js +133 -0
- package/dist/browser/operations/operations.js.map +1 -0
- package/dist/browser/operations/proactiveDetectionConfigurations.d.ts +40 -0
- package/dist/browser/operations/proactiveDetectionConfigurations.d.ts.map +1 -0
- package/dist/browser/operations/proactiveDetectionConfigurations.js +130 -0
- package/dist/browser/operations/proactiveDetectionConfigurations.js.map +1 -0
- package/dist/browser/operations/webTestLocations.d.ts +30 -0
- package/dist/browser/operations/webTestLocations.d.ts.map +1 -0
- package/dist/browser/operations/webTestLocations.js +102 -0
- package/dist/browser/operations/webTestLocations.js.map +1 -0
- package/dist/browser/operations/webTests.d.ts +108 -0
- package/dist/browser/operations/webTests.d.ts.map +1 -0
- package/dist/browser/operations/webTests.js +472 -0
- package/dist/browser/operations/webTests.js.map +1 -0
- package/dist/browser/operations/workItemConfigurations.d.ts +75 -0
- package/dist/browser/operations/workItemConfigurations.d.ts.map +1 -0
- package/dist/browser/operations/workItemConfigurations.js +263 -0
- package/dist/browser/operations/workItemConfigurations.js.map +1 -0
- package/dist/browser/operations/workbookTemplates.d.ts +57 -0
- package/dist/browser/operations/workbookTemplates.d.ts.map +1 -0
- package/dist/browser/operations/workbookTemplates.js +229 -0
- package/dist/browser/operations/workbookTemplates.js.map +1 -0
- package/dist/browser/operations/workbooks.d.ts +118 -0
- package/dist/browser/operations/workbooks.d.ts.map +1 -0
- package/dist/browser/operations/workbooks.js +557 -0
- package/dist/browser/operations/workbooks.js.map +1 -0
- package/dist/browser/operationsInterfaces/aPIKeys.d.ts +38 -0
- package/dist/browser/operationsInterfaces/aPIKeys.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/aPIKeys.js.map +1 -0
- package/dist/browser/operationsInterfaces/analyticsItems.d.ts +43 -0
- package/dist/browser/operationsInterfaces/analyticsItems.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/analyticsItems.js.map +1 -0
- package/dist/browser/operationsInterfaces/annotations.d.ts +43 -0
- package/dist/browser/operationsInterfaces/annotations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/annotations.js.map +1 -0
- package/dist/browser/operationsInterfaces/componentAvailableFeatures.d.ts +12 -0
- package/dist/browser/operationsInterfaces/componentAvailableFeatures.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/componentAvailableFeatures.js.map +1 -0
- package/dist/browser/operationsInterfaces/componentCurrentBillingFeatures.d.ts +21 -0
- package/dist/browser/operationsInterfaces/componentCurrentBillingFeatures.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/componentCurrentBillingFeatures.js.map +1 -0
- package/dist/browser/operationsInterfaces/componentFeatureCapabilities.d.ts +12 -0
- package/dist/browser/operationsInterfaces/componentFeatureCapabilities.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/componentFeatureCapabilities.js.map +1 -0
- package/dist/browser/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts +45 -0
- package/dist/browser/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/componentLinkedStorageAccountsOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/componentQuotaStatus.d.ts +12 -0
- package/dist/browser/operationsInterfaces/componentQuotaStatus.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/componentQuotaStatus.js.map +1 -0
- package/dist/browser/operationsInterfaces/components.d.ts +76 -0
- package/dist/browser/operationsInterfaces/components.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/components.js.map +1 -0
- package/dist/browser/operationsInterfaces/deletedWorkbooks.d.ts +11 -0
- package/dist/browser/operationsInterfaces/deletedWorkbooks.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/deletedWorkbooks.js +9 -0
- package/dist/browser/operationsInterfaces/deletedWorkbooks.js.map +1 -0
- package/dist/browser/operationsInterfaces/exportConfigurations.d.ts +50 -0
- package/dist/browser/operationsInterfaces/exportConfigurations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/exportConfigurations.js.map +1 -0
- package/dist/browser/operationsInterfaces/favorites.d.ts +47 -0
- package/dist/browser/operationsInterfaces/favorites.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/favorites.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +21 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +28 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/dist/browser/operationsInterfaces/liveToken.d.ts +11 -0
- package/dist/browser/operationsInterfaces/liveToken.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/liveToken.js.map +1 -0
- package/dist/browser/operationsInterfaces/operations.d.ts +11 -0
- package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/operations.js +9 -0
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/dist/browser/operationsInterfaces/proactiveDetectionConfigurations.d.ts +32 -0
- package/dist/browser/operationsInterfaces/proactiveDetectionConfigurations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/proactiveDetectionConfigurations.js.map +1 -0
- package/dist/browser/operationsInterfaces/webTestLocations.d.ts +13 -0
- package/dist/browser/operationsInterfaces/webTestLocations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/webTestLocations.js.map +1 -0
- package/dist/browser/operationsInterfaces/webTests.d.ts +55 -0
- package/dist/browser/operationsInterfaces/webTests.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/webTests.js.map +1 -0
- package/dist/browser/operationsInterfaces/workItemConfigurations.d.ts +58 -0
- package/dist/browser/operationsInterfaces/workItemConfigurations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/workItemConfigurations.js.map +1 -0
- package/dist/browser/operationsInterfaces/workbookTemplates.d.ts +41 -0
- package/dist/browser/operationsInterfaces/workbookTemplates.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/workbookTemplates.js.map +1 -0
- package/dist/browser/operationsInterfaces/workbooks.d.ts +63 -0
- package/dist/browser/operationsInterfaces/workbooks.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/workbooks.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.d.ts +13 -0
- package/dist/browser/pagingHelper.js +32 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/commonjs/applicationInsightsManagementClient.d.ts +37 -0
- package/dist/commonjs/applicationInsightsManagementClient.d.ts.map +1 -0
- package/dist/commonjs/applicationInsightsManagementClient.js +95 -0
- package/dist/commonjs/applicationInsightsManagementClient.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +2147 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +173 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +93 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +3243 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +65 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +546 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/aPIKeys.d.ts +55 -0
- package/dist/commonjs/operations/aPIKeys.d.ts.map +1 -0
- package/dist/commonjs/operations/aPIKeys.js +195 -0
- package/dist/commonjs/operations/aPIKeys.js.map +1 -0
- package/dist/commonjs/operations/analyticsItems.d.ts +51 -0
- package/dist/commonjs/operations/analyticsItems.d.ts.map +1 -0
- package/dist/commonjs/operations/analyticsItems.js +162 -0
- package/dist/commonjs/operations/analyticsItems.js.map +1 -0
- package/dist/commonjs/operations/annotations.d.ts +63 -0
- package/dist/commonjs/operations/annotations.d.ts.map +1 -0
- package/dist/commonjs/operations/annotations.js +217 -0
- package/dist/commonjs/operations/annotations.js.map +1 -0
- package/dist/commonjs/operations/componentAvailableFeatures.d.ts +20 -0
- package/dist/commonjs/operations/componentAvailableFeatures.d.ts.map +1 -0
- package/dist/commonjs/operations/componentAvailableFeatures.js +55 -0
- package/dist/commonjs/operations/componentAvailableFeatures.js.map +1 -0
- package/dist/commonjs/operations/componentCurrentBillingFeatures.d.ts +29 -0
- package/dist/commonjs/operations/componentCurrentBillingFeatures.d.ts.map +1 -0
- package/dist/commonjs/operations/componentCurrentBillingFeatures.js +86 -0
- package/dist/commonjs/operations/componentCurrentBillingFeatures.js.map +1 -0
- package/dist/commonjs/operations/componentFeatureCapabilities.d.ts +20 -0
- package/dist/commonjs/operations/componentFeatureCapabilities.d.ts.map +1 -0
- package/dist/commonjs/operations/componentFeatureCapabilities.js +55 -0
- package/dist/commonjs/operations/componentFeatureCapabilities.js.map +1 -0
- package/dist/commonjs/operations/componentLinkedStorageAccountsOperations.d.ts +53 -0
- package/dist/commonjs/operations/componentLinkedStorageAccountsOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/componentLinkedStorageAccountsOperations.js +179 -0
- package/dist/commonjs/operations/componentLinkedStorageAccountsOperations.js.map +1 -0
- package/dist/commonjs/operations/componentQuotaStatus.d.ts +20 -0
- package/dist/commonjs/operations/componentQuotaStatus.d.ts.map +1 -0
- package/dist/commonjs/operations/componentQuotaStatus.js +55 -0
- package/dist/commonjs/operations/componentQuotaStatus.js.map +1 -0
- package/dist/commonjs/operations/components.d.ts +112 -0
- package/dist/commonjs/operations/components.d.ts.map +1 -0
- package/dist/commonjs/operations/components.js +463 -0
- package/dist/commonjs/operations/components.js.map +1 -0
- package/dist/commonjs/operations/deletedWorkbooks.d.ts +32 -0
- package/dist/commonjs/operations/deletedWorkbooks.d.ts.map +1 -0
- package/dist/commonjs/operations/deletedWorkbooks.js +145 -0
- package/dist/commonjs/operations/deletedWorkbooks.js.map +1 -0
- package/dist/commonjs/operations/exportConfigurations.d.ts +58 -0
- package/dist/commonjs/operations/exportConfigurations.d.ts.map +1 -0
- package/dist/commonjs/operations/exportConfigurations.js +200 -0
- package/dist/commonjs/operations/exportConfigurations.js.map +1 -0
- package/dist/commonjs/operations/favorites.d.ts +55 -0
- package/dist/commonjs/operations/favorites.d.ts.map +1 -0
- package/dist/commonjs/operations/favorites.js +201 -0
- package/dist/commonjs/operations/favorites.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +21 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +31 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/liveToken.d.ts +19 -0
- package/dist/commonjs/operations/liveToken.d.ts.map +1 -0
- package/dist/commonjs/operations/liveToken.js +52 -0
- package/dist/commonjs/operations/liveToken.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +32 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +137 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/proactiveDetectionConfigurations.d.ts +40 -0
- package/dist/commonjs/operations/proactiveDetectionConfigurations.d.ts.map +1 -0
- package/dist/commonjs/operations/proactiveDetectionConfigurations.js +135 -0
- package/dist/commonjs/operations/proactiveDetectionConfigurations.js.map +1 -0
- package/dist/commonjs/operations/webTestLocations.d.ts +30 -0
- package/dist/commonjs/operations/webTestLocations.d.ts.map +1 -0
- package/dist/commonjs/operations/webTestLocations.js +106 -0
- package/dist/commonjs/operations/webTestLocations.js.map +1 -0
- package/dist/commonjs/operations/webTests.d.ts +108 -0
- package/dist/commonjs/operations/webTests.d.ts.map +1 -0
- package/dist/commonjs/operations/webTests.js +476 -0
- package/dist/commonjs/operations/webTests.js.map +1 -0
- package/dist/commonjs/operations/workItemConfigurations.d.ts +75 -0
- package/dist/commonjs/operations/workItemConfigurations.d.ts.map +1 -0
- package/dist/commonjs/operations/workItemConfigurations.js +267 -0
- package/dist/commonjs/operations/workItemConfigurations.js.map +1 -0
- package/dist/commonjs/operations/workbookTemplates.d.ts +57 -0
- package/dist/commonjs/operations/workbookTemplates.d.ts.map +1 -0
- package/dist/commonjs/operations/workbookTemplates.js +233 -0
- package/dist/commonjs/operations/workbookTemplates.js.map +1 -0
- package/dist/commonjs/operations/workbooks.d.ts +118 -0
- package/dist/commonjs/operations/workbooks.d.ts.map +1 -0
- package/dist/commonjs/operations/workbooks.js +561 -0
- package/dist/commonjs/operations/workbooks.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/aPIKeys.d.ts +38 -0
- package/dist/commonjs/operationsInterfaces/aPIKeys.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/aPIKeys.js +10 -0
- package/dist/commonjs/operationsInterfaces/aPIKeys.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/analyticsItems.d.ts +43 -0
- package/dist/commonjs/operationsInterfaces/analyticsItems.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/analyticsItems.js +10 -0
- package/dist/commonjs/operationsInterfaces/analyticsItems.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/annotations.d.ts +43 -0
- package/dist/commonjs/operationsInterfaces/annotations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/annotations.js +10 -0
- package/dist/commonjs/operationsInterfaces/annotations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/componentAvailableFeatures.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/componentAvailableFeatures.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/componentAvailableFeatures.js +10 -0
- package/dist/commonjs/operationsInterfaces/componentAvailableFeatures.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/componentCurrentBillingFeatures.d.ts +21 -0
- package/dist/commonjs/operationsInterfaces/componentCurrentBillingFeatures.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/componentCurrentBillingFeatures.js +10 -0
- package/dist/commonjs/operationsInterfaces/componentCurrentBillingFeatures.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/componentFeatureCapabilities.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/componentFeatureCapabilities.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/componentFeatureCapabilities.js +10 -0
- package/dist/commonjs/operationsInterfaces/componentFeatureCapabilities.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts +45 -0
- package/dist/commonjs/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/componentLinkedStorageAccountsOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/componentLinkedStorageAccountsOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/componentQuotaStatus.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/componentQuotaStatus.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/componentQuotaStatus.js +10 -0
- package/dist/commonjs/operationsInterfaces/componentQuotaStatus.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/components.d.ts +76 -0
- package/dist/commonjs/operationsInterfaces/components.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/components.js +10 -0
- package/dist/commonjs/operationsInterfaces/components.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/deletedWorkbooks.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/deletedWorkbooks.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/deletedWorkbooks.js +10 -0
- package/dist/commonjs/operationsInterfaces/deletedWorkbooks.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/exportConfigurations.d.ts +50 -0
- package/dist/commonjs/operationsInterfaces/exportConfigurations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/exportConfigurations.js +10 -0
- package/dist/commonjs/operationsInterfaces/exportConfigurations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/favorites.d.ts +47 -0
- package/dist/commonjs/operationsInterfaces/favorites.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/favorites.js +10 -0
- package/dist/commonjs/operationsInterfaces/favorites.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +21 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +31 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/liveToken.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/liveToken.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/liveToken.js +10 -0
- package/dist/commonjs/operationsInterfaces/liveToken.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.js +10 -0
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/proactiveDetectionConfigurations.d.ts +32 -0
- package/dist/commonjs/operationsInterfaces/proactiveDetectionConfigurations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/proactiveDetectionConfigurations.js +10 -0
- package/dist/commonjs/operationsInterfaces/proactiveDetectionConfigurations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/webTestLocations.d.ts +13 -0
- package/dist/commonjs/operationsInterfaces/webTestLocations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/webTestLocations.js +10 -0
- package/dist/commonjs/operationsInterfaces/webTestLocations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/webTests.d.ts +55 -0
- package/dist/commonjs/operationsInterfaces/webTests.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/webTests.js +10 -0
- package/dist/commonjs/operationsInterfaces/webTests.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/workItemConfigurations.d.ts +58 -0
- package/dist/commonjs/operationsInterfaces/workItemConfigurations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/workItemConfigurations.js +10 -0
- package/dist/commonjs/operationsInterfaces/workItemConfigurations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/workbookTemplates.d.ts +41 -0
- package/dist/commonjs/operationsInterfaces/workbookTemplates.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/workbookTemplates.js +10 -0
- package/dist/commonjs/operationsInterfaces/workbookTemplates.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/workbooks.d.ts +63 -0
- package/dist/commonjs/operationsInterfaces/workbooks.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/workbooks.js +10 -0
- package/dist/commonjs/operationsInterfaces/workbooks.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +36 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -0
- package/dist/esm/applicationInsightsManagementClient.d.ts +37 -0
- package/dist/esm/applicationInsightsManagementClient.d.ts.map +1 -0
- package/dist/esm/applicationInsightsManagementClient.js +90 -0
- package/dist/esm/applicationInsightsManagementClient.js.map +1 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +13 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/models/index.d.ts +2147 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +170 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +93 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +3239 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +65 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +542 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/aPIKeys.d.ts +55 -0
- package/dist/esm/operations/aPIKeys.d.ts.map +1 -0
- package/dist/esm/operations/aPIKeys.js +191 -0
- package/dist/esm/operations/aPIKeys.js.map +1 -0
- package/dist/esm/operations/analyticsItems.d.ts +51 -0
- package/dist/esm/operations/analyticsItems.d.ts.map +1 -0
- package/dist/esm/operations/analyticsItems.js +157 -0
- package/dist/esm/operations/analyticsItems.js.map +1 -0
- package/dist/esm/operations/annotations.d.ts +63 -0
- package/dist/esm/operations/annotations.d.ts.map +1 -0
- package/dist/esm/operations/annotations.js +213 -0
- package/dist/esm/operations/annotations.js.map +1 -0
- package/dist/esm/operations/componentAvailableFeatures.d.ts +20 -0
- package/dist/esm/operations/componentAvailableFeatures.d.ts.map +1 -0
- package/dist/esm/operations/componentAvailableFeatures.js +50 -0
- package/dist/esm/operations/componentAvailableFeatures.js.map +1 -0
- package/dist/esm/operations/componentCurrentBillingFeatures.d.ts +29 -0
- package/dist/esm/operations/componentCurrentBillingFeatures.d.ts.map +1 -0
- package/dist/esm/operations/componentCurrentBillingFeatures.js +81 -0
- package/dist/esm/operations/componentCurrentBillingFeatures.js.map +1 -0
- package/dist/esm/operations/componentFeatureCapabilities.d.ts +20 -0
- package/dist/esm/operations/componentFeatureCapabilities.d.ts.map +1 -0
- package/dist/esm/operations/componentFeatureCapabilities.js +50 -0
- package/dist/esm/operations/componentFeatureCapabilities.js.map +1 -0
- package/dist/esm/operations/componentLinkedStorageAccountsOperations.d.ts +53 -0
- package/dist/esm/operations/componentLinkedStorageAccountsOperations.d.ts.map +1 -0
- package/dist/esm/operations/componentLinkedStorageAccountsOperations.js +174 -0
- package/dist/esm/operations/componentLinkedStorageAccountsOperations.js.map +1 -0
- package/dist/esm/operations/componentQuotaStatus.d.ts +20 -0
- package/dist/esm/operations/componentQuotaStatus.d.ts.map +1 -0
- package/dist/esm/operations/componentQuotaStatus.js +50 -0
- package/dist/esm/operations/componentQuotaStatus.js.map +1 -0
- package/dist/esm/operations/components.d.ts +112 -0
- package/dist/esm/operations/components.d.ts.map +1 -0
- package/dist/esm/operations/components.js +459 -0
- package/dist/esm/operations/components.js.map +1 -0
- package/dist/esm/operations/deletedWorkbooks.d.ts +32 -0
- package/dist/esm/operations/deletedWorkbooks.d.ts.map +1 -0
- package/dist/esm/operations/deletedWorkbooks.js +141 -0
- package/dist/esm/operations/deletedWorkbooks.js.map +1 -0
- package/dist/esm/operations/exportConfigurations.d.ts +58 -0
- package/dist/esm/operations/exportConfigurations.d.ts.map +1 -0
- package/dist/esm/operations/exportConfigurations.js +195 -0
- package/dist/esm/operations/exportConfigurations.js.map +1 -0
- package/dist/esm/operations/favorites.d.ts +55 -0
- package/dist/esm/operations/favorites.d.ts.map +1 -0
- package/dist/esm/operations/favorites.js +196 -0
- package/dist/esm/operations/favorites.js.map +1 -0
- package/dist/esm/operations/index.d.ts +21 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +28 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/liveToken.d.ts +19 -0
- package/dist/esm/operations/liveToken.d.ts.map +1 -0
- package/dist/esm/operations/liveToken.js +47 -0
- package/dist/esm/operations/liveToken.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +32 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +133 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/proactiveDetectionConfigurations.d.ts +40 -0
- package/dist/esm/operations/proactiveDetectionConfigurations.d.ts.map +1 -0
- package/dist/esm/operations/proactiveDetectionConfigurations.js +130 -0
- package/dist/esm/operations/proactiveDetectionConfigurations.js.map +1 -0
- package/dist/esm/operations/webTestLocations.d.ts +30 -0
- package/dist/esm/operations/webTestLocations.d.ts.map +1 -0
- package/dist/esm/operations/webTestLocations.js +102 -0
- package/dist/esm/operations/webTestLocations.js.map +1 -0
- package/dist/esm/operations/webTests.d.ts +108 -0
- package/dist/esm/operations/webTests.d.ts.map +1 -0
- package/dist/esm/operations/webTests.js +472 -0
- package/dist/esm/operations/webTests.js.map +1 -0
- package/dist/esm/operations/workItemConfigurations.d.ts +75 -0
- package/dist/esm/operations/workItemConfigurations.d.ts.map +1 -0
- package/dist/esm/operations/workItemConfigurations.js +263 -0
- package/dist/esm/operations/workItemConfigurations.js.map +1 -0
- package/dist/esm/operations/workbookTemplates.d.ts +57 -0
- package/dist/esm/operations/workbookTemplates.d.ts.map +1 -0
- package/dist/esm/operations/workbookTemplates.js +229 -0
- package/dist/esm/operations/workbookTemplates.js.map +1 -0
- package/dist/esm/operations/workbooks.d.ts +118 -0
- package/dist/esm/operations/workbooks.d.ts.map +1 -0
- package/dist/esm/operations/workbooks.js +557 -0
- package/dist/esm/operations/workbooks.js.map +1 -0
- package/dist/esm/operationsInterfaces/aPIKeys.d.ts +38 -0
- package/dist/esm/operationsInterfaces/aPIKeys.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/aPIKeys.js +9 -0
- package/dist/esm/operationsInterfaces/aPIKeys.js.map +1 -0
- package/dist/esm/operationsInterfaces/analyticsItems.d.ts +43 -0
- package/dist/esm/operationsInterfaces/analyticsItems.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/analyticsItems.js +9 -0
- package/dist/esm/operationsInterfaces/analyticsItems.js.map +1 -0
- package/dist/esm/operationsInterfaces/annotations.d.ts +43 -0
- package/dist/esm/operationsInterfaces/annotations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/annotations.js +9 -0
- package/dist/esm/operationsInterfaces/annotations.js.map +1 -0
- package/dist/esm/operationsInterfaces/componentAvailableFeatures.d.ts +12 -0
- package/dist/esm/operationsInterfaces/componentAvailableFeatures.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/componentAvailableFeatures.js +9 -0
- package/dist/esm/operationsInterfaces/componentAvailableFeatures.js.map +1 -0
- package/dist/esm/operationsInterfaces/componentCurrentBillingFeatures.d.ts +21 -0
- package/dist/esm/operationsInterfaces/componentCurrentBillingFeatures.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/componentCurrentBillingFeatures.js +9 -0
- package/dist/esm/operationsInterfaces/componentCurrentBillingFeatures.js.map +1 -0
- package/dist/esm/operationsInterfaces/componentFeatureCapabilities.d.ts +12 -0
- package/dist/esm/operationsInterfaces/componentFeatureCapabilities.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/componentFeatureCapabilities.js +9 -0
- package/dist/esm/operationsInterfaces/componentFeatureCapabilities.js.map +1 -0
- package/dist/esm/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts +45 -0
- package/dist/esm/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/componentLinkedStorageAccountsOperations.js +9 -0
- package/dist/esm/operationsInterfaces/componentLinkedStorageAccountsOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/componentQuotaStatus.d.ts +12 -0
- package/dist/esm/operationsInterfaces/componentQuotaStatus.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/componentQuotaStatus.js +9 -0
- package/dist/esm/operationsInterfaces/componentQuotaStatus.js.map +1 -0
- package/dist/esm/operationsInterfaces/components.d.ts +76 -0
- package/dist/esm/operationsInterfaces/components.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/components.js +9 -0
- package/dist/esm/operationsInterfaces/components.js.map +1 -0
- package/dist/esm/operationsInterfaces/deletedWorkbooks.d.ts +11 -0
- package/dist/esm/operationsInterfaces/deletedWorkbooks.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/deletedWorkbooks.js +9 -0
- package/dist/esm/operationsInterfaces/deletedWorkbooks.js.map +1 -0
- package/dist/esm/operationsInterfaces/exportConfigurations.d.ts +50 -0
- package/dist/esm/operationsInterfaces/exportConfigurations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/exportConfigurations.js +9 -0
- package/dist/esm/operationsInterfaces/exportConfigurations.js.map +1 -0
- package/dist/esm/operationsInterfaces/favorites.d.ts +47 -0
- package/dist/esm/operationsInterfaces/favorites.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/favorites.js +9 -0
- package/dist/esm/operationsInterfaces/favorites.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +21 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +28 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/liveToken.d.ts +11 -0
- package/dist/esm/operationsInterfaces/liveToken.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/liveToken.js +9 -0
- package/dist/esm/operationsInterfaces/liveToken.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operations.js +9 -0
- package/dist/esm/operationsInterfaces/operations.js.map +1 -0
- package/dist/esm/operationsInterfaces/proactiveDetectionConfigurations.d.ts +32 -0
- package/dist/esm/operationsInterfaces/proactiveDetectionConfigurations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/proactiveDetectionConfigurations.js +9 -0
- package/dist/esm/operationsInterfaces/proactiveDetectionConfigurations.js.map +1 -0
- package/dist/esm/operationsInterfaces/webTestLocations.d.ts +13 -0
- package/dist/esm/operationsInterfaces/webTestLocations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/webTestLocations.js +9 -0
- package/dist/esm/operationsInterfaces/webTestLocations.js.map +1 -0
- package/dist/esm/operationsInterfaces/webTests.d.ts +55 -0
- package/dist/esm/operationsInterfaces/webTests.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/webTests.js +9 -0
- package/dist/esm/operationsInterfaces/webTests.js.map +1 -0
- package/dist/esm/operationsInterfaces/workItemConfigurations.d.ts +58 -0
- package/dist/esm/operationsInterfaces/workItemConfigurations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/workItemConfigurations.js +9 -0
- package/dist/esm/operationsInterfaces/workItemConfigurations.js.map +1 -0
- package/dist/esm/operationsInterfaces/workbookTemplates.d.ts +41 -0
- package/dist/esm/operationsInterfaces/workbookTemplates.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/workbookTemplates.js +9 -0
- package/dist/esm/operationsInterfaces/workbookTemplates.js.map +1 -0
- package/dist/esm/operationsInterfaces/workbooks.d.ts +63 -0
- package/dist/esm/operationsInterfaces/workbooks.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/workbooks.js +9 -0
- package/dist/esm/operationsInterfaces/workbooks.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +32 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/react-native/applicationInsightsManagementClient.d.ts +37 -0
- package/dist/react-native/applicationInsightsManagementClient.d.ts.map +1 -0
- package/dist/react-native/applicationInsightsManagementClient.js +90 -0
- package/dist/react-native/applicationInsightsManagementClient.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/models/index.d.ts +2147 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +170 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +93 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +3239 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +65 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +542 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/aPIKeys.d.ts +55 -0
- package/dist/react-native/operations/aPIKeys.d.ts.map +1 -0
- package/dist/react-native/operations/aPIKeys.js +191 -0
- package/dist/react-native/operations/aPIKeys.js.map +1 -0
- package/dist/react-native/operations/analyticsItems.d.ts +51 -0
- package/dist/react-native/operations/analyticsItems.d.ts.map +1 -0
- package/dist/react-native/operations/analyticsItems.js +157 -0
- package/dist/react-native/operations/analyticsItems.js.map +1 -0
- package/dist/react-native/operations/annotations.d.ts +63 -0
- package/dist/react-native/operations/annotations.d.ts.map +1 -0
- package/dist/react-native/operations/annotations.js +213 -0
- package/dist/react-native/operations/annotations.js.map +1 -0
- package/dist/react-native/operations/componentAvailableFeatures.d.ts +20 -0
- package/dist/react-native/operations/componentAvailableFeatures.d.ts.map +1 -0
- package/dist/react-native/operations/componentAvailableFeatures.js +50 -0
- package/dist/react-native/operations/componentAvailableFeatures.js.map +1 -0
- package/dist/react-native/operations/componentCurrentBillingFeatures.d.ts +29 -0
- package/dist/react-native/operations/componentCurrentBillingFeatures.d.ts.map +1 -0
- package/dist/react-native/operations/componentCurrentBillingFeatures.js +81 -0
- package/dist/react-native/operations/componentCurrentBillingFeatures.js.map +1 -0
- package/dist/react-native/operations/componentFeatureCapabilities.d.ts +20 -0
- package/dist/react-native/operations/componentFeatureCapabilities.d.ts.map +1 -0
- package/dist/react-native/operations/componentFeatureCapabilities.js +50 -0
- package/dist/react-native/operations/componentFeatureCapabilities.js.map +1 -0
- package/dist/react-native/operations/componentLinkedStorageAccountsOperations.d.ts +53 -0
- package/dist/react-native/operations/componentLinkedStorageAccountsOperations.d.ts.map +1 -0
- package/dist/react-native/operations/componentLinkedStorageAccountsOperations.js +174 -0
- package/dist/react-native/operations/componentLinkedStorageAccountsOperations.js.map +1 -0
- package/dist/react-native/operations/componentQuotaStatus.d.ts +20 -0
- package/dist/react-native/operations/componentQuotaStatus.d.ts.map +1 -0
- package/dist/react-native/operations/componentQuotaStatus.js +50 -0
- package/dist/react-native/operations/componentQuotaStatus.js.map +1 -0
- package/dist/react-native/operations/components.d.ts +112 -0
- package/dist/react-native/operations/components.d.ts.map +1 -0
- package/dist/react-native/operations/components.js +459 -0
- package/dist/react-native/operations/components.js.map +1 -0
- package/dist/react-native/operations/deletedWorkbooks.d.ts +32 -0
- package/dist/react-native/operations/deletedWorkbooks.d.ts.map +1 -0
- package/dist/react-native/operations/deletedWorkbooks.js +141 -0
- package/dist/react-native/operations/deletedWorkbooks.js.map +1 -0
- package/dist/react-native/operations/exportConfigurations.d.ts +58 -0
- package/dist/react-native/operations/exportConfigurations.d.ts.map +1 -0
- package/dist/react-native/operations/exportConfigurations.js +195 -0
- package/dist/react-native/operations/exportConfigurations.js.map +1 -0
- package/dist/react-native/operations/favorites.d.ts +55 -0
- package/dist/react-native/operations/favorites.d.ts.map +1 -0
- package/dist/react-native/operations/favorites.js +196 -0
- package/dist/react-native/operations/favorites.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +21 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +28 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/liveToken.d.ts +19 -0
- package/dist/react-native/operations/liveToken.d.ts.map +1 -0
- package/dist/react-native/operations/liveToken.js +47 -0
- package/dist/react-native/operations/liveToken.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +32 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +133 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/proactiveDetectionConfigurations.d.ts +40 -0
- package/dist/react-native/operations/proactiveDetectionConfigurations.d.ts.map +1 -0
- package/dist/react-native/operations/proactiveDetectionConfigurations.js +130 -0
- package/dist/react-native/operations/proactiveDetectionConfigurations.js.map +1 -0
- package/dist/react-native/operations/webTestLocations.d.ts +30 -0
- package/dist/react-native/operations/webTestLocations.d.ts.map +1 -0
- package/dist/react-native/operations/webTestLocations.js +102 -0
- package/dist/react-native/operations/webTestLocations.js.map +1 -0
- package/dist/react-native/operations/webTests.d.ts +108 -0
- package/dist/react-native/operations/webTests.d.ts.map +1 -0
- package/dist/react-native/operations/webTests.js +472 -0
- package/dist/react-native/operations/webTests.js.map +1 -0
- package/dist/react-native/operations/workItemConfigurations.d.ts +75 -0
- package/dist/react-native/operations/workItemConfigurations.d.ts.map +1 -0
- package/dist/react-native/operations/workItemConfigurations.js +263 -0
- package/dist/react-native/operations/workItemConfigurations.js.map +1 -0
- package/dist/react-native/operations/workbookTemplates.d.ts +57 -0
- package/dist/react-native/operations/workbookTemplates.d.ts.map +1 -0
- package/dist/react-native/operations/workbookTemplates.js +229 -0
- package/dist/react-native/operations/workbookTemplates.js.map +1 -0
- package/dist/react-native/operations/workbooks.d.ts +118 -0
- package/dist/react-native/operations/workbooks.d.ts.map +1 -0
- package/dist/react-native/operations/workbooks.js +557 -0
- package/dist/react-native/operations/workbooks.js.map +1 -0
- package/dist/react-native/operationsInterfaces/aPIKeys.d.ts +38 -0
- package/dist/react-native/operationsInterfaces/aPIKeys.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/aPIKeys.js +9 -0
- package/dist/react-native/operationsInterfaces/aPIKeys.js.map +1 -0
- package/dist/react-native/operationsInterfaces/analyticsItems.d.ts +43 -0
- package/dist/react-native/operationsInterfaces/analyticsItems.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/analyticsItems.js +9 -0
- package/dist/react-native/operationsInterfaces/analyticsItems.js.map +1 -0
- package/dist/react-native/operationsInterfaces/annotations.d.ts +43 -0
- package/dist/react-native/operationsInterfaces/annotations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/annotations.js +9 -0
- package/dist/react-native/operationsInterfaces/annotations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/componentAvailableFeatures.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/componentAvailableFeatures.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/componentAvailableFeatures.js +9 -0
- package/dist/react-native/operationsInterfaces/componentAvailableFeatures.js.map +1 -0
- package/dist/react-native/operationsInterfaces/componentCurrentBillingFeatures.d.ts +21 -0
- package/dist/react-native/operationsInterfaces/componentCurrentBillingFeatures.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/componentCurrentBillingFeatures.js +9 -0
- package/dist/react-native/operationsInterfaces/componentCurrentBillingFeatures.js.map +1 -0
- package/dist/react-native/operationsInterfaces/componentFeatureCapabilities.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/componentFeatureCapabilities.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/componentFeatureCapabilities.js +9 -0
- package/dist/react-native/operationsInterfaces/componentFeatureCapabilities.js.map +1 -0
- package/dist/react-native/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts +45 -0
- package/dist/react-native/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/componentLinkedStorageAccountsOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/componentLinkedStorageAccountsOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/componentQuotaStatus.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/componentQuotaStatus.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/componentQuotaStatus.js +9 -0
- package/dist/react-native/operationsInterfaces/componentQuotaStatus.js.map +1 -0
- package/dist/react-native/operationsInterfaces/components.d.ts +76 -0
- package/dist/react-native/operationsInterfaces/components.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/components.js +9 -0
- package/dist/react-native/operationsInterfaces/components.js.map +1 -0
- package/dist/react-native/operationsInterfaces/deletedWorkbooks.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/deletedWorkbooks.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/deletedWorkbooks.js +9 -0
- package/dist/react-native/operationsInterfaces/deletedWorkbooks.js.map +1 -0
- package/dist/react-native/operationsInterfaces/exportConfigurations.d.ts +50 -0
- package/dist/react-native/operationsInterfaces/exportConfigurations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/exportConfigurations.js +9 -0
- package/dist/react-native/operationsInterfaces/exportConfigurations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/favorites.d.ts +47 -0
- package/dist/react-native/operationsInterfaces/favorites.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/favorites.js +9 -0
- package/dist/react-native/operationsInterfaces/favorites.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +21 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +28 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/liveToken.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/liveToken.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/liveToken.js +9 -0
- package/dist/react-native/operationsInterfaces/liveToken.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.js +9 -0
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/proactiveDetectionConfigurations.d.ts +32 -0
- package/dist/react-native/operationsInterfaces/proactiveDetectionConfigurations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/proactiveDetectionConfigurations.js +9 -0
- package/dist/react-native/operationsInterfaces/proactiveDetectionConfigurations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/webTestLocations.d.ts +13 -0
- package/dist/react-native/operationsInterfaces/webTestLocations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/webTestLocations.js +9 -0
- package/dist/react-native/operationsInterfaces/webTestLocations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/webTests.d.ts +55 -0
- package/dist/react-native/operationsInterfaces/webTests.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/webTests.js +9 -0
- package/dist/react-native/operationsInterfaces/webTests.js.map +1 -0
- package/dist/react-native/operationsInterfaces/workItemConfigurations.d.ts +58 -0
- package/dist/react-native/operationsInterfaces/workItemConfigurations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/workItemConfigurations.js +9 -0
- package/dist/react-native/operationsInterfaces/workItemConfigurations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/workbookTemplates.d.ts +41 -0
- package/dist/react-native/operationsInterfaces/workbookTemplates.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/workbookTemplates.js +9 -0
- package/dist/react-native/operationsInterfaces/workbookTemplates.js.map +1 -0
- package/dist/react-native/operationsInterfaces/workbooks.d.ts +63 -0
- package/dist/react-native/operationsInterfaces/workbooks.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/workbooks.js +9 -0
- package/dist/react-native/operationsInterfaces/workbooks.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +32 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/package.json +83 -62
- package/review/arm-appinsights.api.md +146 -164
- package/LICENSE.txt +0 -21
- package/dist/index.js +0 -7959
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/samples-dev/analyticsItemsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/analyticsItemsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/analyticsItemsDeleteSample.js +0 -34
- package/dist-esm/samples-dev/analyticsItemsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/analyticsItemsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/analyticsItemsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/analyticsItemsGetSample.js +0 -34
- package/dist-esm/samples-dev/analyticsItemsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/analyticsItemsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/analyticsItemsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/analyticsItemsListSample.js +0 -32
- package/dist-esm/samples-dev/analyticsItemsListSample.js.map +0 -1
- package/dist-esm/samples-dev/analyticsItemsPutSample.d.ts +0 -2
- package/dist-esm/samples-dev/analyticsItemsPutSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/analyticsItemsPutSample.js +0 -38
- package/dist-esm/samples-dev/analyticsItemsPutSample.js.map +0 -1
- package/dist-esm/samples-dev/annotationsCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/annotationsCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/annotationsCreateSample.js +0 -38
- package/dist-esm/samples-dev/annotationsCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/annotationsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/annotationsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/annotationsDeleteSample.js +0 -32
- package/dist-esm/samples-dev/annotationsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/annotationsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/annotationsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/annotationsGetSample.js +0 -32
- package/dist-esm/samples-dev/annotationsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/annotationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/annotationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/annotationsListSample.js +0 -47
- package/dist-esm/samples-dev/annotationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/apiKeysCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/apiKeysCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/apiKeysCreateSample.js +0 -41
- package/dist-esm/samples-dev/apiKeysCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/apiKeysDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/apiKeysDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/apiKeysDeleteSample.js +0 -32
- package/dist-esm/samples-dev/apiKeysDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/apiKeysGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/apiKeysGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/apiKeysGetSample.js +0 -32
- package/dist-esm/samples-dev/apiKeysGetSample.js.map +0 -1
- package/dist-esm/samples-dev/apiKeysListSample.d.ts +0 -2
- package/dist-esm/samples-dev/apiKeysListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/apiKeysListSample.js +0 -45
- package/dist-esm/samples-dev/apiKeysListSample.js.map +0 -1
- package/dist-esm/samples-dev/componentAvailableFeaturesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/componentAvailableFeaturesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/componentAvailableFeaturesGetSample.js +0 -31
- package/dist-esm/samples-dev/componentAvailableFeaturesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/componentCurrentBillingFeaturesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/componentCurrentBillingFeaturesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/componentCurrentBillingFeaturesGetSample.js +0 -31
- package/dist-esm/samples-dev/componentCurrentBillingFeaturesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/componentCurrentBillingFeaturesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/componentCurrentBillingFeaturesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/componentCurrentBillingFeaturesUpdateSample.js +0 -35
- package/dist-esm/samples-dev/componentCurrentBillingFeaturesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/componentFeatureCapabilitiesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/componentFeatureCapabilitiesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/componentFeatureCapabilitiesGetSample.js +0 -31
- package/dist-esm/samples-dev/componentFeatureCapabilitiesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/componentLinkedStorageAccountsCreateAndUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/componentLinkedStorageAccountsCreateAndUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/componentLinkedStorageAccountsCreateAndUpdateSample.js +0 -35
- package/dist-esm/samples-dev/componentLinkedStorageAccountsCreateAndUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/componentLinkedStorageAccountsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/componentLinkedStorageAccountsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/componentLinkedStorageAccountsDeleteSample.js +0 -32
- package/dist-esm/samples-dev/componentLinkedStorageAccountsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/componentLinkedStorageAccountsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/componentLinkedStorageAccountsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/componentLinkedStorageAccountsGetSample.js +0 -32
- package/dist-esm/samples-dev/componentLinkedStorageAccountsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/componentLinkedStorageAccountsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/componentLinkedStorageAccountsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/componentLinkedStorageAccountsUpdateSample.js +0 -35
- package/dist-esm/samples-dev/componentLinkedStorageAccountsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/componentQuotaStatusGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/componentQuotaStatusGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/componentQuotaStatusGetSample.js +0 -31
- package/dist-esm/samples-dev/componentQuotaStatusGetSample.js.map +0 -1
- package/dist-esm/samples-dev/componentsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/componentsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/componentsCreateOrUpdateSample.js +0 -62
- package/dist-esm/samples-dev/componentsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/componentsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/componentsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/componentsDeleteSample.js +0 -31
- package/dist-esm/samples-dev/componentsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/componentsGetPurgeStatusSample.d.ts +0 -2
- package/dist-esm/samples-dev/componentsGetPurgeStatusSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/componentsGetPurgeStatusSample.js +0 -32
- package/dist-esm/samples-dev/componentsGetPurgeStatusSample.js.map +0 -1
- package/dist-esm/samples-dev/componentsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/componentsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/componentsGetSample.js +0 -31
- package/dist-esm/samples-dev/componentsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/componentsListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/componentsListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/componentsListByResourceGroupSample.js +0 -44
- package/dist-esm/samples-dev/componentsListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/componentsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/componentsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/componentsListSample.js +0 -43
- package/dist-esm/samples-dev/componentsListSample.js.map +0 -1
- package/dist-esm/samples-dev/componentsPurgeSample.d.ts +0 -2
- package/dist-esm/samples-dev/componentsPurgeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/componentsPurgeSample.js +0 -41
- package/dist-esm/samples-dev/componentsPurgeSample.js.map +0 -1
- package/dist-esm/samples-dev/componentsUpdateTagsSample.d.ts +0 -2
- package/dist-esm/samples-dev/componentsUpdateTagsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/componentsUpdateTagsSample.js +0 -40
- package/dist-esm/samples-dev/componentsUpdateTagsSample.js.map +0 -1
- package/dist-esm/samples-dev/exportConfigurationsCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/exportConfigurationsCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/exportConfigurationsCreateSample.js +0 -42
- package/dist-esm/samples-dev/exportConfigurationsCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/exportConfigurationsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/exportConfigurationsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/exportConfigurationsDeleteSample.js +0 -32
- package/dist-esm/samples-dev/exportConfigurationsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/exportConfigurationsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/exportConfigurationsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/exportConfigurationsGetSample.js +0 -32
- package/dist-esm/samples-dev/exportConfigurationsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/exportConfigurationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/exportConfigurationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/exportConfigurationsListSample.js +0 -31
- package/dist-esm/samples-dev/exportConfigurationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/exportConfigurationsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/exportConfigurationsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/exportConfigurationsUpdateSample.js +0 -43
- package/dist-esm/samples-dev/exportConfigurationsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/favoritesAddSample.d.ts +0 -2
- package/dist-esm/samples-dev/favoritesAddSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/favoritesAddSample.js +0 -44
- package/dist-esm/samples-dev/favoritesAddSample.js.map +0 -1
- package/dist-esm/samples-dev/favoritesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/favoritesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/favoritesDeleteSample.js +0 -32
- package/dist-esm/samples-dev/favoritesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/favoritesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/favoritesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/favoritesGetSample.js +0 -32
- package/dist-esm/samples-dev/favoritesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/favoritesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/favoritesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/favoritesListSample.js +0 -31
- package/dist-esm/samples-dev/favoritesListSample.js.map +0 -1
- package/dist-esm/samples-dev/favoritesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/favoritesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/favoritesUpdateSample.js +0 -44
- package/dist-esm/samples-dev/favoritesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/liveTokenGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/liveTokenGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/liveTokenGetSample.js +0 -30
- package/dist-esm/samples-dev/liveTokenGetSample.js.map +0 -1
- package/dist-esm/samples-dev/myWorkbooksCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/myWorkbooksCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/myWorkbooksCreateOrUpdateSample.js +0 -42
- package/dist-esm/samples-dev/myWorkbooksCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/myWorkbooksDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/myWorkbooksDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/myWorkbooksDeleteSample.js +0 -31
- package/dist-esm/samples-dev/myWorkbooksDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/myWorkbooksGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/myWorkbooksGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/myWorkbooksGetSample.js +0 -31
- package/dist-esm/samples-dev/myWorkbooksGetSample.js.map +0 -1
- package/dist-esm/samples-dev/myWorkbooksListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/myWorkbooksListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/myWorkbooksListByResourceGroupSample.js +0 -77
- package/dist-esm/samples-dev/myWorkbooksListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/myWorkbooksListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/myWorkbooksListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/myWorkbooksListBySubscriptionSample.js +0 -75
- package/dist-esm/samples-dev/myWorkbooksListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/myWorkbooksUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/myWorkbooksUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/myWorkbooksUpdateSample.js +0 -43
- package/dist-esm/samples-dev/myWorkbooksUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/proactiveDetectionConfigurationsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/proactiveDetectionConfigurationsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/proactiveDetectionConfigurationsGetSample.js +0 -32
- package/dist-esm/samples-dev/proactiveDetectionConfigurationsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/proactiveDetectionConfigurationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/proactiveDetectionConfigurationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/proactiveDetectionConfigurationsListSample.js +0 -31
- package/dist-esm/samples-dev/proactiveDetectionConfigurationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/proactiveDetectionConfigurationsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/proactiveDetectionConfigurationsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/proactiveDetectionConfigurationsUpdateSample.js +0 -49
- package/dist-esm/samples-dev/proactiveDetectionConfigurationsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/webTestLocationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/webTestLocationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webTestLocationsListSample.js +0 -45
- package/dist-esm/samples-dev/webTestLocationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/webTestsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/webTestsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webTestsCreateOrUpdateSample.js +0 -81
- package/dist-esm/samples-dev/webTestsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/webTestsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/webTestsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webTestsDeleteSample.js +0 -31
- package/dist-esm/samples-dev/webTestsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/webTestsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/webTestsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webTestsGetSample.js +0 -31
- package/dist-esm/samples-dev/webTestsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/webTestsListByComponentSample.d.ts +0 -2
- package/dist-esm/samples-dev/webTestsListByComponentSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webTestsListByComponentSample.js +0 -45
- package/dist-esm/samples-dev/webTestsListByComponentSample.js.map +0 -1
- package/dist-esm/samples-dev/webTestsListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/webTestsListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webTestsListByResourceGroupSample.js +0 -44
- package/dist-esm/samples-dev/webTestsListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/webTestsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/webTestsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webTestsListSample.js +0 -43
- package/dist-esm/samples-dev/webTestsListSample.js.map +0 -1
- package/dist-esm/samples-dev/webTestsUpdateTagsSample.d.ts +0 -2
- package/dist-esm/samples-dev/webTestsUpdateTagsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webTestsUpdateTagsSample.js +0 -40
- package/dist-esm/samples-dev/webTestsUpdateTagsSample.js.map +0 -1
- package/dist-esm/samples-dev/workItemConfigurationsCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/workItemConfigurationsCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workItemConfigurationsCreateSample.js +0 -37
- package/dist-esm/samples-dev/workItemConfigurationsCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/workItemConfigurationsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/workItemConfigurationsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workItemConfigurationsDeleteSample.js +0 -32
- package/dist-esm/samples-dev/workItemConfigurationsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/workItemConfigurationsGetDefaultSample.d.ts +0 -2
- package/dist-esm/samples-dev/workItemConfigurationsGetDefaultSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workItemConfigurationsGetDefaultSample.js +0 -31
- package/dist-esm/samples-dev/workItemConfigurationsGetDefaultSample.js.map +0 -1
- package/dist-esm/samples-dev/workItemConfigurationsGetItemSample.d.ts +0 -2
- package/dist-esm/samples-dev/workItemConfigurationsGetItemSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workItemConfigurationsGetItemSample.js +0 -32
- package/dist-esm/samples-dev/workItemConfigurationsGetItemSample.js.map +0 -1
- package/dist-esm/samples-dev/workItemConfigurationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/workItemConfigurationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workItemConfigurationsListSample.js +0 -45
- package/dist-esm/samples-dev/workItemConfigurationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/workItemConfigurationsUpdateItemSample.d.ts +0 -2
- package/dist-esm/samples-dev/workItemConfigurationsUpdateItemSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workItemConfigurationsUpdateItemSample.js +0 -38
- package/dist-esm/samples-dev/workItemConfigurationsUpdateItemSample.js.map +0 -1
- package/dist-esm/samples-dev/workbookTemplatesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/workbookTemplatesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workbookTemplatesCreateOrUpdateSample.js +0 -72
- package/dist-esm/samples-dev/workbookTemplatesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/workbookTemplatesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/workbookTemplatesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workbookTemplatesDeleteSample.js +0 -31
- package/dist-esm/samples-dev/workbookTemplatesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/workbookTemplatesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/workbookTemplatesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workbookTemplatesGetSample.js +0 -31
- package/dist-esm/samples-dev/workbookTemplatesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/workbookTemplatesListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/workbookTemplatesListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workbookTemplatesListByResourceGroupSample.js +0 -44
- package/dist-esm/samples-dev/workbookTemplatesListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/workbookTemplatesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/workbookTemplatesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workbookTemplatesUpdateSample.js +0 -31
- package/dist-esm/samples-dev/workbookTemplatesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/workbooksCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/workbooksCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workbooksCreateOrUpdateSample.js +0 -78
- package/dist-esm/samples-dev/workbooksCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/workbooksDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/workbooksDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workbooksDeleteSample.js +0 -31
- package/dist-esm/samples-dev/workbooksDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/workbooksGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/workbooksGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workbooksGetSample.js +0 -67
- package/dist-esm/samples-dev/workbooksGetSample.js.map +0 -1
- package/dist-esm/samples-dev/workbooksListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/workbooksListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workbooksListByResourceGroupSample.js +0 -81
- package/dist-esm/samples-dev/workbooksListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/workbooksListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/workbooksListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workbooksListBySubscriptionSample.js +0 -75
- package/dist-esm/samples-dev/workbooksListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/workbooksRevisionGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/workbooksRevisionGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workbooksRevisionGetSample.js +0 -32
- package/dist-esm/samples-dev/workbooksRevisionGetSample.js.map +0 -1
- package/dist-esm/samples-dev/workbooksRevisionsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/workbooksRevisionsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workbooksRevisionsListSample.js +0 -45
- package/dist-esm/samples-dev/workbooksRevisionsListSample.js.map +0 -1
- package/dist-esm/samples-dev/workbooksUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/workbooksUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workbooksUpdateSample.js +0 -53
- package/dist-esm/samples-dev/workbooksUpdateSample.js.map +0 -1
- package/dist-esm/src/applicationInsightsManagementClient.d.ts +0 -35
- package/dist-esm/src/applicationInsightsManagementClient.d.ts.map +0 -1
- package/dist-esm/src/applicationInsightsManagementClient.js +0 -88
- package/dist-esm/src/applicationInsightsManagementClient.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -6
- package/dist-esm/src/index.d.ts.map +0 -1
- package/dist-esm/src/index.js +0 -13
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/models/index.d.ts +0 -2170
- package/dist-esm/src/models/index.d.ts.map +0 -1
- package/dist-esm/src/models/index.js +0 -186
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.d.ts +0 -88
- package/dist-esm/src/models/mappers.d.ts.map +0 -1
- package/dist-esm/src/models/mappers.js +0 -3076
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.d.ts +0 -63
- package/dist-esm/src/models/parameters.d.ts.map +0 -1
- package/dist-esm/src/models/parameters.js +0 -515
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/aPIKeys.d.ts +0 -55
- package/dist-esm/src/operations/aPIKeys.d.ts.map +0 -1
- package/dist-esm/src/operations/aPIKeys.js +0 -189
- package/dist-esm/src/operations/aPIKeys.js.map +0 -1
- package/dist-esm/src/operations/analyticsItems.d.ts +0 -51
- package/dist-esm/src/operations/analyticsItems.d.ts.map +0 -1
- package/dist-esm/src/operations/analyticsItems.js +0 -157
- package/dist-esm/src/operations/analyticsItems.js.map +0 -1
- package/dist-esm/src/operations/annotations.d.ts +0 -63
- package/dist-esm/src/operations/annotations.d.ts.map +0 -1
- package/dist-esm/src/operations/annotations.js +0 -211
- package/dist-esm/src/operations/annotations.js.map +0 -1
- package/dist-esm/src/operations/componentAvailableFeatures.d.ts +0 -20
- package/dist-esm/src/operations/componentAvailableFeatures.d.ts.map +0 -1
- package/dist-esm/src/operations/componentAvailableFeatures.js +0 -50
- package/dist-esm/src/operations/componentAvailableFeatures.js.map +0 -1
- package/dist-esm/src/operations/componentCurrentBillingFeatures.d.ts +0 -29
- package/dist-esm/src/operations/componentCurrentBillingFeatures.d.ts.map +0 -1
- package/dist-esm/src/operations/componentCurrentBillingFeatures.js +0 -81
- package/dist-esm/src/operations/componentCurrentBillingFeatures.js.map +0 -1
- package/dist-esm/src/operations/componentFeatureCapabilities.d.ts +0 -20
- package/dist-esm/src/operations/componentFeatureCapabilities.d.ts.map +0 -1
- package/dist-esm/src/operations/componentFeatureCapabilities.js +0 -50
- package/dist-esm/src/operations/componentFeatureCapabilities.js.map +0 -1
- package/dist-esm/src/operations/componentLinkedStorageAccountsOperations.d.ts +0 -53
- package/dist-esm/src/operations/componentLinkedStorageAccountsOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/componentLinkedStorageAccountsOperations.js +0 -174
- package/dist-esm/src/operations/componentLinkedStorageAccountsOperations.js.map +0 -1
- package/dist-esm/src/operations/componentQuotaStatus.d.ts +0 -20
- package/dist-esm/src/operations/componentQuotaStatus.d.ts.map +0 -1
- package/dist-esm/src/operations/componentQuotaStatus.js +0 -50
- package/dist-esm/src/operations/componentQuotaStatus.js.map +0 -1
- package/dist-esm/src/operations/components.d.ts +0 -108
- package/dist-esm/src/operations/components.d.ts.map +0 -1
- package/dist-esm/src/operations/components.js +0 -453
- package/dist-esm/src/operations/components.js.map +0 -1
- package/dist-esm/src/operations/exportConfigurations.d.ts +0 -58
- package/dist-esm/src/operations/exportConfigurations.d.ts.map +0 -1
- package/dist-esm/src/operations/exportConfigurations.js +0 -195
- package/dist-esm/src/operations/exportConfigurations.js.map +0 -1
- package/dist-esm/src/operations/favorites.d.ts +0 -55
- package/dist-esm/src/operations/favorites.d.ts.map +0 -1
- package/dist-esm/src/operations/favorites.js +0 -196
- package/dist-esm/src/operations/favorites.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -20
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -27
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/liveToken.d.ts +0 -19
- package/dist-esm/src/operations/liveToken.d.ts.map +0 -1
- package/dist-esm/src/operations/liveToken.js +0 -47
- package/dist-esm/src/operations/liveToken.js.map +0 -1
- package/dist-esm/src/operations/myWorkbooks.d.ts +0 -89
- package/dist-esm/src/operations/myWorkbooks.d.ts.map +0 -1
- package/dist-esm/src/operations/myWorkbooks.js +0 -410
- package/dist-esm/src/operations/myWorkbooks.js.map +0 -1
- package/dist-esm/src/operations/proactiveDetectionConfigurations.d.ts +0 -40
- package/dist-esm/src/operations/proactiveDetectionConfigurations.d.ts.map +0 -1
- package/dist-esm/src/operations/proactiveDetectionConfigurations.js +0 -130
- package/dist-esm/src/operations/proactiveDetectionConfigurations.js.map +0 -1
- package/dist-esm/src/operations/webTestLocations.d.ts +0 -30
- package/dist-esm/src/operations/webTestLocations.d.ts.map +0 -1
- package/dist-esm/src/operations/webTestLocations.js +0 -100
- package/dist-esm/src/operations/webTestLocations.js.map +0 -1
- package/dist-esm/src/operations/webTests.d.ts +0 -108
- package/dist-esm/src/operations/webTests.d.ts.map +0 -1
- package/dist-esm/src/operations/webTests.js +0 -469
- package/dist-esm/src/operations/webTests.js.map +0 -1
- package/dist-esm/src/operations/workItemConfigurations.d.ts +0 -75
- package/dist-esm/src/operations/workItemConfigurations.d.ts.map +0 -1
- package/dist-esm/src/operations/workItemConfigurations.js +0 -261
- package/dist-esm/src/operations/workItemConfigurations.js.map +0 -1
- package/dist-esm/src/operations/workbookTemplates.d.ts +0 -57
- package/dist-esm/src/operations/workbookTemplates.d.ts.map +0 -1
- package/dist-esm/src/operations/workbookTemplates.js +0 -227
- package/dist-esm/src/operations/workbookTemplates.js.map +0 -1
- package/dist-esm/src/operations/workbooks.d.ts +0 -120
- package/dist-esm/src/operations/workbooks.d.ts.map +0 -1
- package/dist-esm/src/operations/workbooks.js +0 -564
- package/dist-esm/src/operations/workbooks.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/aPIKeys.d.ts +0 -38
- package/dist-esm/src/operationsInterfaces/aPIKeys.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/aPIKeys.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/analyticsItems.d.ts +0 -43
- package/dist-esm/src/operationsInterfaces/analyticsItems.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/analyticsItems.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/annotations.d.ts +0 -43
- package/dist-esm/src/operationsInterfaces/annotations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/annotations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/componentAvailableFeatures.d.ts +0 -12
- package/dist-esm/src/operationsInterfaces/componentAvailableFeatures.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/componentAvailableFeatures.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/componentCurrentBillingFeatures.d.ts +0 -21
- package/dist-esm/src/operationsInterfaces/componentCurrentBillingFeatures.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/componentCurrentBillingFeatures.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/componentFeatureCapabilities.d.ts +0 -12
- package/dist-esm/src/operationsInterfaces/componentFeatureCapabilities.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/componentFeatureCapabilities.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts +0 -45
- package/dist-esm/src/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/componentLinkedStorageAccountsOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/componentQuotaStatus.d.ts +0 -12
- package/dist-esm/src/operationsInterfaces/componentQuotaStatus.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/componentQuotaStatus.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/components.d.ts +0 -72
- package/dist-esm/src/operationsInterfaces/components.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/components.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/exportConfigurations.d.ts +0 -50
- package/dist-esm/src/operationsInterfaces/exportConfigurations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/exportConfigurations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/favorites.d.ts +0 -47
- package/dist-esm/src/operationsInterfaces/favorites.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/favorites.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -20
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -27
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/liveToken.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/liveToken.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/liveToken.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/myWorkbooks.d.ts +0 -49
- package/dist-esm/src/operationsInterfaces/myWorkbooks.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/myWorkbooks.js +0 -9
- package/dist-esm/src/operationsInterfaces/myWorkbooks.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/proactiveDetectionConfigurations.d.ts +0 -32
- package/dist-esm/src/operationsInterfaces/proactiveDetectionConfigurations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/proactiveDetectionConfigurations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/webTestLocations.d.ts +0 -13
- package/dist-esm/src/operationsInterfaces/webTestLocations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/webTestLocations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/webTests.d.ts +0 -55
- package/dist-esm/src/operationsInterfaces/webTests.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/webTests.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/workItemConfigurations.d.ts +0 -58
- package/dist-esm/src/operationsInterfaces/workItemConfigurations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/workItemConfigurations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/workbookTemplates.d.ts +0 -41
- package/dist-esm/src/operationsInterfaces/workbookTemplates.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/workbookTemplates.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/workbooks.d.ts +0 -63
- package/dist-esm/src/operationsInterfaces/workbooks.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/workbooks.js.map +0 -1
- package/dist-esm/src/pagingHelper.d.ts +0 -13
- package/dist-esm/src/pagingHelper.js +0 -32
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/test/sampleTest.d.ts +0 -2
- package/dist-esm/test/sampleTest.d.ts.map +0 -1
- package/dist-esm/test/sampleTest.js +0 -38
- package/dist-esm/test/sampleTest.js.map +0 -1
- package/rollup.config.js +0 -122
- package/src/applicationInsightsManagementClient.ts +0 -188
- package/src/index.ts +0 -13
- package/src/models/index.ts +0 -2455
- package/src/models/mappers.ts +0 -3258
- package/src/models/parameters.ts +0 -601
- package/src/operations/aPIKeys.ts +0 -256
- package/src/operations/analyticsItems.ts +0 -215
- package/src/operations/annotations.ts +0 -300
- package/src/operations/componentAvailableFeatures.ts +0 -70
- package/src/operations/componentCurrentBillingFeatures.ts +0 -114
- package/src/operations/componentFeatureCapabilities.ts +0 -70
- package/src/operations/componentLinkedStorageAccountsOperations.ts +0 -235
- package/src/operations/componentQuotaStatus.ts +0 -69
- package/src/operations/components.ts +0 -572
- package/src/operations/exportConfigurations.ts +0 -264
- package/src/operations/favorites.ts +0 -265
- package/src/operations/index.ts +0 -27
- package/src/operations/liveToken.ts +0 -61
- package/src/operations/myWorkbooks.ts +0 -535
- package/src/operations/proactiveDetectionConfigurations.ts +0 -179
- package/src/operations/webTestLocations.ts +0 -130
- package/src/operations/webTests.ts +0 -607
- package/src/operations/workItemConfigurations.ts +0 -351
- package/src/operations/workbookTemplates.ts +0 -295
- package/src/operations/workbooks.ts +0 -745
- package/src/operationsInterfaces/aPIKeys.ts +0 -76
- package/src/operationsInterfaces/analyticsItems.ts +0 -82
- package/src/operationsInterfaces/annotations.ts +0 -81
- package/src/operationsInterfaces/componentAvailableFeatures.ts +0 -27
- package/src/operationsInterfaces/componentCurrentBillingFeatures.ts +0 -44
- package/src/operationsInterfaces/componentFeatureCapabilities.ts +0 -27
- package/src/operationsInterfaces/componentLinkedStorageAccountsOperations.ts +0 -86
- package/src/operationsInterfaces/componentQuotaStatus.ts +0 -27
- package/src/operationsInterfaces/components.ts +0 -131
- package/src/operationsInterfaces/exportConfigurations.ts +0 -95
- package/src/operationsInterfaces/favorites.ts +0 -92
- package/src/operationsInterfaces/index.ts +0 -27
- package/src/operationsInterfaces/liveToken.ts +0 -22
- package/src/operationsInterfaces/myWorkbooks.ts +0 -95
- package/src/operationsInterfaces/proactiveDetectionConfigurations.ts +0 -63
- package/src/operationsInterfaces/webTestLocations.ts +0 -29
- package/src/operationsInterfaces/webTests.ts +0 -104
- package/src/operationsInterfaces/workItemConfigurations.ts +0 -109
- package/src/operationsInterfaces/workbookTemplates.ts +0 -80
- package/src/operationsInterfaces/workbooks.ts +0 -120
- package/src/pagingHelper.ts +0 -39
- package/tsconfig.json +0 -33
- package/types/arm-appinsights.d.ts +0 -3191
- package/types/tsdoc-metadata.json +0 -11
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/aPIKeys.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/analyticsItems.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/annotations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/componentAvailableFeatures.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/componentCurrentBillingFeatures.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/componentFeatureCapabilities.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/componentLinkedStorageAccountsOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/componentQuotaStatus.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/components.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/exportConfigurations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/favorites.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/liveToken.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/proactiveDetectionConfigurations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/webTestLocations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/webTests.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/workItemConfigurations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/workbookTemplates.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/workbooks.js +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"workbooks.js","sourceRoot":"","sources":["../../../src/operations/workbooks.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import { ApplicationInsightsComponentAPIKey, APIKeysListOptionalParams, APIKeyRequest, APIKeysCreateOptionalParams, APIKeysCreateResponse, APIKeysDeleteOptionalParams, APIKeysDeleteResponse, APIKeysGetOptionalParams, APIKeysGetResponse } from "../models";
|
|
3
|
-
/** Interface representing a APIKeys. */
|
|
4
|
-
export interface APIKeys {
|
|
5
|
-
/**
|
|
6
|
-
* Gets a list of API keys of an Application Insights component.
|
|
7
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
8
|
-
* @param resourceName The name of the Application Insights component resource.
|
|
9
|
-
* @param options The options parameters.
|
|
10
|
-
*/
|
|
11
|
-
list(resourceGroupName: string, resourceName: string, options?: APIKeysListOptionalParams): PagedAsyncIterableIterator<ApplicationInsightsComponentAPIKey>;
|
|
12
|
-
/**
|
|
13
|
-
* Create an API Key of an Application Insights component.
|
|
14
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
15
|
-
* @param resourceName The name of the Application Insights component resource.
|
|
16
|
-
* @param aPIKeyProperties Properties that need to be specified to create an API key of a Application
|
|
17
|
-
* Insights component.
|
|
18
|
-
* @param options The options parameters.
|
|
19
|
-
*/
|
|
20
|
-
create(resourceGroupName: string, resourceName: string, aPIKeyProperties: APIKeyRequest, options?: APIKeysCreateOptionalParams): Promise<APIKeysCreateResponse>;
|
|
21
|
-
/**
|
|
22
|
-
* Delete an API Key of an Application Insights component.
|
|
23
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
24
|
-
* @param resourceName The name of the Application Insights component resource.
|
|
25
|
-
* @param keyId The API Key ID. This is unique within a Application Insights component.
|
|
26
|
-
* @param options The options parameters.
|
|
27
|
-
*/
|
|
28
|
-
delete(resourceGroupName: string, resourceName: string, keyId: string, options?: APIKeysDeleteOptionalParams): Promise<APIKeysDeleteResponse>;
|
|
29
|
-
/**
|
|
30
|
-
* Get the API Key for this key id.
|
|
31
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
32
|
-
* @param resourceName The name of the Application Insights component resource.
|
|
33
|
-
* @param keyId The API Key ID. This is unique within a Application Insights component.
|
|
34
|
-
* @param options The options parameters.
|
|
35
|
-
*/
|
|
36
|
-
get(resourceGroupName: string, resourceName: string, keyId: string, options?: APIKeysGetOptionalParams): Promise<APIKeysGetResponse>;
|
|
37
|
-
}
|
|
38
|
-
//# sourceMappingURL=aPIKeys.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"aPIKeys.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/aPIKeys.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EACL,kCAAkC,EAClC,yBAAyB,EACzB,aAAa,EACb,2BAA2B,EAC3B,qBAAqB,EACrB,2BAA2B,EAC3B,qBAAqB,EACrB,wBAAwB,EACxB,kBAAkB,EACnB,MAAM,WAAW,CAAC;AAGnB,wCAAwC;AACxC,MAAM,WAAW,OAAO;IACtB;;;;;OAKG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,yBAAyB,GAClC,0BAA0B,CAAC,kCAAkC,CAAC,CAAC;IAClE;;;;;;;OAOG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,gBAAgB,EAAE,aAAa,EAC/B,OAAO,CAAC,EAAE,2BAA2B,GACpC,OAAO,CAAC,qBAAqB,CAAC,CAAC;IAClC;;;;;;OAMG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,KAAK,EAAE,MAAM,EACb,OAAO,CAAC,EAAE,2BAA2B,GACpC,OAAO,CAAC,qBAAqB,CAAC,CAAC;IAClC;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,KAAK,EAAE,MAAM,EACb,OAAO,CAAC,EAAE,wBAAwB,GACjC,OAAO,CAAC,kBAAkB,CAAC,CAAC;CAChC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"aPIKeys.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/aPIKeys.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG"}
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
import { ItemScopePath, AnalyticsItemsListOptionalParams, AnalyticsItemsListResponse, AnalyticsItemsGetOptionalParams, AnalyticsItemsGetResponse, ApplicationInsightsComponentAnalyticsItem, AnalyticsItemsPutOptionalParams, AnalyticsItemsPutResponse, AnalyticsItemsDeleteOptionalParams } from "../models";
|
|
2
|
-
/** Interface representing a AnalyticsItems. */
|
|
3
|
-
export interface AnalyticsItems {
|
|
4
|
-
/**
|
|
5
|
-
* Gets a list of Analytics Items defined within an Application Insights component.
|
|
6
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
7
|
-
* @param resourceName The name of the Application Insights component resource.
|
|
8
|
-
* @param scopePath Enum indicating if this item definition is owned by a specific user or is shared
|
|
9
|
-
* between all users with access to the Application Insights component.
|
|
10
|
-
* @param options The options parameters.
|
|
11
|
-
*/
|
|
12
|
-
list(resourceGroupName: string, resourceName: string, scopePath: ItemScopePath, options?: AnalyticsItemsListOptionalParams): Promise<AnalyticsItemsListResponse>;
|
|
13
|
-
/**
|
|
14
|
-
* Gets a specific Analytics Items defined within an Application Insights component.
|
|
15
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
16
|
-
* @param resourceName The name of the Application Insights component resource.
|
|
17
|
-
* @param scopePath Enum indicating if this item definition is owned by a specific user or is shared
|
|
18
|
-
* between all users with access to the Application Insights component.
|
|
19
|
-
* @param options The options parameters.
|
|
20
|
-
*/
|
|
21
|
-
get(resourceGroupName: string, resourceName: string, scopePath: ItemScopePath, options?: AnalyticsItemsGetOptionalParams): Promise<AnalyticsItemsGetResponse>;
|
|
22
|
-
/**
|
|
23
|
-
* Adds or Updates a specific Analytics Item within an Application Insights component.
|
|
24
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
25
|
-
* @param resourceName The name of the Application Insights component resource.
|
|
26
|
-
* @param scopePath Enum indicating if this item definition is owned by a specific user or is shared
|
|
27
|
-
* between all users with access to the Application Insights component.
|
|
28
|
-
* @param itemProperties Properties that need to be specified to create a new item and add it to an
|
|
29
|
-
* Application Insights component.
|
|
30
|
-
* @param options The options parameters.
|
|
31
|
-
*/
|
|
32
|
-
put(resourceGroupName: string, resourceName: string, scopePath: ItemScopePath, itemProperties: ApplicationInsightsComponentAnalyticsItem, options?: AnalyticsItemsPutOptionalParams): Promise<AnalyticsItemsPutResponse>;
|
|
33
|
-
/**
|
|
34
|
-
* Deletes a specific Analytics Items defined within an Application Insights component.
|
|
35
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
36
|
-
* @param resourceName The name of the Application Insights component resource.
|
|
37
|
-
* @param scopePath Enum indicating if this item definition is owned by a specific user or is shared
|
|
38
|
-
* between all users with access to the Application Insights component.
|
|
39
|
-
* @param options The options parameters.
|
|
40
|
-
*/
|
|
41
|
-
delete(resourceGroupName: string, resourceName: string, scopePath: ItemScopePath, options?: AnalyticsItemsDeleteOptionalParams): Promise<void>;
|
|
42
|
-
}
|
|
43
|
-
//# sourceMappingURL=analyticsItems.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"analyticsItems.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/analyticsItems.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,aAAa,EACb,gCAAgC,EAChC,0BAA0B,EAC1B,+BAA+B,EAC/B,yBAAyB,EACzB,yCAAyC,EACzC,+BAA+B,EAC/B,yBAAyB,EACzB,kCAAkC,EACnC,MAAM,WAAW,CAAC;AAEnB,+CAA+C;AAC/C,MAAM,WAAW,cAAc;IAC7B;;;;;;;OAOG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,SAAS,EAAE,aAAa,EACxB,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,0BAA0B,CAAC,CAAC;IACvC;;;;;;;OAOG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,SAAS,EAAE,aAAa,EACxB,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,yBAAyB,CAAC,CAAC;IACtC;;;;;;;;;OASG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,SAAS,EAAE,aAAa,EACxB,cAAc,EAAE,yCAAyC,EACzD,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,yBAAyB,CAAC,CAAC;IACtC;;;;;;;OAOG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,SAAS,EAAE,aAAa,EACxB,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CAAC,IAAI,CAAC,CAAC;CAClB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"analyticsItems.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/analyticsItems.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG"}
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import { Annotation, AnnotationsListOptionalParams, AnnotationsCreateOptionalParams, AnnotationsCreateResponse, AnnotationsDeleteOptionalParams, AnnotationsGetOptionalParams, AnnotationsGetResponse } from "../models";
|
|
3
|
-
/** Interface representing a Annotations. */
|
|
4
|
-
export interface Annotations {
|
|
5
|
-
/**
|
|
6
|
-
* Gets the list of annotations for a component for given time range
|
|
7
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
8
|
-
* @param resourceName The name of the Application Insights component resource.
|
|
9
|
-
* @param start The start time to query from for annotations, cannot be older than 90 days from current
|
|
10
|
-
* date.
|
|
11
|
-
* @param end The end time to query for annotations.
|
|
12
|
-
* @param options The options parameters.
|
|
13
|
-
*/
|
|
14
|
-
list(resourceGroupName: string, resourceName: string, start: string, end: string, options?: AnnotationsListOptionalParams): PagedAsyncIterableIterator<Annotation>;
|
|
15
|
-
/**
|
|
16
|
-
* Create an Annotation of an Application Insights component.
|
|
17
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
18
|
-
* @param resourceName The name of the Application Insights component resource.
|
|
19
|
-
* @param annotationProperties Properties that need to be specified to create an annotation of a
|
|
20
|
-
* Application Insights component.
|
|
21
|
-
* @param options The options parameters.
|
|
22
|
-
*/
|
|
23
|
-
create(resourceGroupName: string, resourceName: string, annotationProperties: Annotation, options?: AnnotationsCreateOptionalParams): Promise<AnnotationsCreateResponse>;
|
|
24
|
-
/**
|
|
25
|
-
* Delete an Annotation of an Application Insights component.
|
|
26
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
27
|
-
* @param resourceName The name of the Application Insights component resource.
|
|
28
|
-
* @param annotationId The unique annotation ID. This is unique within a Application Insights
|
|
29
|
-
* component.
|
|
30
|
-
* @param options The options parameters.
|
|
31
|
-
*/
|
|
32
|
-
delete(resourceGroupName: string, resourceName: string, annotationId: string, options?: AnnotationsDeleteOptionalParams): Promise<void>;
|
|
33
|
-
/**
|
|
34
|
-
* Get the annotation for given id.
|
|
35
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
36
|
-
* @param resourceName The name of the Application Insights component resource.
|
|
37
|
-
* @param annotationId The unique annotation ID. This is unique within a Application Insights
|
|
38
|
-
* component.
|
|
39
|
-
* @param options The options parameters.
|
|
40
|
-
*/
|
|
41
|
-
get(resourceGroupName: string, resourceName: string, annotationId: string, options?: AnnotationsGetOptionalParams): Promise<AnnotationsGetResponse>;
|
|
42
|
-
}
|
|
43
|
-
//# sourceMappingURL=annotations.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"annotations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/annotations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EACL,UAAU,EACV,6BAA6B,EAC7B,+BAA+B,EAC/B,yBAAyB,EACzB,+BAA+B,EAC/B,4BAA4B,EAC5B,sBAAsB,EACvB,MAAM,WAAW,CAAC;AAGnB,4CAA4C;AAC5C,MAAM,WAAW,WAAW;IAC1B;;;;;;;;OAQG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,KAAK,EAAE,MAAM,EACb,GAAG,EAAE,MAAM,EACX,OAAO,CAAC,EAAE,6BAA6B,GACtC,0BAA0B,CAAC,UAAU,CAAC,CAAC;IAC1C;;;;;;;OAOG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,oBAAoB,EAAE,UAAU,EAChC,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,yBAAyB,CAAC,CAAC;IACtC;;;;;;;OAOG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;;OAOG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,sBAAsB,CAAC,CAAC;CACpC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"annotations.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/annotations.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { ComponentAvailableFeaturesGetOptionalParams, ComponentAvailableFeaturesGetResponse } from "../models";
|
|
2
|
-
/** Interface representing a ComponentAvailableFeatures. */
|
|
3
|
-
export interface ComponentAvailableFeatures {
|
|
4
|
-
/**
|
|
5
|
-
* Returns all available features of the application insights component.
|
|
6
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
7
|
-
* @param resourceName The name of the Application Insights component resource.
|
|
8
|
-
* @param options The options parameters.
|
|
9
|
-
*/
|
|
10
|
-
get(resourceGroupName: string, resourceName: string, options?: ComponentAvailableFeaturesGetOptionalParams): Promise<ComponentAvailableFeaturesGetResponse>;
|
|
11
|
-
}
|
|
12
|
-
//# sourceMappingURL=componentAvailableFeatures.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"componentAvailableFeatures.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/componentAvailableFeatures.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,2CAA2C,EAC3C,qCAAqC,EACtC,MAAM,WAAW,CAAC;AAEnB,2DAA2D;AAC3D,MAAM,WAAW,0BAA0B;IACzC;;;;;OAKG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,2CAA2C,GACpD,OAAO,CAAC,qCAAqC,CAAC,CAAC;CACnD"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"componentAvailableFeatures.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/componentAvailableFeatures.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG"}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { ComponentCurrentBillingFeaturesGetOptionalParams, ComponentCurrentBillingFeaturesGetResponse, ApplicationInsightsComponentBillingFeatures, ComponentCurrentBillingFeaturesUpdateOptionalParams, ComponentCurrentBillingFeaturesUpdateResponse } from "../models";
|
|
2
|
-
/** Interface representing a ComponentCurrentBillingFeatures. */
|
|
3
|
-
export interface ComponentCurrentBillingFeatures {
|
|
4
|
-
/**
|
|
5
|
-
* Returns current billing features for an Application Insights component.
|
|
6
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
7
|
-
* @param resourceName The name of the Application Insights component resource.
|
|
8
|
-
* @param options The options parameters.
|
|
9
|
-
*/
|
|
10
|
-
get(resourceGroupName: string, resourceName: string, options?: ComponentCurrentBillingFeaturesGetOptionalParams): Promise<ComponentCurrentBillingFeaturesGetResponse>;
|
|
11
|
-
/**
|
|
12
|
-
* Update current billing features for an Application Insights component.
|
|
13
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
14
|
-
* @param resourceName The name of the Application Insights component resource.
|
|
15
|
-
* @param billingFeaturesProperties Properties that need to be specified to update billing features for
|
|
16
|
-
* an Application Insights component.
|
|
17
|
-
* @param options The options parameters.
|
|
18
|
-
*/
|
|
19
|
-
update(resourceGroupName: string, resourceName: string, billingFeaturesProperties: ApplicationInsightsComponentBillingFeatures, options?: ComponentCurrentBillingFeaturesUpdateOptionalParams): Promise<ComponentCurrentBillingFeaturesUpdateResponse>;
|
|
20
|
-
}
|
|
21
|
-
//# sourceMappingURL=componentCurrentBillingFeatures.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"componentCurrentBillingFeatures.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/componentCurrentBillingFeatures.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,gDAAgD,EAChD,0CAA0C,EAC1C,2CAA2C,EAC3C,mDAAmD,EACnD,6CAA6C,EAC9C,MAAM,WAAW,CAAC;AAEnB,gEAAgE;AAChE,MAAM,WAAW,+BAA+B;IAC9C;;;;;OAKG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,gDAAgD,GACzD,OAAO,CAAC,0CAA0C,CAAC,CAAC;IACvD;;;;;;;OAOG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,yBAAyB,EAAE,2CAA2C,EACtE,OAAO,CAAC,EAAE,mDAAmD,GAC5D,OAAO,CAAC,6CAA6C,CAAC,CAAC;CAC3D"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"componentCurrentBillingFeatures.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/componentCurrentBillingFeatures.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { ComponentFeatureCapabilitiesGetOptionalParams, ComponentFeatureCapabilitiesGetResponse } from "../models";
|
|
2
|
-
/** Interface representing a ComponentFeatureCapabilities. */
|
|
3
|
-
export interface ComponentFeatureCapabilities {
|
|
4
|
-
/**
|
|
5
|
-
* Returns feature capabilities of the application insights component.
|
|
6
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
7
|
-
* @param resourceName The name of the Application Insights component resource.
|
|
8
|
-
* @param options The options parameters.
|
|
9
|
-
*/
|
|
10
|
-
get(resourceGroupName: string, resourceName: string, options?: ComponentFeatureCapabilitiesGetOptionalParams): Promise<ComponentFeatureCapabilitiesGetResponse>;
|
|
11
|
-
}
|
|
12
|
-
//# sourceMappingURL=componentFeatureCapabilities.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"componentFeatureCapabilities.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/componentFeatureCapabilities.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,6CAA6C,EAC7C,uCAAuC,EACxC,MAAM,WAAW,CAAC;AAEnB,6DAA6D;AAC7D,MAAM,WAAW,4BAA4B;IAC3C;;;;;OAKG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,6CAA6C,GACtD,OAAO,CAAC,uCAAuC,CAAC,CAAC;CACrD"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"componentFeatureCapabilities.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/componentFeatureCapabilities.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG"}
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
import { StorageType, ComponentLinkedStorageAccountsGetOptionalParams, ComponentLinkedStorageAccountsGetResponse, ComponentLinkedStorageAccounts, ComponentLinkedStorageAccountsCreateAndUpdateOptionalParams, ComponentLinkedStorageAccountsCreateAndUpdateResponse, ComponentLinkedStorageAccountsPatch, ComponentLinkedStorageAccountsUpdateOptionalParams, ComponentLinkedStorageAccountsUpdateResponse, ComponentLinkedStorageAccountsDeleteOptionalParams } from "../models";
|
|
2
|
-
/** Interface representing a ComponentLinkedStorageAccountsOperations. */
|
|
3
|
-
export interface ComponentLinkedStorageAccountsOperations {
|
|
4
|
-
/**
|
|
5
|
-
* Returns the current linked storage settings for an Application Insights component.
|
|
6
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
7
|
-
* @param resourceName The name of the Application Insights component resource.
|
|
8
|
-
* @param storageType The type of the Application Insights component data source for the linked storage
|
|
9
|
-
* account.
|
|
10
|
-
* @param options The options parameters.
|
|
11
|
-
*/
|
|
12
|
-
get(resourceGroupName: string, resourceName: string, storageType: StorageType, options?: ComponentLinkedStorageAccountsGetOptionalParams): Promise<ComponentLinkedStorageAccountsGetResponse>;
|
|
13
|
-
/**
|
|
14
|
-
* Replace current linked storage account for an Application Insights component.
|
|
15
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
16
|
-
* @param resourceName The name of the Application Insights component resource.
|
|
17
|
-
* @param storageType The type of the Application Insights component data source for the linked storage
|
|
18
|
-
* account.
|
|
19
|
-
* @param linkedStorageAccountsProperties Properties that need to be specified to update linked storage
|
|
20
|
-
* accounts for an Application Insights component.
|
|
21
|
-
* @param options The options parameters.
|
|
22
|
-
*/
|
|
23
|
-
createAndUpdate(resourceGroupName: string, resourceName: string, storageType: StorageType, linkedStorageAccountsProperties: ComponentLinkedStorageAccounts, options?: ComponentLinkedStorageAccountsCreateAndUpdateOptionalParams): Promise<ComponentLinkedStorageAccountsCreateAndUpdateResponse>;
|
|
24
|
-
/**
|
|
25
|
-
* Update linked storage accounts for an Application Insights component.
|
|
26
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
27
|
-
* @param resourceName The name of the Application Insights component resource.
|
|
28
|
-
* @param storageType The type of the Application Insights component data source for the linked storage
|
|
29
|
-
* account.
|
|
30
|
-
* @param linkedStorageAccountsProperties Properties that need to be specified to update a linked
|
|
31
|
-
* storage accounts for an Application Insights component.
|
|
32
|
-
* @param options The options parameters.
|
|
33
|
-
*/
|
|
34
|
-
update(resourceGroupName: string, resourceName: string, storageType: StorageType, linkedStorageAccountsProperties: ComponentLinkedStorageAccountsPatch, options?: ComponentLinkedStorageAccountsUpdateOptionalParams): Promise<ComponentLinkedStorageAccountsUpdateResponse>;
|
|
35
|
-
/**
|
|
36
|
-
* Delete linked storage accounts for an Application Insights component.
|
|
37
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
38
|
-
* @param resourceName The name of the Application Insights component resource.
|
|
39
|
-
* @param storageType The type of the Application Insights component data source for the linked storage
|
|
40
|
-
* account.
|
|
41
|
-
* @param options The options parameters.
|
|
42
|
-
*/
|
|
43
|
-
delete(resourceGroupName: string, resourceName: string, storageType: StorageType, options?: ComponentLinkedStorageAccountsDeleteOptionalParams): Promise<void>;
|
|
44
|
-
}
|
|
45
|
-
//# sourceMappingURL=componentLinkedStorageAccountsOperations.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"componentLinkedStorageAccountsOperations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/componentLinkedStorageAccountsOperations.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,WAAW,EACX,+CAA+C,EAC/C,yCAAyC,EACzC,8BAA8B,EAC9B,2DAA2D,EAC3D,qDAAqD,EACrD,mCAAmC,EACnC,kDAAkD,EAClD,4CAA4C,EAC5C,kDAAkD,EACnD,MAAM,WAAW,CAAC;AAEnB,yEAAyE;AACzE,MAAM,WAAW,wCAAwC;IACvD;;;;;;;OAOG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,WAAW,EAAE,WAAW,EACxB,OAAO,CAAC,EAAE,+CAA+C,GACxD,OAAO,CAAC,yCAAyC,CAAC,CAAC;IACtD;;;;;;;;;OASG;IACH,eAAe,CACb,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,WAAW,EAAE,WAAW,EACxB,+BAA+B,EAAE,8BAA8B,EAC/D,OAAO,CAAC,EAAE,2DAA2D,GACpE,OAAO,CAAC,qDAAqD,CAAC,CAAC;IAClE;;;;;;;;;OASG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,WAAW,EAAE,WAAW,EACxB,+BAA+B,EAAE,mCAAmC,EACpE,OAAO,CAAC,EAAE,kDAAkD,GAC3D,OAAO,CAAC,4CAA4C,CAAC,CAAC;IACzD;;;;;;;OAOG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,WAAW,EAAE,WAAW,EACxB,OAAO,CAAC,EAAE,kDAAkD,GAC3D,OAAO,CAAC,IAAI,CAAC,CAAC;CAClB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"componentLinkedStorageAccountsOperations.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/componentLinkedStorageAccountsOperations.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { ComponentQuotaStatusGetOptionalParams, ComponentQuotaStatusGetResponse } from "../models";
|
|
2
|
-
/** Interface representing a ComponentQuotaStatus. */
|
|
3
|
-
export interface ComponentQuotaStatus {
|
|
4
|
-
/**
|
|
5
|
-
* Returns daily data volume cap (quota) status for an Application Insights component.
|
|
6
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
7
|
-
* @param resourceName The name of the Application Insights component resource.
|
|
8
|
-
* @param options The options parameters.
|
|
9
|
-
*/
|
|
10
|
-
get(resourceGroupName: string, resourceName: string, options?: ComponentQuotaStatusGetOptionalParams): Promise<ComponentQuotaStatusGetResponse>;
|
|
11
|
-
}
|
|
12
|
-
//# sourceMappingURL=componentQuotaStatus.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"componentQuotaStatus.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/componentQuotaStatus.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,qCAAqC,EACrC,+BAA+B,EAChC,MAAM,WAAW,CAAC;AAEnB,qDAAqD;AACrD,MAAM,WAAW,oBAAoB;IACnC;;;;;OAKG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,qCAAqC,GAC9C,OAAO,CAAC,+BAA+B,CAAC,CAAC;CAC7C"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"componentQuotaStatus.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/componentQuotaStatus.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG"}
|
|
@@ -1,72 +0,0 @@
|
|
|
1
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import { ApplicationInsightsComponent, ComponentsListOptionalParams, ComponentsListByResourceGroupOptionalParams, ComponentsDeleteOptionalParams, ComponentsGetOptionalParams, ComponentsGetResponse, ComponentsCreateOrUpdateOptionalParams, ComponentsCreateOrUpdateResponse, TagsResource, ComponentsUpdateTagsOptionalParams, ComponentsUpdateTagsResponse, ComponentPurgeBody, ComponentsPurgeOptionalParams, ComponentsPurgeResponse, ComponentsGetPurgeStatusOptionalParams, ComponentsGetPurgeStatusResponse } from "../models";
|
|
3
|
-
/** Interface representing a Components. */
|
|
4
|
-
export interface Components {
|
|
5
|
-
/**
|
|
6
|
-
* Gets a list of all Application Insights components within a subscription.
|
|
7
|
-
* @param options The options parameters.
|
|
8
|
-
*/
|
|
9
|
-
list(options?: ComponentsListOptionalParams): PagedAsyncIterableIterator<ApplicationInsightsComponent>;
|
|
10
|
-
/**
|
|
11
|
-
* Gets a list of Application Insights components within a resource group.
|
|
12
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
13
|
-
* @param options The options parameters.
|
|
14
|
-
*/
|
|
15
|
-
listByResourceGroup(resourceGroupName: string, options?: ComponentsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<ApplicationInsightsComponent>;
|
|
16
|
-
/**
|
|
17
|
-
* Deletes an Application Insights component.
|
|
18
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
19
|
-
* @param resourceName The name of the Application Insights component resource.
|
|
20
|
-
* @param options The options parameters.
|
|
21
|
-
*/
|
|
22
|
-
delete(resourceGroupName: string, resourceName: string, options?: ComponentsDeleteOptionalParams): Promise<void>;
|
|
23
|
-
/**
|
|
24
|
-
* Returns an Application Insights component.
|
|
25
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
26
|
-
* @param resourceName The name of the Application Insights component resource.
|
|
27
|
-
* @param options The options parameters.
|
|
28
|
-
*/
|
|
29
|
-
get(resourceGroupName: string, resourceName: string, options?: ComponentsGetOptionalParams): Promise<ComponentsGetResponse>;
|
|
30
|
-
/**
|
|
31
|
-
* Creates (or updates) an Application Insights component. Note: You cannot specify a different value
|
|
32
|
-
* for InstrumentationKey nor AppId in the Put operation.
|
|
33
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
34
|
-
* @param resourceName The name of the Application Insights component resource.
|
|
35
|
-
* @param insightProperties Properties that need to be specified to create an Application Insights
|
|
36
|
-
* component.
|
|
37
|
-
* @param options The options parameters.
|
|
38
|
-
*/
|
|
39
|
-
createOrUpdate(resourceGroupName: string, resourceName: string, insightProperties: ApplicationInsightsComponent, options?: ComponentsCreateOrUpdateOptionalParams): Promise<ComponentsCreateOrUpdateResponse>;
|
|
40
|
-
/**
|
|
41
|
-
* Updates an existing component's tags. To update other fields use the CreateOrUpdate method.
|
|
42
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
43
|
-
* @param resourceName The name of the Application Insights component resource.
|
|
44
|
-
* @param componentTags Updated tag information to set into the component instance.
|
|
45
|
-
* @param options The options parameters.
|
|
46
|
-
*/
|
|
47
|
-
updateTags(resourceGroupName: string, resourceName: string, componentTags: TagsResource, options?: ComponentsUpdateTagsOptionalParams): Promise<ComponentsUpdateTagsResponse>;
|
|
48
|
-
/**
|
|
49
|
-
* Purges data in an Application Insights component by a set of user-defined filters.
|
|
50
|
-
*
|
|
51
|
-
* In order to manage system resources, purge requests are throttled at 50 requests per hour. You
|
|
52
|
-
* should batch the execution of purge requests by sending a single command whose predicate includes
|
|
53
|
-
* all user identities that require purging. Use the in operator to specify multiple identities. You
|
|
54
|
-
* should run the query prior to using for a purge request to verify that the results are expected.
|
|
55
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
56
|
-
* @param resourceName The name of the Application Insights component resource.
|
|
57
|
-
* @param body Describes the body of a request to purge data in a single table of an Application
|
|
58
|
-
* Insights component
|
|
59
|
-
* @param options The options parameters.
|
|
60
|
-
*/
|
|
61
|
-
purge(resourceGroupName: string, resourceName: string, body: ComponentPurgeBody, options?: ComponentsPurgeOptionalParams): Promise<ComponentsPurgeResponse>;
|
|
62
|
-
/**
|
|
63
|
-
* Get status for an ongoing purge operation.
|
|
64
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
65
|
-
* @param resourceName The name of the Application Insights component resource.
|
|
66
|
-
* @param purgeId In a purge status request, this is the Id of the operation the status of which is
|
|
67
|
-
* returned.
|
|
68
|
-
* @param options The options parameters.
|
|
69
|
-
*/
|
|
70
|
-
getPurgeStatus(resourceGroupName: string, resourceName: string, purgeId: string, options?: ComponentsGetPurgeStatusOptionalParams): Promise<ComponentsGetPurgeStatusResponse>;
|
|
71
|
-
}
|
|
72
|
-
//# sourceMappingURL=components.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"components.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/components.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EACL,4BAA4B,EAC5B,4BAA4B,EAC5B,2CAA2C,EAC3C,8BAA8B,EAC9B,2BAA2B,EAC3B,qBAAqB,EACrB,sCAAsC,EACtC,gCAAgC,EAChC,YAAY,EACZ,kCAAkC,EAClC,4BAA4B,EAC5B,kBAAkB,EAClB,6BAA6B,EAC7B,uBAAuB,EACvB,sCAAsC,EACtC,gCAAgC,EACjC,MAAM,WAAW,CAAC;AAGnB,2CAA2C;AAC3C,MAAM,WAAW,UAAU;IACzB;;;OAGG;IACH,IAAI,CACF,OAAO,CAAC,EAAE,4BAA4B,GACrC,0BAA0B,CAAC,4BAA4B,CAAC,CAAC;IAC5D;;;;OAIG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,2CAA2C,GACpD,0BAA0B,CAAC,4BAA4B,CAAC,CAAC;IAC5D;;;;;OAKG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,8BAA8B,GACvC,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;OAKG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,2BAA2B,GACpC,OAAO,CAAC,qBAAqB,CAAC,CAAC;IAClC;;;;;;;;OAQG;IACH,cAAc,CACZ,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,iBAAiB,EAAE,4BAA4B,EAC/C,OAAO,CAAC,EAAE,sCAAsC,GAC/C,OAAO,CAAC,gCAAgC,CAAC,CAAC;IAC7C;;;;;;OAMG;IACH,UAAU,CACR,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,aAAa,EAAE,YAAY,EAC3B,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CAAC,4BAA4B,CAAC,CAAC;IACzC;;;;;;;;;;;;OAYG;IACH,KAAK,CACH,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,IAAI,EAAE,kBAAkB,EACxB,OAAO,CAAC,EAAE,6BAA6B,GACtC,OAAO,CAAC,uBAAuB,CAAC,CAAC;IACpC;;;;;;;OAOG;IACH,cAAc,CACZ,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,OAAO,EAAE,MAAM,EACf,OAAO,CAAC,EAAE,sCAAsC,GAC/C,OAAO,CAAC,gCAAgC,CAAC,CAAC;CAC9C"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"components.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/components.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG"}
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
import { ExportConfigurationsListOptionalParams, ExportConfigurationsListResponse, ApplicationInsightsComponentExportRequest, ExportConfigurationsCreateOptionalParams, ExportConfigurationsCreateResponse, ExportConfigurationsDeleteOptionalParams, ExportConfigurationsDeleteResponse, ExportConfigurationsGetOptionalParams, ExportConfigurationsGetResponse, ExportConfigurationsUpdateOptionalParams, ExportConfigurationsUpdateResponse } from "../models";
|
|
2
|
-
/** Interface representing a ExportConfigurations. */
|
|
3
|
-
export interface ExportConfigurations {
|
|
4
|
-
/**
|
|
5
|
-
* Gets a list of Continuous Export configuration of an Application Insights component.
|
|
6
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
7
|
-
* @param resourceName The name of the Application Insights component resource.
|
|
8
|
-
* @param options The options parameters.
|
|
9
|
-
*/
|
|
10
|
-
list(resourceGroupName: string, resourceName: string, options?: ExportConfigurationsListOptionalParams): Promise<ExportConfigurationsListResponse>;
|
|
11
|
-
/**
|
|
12
|
-
* Create a Continuous Export configuration of an Application Insights component.
|
|
13
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
14
|
-
* @param resourceName The name of the Application Insights component resource.
|
|
15
|
-
* @param exportProperties Properties that need to be specified to create a Continuous Export
|
|
16
|
-
* configuration of a Application Insights component.
|
|
17
|
-
* @param options The options parameters.
|
|
18
|
-
*/
|
|
19
|
-
create(resourceGroupName: string, resourceName: string, exportProperties: ApplicationInsightsComponentExportRequest, options?: ExportConfigurationsCreateOptionalParams): Promise<ExportConfigurationsCreateResponse>;
|
|
20
|
-
/**
|
|
21
|
-
* Delete a Continuous Export configuration of an Application Insights component.
|
|
22
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
23
|
-
* @param resourceName The name of the Application Insights component resource.
|
|
24
|
-
* @param exportId The Continuous Export configuration ID. This is unique within a Application Insights
|
|
25
|
-
* component.
|
|
26
|
-
* @param options The options parameters.
|
|
27
|
-
*/
|
|
28
|
-
delete(resourceGroupName: string, resourceName: string, exportId: string, options?: ExportConfigurationsDeleteOptionalParams): Promise<ExportConfigurationsDeleteResponse>;
|
|
29
|
-
/**
|
|
30
|
-
* Get the Continuous Export configuration for this export id.
|
|
31
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
32
|
-
* @param resourceName The name of the Application Insights component resource.
|
|
33
|
-
* @param exportId The Continuous Export configuration ID. This is unique within a Application Insights
|
|
34
|
-
* component.
|
|
35
|
-
* @param options The options parameters.
|
|
36
|
-
*/
|
|
37
|
-
get(resourceGroupName: string, resourceName: string, exportId: string, options?: ExportConfigurationsGetOptionalParams): Promise<ExportConfigurationsGetResponse>;
|
|
38
|
-
/**
|
|
39
|
-
* Update the Continuous Export configuration for this export id.
|
|
40
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
41
|
-
* @param resourceName The name of the Application Insights component resource.
|
|
42
|
-
* @param exportId The Continuous Export configuration ID. This is unique within a Application Insights
|
|
43
|
-
* component.
|
|
44
|
-
* @param exportProperties Properties that need to be specified to update the Continuous Export
|
|
45
|
-
* configuration.
|
|
46
|
-
* @param options The options parameters.
|
|
47
|
-
*/
|
|
48
|
-
update(resourceGroupName: string, resourceName: string, exportId: string, exportProperties: ApplicationInsightsComponentExportRequest, options?: ExportConfigurationsUpdateOptionalParams): Promise<ExportConfigurationsUpdateResponse>;
|
|
49
|
-
}
|
|
50
|
-
//# sourceMappingURL=exportConfigurations.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"exportConfigurations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/exportConfigurations.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,sCAAsC,EACtC,gCAAgC,EAChC,yCAAyC,EACzC,wCAAwC,EACxC,kCAAkC,EAClC,wCAAwC,EACxC,kCAAkC,EAClC,qCAAqC,EACrC,+BAA+B,EAC/B,wCAAwC,EACxC,kCAAkC,EACnC,MAAM,WAAW,CAAC;AAEnB,qDAAqD;AACrD,MAAM,WAAW,oBAAoB;IACnC;;;;;OAKG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,sCAAsC,GAC/C,OAAO,CAAC,gCAAgC,CAAC,CAAC;IAC7C;;;;;;;OAOG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,gBAAgB,EAAE,yCAAyC,EAC3D,OAAO,CAAC,EAAE,wCAAwC,GACjD,OAAO,CAAC,kCAAkC,CAAC,CAAC;IAC/C;;;;;;;OAOG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,wCAAwC,GACjD,OAAO,CAAC,kCAAkC,CAAC,CAAC;IAC/C;;;;;;;OAOG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,qCAAqC,GAC9C,OAAO,CAAC,+BAA+B,CAAC,CAAC;IAC5C;;;;;;;;;OASG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,QAAQ,EAAE,MAAM,EAChB,gBAAgB,EAAE,yCAAyC,EAC3D,OAAO,CAAC,EAAE,wCAAwC,GACjD,OAAO,CAAC,kCAAkC,CAAC,CAAC;CAChD"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"exportConfigurations.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/exportConfigurations.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG"}
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
import { FavoritesListOptionalParams, FavoritesListResponse, FavoritesGetOptionalParams, FavoritesGetResponse, ApplicationInsightsComponentFavorite, FavoritesAddOptionalParams, FavoritesAddResponse, FavoritesUpdateOptionalParams, FavoritesUpdateResponse, FavoritesDeleteOptionalParams } from "../models";
|
|
2
|
-
/** Interface representing a Favorites. */
|
|
3
|
-
export interface Favorites {
|
|
4
|
-
/**
|
|
5
|
-
* Gets a list of favorites defined within an Application Insights component.
|
|
6
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
7
|
-
* @param resourceName The name of the Application Insights component resource.
|
|
8
|
-
* @param options The options parameters.
|
|
9
|
-
*/
|
|
10
|
-
list(resourceGroupName: string, resourceName: string, options?: FavoritesListOptionalParams): Promise<FavoritesListResponse>;
|
|
11
|
-
/**
|
|
12
|
-
* Get a single favorite by its FavoriteId, defined within an Application Insights component.
|
|
13
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
14
|
-
* @param resourceName The name of the Application Insights component resource.
|
|
15
|
-
* @param favoriteId The Id of a specific favorite defined in the Application Insights component
|
|
16
|
-
* @param options The options parameters.
|
|
17
|
-
*/
|
|
18
|
-
get(resourceGroupName: string, resourceName: string, favoriteId: string, options?: FavoritesGetOptionalParams): Promise<FavoritesGetResponse>;
|
|
19
|
-
/**
|
|
20
|
-
* Adds a new favorites to an Application Insights component.
|
|
21
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
22
|
-
* @param resourceName The name of the Application Insights component resource.
|
|
23
|
-
* @param favoriteId The Id of a specific favorite defined in the Application Insights component
|
|
24
|
-
* @param favoriteProperties Properties that need to be specified to create a new favorite and add it
|
|
25
|
-
* to an Application Insights component.
|
|
26
|
-
* @param options The options parameters.
|
|
27
|
-
*/
|
|
28
|
-
add(resourceGroupName: string, resourceName: string, favoriteId: string, favoriteProperties: ApplicationInsightsComponentFavorite, options?: FavoritesAddOptionalParams): Promise<FavoritesAddResponse>;
|
|
29
|
-
/**
|
|
30
|
-
* Updates a favorite that has already been added to an Application Insights component.
|
|
31
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
32
|
-
* @param resourceName The name of the Application Insights component resource.
|
|
33
|
-
* @param favoriteId The Id of a specific favorite defined in the Application Insights component
|
|
34
|
-
* @param favoriteProperties Properties that need to be specified to update the existing favorite.
|
|
35
|
-
* @param options The options parameters.
|
|
36
|
-
*/
|
|
37
|
-
update(resourceGroupName: string, resourceName: string, favoriteId: string, favoriteProperties: ApplicationInsightsComponentFavorite, options?: FavoritesUpdateOptionalParams): Promise<FavoritesUpdateResponse>;
|
|
38
|
-
/**
|
|
39
|
-
* Remove a favorite that is associated to an Application Insights component.
|
|
40
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
41
|
-
* @param resourceName The name of the Application Insights component resource.
|
|
42
|
-
* @param favoriteId The Id of a specific favorite defined in the Application Insights component
|
|
43
|
-
* @param options The options parameters.
|
|
44
|
-
*/
|
|
45
|
-
delete(resourceGroupName: string, resourceName: string, favoriteId: string, options?: FavoritesDeleteOptionalParams): Promise<void>;
|
|
46
|
-
}
|
|
47
|
-
//# sourceMappingURL=favorites.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"favorites.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/favorites.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,2BAA2B,EAC3B,qBAAqB,EACrB,0BAA0B,EAC1B,oBAAoB,EACpB,oCAAoC,EACpC,0BAA0B,EAC1B,oBAAoB,EACpB,6BAA6B,EAC7B,uBAAuB,EACvB,6BAA6B,EAC9B,MAAM,WAAW,CAAC;AAEnB,0CAA0C;AAC1C,MAAM,WAAW,SAAS;IACxB;;;;;OAKG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,2BAA2B,GACpC,OAAO,CAAC,qBAAqB,CAAC,CAAC;IAClC;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,0BAA0B,GACnC,OAAO,CAAC,oBAAoB,CAAC,CAAC;IACjC;;;;;;;;OAQG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,UAAU,EAAE,MAAM,EAClB,kBAAkB,EAAE,oCAAoC,EACxD,OAAO,CAAC,EAAE,0BAA0B,GACnC,OAAO,CAAC,oBAAoB,CAAC,CAAC;IACjC;;;;;;;OAOG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,UAAU,EAAE,MAAM,EAClB,kBAAkB,EAAE,oCAAoC,EACxD,OAAO,CAAC,EAAE,6BAA6B,GACtC,OAAO,CAAC,uBAAuB,CAAC,CAAC;IACpC;;;;;;OAMG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,6BAA6B,GACtC,OAAO,CAAC,IAAI,CAAC,CAAC;CAClB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"favorites.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/favorites.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG"}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
export * from "./annotations";
|
|
2
|
-
export * from "./aPIKeys";
|
|
3
|
-
export * from "./exportConfigurations";
|
|
4
|
-
export * from "./componentCurrentBillingFeatures";
|
|
5
|
-
export * from "./componentQuotaStatus";
|
|
6
|
-
export * from "./componentFeatureCapabilities";
|
|
7
|
-
export * from "./componentAvailableFeatures";
|
|
8
|
-
export * from "./proactiveDetectionConfigurations";
|
|
9
|
-
export * from "./workItemConfigurations";
|
|
10
|
-
export * from "./favorites";
|
|
11
|
-
export * from "./webTestLocations";
|
|
12
|
-
export * from "./webTests";
|
|
13
|
-
export * from "./analyticsItems";
|
|
14
|
-
export * from "./workbookTemplates";
|
|
15
|
-
export * from "./myWorkbooks";
|
|
16
|
-
export * from "./workbooks";
|
|
17
|
-
export * from "./components";
|
|
18
|
-
export * from "./componentLinkedStorageAccountsOperations";
|
|
19
|
-
export * from "./liveToken";
|
|
20
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAQA,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,wBAAwB,CAAC;AACvC,cAAc,mCAAmC,CAAC;AAClD,cAAc,wBAAwB,CAAC;AACvC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,oCAAoC,CAAC;AACnD,cAAc,0BAA0B,CAAC;AACzC,cAAc,aAAa,CAAC;AAC5B,cAAc,oBAAoB,CAAC;AACnC,cAAc,YAAY,CAAC;AAC3B,cAAc,kBAAkB,CAAC;AACjC,cAAc,qBAAqB,CAAC;AACpC,cAAc,eAAe,CAAC;AAC9B,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,4CAA4C,CAAC;AAC3D,cAAc,aAAa,CAAC"}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
export * from "./annotations";
|
|
9
|
-
export * from "./aPIKeys";
|
|
10
|
-
export * from "./exportConfigurations";
|
|
11
|
-
export * from "./componentCurrentBillingFeatures";
|
|
12
|
-
export * from "./componentQuotaStatus";
|
|
13
|
-
export * from "./componentFeatureCapabilities";
|
|
14
|
-
export * from "./componentAvailableFeatures";
|
|
15
|
-
export * from "./proactiveDetectionConfigurations";
|
|
16
|
-
export * from "./workItemConfigurations";
|
|
17
|
-
export * from "./favorites";
|
|
18
|
-
export * from "./webTestLocations";
|
|
19
|
-
export * from "./webTests";
|
|
20
|
-
export * from "./analyticsItems";
|
|
21
|
-
export * from "./workbookTemplates";
|
|
22
|
-
export * from "./myWorkbooks";
|
|
23
|
-
export * from "./workbooks";
|
|
24
|
-
export * from "./components";
|
|
25
|
-
export * from "./componentLinkedStorageAccountsOperations";
|
|
26
|
-
export * from "./liveToken";
|
|
27
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,wBAAwB,CAAC;AACvC,cAAc,mCAAmC,CAAC;AAClD,cAAc,wBAAwB,CAAC;AACvC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,oCAAoC,CAAC;AACnD,cAAc,0BAA0B,CAAC;AACzC,cAAc,aAAa,CAAC;AAC5B,cAAc,oBAAoB,CAAC;AACnC,cAAc,YAAY,CAAC;AAC3B,cAAc,kBAAkB,CAAC;AACjC,cAAc,qBAAqB,CAAC;AACpC,cAAc,eAAe,CAAC;AAC9B,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,4CAA4C,CAAC;AAC3D,cAAc,aAAa,CAAC"}
|