@azure/arm-appinsights 5.0.0-beta.6 → 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 -15
- 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.d.ts.map +1 -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 +90 -61
- package/review/arm-appinsights.api.md +202 -264
- package/LICENSE.txt +0 -21
- package/dist/index.js +0 -7745
- 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/src/applicationInsightsManagementClient.d.ts +0 -35
- package/dist-esm/src/applicationInsightsManagementClient.d.ts.map +0 -1
- package/dist-esm/src/applicationInsightsManagementClient.js +0 -86
- package/dist-esm/src/applicationInsightsManagementClient.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -5
- package/dist-esm/src/index.d.ts.map +0 -1
- package/dist-esm/src/index.js +0 -12
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/models/index.d.ts +0 -2119
- package/dist-esm/src/models/index.d.ts.map +0 -1
- package/dist-esm/src/models/index.js +0 -137
- 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 -185
- 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 -207
- 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 -430
- 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 -387
- 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 -96
- 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 -435
- 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 -257
- 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 -223
- 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 -530
- 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/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 -182
- package/src/index.ts +0 -12
- package/src/models/index.ts +0 -2406
- package/src/models/mappers.ts +0 -3258
- package/src/models/parameters.ts +0 -601
- package/src/operations/aPIKeys.ts +0 -246
- package/src/operations/analyticsItems.ts +0 -215
- package/src/operations/annotations.ts +0 -294
- 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 -543
- 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 -509
- package/src/operations/proactiveDetectionConfigurations.ts +0 -179
- package/src/operations/webTestLocations.ts +0 -120
- package/src/operations/webTests.ts +0 -565
- package/src/operations/workItemConfigurations.ts +0 -341
- package/src/operations/workbookTemplates.ts +0 -286
- package/src/operations/workbooks.ts +0 -706
- 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/tsconfig.json +0 -27
- package/types/arm-appinsights.d.ts +0 -3131
- 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
|
@@ -35,7 +35,7 @@ export type AnalyticsItemsGetResponse = ApplicationInsightsComponentAnalyticsIte
|
|
|
35
35
|
export interface AnalyticsItemsListOptionalParams extends coreClient.OperationOptions {
|
|
36
36
|
includeContent?: boolean;
|
|
37
37
|
scope?: ItemScope;
|
|
38
|
-
|
|
38
|
+
type?: ItemTypeParameter;
|
|
39
39
|
}
|
|
40
40
|
|
|
41
41
|
// @public
|
|
@@ -148,35 +148,35 @@ export interface APIKeysListOptionalParams extends coreClient.OperationOptions {
|
|
|
148
148
|
export type APIKeysListResponse = ApplicationInsightsComponentAPIKeyListResult;
|
|
149
149
|
|
|
150
150
|
// @public
|
|
151
|
-
export
|
|
152
|
-
kind: string;
|
|
153
|
-
etag?: string;
|
|
154
|
-
readonly applicationId?: string;
|
|
151
|
+
export interface ApplicationInsightsComponent extends ComponentsResource {
|
|
155
152
|
readonly appId?: string;
|
|
156
|
-
readonly
|
|
153
|
+
readonly applicationId?: string;
|
|
157
154
|
applicationType?: ApplicationType;
|
|
158
|
-
|
|
159
|
-
requestSource?: RequestSource;
|
|
160
|
-
readonly instrumentationKey?: string;
|
|
155
|
+
readonly connectionString?: string;
|
|
161
156
|
readonly creationDate?: Date;
|
|
162
|
-
|
|
157
|
+
disableIpMasking?: boolean;
|
|
158
|
+
disableLocalAuth?: boolean;
|
|
159
|
+
etag?: string;
|
|
160
|
+
flowType?: FlowType;
|
|
161
|
+
forceCustomerStorageForProfiler?: boolean;
|
|
163
162
|
hockeyAppId?: string;
|
|
164
163
|
readonly hockeyAppToken?: string;
|
|
165
|
-
readonly provisioningState?: string;
|
|
166
|
-
samplingPercentage?: number;
|
|
167
|
-
readonly connectionString?: string;
|
|
168
|
-
retentionInDays?: number;
|
|
169
|
-
disableIpMasking?: boolean;
|
|
170
164
|
immediatePurgeDataOn30Days?: boolean;
|
|
171
|
-
|
|
165
|
+
ingestionMode?: IngestionMode;
|
|
166
|
+
readonly instrumentationKey?: string;
|
|
167
|
+
kind: string;
|
|
172
168
|
readonly laMigrationDate?: Date;
|
|
169
|
+
readonly namePropertiesName?: string;
|
|
173
170
|
readonly privateLinkScopedResources?: PrivateLinkScopedResource[];
|
|
171
|
+
readonly provisioningState?: string;
|
|
174
172
|
publicNetworkAccessForIngestion?: PublicNetworkAccessType;
|
|
175
173
|
publicNetworkAccessForQuery?: PublicNetworkAccessType;
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
174
|
+
requestSource?: RequestSource;
|
|
175
|
+
retentionInDays?: number;
|
|
176
|
+
samplingPercentage?: number;
|
|
177
|
+
readonly tenantId?: string;
|
|
178
|
+
workspaceResourceId?: string;
|
|
179
|
+
}
|
|
180
180
|
|
|
181
181
|
// @public
|
|
182
182
|
export interface ApplicationInsightsComponentAnalyticsItem {
|
|
@@ -372,6 +372,7 @@ export class ApplicationInsightsManagementClient extends coreClient.ServiceClien
|
|
|
372
372
|
// (undocumented)
|
|
373
373
|
$host: string;
|
|
374
374
|
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: ApplicationInsightsManagementClientOptionalParams);
|
|
375
|
+
constructor(credentials: coreAuth.TokenCredential, options?: ApplicationInsightsManagementClientOptionalParams);
|
|
375
376
|
// (undocumented)
|
|
376
377
|
analyticsItems: AnalyticsItems;
|
|
377
378
|
// (undocumented)
|
|
@@ -391,17 +392,19 @@ export class ApplicationInsightsManagementClient extends coreClient.ServiceClien
|
|
|
391
392
|
// (undocumented)
|
|
392
393
|
components: Components;
|
|
393
394
|
// (undocumented)
|
|
395
|
+
deletedWorkbooks: DeletedWorkbooks;
|
|
396
|
+
// (undocumented)
|
|
394
397
|
exportConfigurations: ExportConfigurations;
|
|
395
398
|
// (undocumented)
|
|
396
399
|
favorites: Favorites;
|
|
397
400
|
// (undocumented)
|
|
398
401
|
liveToken: LiveToken;
|
|
399
402
|
// (undocumented)
|
|
400
|
-
|
|
403
|
+
operations: Operations;
|
|
401
404
|
// (undocumented)
|
|
402
405
|
proactiveDetectionConfigurations: ProactiveDetectionConfigurations;
|
|
403
406
|
// (undocumented)
|
|
404
|
-
subscriptionId
|
|
407
|
+
subscriptionId?: string;
|
|
405
408
|
// (undocumented)
|
|
406
409
|
webTestLocations: WebTestLocations;
|
|
407
410
|
// (undocumented)
|
|
@@ -476,9 +479,9 @@ export interface ComponentFeatureCapabilitiesGetOptionalParams extends coreClien
|
|
|
476
479
|
export type ComponentFeatureCapabilitiesGetResponse = ApplicationInsightsComponentFeatureCapabilities;
|
|
477
480
|
|
|
478
481
|
// @public
|
|
479
|
-
export
|
|
482
|
+
export interface ComponentLinkedStorageAccounts extends ProxyResource {
|
|
480
483
|
linkedStorageAccount?: string;
|
|
481
|
-
}
|
|
484
|
+
}
|
|
482
485
|
|
|
483
486
|
// @public
|
|
484
487
|
export interface ComponentLinkedStorageAccountsCreateAndUpdateOptionalParams extends coreClient.OperationOptions {
|
|
@@ -648,15 +651,82 @@ export type ComponentsUpdateTagsResponse = ApplicationInsightsComponent;
|
|
|
648
651
|
export type CreatedByType = string;
|
|
649
652
|
|
|
650
653
|
// @public
|
|
651
|
-
export interface
|
|
654
|
+
export interface DeletedWorkbook extends DeletedWorkbookResource {
|
|
655
|
+
category?: string;
|
|
656
|
+
description?: string;
|
|
657
|
+
displayName?: string;
|
|
658
|
+
readonly revision?: string;
|
|
659
|
+
serializedData?: string;
|
|
660
|
+
sourceId?: string;
|
|
661
|
+
storageUri?: string;
|
|
662
|
+
tagsPropertiesTags?: string[];
|
|
663
|
+
readonly timeModified?: Date;
|
|
664
|
+
readonly userId?: string;
|
|
665
|
+
version?: string;
|
|
666
|
+
}
|
|
667
|
+
|
|
668
|
+
// @public
|
|
669
|
+
export interface DeletedWorkbookError {
|
|
670
|
+
error?: DeletedWorkbookErrorDefinition;
|
|
671
|
+
}
|
|
672
|
+
|
|
673
|
+
// @public
|
|
674
|
+
export interface DeletedWorkbookErrorDefinition {
|
|
652
675
|
readonly code?: string;
|
|
653
|
-
readonly innererror?:
|
|
676
|
+
readonly innererror?: DeletedWorkbookInnerErrorTrace;
|
|
654
677
|
readonly message?: string;
|
|
655
678
|
}
|
|
656
679
|
|
|
680
|
+
// @public
|
|
681
|
+
export interface DeletedWorkbookInnerErrorTrace {
|
|
682
|
+
readonly trace?: string[];
|
|
683
|
+
}
|
|
684
|
+
|
|
685
|
+
// @public
|
|
686
|
+
export interface DeletedWorkbookResource extends TrackedResourceAutoGenerated {
|
|
687
|
+
etag?: string;
|
|
688
|
+
kind?: WorkbookSharedTypeKind;
|
|
689
|
+
}
|
|
690
|
+
|
|
691
|
+
// @public
|
|
692
|
+
export interface DeletedWorkbooks {
|
|
693
|
+
listBySubscription(options?: DeletedWorkbooksListBySubscriptionOptionalParams): PagedAsyncIterableIterator<DeletedWorkbook>;
|
|
694
|
+
}
|
|
695
|
+
|
|
696
|
+
// @public
|
|
697
|
+
export interface DeletedWorkbooksListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
698
|
+
}
|
|
699
|
+
|
|
700
|
+
// @public
|
|
701
|
+
export type DeletedWorkbooksListBySubscriptionNextResponse = DeletedWorkbooksListResult;
|
|
702
|
+
|
|
703
|
+
// @public
|
|
704
|
+
export interface DeletedWorkbooksListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
705
|
+
category?: CategoryType;
|
|
706
|
+
tags?: string[];
|
|
707
|
+
}
|
|
708
|
+
|
|
709
|
+
// @public
|
|
710
|
+
export type DeletedWorkbooksListBySubscriptionResponse = DeletedWorkbooksListResult;
|
|
711
|
+
|
|
712
|
+
// @public
|
|
713
|
+
export interface DeletedWorkbooksListResult {
|
|
714
|
+
// (undocumented)
|
|
715
|
+
nextLink?: string;
|
|
716
|
+
readonly value?: DeletedWorkbook[];
|
|
717
|
+
}
|
|
718
|
+
|
|
719
|
+
// @public
|
|
720
|
+
export interface ErrorFieldContract {
|
|
721
|
+
code?: string;
|
|
722
|
+
message?: string;
|
|
723
|
+
target?: string;
|
|
724
|
+
}
|
|
725
|
+
|
|
657
726
|
// @public
|
|
658
727
|
export interface ErrorResponse {
|
|
659
728
|
code?: string;
|
|
729
|
+
details?: ErrorFieldContract[];
|
|
660
730
|
message?: string;
|
|
661
731
|
}
|
|
662
732
|
|
|
@@ -780,6 +850,15 @@ export type FavoriteType = "shared" | "user";
|
|
|
780
850
|
// @public
|
|
781
851
|
export type FlowType = string;
|
|
782
852
|
|
|
853
|
+
// @public
|
|
854
|
+
export function getContinuationToken(page: unknown): string | undefined;
|
|
855
|
+
|
|
856
|
+
// @public
|
|
857
|
+
export interface HeaderField {
|
|
858
|
+
headerFieldName?: string;
|
|
859
|
+
headerFieldValue?: string;
|
|
860
|
+
}
|
|
861
|
+
|
|
783
862
|
// @public
|
|
784
863
|
export type IngestionMode = string;
|
|
785
864
|
|
|
@@ -789,11 +868,6 @@ export interface InnerError {
|
|
|
789
868
|
time?: Date;
|
|
790
869
|
}
|
|
791
870
|
|
|
792
|
-
// @public
|
|
793
|
-
export interface InnerErrorTrace {
|
|
794
|
-
readonly trace?: string[];
|
|
795
|
-
}
|
|
796
|
-
|
|
797
871
|
// @public
|
|
798
872
|
export type ItemScope = string;
|
|
799
873
|
|
|
@@ -806,144 +880,86 @@ export type ItemType = string;
|
|
|
806
880
|
// @public
|
|
807
881
|
export type ItemTypeParameter = string;
|
|
808
882
|
|
|
809
|
-
// @public
|
|
810
|
-
export type Kind = string;
|
|
811
|
-
|
|
812
883
|
// @public
|
|
813
884
|
export enum KnownApplicationType {
|
|
814
|
-
// (undocumented)
|
|
815
885
|
Other = "other",
|
|
816
|
-
// (undocumented)
|
|
817
886
|
Web = "web"
|
|
818
887
|
}
|
|
819
888
|
|
|
820
889
|
// @public
|
|
821
890
|
export enum KnownCategoryType {
|
|
822
|
-
// (undocumented)
|
|
823
891
|
Performance = "performance",
|
|
824
|
-
// (undocumented)
|
|
825
892
|
Retention = "retention",
|
|
826
|
-
// (undocumented)
|
|
827
893
|
TSG = "TSG",
|
|
828
|
-
// (undocumented)
|
|
829
894
|
Workbook = "workbook"
|
|
830
895
|
}
|
|
831
896
|
|
|
832
897
|
// @public
|
|
833
898
|
export enum KnownCreatedByType {
|
|
834
|
-
// (undocumented)
|
|
835
899
|
Application = "Application",
|
|
836
|
-
// (undocumented)
|
|
837
900
|
Key = "Key",
|
|
838
|
-
// (undocumented)
|
|
839
901
|
ManagedIdentity = "ManagedIdentity",
|
|
840
|
-
// (undocumented)
|
|
841
902
|
User = "User"
|
|
842
903
|
}
|
|
843
904
|
|
|
844
905
|
// @public
|
|
845
906
|
export enum KnownFavoriteSourceType {
|
|
846
|
-
// (undocumented)
|
|
847
907
|
Events = "events",
|
|
848
|
-
// (undocumented)
|
|
849
908
|
Funnel = "funnel",
|
|
850
|
-
// (undocumented)
|
|
851
909
|
Impact = "impact",
|
|
852
|
-
// (undocumented)
|
|
853
910
|
Notebook = "notebook",
|
|
854
|
-
// (undocumented)
|
|
855
911
|
Retention = "retention",
|
|
856
|
-
// (undocumented)
|
|
857
912
|
Segmentation = "segmentation",
|
|
858
|
-
// (undocumented)
|
|
859
913
|
Sessions = "sessions",
|
|
860
|
-
// (undocumented)
|
|
861
914
|
Userflows = "userflows"
|
|
862
915
|
}
|
|
863
916
|
|
|
864
917
|
// @public
|
|
865
918
|
export enum KnownFlowType {
|
|
866
|
-
// (undocumented)
|
|
867
919
|
Bluefield = "Bluefield"
|
|
868
920
|
}
|
|
869
921
|
|
|
870
922
|
// @public
|
|
871
923
|
export enum KnownIngestionMode {
|
|
872
|
-
// (undocumented)
|
|
873
924
|
ApplicationInsights = "ApplicationInsights",
|
|
874
|
-
// (undocumented)
|
|
875
925
|
ApplicationInsightsWithDiagnosticSettings = "ApplicationInsightsWithDiagnosticSettings",
|
|
876
|
-
// (undocumented)
|
|
877
926
|
LogAnalytics = "LogAnalytics"
|
|
878
927
|
}
|
|
879
928
|
|
|
880
929
|
// @public
|
|
881
930
|
export enum KnownItemScope {
|
|
882
|
-
// (undocumented)
|
|
883
931
|
Shared = "shared",
|
|
884
|
-
// (undocumented)
|
|
885
932
|
User = "user"
|
|
886
933
|
}
|
|
887
934
|
|
|
888
935
|
// @public
|
|
889
936
|
export enum KnownItemScopePath {
|
|
890
|
-
// (undocumented)
|
|
891
937
|
AnalyticsItems = "analyticsItems",
|
|
892
|
-
// (undocumented)
|
|
893
938
|
MyanalyticsItems = "myanalyticsItems"
|
|
894
939
|
}
|
|
895
940
|
|
|
896
941
|
// @public
|
|
897
942
|
export enum KnownItemType {
|
|
898
|
-
// (undocumented)
|
|
899
943
|
Function = "function",
|
|
900
|
-
// (undocumented)
|
|
901
944
|
None = "none",
|
|
902
|
-
// (undocumented)
|
|
903
945
|
Query = "query",
|
|
904
|
-
// (undocumented)
|
|
905
946
|
Recent = "recent"
|
|
906
947
|
}
|
|
907
948
|
|
|
908
949
|
// @public
|
|
909
950
|
export enum KnownItemTypeParameter {
|
|
910
|
-
// (undocumented)
|
|
911
951
|
Folder = "folder",
|
|
912
|
-
// (undocumented)
|
|
913
952
|
Function = "function",
|
|
914
|
-
// (undocumented)
|
|
915
953
|
None = "none",
|
|
916
|
-
// (undocumented)
|
|
917
954
|
Query = "query",
|
|
918
|
-
// (undocumented)
|
|
919
955
|
Recent = "recent"
|
|
920
956
|
}
|
|
921
957
|
|
|
922
|
-
// @public
|
|
923
|
-
export enum KnownKind {
|
|
924
|
-
// (undocumented)
|
|
925
|
-
Shared = "shared",
|
|
926
|
-
// (undocumented)
|
|
927
|
-
User = "user"
|
|
928
|
-
}
|
|
929
|
-
|
|
930
958
|
// @public
|
|
931
959
|
export enum KnownManagedServiceIdentityType {
|
|
932
|
-
// (undocumented)
|
|
933
960
|
None = "None",
|
|
934
|
-
// (undocumented)
|
|
935
961
|
SystemAssigned = "SystemAssigned",
|
|
936
|
-
// (undocumented)
|
|
937
962
|
SystemAssignedUserAssigned = "SystemAssigned,UserAssigned",
|
|
938
|
-
// (undocumented)
|
|
939
|
-
UserAssigned = "UserAssigned"
|
|
940
|
-
}
|
|
941
|
-
|
|
942
|
-
// @public
|
|
943
|
-
export enum KnownMyWorkbookManagedIdentityType {
|
|
944
|
-
// (undocumented)
|
|
945
|
-
None = "None",
|
|
946
|
-
// (undocumented)
|
|
947
963
|
UserAssigned = "UserAssigned"
|
|
948
964
|
}
|
|
949
965
|
|
|
@@ -955,33 +971,27 @@ export enum KnownPublicNetworkAccessType {
|
|
|
955
971
|
|
|
956
972
|
// @public
|
|
957
973
|
export enum KnownPurgeState {
|
|
958
|
-
// (undocumented)
|
|
959
974
|
Completed = "completed",
|
|
960
|
-
// (undocumented)
|
|
961
975
|
Pending = "pending"
|
|
962
976
|
}
|
|
963
977
|
|
|
964
978
|
// @public
|
|
965
979
|
export enum KnownRequestSource {
|
|
966
|
-
// (undocumented)
|
|
967
980
|
Rest = "rest"
|
|
968
981
|
}
|
|
969
982
|
|
|
970
983
|
// @public
|
|
971
984
|
export enum KnownStorageType {
|
|
972
|
-
// (undocumented)
|
|
973
985
|
ServiceProfiler = "ServiceProfiler"
|
|
974
986
|
}
|
|
975
987
|
|
|
976
988
|
// @public
|
|
977
989
|
export enum KnownWorkbookSharedTypeKind {
|
|
978
|
-
// (undocumented)
|
|
979
990
|
Shared = "shared"
|
|
980
991
|
}
|
|
981
992
|
|
|
982
993
|
// @public
|
|
983
994
|
export enum KnownWorkbookUpdateSharedTypeKind {
|
|
984
|
-
// (undocumented)
|
|
985
995
|
Shared = "shared"
|
|
986
996
|
}
|
|
987
997
|
|
|
@@ -1015,138 +1025,6 @@ export interface ManagedServiceIdentity {
|
|
|
1015
1025
|
// @public
|
|
1016
1026
|
export type ManagedServiceIdentityType = string;
|
|
1017
1027
|
|
|
1018
|
-
// @public
|
|
1019
|
-
export type MyWorkbook = MyWorkbookResource & {
|
|
1020
|
-
kind?: Kind;
|
|
1021
|
-
readonly systemData?: SystemData;
|
|
1022
|
-
displayName?: string;
|
|
1023
|
-
serializedData?: string;
|
|
1024
|
-
version?: string;
|
|
1025
|
-
readonly timeModified?: string;
|
|
1026
|
-
category?: string;
|
|
1027
|
-
tagsPropertiesTags?: string[];
|
|
1028
|
-
readonly userId?: string;
|
|
1029
|
-
sourceId?: string;
|
|
1030
|
-
storageUri?: string;
|
|
1031
|
-
};
|
|
1032
|
-
|
|
1033
|
-
// @public
|
|
1034
|
-
export interface MyWorkbookError {
|
|
1035
|
-
error?: ErrorDefinition;
|
|
1036
|
-
}
|
|
1037
|
-
|
|
1038
|
-
// @public
|
|
1039
|
-
export interface MyWorkbookManagedIdentity {
|
|
1040
|
-
type?: MyWorkbookManagedIdentityType;
|
|
1041
|
-
userAssignedIdentities?: MyWorkbookUserAssignedIdentities;
|
|
1042
|
-
}
|
|
1043
|
-
|
|
1044
|
-
// @public
|
|
1045
|
-
export type MyWorkbookManagedIdentityType = string;
|
|
1046
|
-
|
|
1047
|
-
// @public
|
|
1048
|
-
export interface MyWorkbookResource {
|
|
1049
|
-
etag?: {
|
|
1050
|
-
[propertyName: string]: string;
|
|
1051
|
-
};
|
|
1052
|
-
id?: string;
|
|
1053
|
-
identity?: MyWorkbookManagedIdentity;
|
|
1054
|
-
location?: string;
|
|
1055
|
-
name?: string;
|
|
1056
|
-
tags?: {
|
|
1057
|
-
[propertyName: string]: string;
|
|
1058
|
-
};
|
|
1059
|
-
type?: string;
|
|
1060
|
-
}
|
|
1061
|
-
|
|
1062
|
-
// @public
|
|
1063
|
-
export interface MyWorkbooks {
|
|
1064
|
-
createOrUpdate(resourceGroupName: string, resourceName: string, workbookProperties: MyWorkbook, options?: MyWorkbooksCreateOrUpdateOptionalParams): Promise<MyWorkbooksCreateOrUpdateResponse>;
|
|
1065
|
-
delete(resourceGroupName: string, resourceName: string, options?: MyWorkbooksDeleteOptionalParams): Promise<void>;
|
|
1066
|
-
get(resourceGroupName: string, resourceName: string, options?: MyWorkbooksGetOptionalParams): Promise<MyWorkbooksGetResponse>;
|
|
1067
|
-
listByResourceGroup(resourceGroupName: string, category: CategoryType, options?: MyWorkbooksListByResourceGroupOptionalParams): PagedAsyncIterableIterator<MyWorkbook>;
|
|
1068
|
-
listBySubscription(category: CategoryType, options?: MyWorkbooksListBySubscriptionOptionalParams): PagedAsyncIterableIterator<MyWorkbook>;
|
|
1069
|
-
update(resourceGroupName: string, resourceName: string, workbookProperties: MyWorkbook, options?: MyWorkbooksUpdateOptionalParams): Promise<MyWorkbooksUpdateResponse>;
|
|
1070
|
-
}
|
|
1071
|
-
|
|
1072
|
-
// @public
|
|
1073
|
-
export interface MyWorkbooksCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1074
|
-
sourceId?: string;
|
|
1075
|
-
}
|
|
1076
|
-
|
|
1077
|
-
// @public
|
|
1078
|
-
export type MyWorkbooksCreateOrUpdateResponse = MyWorkbook;
|
|
1079
|
-
|
|
1080
|
-
// @public
|
|
1081
|
-
export interface MyWorkbooksDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1082
|
-
}
|
|
1083
|
-
|
|
1084
|
-
// @public
|
|
1085
|
-
export interface MyWorkbooksGetOptionalParams extends coreClient.OperationOptions {
|
|
1086
|
-
}
|
|
1087
|
-
|
|
1088
|
-
// @public
|
|
1089
|
-
export type MyWorkbooksGetResponse = MyWorkbook;
|
|
1090
|
-
|
|
1091
|
-
// @public
|
|
1092
|
-
export interface MyWorkbooksListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
1093
|
-
canFetchContent?: boolean;
|
|
1094
|
-
sourceId?: string;
|
|
1095
|
-
tags?: string[];
|
|
1096
|
-
}
|
|
1097
|
-
|
|
1098
|
-
// @public
|
|
1099
|
-
export type MyWorkbooksListByResourceGroupNextResponse = MyWorkbooksListResult;
|
|
1100
|
-
|
|
1101
|
-
// @public
|
|
1102
|
-
export interface MyWorkbooksListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
1103
|
-
canFetchContent?: boolean;
|
|
1104
|
-
sourceId?: string;
|
|
1105
|
-
tags?: string[];
|
|
1106
|
-
}
|
|
1107
|
-
|
|
1108
|
-
// @public
|
|
1109
|
-
export type MyWorkbooksListByResourceGroupResponse = MyWorkbooksListResult;
|
|
1110
|
-
|
|
1111
|
-
// @public
|
|
1112
|
-
export interface MyWorkbooksListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
1113
|
-
canFetchContent?: boolean;
|
|
1114
|
-
tags?: string[];
|
|
1115
|
-
}
|
|
1116
|
-
|
|
1117
|
-
// @public
|
|
1118
|
-
export type MyWorkbooksListBySubscriptionNextResponse = MyWorkbooksListResult;
|
|
1119
|
-
|
|
1120
|
-
// @public
|
|
1121
|
-
export interface MyWorkbooksListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
1122
|
-
canFetchContent?: boolean;
|
|
1123
|
-
tags?: string[];
|
|
1124
|
-
}
|
|
1125
|
-
|
|
1126
|
-
// @public
|
|
1127
|
-
export type MyWorkbooksListBySubscriptionResponse = MyWorkbooksListResult;
|
|
1128
|
-
|
|
1129
|
-
// @public
|
|
1130
|
-
export interface MyWorkbooksListResult {
|
|
1131
|
-
// (undocumented)
|
|
1132
|
-
nextLink?: string;
|
|
1133
|
-
readonly value?: MyWorkbook[];
|
|
1134
|
-
}
|
|
1135
|
-
|
|
1136
|
-
// @public
|
|
1137
|
-
export interface MyWorkbooksUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1138
|
-
sourceId?: string;
|
|
1139
|
-
}
|
|
1140
|
-
|
|
1141
|
-
// @public
|
|
1142
|
-
export type MyWorkbooksUpdateResponse = MyWorkbook;
|
|
1143
|
-
|
|
1144
|
-
// @public
|
|
1145
|
-
export interface MyWorkbookUserAssignedIdentities {
|
|
1146
|
-
readonly principalId?: string;
|
|
1147
|
-
readonly tenantId?: string;
|
|
1148
|
-
}
|
|
1149
|
-
|
|
1150
1028
|
// @public
|
|
1151
1029
|
export interface Operation {
|
|
1152
1030
|
display?: OperationDisplay;
|
|
@@ -1183,6 +1061,25 @@ export interface OperationLive {
|
|
|
1183
1061
|
properties?: Record<string, unknown>;
|
|
1184
1062
|
}
|
|
1185
1063
|
|
|
1064
|
+
// @public
|
|
1065
|
+
export interface Operations {
|
|
1066
|
+
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
|
|
1067
|
+
}
|
|
1068
|
+
|
|
1069
|
+
// @public
|
|
1070
|
+
export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
1071
|
+
}
|
|
1072
|
+
|
|
1073
|
+
// @public
|
|
1074
|
+
export type OperationsListNextResponse = OperationListResult;
|
|
1075
|
+
|
|
1076
|
+
// @public
|
|
1077
|
+
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
1078
|
+
}
|
|
1079
|
+
|
|
1080
|
+
// @public
|
|
1081
|
+
export type OperationsListResponse = OperationListResult;
|
|
1082
|
+
|
|
1186
1083
|
// @public
|
|
1187
1084
|
export interface OperationsListResult {
|
|
1188
1085
|
nextLink?: string;
|
|
@@ -1224,7 +1121,8 @@ export interface ProactiveDetectionConfigurationsUpdateOptionalParams extends co
|
|
|
1224
1121
|
export type ProactiveDetectionConfigurationsUpdateResponse = ApplicationInsightsComponentProactiveDetectionConfiguration;
|
|
1225
1122
|
|
|
1226
1123
|
// @public
|
|
1227
|
-
export
|
|
1124
|
+
export interface ProxyResource extends Resource {
|
|
1125
|
+
}
|
|
1228
1126
|
|
|
1229
1127
|
// @public
|
|
1230
1128
|
export type PublicNetworkAccessType = string;
|
|
@@ -1242,6 +1140,14 @@ export interface Resource {
|
|
|
1242
1140
|
readonly type?: string;
|
|
1243
1141
|
}
|
|
1244
1142
|
|
|
1143
|
+
// @public
|
|
1144
|
+
export interface ResourceAutoGenerated {
|
|
1145
|
+
readonly id?: string;
|
|
1146
|
+
readonly name?: string;
|
|
1147
|
+
readonly systemData?: SystemData;
|
|
1148
|
+
readonly type?: string;
|
|
1149
|
+
}
|
|
1150
|
+
|
|
1245
1151
|
// @public
|
|
1246
1152
|
export type StorageType = string;
|
|
1247
1153
|
|
|
@@ -1263,12 +1169,20 @@ export interface TagsResource {
|
|
|
1263
1169
|
}
|
|
1264
1170
|
|
|
1265
1171
|
// @public
|
|
1266
|
-
export
|
|
1172
|
+
export interface TrackedResource extends Resource {
|
|
1173
|
+
location: string;
|
|
1267
1174
|
tags?: {
|
|
1268
1175
|
[propertyName: string]: string;
|
|
1269
1176
|
};
|
|
1177
|
+
}
|
|
1178
|
+
|
|
1179
|
+
// @public
|
|
1180
|
+
export interface TrackedResourceAutoGenerated extends ResourceAutoGenerated {
|
|
1270
1181
|
location: string;
|
|
1271
|
-
|
|
1182
|
+
tags?: {
|
|
1183
|
+
[propertyName: string]: string;
|
|
1184
|
+
};
|
|
1185
|
+
}
|
|
1272
1186
|
|
|
1273
1187
|
// @public
|
|
1274
1188
|
export interface UserAssignedIdentity {
|
|
@@ -1277,20 +1191,22 @@ export interface UserAssignedIdentity {
|
|
|
1277
1191
|
}
|
|
1278
1192
|
|
|
1279
1193
|
// @public
|
|
1280
|
-
export
|
|
1281
|
-
|
|
1282
|
-
syntheticMonitorId?: string;
|
|
1283
|
-
webTestName?: string;
|
|
1194
|
+
export interface WebTest extends WebtestsResource {
|
|
1195
|
+
configuration?: WebTestPropertiesConfiguration;
|
|
1284
1196
|
description?: string;
|
|
1285
1197
|
enabled?: boolean;
|
|
1286
1198
|
frequency?: number;
|
|
1287
|
-
|
|
1288
|
-
webTestKind?: WebTestKind;
|
|
1289
|
-
retryEnabled?: boolean;
|
|
1199
|
+
kind?: WebTestKind;
|
|
1290
1200
|
locations?: WebTestGeolocation[];
|
|
1291
|
-
configuration?: WebTestPropertiesConfiguration;
|
|
1292
1201
|
readonly provisioningState?: string;
|
|
1293
|
-
|
|
1202
|
+
request?: WebTestPropertiesRequest;
|
|
1203
|
+
retryEnabled?: boolean;
|
|
1204
|
+
syntheticMonitorId?: string;
|
|
1205
|
+
timeout?: number;
|
|
1206
|
+
validationRules?: WebTestPropertiesValidationRules;
|
|
1207
|
+
webTestKind?: WebTestKind;
|
|
1208
|
+
webTestName?: string;
|
|
1209
|
+
}
|
|
1294
1210
|
|
|
1295
1211
|
// @public
|
|
1296
1212
|
export interface WebTestGeolocation {
|
|
@@ -1298,7 +1214,7 @@ export interface WebTestGeolocation {
|
|
|
1298
1214
|
}
|
|
1299
1215
|
|
|
1300
1216
|
// @public
|
|
1301
|
-
export type WebTestKind = "ping" | "multistep";
|
|
1217
|
+
export type WebTestKind = "ping" | "multistep" | "standard";
|
|
1302
1218
|
|
|
1303
1219
|
// @public
|
|
1304
1220
|
export interface WebTestListResult {
|
|
@@ -1323,6 +1239,32 @@ export interface WebTestPropertiesConfiguration {
|
|
|
1323
1239
|
webTest?: string;
|
|
1324
1240
|
}
|
|
1325
1241
|
|
|
1242
|
+
// @public
|
|
1243
|
+
export interface WebTestPropertiesRequest {
|
|
1244
|
+
followRedirects?: boolean;
|
|
1245
|
+
headers?: HeaderField[];
|
|
1246
|
+
httpVerb?: string;
|
|
1247
|
+
parseDependentRequests?: boolean;
|
|
1248
|
+
requestBody?: string;
|
|
1249
|
+
requestUrl?: string;
|
|
1250
|
+
}
|
|
1251
|
+
|
|
1252
|
+
// @public
|
|
1253
|
+
export interface WebTestPropertiesValidationRules {
|
|
1254
|
+
contentValidation?: WebTestPropertiesValidationRulesContentValidation;
|
|
1255
|
+
expectedHttpStatusCode?: number;
|
|
1256
|
+
ignoreHttpStatusCode?: boolean;
|
|
1257
|
+
sSLCertRemainingLifetimeCheck?: number;
|
|
1258
|
+
sSLCheck?: boolean;
|
|
1259
|
+
}
|
|
1260
|
+
|
|
1261
|
+
// @public
|
|
1262
|
+
export interface WebTestPropertiesValidationRulesContentValidation {
|
|
1263
|
+
contentMatch?: string;
|
|
1264
|
+
ignoreCase?: boolean;
|
|
1265
|
+
passIfTextFound?: boolean;
|
|
1266
|
+
}
|
|
1267
|
+
|
|
1326
1268
|
// @public
|
|
1327
1269
|
export interface WebTests {
|
|
1328
1270
|
createOrUpdate(resourceGroupName: string, webTestName: string, webTestDefinition: WebTest, options?: WebTestsCreateOrUpdateOptionalParams): Promise<WebTestsCreateOrUpdateResponse>;
|
|
@@ -1413,20 +1355,20 @@ export interface WebTestsUpdateTagsOptionalParams extends coreClient.OperationOp
|
|
|
1413
1355
|
export type WebTestsUpdateTagsResponse = WebTest;
|
|
1414
1356
|
|
|
1415
1357
|
// @public
|
|
1416
|
-
export
|
|
1417
|
-
|
|
1358
|
+
export interface Workbook extends WorkbookResource {
|
|
1359
|
+
category?: string;
|
|
1360
|
+
description?: string;
|
|
1418
1361
|
displayName?: string;
|
|
1362
|
+
readonly revision?: string;
|
|
1419
1363
|
serializedData?: string;
|
|
1420
|
-
version?: string;
|
|
1421
|
-
readonly timeModified?: Date;
|
|
1422
|
-
category?: string;
|
|
1423
|
-
tagsPropertiesTags?: string[];
|
|
1424
|
-
readonly userId?: string;
|
|
1425
1364
|
sourceId?: string;
|
|
1426
1365
|
storageUri?: string;
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1366
|
+
readonly systemData?: SystemData;
|
|
1367
|
+
tagsPropertiesTags?: string[];
|
|
1368
|
+
readonly timeModified?: Date;
|
|
1369
|
+
readonly userId?: string;
|
|
1370
|
+
version?: string;
|
|
1371
|
+
}
|
|
1430
1372
|
|
|
1431
1373
|
// @public
|
|
1432
1374
|
export interface WorkbookError {
|
|
@@ -1436,7 +1378,7 @@ export interface WorkbookError {
|
|
|
1436
1378
|
// @public
|
|
1437
1379
|
export interface WorkbookErrorDefinition {
|
|
1438
1380
|
readonly code?: string;
|
|
1439
|
-
readonly
|
|
1381
|
+
readonly innererror?: WorkbookInnerErrorTrace;
|
|
1440
1382
|
readonly message?: string;
|
|
1441
1383
|
}
|
|
1442
1384
|
|
|
@@ -1446,14 +1388,15 @@ export interface WorkbookInnerErrorTrace {
|
|
|
1446
1388
|
}
|
|
1447
1389
|
|
|
1448
1390
|
// @public
|
|
1449
|
-
export
|
|
1391
|
+
export interface WorkbookResource extends TrackedResource {
|
|
1392
|
+
etag?: string;
|
|
1450
1393
|
identity?: WorkbookResourceIdentity;
|
|
1451
1394
|
kind?: WorkbookSharedTypeKind;
|
|
1452
|
-
|
|
1453
|
-
};
|
|
1395
|
+
}
|
|
1454
1396
|
|
|
1455
1397
|
// @public
|
|
1456
|
-
export
|
|
1398
|
+
export interface WorkbookResourceIdentity extends ManagedServiceIdentity {
|
|
1399
|
+
}
|
|
1457
1400
|
|
|
1458
1401
|
// @public
|
|
1459
1402
|
export interface Workbooks {
|
|
@@ -1492,9 +1435,6 @@ export type WorkbookSharedTypeKind = string;
|
|
|
1492
1435
|
|
|
1493
1436
|
// @public
|
|
1494
1437
|
export interface WorkbooksListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
1495
|
-
canFetchContent?: boolean;
|
|
1496
|
-
sourceId?: string;
|
|
1497
|
-
tags?: string[];
|
|
1498
1438
|
}
|
|
1499
1439
|
|
|
1500
1440
|
// @public
|
|
@@ -1512,8 +1452,6 @@ export type WorkbooksListByResourceGroupResponse = WorkbooksListResult;
|
|
|
1512
1452
|
|
|
1513
1453
|
// @public
|
|
1514
1454
|
export interface WorkbooksListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
1515
|
-
canFetchContent?: boolean;
|
|
1516
|
-
tags?: string[];
|
|
1517
1455
|
}
|
|
1518
1456
|
|
|
1519
1457
|
// @public
|
|
@@ -1566,15 +1504,15 @@ export interface WorkbooksUpdateOptionalParams extends coreClient.OperationOptio
|
|
|
1566
1504
|
export type WorkbooksUpdateResponse = Workbook;
|
|
1567
1505
|
|
|
1568
1506
|
// @public
|
|
1569
|
-
export
|
|
1570
|
-
priority?: number;
|
|
1507
|
+
export interface WorkbookTemplate extends WorkbookTemplateResource {
|
|
1571
1508
|
author?: string;
|
|
1572
|
-
templateData?: Record<string, unknown>;
|
|
1573
1509
|
galleries?: WorkbookTemplateGallery[];
|
|
1574
1510
|
localized?: {
|
|
1575
1511
|
[propertyName: string]: WorkbookTemplateLocalizedGallery[];
|
|
1576
1512
|
};
|
|
1577
|
-
|
|
1513
|
+
priority?: number;
|
|
1514
|
+
templateData?: Record<string, unknown>;
|
|
1515
|
+
}
|
|
1578
1516
|
|
|
1579
1517
|
// @public
|
|
1580
1518
|
export interface WorkbookTemplateError {
|