@azure/arm-appinsights 5.0.0-beta.7 → 5.0.0-beta.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +5 -3
- package/LICENSE +4 -4
- package/README.md +30 -19
- package/dist/browser/applicationInsightsManagementClient.d.ts +37 -0
- package/dist/browser/applicationInsightsManagementClient.d.ts.map +1 -0
- package/dist/browser/applicationInsightsManagementClient.js +90 -0
- package/dist/browser/applicationInsightsManagementClient.js.map +1 -0
- package/dist/browser/index.d.ts +5 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +13 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/models/index.d.ts +2147 -0
- package/dist/browser/models/index.d.ts.map +1 -0
- package/dist/browser/models/index.js +170 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.d.ts +93 -0
- package/dist/browser/models/mappers.d.ts.map +1 -0
- package/dist/browser/models/mappers.js +3239 -0
- package/dist/browser/models/mappers.js.map +1 -0
- package/dist/browser/models/parameters.d.ts +65 -0
- package/dist/browser/models/parameters.d.ts.map +1 -0
- package/dist/browser/models/parameters.js +542 -0
- package/dist/browser/models/parameters.js.map +1 -0
- package/dist/browser/operations/aPIKeys.d.ts +55 -0
- package/dist/browser/operations/aPIKeys.d.ts.map +1 -0
- package/dist/browser/operations/aPIKeys.js +191 -0
- package/dist/browser/operations/aPIKeys.js.map +1 -0
- package/dist/browser/operations/analyticsItems.d.ts +51 -0
- package/dist/browser/operations/analyticsItems.d.ts.map +1 -0
- package/dist/browser/operations/analyticsItems.js +157 -0
- package/dist/browser/operations/analyticsItems.js.map +1 -0
- package/dist/browser/operations/annotations.d.ts +63 -0
- package/dist/browser/operations/annotations.d.ts.map +1 -0
- package/dist/browser/operations/annotations.js +213 -0
- package/dist/browser/operations/annotations.js.map +1 -0
- package/dist/browser/operations/componentAvailableFeatures.d.ts +20 -0
- package/dist/browser/operations/componentAvailableFeatures.d.ts.map +1 -0
- package/dist/browser/operations/componentAvailableFeatures.js +50 -0
- package/dist/browser/operations/componentAvailableFeatures.js.map +1 -0
- package/dist/browser/operations/componentCurrentBillingFeatures.d.ts +29 -0
- package/dist/browser/operations/componentCurrentBillingFeatures.d.ts.map +1 -0
- package/dist/browser/operations/componentCurrentBillingFeatures.js +81 -0
- package/dist/browser/operations/componentCurrentBillingFeatures.js.map +1 -0
- package/dist/browser/operations/componentFeatureCapabilities.d.ts +20 -0
- package/dist/browser/operations/componentFeatureCapabilities.d.ts.map +1 -0
- package/dist/browser/operations/componentFeatureCapabilities.js +50 -0
- package/dist/browser/operations/componentFeatureCapabilities.js.map +1 -0
- package/dist/browser/operations/componentLinkedStorageAccountsOperations.d.ts +53 -0
- package/dist/browser/operations/componentLinkedStorageAccountsOperations.d.ts.map +1 -0
- package/dist/browser/operations/componentLinkedStorageAccountsOperations.js +174 -0
- package/dist/browser/operations/componentLinkedStorageAccountsOperations.js.map +1 -0
- package/dist/browser/operations/componentQuotaStatus.d.ts +20 -0
- package/dist/browser/operations/componentQuotaStatus.d.ts.map +1 -0
- package/dist/browser/operations/componentQuotaStatus.js +50 -0
- package/dist/browser/operations/componentQuotaStatus.js.map +1 -0
- package/dist/browser/operations/components.d.ts +112 -0
- package/dist/browser/operations/components.d.ts.map +1 -0
- package/dist/browser/operations/components.js +459 -0
- package/dist/browser/operations/components.js.map +1 -0
- package/dist/browser/operations/deletedWorkbooks.d.ts +32 -0
- package/dist/browser/operations/deletedWorkbooks.d.ts.map +1 -0
- package/dist/browser/operations/deletedWorkbooks.js +141 -0
- package/dist/browser/operations/deletedWorkbooks.js.map +1 -0
- package/dist/browser/operations/exportConfigurations.d.ts +58 -0
- package/dist/browser/operations/exportConfigurations.d.ts.map +1 -0
- package/dist/browser/operations/exportConfigurations.js +195 -0
- package/dist/browser/operations/exportConfigurations.js.map +1 -0
- package/dist/browser/operations/favorites.d.ts +55 -0
- package/dist/browser/operations/favorites.d.ts.map +1 -0
- package/dist/browser/operations/favorites.js +196 -0
- package/dist/browser/operations/favorites.js.map +1 -0
- package/dist/browser/operations/index.d.ts +21 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +28 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/dist/browser/operations/liveToken.d.ts +19 -0
- package/dist/browser/operations/liveToken.d.ts.map +1 -0
- package/dist/browser/operations/liveToken.js +47 -0
- package/dist/browser/operations/liveToken.js.map +1 -0
- package/dist/browser/operations/operations.d.ts +32 -0
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/dist/browser/operations/operations.js +133 -0
- package/dist/browser/operations/operations.js.map +1 -0
- package/dist/browser/operations/proactiveDetectionConfigurations.d.ts +40 -0
- package/dist/browser/operations/proactiveDetectionConfigurations.d.ts.map +1 -0
- package/dist/browser/operations/proactiveDetectionConfigurations.js +130 -0
- package/dist/browser/operations/proactiveDetectionConfigurations.js.map +1 -0
- package/dist/browser/operations/webTestLocations.d.ts +30 -0
- package/dist/browser/operations/webTestLocations.d.ts.map +1 -0
- package/dist/browser/operations/webTestLocations.js +102 -0
- package/dist/browser/operations/webTestLocations.js.map +1 -0
- package/dist/browser/operations/webTests.d.ts +108 -0
- package/dist/browser/operations/webTests.d.ts.map +1 -0
- package/dist/browser/operations/webTests.js +472 -0
- package/dist/browser/operations/webTests.js.map +1 -0
- package/dist/browser/operations/workItemConfigurations.d.ts +75 -0
- package/dist/browser/operations/workItemConfigurations.d.ts.map +1 -0
- package/dist/browser/operations/workItemConfigurations.js +263 -0
- package/dist/browser/operations/workItemConfigurations.js.map +1 -0
- package/dist/browser/operations/workbookTemplates.d.ts +57 -0
- package/dist/browser/operations/workbookTemplates.d.ts.map +1 -0
- package/dist/browser/operations/workbookTemplates.js +229 -0
- package/dist/browser/operations/workbookTemplates.js.map +1 -0
- package/dist/browser/operations/workbooks.d.ts +118 -0
- package/dist/browser/operations/workbooks.d.ts.map +1 -0
- package/dist/browser/operations/workbooks.js +557 -0
- package/dist/browser/operations/workbooks.js.map +1 -0
- package/dist/browser/operationsInterfaces/aPIKeys.d.ts +38 -0
- package/dist/browser/operationsInterfaces/aPIKeys.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/aPIKeys.js.map +1 -0
- package/dist/browser/operationsInterfaces/analyticsItems.d.ts +43 -0
- package/dist/browser/operationsInterfaces/analyticsItems.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/analyticsItems.js.map +1 -0
- package/dist/browser/operationsInterfaces/annotations.d.ts +43 -0
- package/dist/browser/operationsInterfaces/annotations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/annotations.js.map +1 -0
- package/dist/browser/operationsInterfaces/componentAvailableFeatures.d.ts +12 -0
- package/dist/browser/operationsInterfaces/componentAvailableFeatures.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/componentAvailableFeatures.js.map +1 -0
- package/dist/browser/operationsInterfaces/componentCurrentBillingFeatures.d.ts +21 -0
- package/dist/browser/operationsInterfaces/componentCurrentBillingFeatures.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/componentCurrentBillingFeatures.js.map +1 -0
- package/dist/browser/operationsInterfaces/componentFeatureCapabilities.d.ts +12 -0
- package/dist/browser/operationsInterfaces/componentFeatureCapabilities.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/componentFeatureCapabilities.js.map +1 -0
- package/dist/browser/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts +45 -0
- package/dist/browser/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/componentLinkedStorageAccountsOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/componentQuotaStatus.d.ts +12 -0
- package/dist/browser/operationsInterfaces/componentQuotaStatus.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/componentQuotaStatus.js.map +1 -0
- package/dist/browser/operationsInterfaces/components.d.ts +76 -0
- package/dist/browser/operationsInterfaces/components.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/components.js.map +1 -0
- package/dist/browser/operationsInterfaces/deletedWorkbooks.d.ts +11 -0
- package/dist/browser/operationsInterfaces/deletedWorkbooks.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/deletedWorkbooks.js +9 -0
- package/dist/browser/operationsInterfaces/deletedWorkbooks.js.map +1 -0
- package/dist/browser/operationsInterfaces/exportConfigurations.d.ts +50 -0
- package/dist/browser/operationsInterfaces/exportConfigurations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/exportConfigurations.js.map +1 -0
- package/dist/browser/operationsInterfaces/favorites.d.ts +47 -0
- package/dist/browser/operationsInterfaces/favorites.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/favorites.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +21 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +28 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/dist/browser/operationsInterfaces/liveToken.d.ts +11 -0
- package/dist/browser/operationsInterfaces/liveToken.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/liveToken.js.map +1 -0
- package/dist/browser/operationsInterfaces/operations.d.ts +11 -0
- package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/operations.js +9 -0
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/dist/browser/operationsInterfaces/proactiveDetectionConfigurations.d.ts +32 -0
- package/dist/browser/operationsInterfaces/proactiveDetectionConfigurations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/proactiveDetectionConfigurations.js.map +1 -0
- package/dist/browser/operationsInterfaces/webTestLocations.d.ts +13 -0
- package/dist/browser/operationsInterfaces/webTestLocations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/webTestLocations.js.map +1 -0
- package/dist/browser/operationsInterfaces/webTests.d.ts +55 -0
- package/dist/browser/operationsInterfaces/webTests.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/webTests.js.map +1 -0
- package/dist/browser/operationsInterfaces/workItemConfigurations.d.ts +58 -0
- package/dist/browser/operationsInterfaces/workItemConfigurations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/workItemConfigurations.js.map +1 -0
- package/dist/browser/operationsInterfaces/workbookTemplates.d.ts +41 -0
- package/dist/browser/operationsInterfaces/workbookTemplates.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/workbookTemplates.js.map +1 -0
- package/dist/browser/operationsInterfaces/workbooks.d.ts +63 -0
- package/dist/browser/operationsInterfaces/workbooks.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/workbooks.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.d.ts +13 -0
- package/dist/browser/pagingHelper.js +32 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/commonjs/applicationInsightsManagementClient.d.ts +37 -0
- package/dist/commonjs/applicationInsightsManagementClient.d.ts.map +1 -0
- package/dist/commonjs/applicationInsightsManagementClient.js +95 -0
- package/dist/commonjs/applicationInsightsManagementClient.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +2147 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +173 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +93 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +3243 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +65 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +546 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/aPIKeys.d.ts +55 -0
- package/dist/commonjs/operations/aPIKeys.d.ts.map +1 -0
- package/dist/commonjs/operations/aPIKeys.js +195 -0
- package/dist/commonjs/operations/aPIKeys.js.map +1 -0
- package/dist/commonjs/operations/analyticsItems.d.ts +51 -0
- package/dist/commonjs/operations/analyticsItems.d.ts.map +1 -0
- package/dist/commonjs/operations/analyticsItems.js +162 -0
- package/dist/commonjs/operations/analyticsItems.js.map +1 -0
- package/dist/commonjs/operations/annotations.d.ts +63 -0
- package/dist/commonjs/operations/annotations.d.ts.map +1 -0
- package/dist/commonjs/operations/annotations.js +217 -0
- package/dist/commonjs/operations/annotations.js.map +1 -0
- package/dist/commonjs/operations/componentAvailableFeatures.d.ts +20 -0
- package/dist/commonjs/operations/componentAvailableFeatures.d.ts.map +1 -0
- package/dist/commonjs/operations/componentAvailableFeatures.js +55 -0
- package/dist/commonjs/operations/componentAvailableFeatures.js.map +1 -0
- package/dist/commonjs/operations/componentCurrentBillingFeatures.d.ts +29 -0
- package/dist/commonjs/operations/componentCurrentBillingFeatures.d.ts.map +1 -0
- package/dist/commonjs/operations/componentCurrentBillingFeatures.js +86 -0
- package/dist/commonjs/operations/componentCurrentBillingFeatures.js.map +1 -0
- package/dist/commonjs/operations/componentFeatureCapabilities.d.ts +20 -0
- package/dist/commonjs/operations/componentFeatureCapabilities.d.ts.map +1 -0
- package/dist/commonjs/operations/componentFeatureCapabilities.js +55 -0
- package/dist/commonjs/operations/componentFeatureCapabilities.js.map +1 -0
- package/dist/commonjs/operations/componentLinkedStorageAccountsOperations.d.ts +53 -0
- package/dist/commonjs/operations/componentLinkedStorageAccountsOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/componentLinkedStorageAccountsOperations.js +179 -0
- package/dist/commonjs/operations/componentLinkedStorageAccountsOperations.js.map +1 -0
- package/dist/commonjs/operations/componentQuotaStatus.d.ts +20 -0
- package/dist/commonjs/operations/componentQuotaStatus.d.ts.map +1 -0
- package/dist/commonjs/operations/componentQuotaStatus.js +55 -0
- package/dist/commonjs/operations/componentQuotaStatus.js.map +1 -0
- package/dist/commonjs/operations/components.d.ts +112 -0
- package/dist/commonjs/operations/components.d.ts.map +1 -0
- package/dist/commonjs/operations/components.js +463 -0
- package/dist/commonjs/operations/components.js.map +1 -0
- package/dist/commonjs/operations/deletedWorkbooks.d.ts +32 -0
- package/dist/commonjs/operations/deletedWorkbooks.d.ts.map +1 -0
- package/dist/commonjs/operations/deletedWorkbooks.js +145 -0
- package/dist/commonjs/operations/deletedWorkbooks.js.map +1 -0
- package/dist/commonjs/operations/exportConfigurations.d.ts +58 -0
- package/dist/commonjs/operations/exportConfigurations.d.ts.map +1 -0
- package/dist/commonjs/operations/exportConfigurations.js +200 -0
- package/dist/commonjs/operations/exportConfigurations.js.map +1 -0
- package/dist/commonjs/operations/favorites.d.ts +55 -0
- package/dist/commonjs/operations/favorites.d.ts.map +1 -0
- package/dist/commonjs/operations/favorites.js +201 -0
- package/dist/commonjs/operations/favorites.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +21 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +31 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/liveToken.d.ts +19 -0
- package/dist/commonjs/operations/liveToken.d.ts.map +1 -0
- package/dist/commonjs/operations/liveToken.js +52 -0
- package/dist/commonjs/operations/liveToken.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +32 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +137 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/proactiveDetectionConfigurations.d.ts +40 -0
- package/dist/commonjs/operations/proactiveDetectionConfigurations.d.ts.map +1 -0
- package/dist/commonjs/operations/proactiveDetectionConfigurations.js +135 -0
- package/dist/commonjs/operations/proactiveDetectionConfigurations.js.map +1 -0
- package/dist/commonjs/operations/webTestLocations.d.ts +30 -0
- package/dist/commonjs/operations/webTestLocations.d.ts.map +1 -0
- package/dist/commonjs/operations/webTestLocations.js +106 -0
- package/dist/commonjs/operations/webTestLocations.js.map +1 -0
- package/dist/commonjs/operations/webTests.d.ts +108 -0
- package/dist/commonjs/operations/webTests.d.ts.map +1 -0
- package/dist/commonjs/operations/webTests.js +476 -0
- package/dist/commonjs/operations/webTests.js.map +1 -0
- package/dist/commonjs/operations/workItemConfigurations.d.ts +75 -0
- package/dist/commonjs/operations/workItemConfigurations.d.ts.map +1 -0
- package/dist/commonjs/operations/workItemConfigurations.js +267 -0
- package/dist/commonjs/operations/workItemConfigurations.js.map +1 -0
- package/dist/commonjs/operations/workbookTemplates.d.ts +57 -0
- package/dist/commonjs/operations/workbookTemplates.d.ts.map +1 -0
- package/dist/commonjs/operations/workbookTemplates.js +233 -0
- package/dist/commonjs/operations/workbookTemplates.js.map +1 -0
- package/dist/commonjs/operations/workbooks.d.ts +118 -0
- package/dist/commonjs/operations/workbooks.d.ts.map +1 -0
- package/dist/commonjs/operations/workbooks.js +561 -0
- package/dist/commonjs/operations/workbooks.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/aPIKeys.d.ts +38 -0
- package/dist/commonjs/operationsInterfaces/aPIKeys.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/aPIKeys.js +10 -0
- package/dist/commonjs/operationsInterfaces/aPIKeys.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/analyticsItems.d.ts +43 -0
- package/dist/commonjs/operationsInterfaces/analyticsItems.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/analyticsItems.js +10 -0
- package/dist/commonjs/operationsInterfaces/analyticsItems.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/annotations.d.ts +43 -0
- package/dist/commonjs/operationsInterfaces/annotations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/annotations.js +10 -0
- package/dist/commonjs/operationsInterfaces/annotations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/componentAvailableFeatures.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/componentAvailableFeatures.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/componentAvailableFeatures.js +10 -0
- package/dist/commonjs/operationsInterfaces/componentAvailableFeatures.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/componentCurrentBillingFeatures.d.ts +21 -0
- package/dist/commonjs/operationsInterfaces/componentCurrentBillingFeatures.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/componentCurrentBillingFeatures.js +10 -0
- package/dist/commonjs/operationsInterfaces/componentCurrentBillingFeatures.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/componentFeatureCapabilities.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/componentFeatureCapabilities.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/componentFeatureCapabilities.js +10 -0
- package/dist/commonjs/operationsInterfaces/componentFeatureCapabilities.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts +45 -0
- package/dist/commonjs/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/componentLinkedStorageAccountsOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/componentLinkedStorageAccountsOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/componentQuotaStatus.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/componentQuotaStatus.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/componentQuotaStatus.js +10 -0
- package/dist/commonjs/operationsInterfaces/componentQuotaStatus.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/components.d.ts +76 -0
- package/dist/commonjs/operationsInterfaces/components.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/components.js +10 -0
- package/dist/commonjs/operationsInterfaces/components.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/deletedWorkbooks.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/deletedWorkbooks.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/deletedWorkbooks.js +10 -0
- package/dist/commonjs/operationsInterfaces/deletedWorkbooks.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/exportConfigurations.d.ts +50 -0
- package/dist/commonjs/operationsInterfaces/exportConfigurations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/exportConfigurations.js +10 -0
- package/dist/commonjs/operationsInterfaces/exportConfigurations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/favorites.d.ts +47 -0
- package/dist/commonjs/operationsInterfaces/favorites.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/favorites.js +10 -0
- package/dist/commonjs/operationsInterfaces/favorites.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +21 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +31 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/liveToken.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/liveToken.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/liveToken.js +10 -0
- package/dist/commonjs/operationsInterfaces/liveToken.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.js +10 -0
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/proactiveDetectionConfigurations.d.ts +32 -0
- package/dist/commonjs/operationsInterfaces/proactiveDetectionConfigurations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/proactiveDetectionConfigurations.js +10 -0
- package/dist/commonjs/operationsInterfaces/proactiveDetectionConfigurations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/webTestLocations.d.ts +13 -0
- package/dist/commonjs/operationsInterfaces/webTestLocations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/webTestLocations.js +10 -0
- package/dist/commonjs/operationsInterfaces/webTestLocations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/webTests.d.ts +55 -0
- package/dist/commonjs/operationsInterfaces/webTests.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/webTests.js +10 -0
- package/dist/commonjs/operationsInterfaces/webTests.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/workItemConfigurations.d.ts +58 -0
- package/dist/commonjs/operationsInterfaces/workItemConfigurations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/workItemConfigurations.js +10 -0
- package/dist/commonjs/operationsInterfaces/workItemConfigurations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/workbookTemplates.d.ts +41 -0
- package/dist/commonjs/operationsInterfaces/workbookTemplates.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/workbookTemplates.js +10 -0
- package/dist/commonjs/operationsInterfaces/workbookTemplates.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/workbooks.d.ts +63 -0
- package/dist/commonjs/operationsInterfaces/workbooks.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/workbooks.js +10 -0
- package/dist/commonjs/operationsInterfaces/workbooks.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +36 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -0
- package/dist/esm/applicationInsightsManagementClient.d.ts +37 -0
- package/dist/esm/applicationInsightsManagementClient.d.ts.map +1 -0
- package/dist/esm/applicationInsightsManagementClient.js +90 -0
- package/dist/esm/applicationInsightsManagementClient.js.map +1 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +13 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/models/index.d.ts +2147 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +170 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +93 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +3239 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +65 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +542 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/aPIKeys.d.ts +55 -0
- package/dist/esm/operations/aPIKeys.d.ts.map +1 -0
- package/dist/esm/operations/aPIKeys.js +191 -0
- package/dist/esm/operations/aPIKeys.js.map +1 -0
- package/dist/esm/operations/analyticsItems.d.ts +51 -0
- package/dist/esm/operations/analyticsItems.d.ts.map +1 -0
- package/dist/esm/operations/analyticsItems.js +157 -0
- package/dist/esm/operations/analyticsItems.js.map +1 -0
- package/dist/esm/operations/annotations.d.ts +63 -0
- package/dist/esm/operations/annotations.d.ts.map +1 -0
- package/dist/esm/operations/annotations.js +213 -0
- package/dist/esm/operations/annotations.js.map +1 -0
- package/dist/esm/operations/componentAvailableFeatures.d.ts +20 -0
- package/dist/esm/operations/componentAvailableFeatures.d.ts.map +1 -0
- package/dist/esm/operations/componentAvailableFeatures.js +50 -0
- package/dist/esm/operations/componentAvailableFeatures.js.map +1 -0
- package/dist/esm/operations/componentCurrentBillingFeatures.d.ts +29 -0
- package/dist/esm/operations/componentCurrentBillingFeatures.d.ts.map +1 -0
- package/dist/esm/operations/componentCurrentBillingFeatures.js +81 -0
- package/dist/esm/operations/componentCurrentBillingFeatures.js.map +1 -0
- package/dist/esm/operations/componentFeatureCapabilities.d.ts +20 -0
- package/dist/esm/operations/componentFeatureCapabilities.d.ts.map +1 -0
- package/dist/esm/operations/componentFeatureCapabilities.js +50 -0
- package/dist/esm/operations/componentFeatureCapabilities.js.map +1 -0
- package/dist/esm/operations/componentLinkedStorageAccountsOperations.d.ts +53 -0
- package/dist/esm/operations/componentLinkedStorageAccountsOperations.d.ts.map +1 -0
- package/dist/esm/operations/componentLinkedStorageAccountsOperations.js +174 -0
- package/dist/esm/operations/componentLinkedStorageAccountsOperations.js.map +1 -0
- package/dist/esm/operations/componentQuotaStatus.d.ts +20 -0
- package/dist/esm/operations/componentQuotaStatus.d.ts.map +1 -0
- package/dist/esm/operations/componentQuotaStatus.js +50 -0
- package/dist/esm/operations/componentQuotaStatus.js.map +1 -0
- package/dist/esm/operations/components.d.ts +112 -0
- package/dist/esm/operations/components.d.ts.map +1 -0
- package/dist/esm/operations/components.js +459 -0
- package/dist/esm/operations/components.js.map +1 -0
- package/dist/esm/operations/deletedWorkbooks.d.ts +32 -0
- package/dist/esm/operations/deletedWorkbooks.d.ts.map +1 -0
- package/dist/esm/operations/deletedWorkbooks.js +141 -0
- package/dist/esm/operations/deletedWorkbooks.js.map +1 -0
- package/dist/esm/operations/exportConfigurations.d.ts +58 -0
- package/dist/esm/operations/exportConfigurations.d.ts.map +1 -0
- package/dist/esm/operations/exportConfigurations.js +195 -0
- package/dist/esm/operations/exportConfigurations.js.map +1 -0
- package/dist/esm/operations/favorites.d.ts +55 -0
- package/dist/esm/operations/favorites.d.ts.map +1 -0
- package/dist/esm/operations/favorites.js +196 -0
- package/dist/esm/operations/favorites.js.map +1 -0
- package/dist/esm/operations/index.d.ts +21 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +28 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/liveToken.d.ts +19 -0
- package/dist/esm/operations/liveToken.d.ts.map +1 -0
- package/dist/esm/operations/liveToken.js +47 -0
- package/dist/esm/operations/liveToken.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +32 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +133 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/proactiveDetectionConfigurations.d.ts +40 -0
- package/dist/esm/operations/proactiveDetectionConfigurations.d.ts.map +1 -0
- package/dist/esm/operations/proactiveDetectionConfigurations.js +130 -0
- package/dist/esm/operations/proactiveDetectionConfigurations.js.map +1 -0
- package/dist/esm/operations/webTestLocations.d.ts +30 -0
- package/dist/esm/operations/webTestLocations.d.ts.map +1 -0
- package/dist/esm/operations/webTestLocations.js +102 -0
- package/dist/esm/operations/webTestLocations.js.map +1 -0
- package/dist/esm/operations/webTests.d.ts +108 -0
- package/dist/esm/operations/webTests.d.ts.map +1 -0
- package/dist/esm/operations/webTests.js +472 -0
- package/dist/esm/operations/webTests.js.map +1 -0
- package/dist/esm/operations/workItemConfigurations.d.ts +75 -0
- package/dist/esm/operations/workItemConfigurations.d.ts.map +1 -0
- package/dist/esm/operations/workItemConfigurations.js +263 -0
- package/dist/esm/operations/workItemConfigurations.js.map +1 -0
- package/dist/esm/operations/workbookTemplates.d.ts +57 -0
- package/dist/esm/operations/workbookTemplates.d.ts.map +1 -0
- package/dist/esm/operations/workbookTemplates.js +229 -0
- package/dist/esm/operations/workbookTemplates.js.map +1 -0
- package/dist/esm/operations/workbooks.d.ts +118 -0
- package/dist/esm/operations/workbooks.d.ts.map +1 -0
- package/dist/esm/operations/workbooks.js +557 -0
- package/dist/esm/operations/workbooks.js.map +1 -0
- package/dist/esm/operationsInterfaces/aPIKeys.d.ts +38 -0
- package/dist/esm/operationsInterfaces/aPIKeys.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/aPIKeys.js +9 -0
- package/dist/esm/operationsInterfaces/aPIKeys.js.map +1 -0
- package/dist/esm/operationsInterfaces/analyticsItems.d.ts +43 -0
- package/dist/esm/operationsInterfaces/analyticsItems.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/analyticsItems.js +9 -0
- package/dist/esm/operationsInterfaces/analyticsItems.js.map +1 -0
- package/dist/esm/operationsInterfaces/annotations.d.ts +43 -0
- package/dist/esm/operationsInterfaces/annotations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/annotations.js +9 -0
- package/dist/esm/operationsInterfaces/annotations.js.map +1 -0
- package/dist/esm/operationsInterfaces/componentAvailableFeatures.d.ts +12 -0
- package/dist/esm/operationsInterfaces/componentAvailableFeatures.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/componentAvailableFeatures.js +9 -0
- package/dist/esm/operationsInterfaces/componentAvailableFeatures.js.map +1 -0
- package/dist/esm/operationsInterfaces/componentCurrentBillingFeatures.d.ts +21 -0
- package/dist/esm/operationsInterfaces/componentCurrentBillingFeatures.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/componentCurrentBillingFeatures.js +9 -0
- package/dist/esm/operationsInterfaces/componentCurrentBillingFeatures.js.map +1 -0
- package/dist/esm/operationsInterfaces/componentFeatureCapabilities.d.ts +12 -0
- package/dist/esm/operationsInterfaces/componentFeatureCapabilities.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/componentFeatureCapabilities.js +9 -0
- package/dist/esm/operationsInterfaces/componentFeatureCapabilities.js.map +1 -0
- package/dist/esm/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts +45 -0
- package/dist/esm/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/componentLinkedStorageAccountsOperations.js +9 -0
- package/dist/esm/operationsInterfaces/componentLinkedStorageAccountsOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/componentQuotaStatus.d.ts +12 -0
- package/dist/esm/operationsInterfaces/componentQuotaStatus.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/componentQuotaStatus.js +9 -0
- package/dist/esm/operationsInterfaces/componentQuotaStatus.js.map +1 -0
- package/dist/esm/operationsInterfaces/components.d.ts +76 -0
- package/dist/esm/operationsInterfaces/components.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/components.js +9 -0
- package/dist/esm/operationsInterfaces/components.js.map +1 -0
- package/dist/esm/operationsInterfaces/deletedWorkbooks.d.ts +11 -0
- package/dist/esm/operationsInterfaces/deletedWorkbooks.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/deletedWorkbooks.js +9 -0
- package/dist/esm/operationsInterfaces/deletedWorkbooks.js.map +1 -0
- package/dist/esm/operationsInterfaces/exportConfigurations.d.ts +50 -0
- package/dist/esm/operationsInterfaces/exportConfigurations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/exportConfigurations.js +9 -0
- package/dist/esm/operationsInterfaces/exportConfigurations.js.map +1 -0
- package/dist/esm/operationsInterfaces/favorites.d.ts +47 -0
- package/dist/esm/operationsInterfaces/favorites.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/favorites.js +9 -0
- package/dist/esm/operationsInterfaces/favorites.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +21 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +28 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/liveToken.d.ts +11 -0
- package/dist/esm/operationsInterfaces/liveToken.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/liveToken.js +9 -0
- package/dist/esm/operationsInterfaces/liveToken.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operations.js +9 -0
- package/dist/esm/operationsInterfaces/operations.js.map +1 -0
- package/dist/esm/operationsInterfaces/proactiveDetectionConfigurations.d.ts +32 -0
- package/dist/esm/operationsInterfaces/proactiveDetectionConfigurations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/proactiveDetectionConfigurations.js +9 -0
- package/dist/esm/operationsInterfaces/proactiveDetectionConfigurations.js.map +1 -0
- package/dist/esm/operationsInterfaces/webTestLocations.d.ts +13 -0
- package/dist/esm/operationsInterfaces/webTestLocations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/webTestLocations.js +9 -0
- package/dist/esm/operationsInterfaces/webTestLocations.js.map +1 -0
- package/dist/esm/operationsInterfaces/webTests.d.ts +55 -0
- package/dist/esm/operationsInterfaces/webTests.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/webTests.js +9 -0
- package/dist/esm/operationsInterfaces/webTests.js.map +1 -0
- package/dist/esm/operationsInterfaces/workItemConfigurations.d.ts +58 -0
- package/dist/esm/operationsInterfaces/workItemConfigurations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/workItemConfigurations.js +9 -0
- package/dist/esm/operationsInterfaces/workItemConfigurations.js.map +1 -0
- package/dist/esm/operationsInterfaces/workbookTemplates.d.ts +41 -0
- package/dist/esm/operationsInterfaces/workbookTemplates.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/workbookTemplates.js +9 -0
- package/dist/esm/operationsInterfaces/workbookTemplates.js.map +1 -0
- package/dist/esm/operationsInterfaces/workbooks.d.ts +63 -0
- package/dist/esm/operationsInterfaces/workbooks.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/workbooks.js +9 -0
- package/dist/esm/operationsInterfaces/workbooks.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +32 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/react-native/applicationInsightsManagementClient.d.ts +37 -0
- package/dist/react-native/applicationInsightsManagementClient.d.ts.map +1 -0
- package/dist/react-native/applicationInsightsManagementClient.js +90 -0
- package/dist/react-native/applicationInsightsManagementClient.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/models/index.d.ts +2147 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +170 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +93 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +3239 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +65 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +542 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/aPIKeys.d.ts +55 -0
- package/dist/react-native/operations/aPIKeys.d.ts.map +1 -0
- package/dist/react-native/operations/aPIKeys.js +191 -0
- package/dist/react-native/operations/aPIKeys.js.map +1 -0
- package/dist/react-native/operations/analyticsItems.d.ts +51 -0
- package/dist/react-native/operations/analyticsItems.d.ts.map +1 -0
- package/dist/react-native/operations/analyticsItems.js +157 -0
- package/dist/react-native/operations/analyticsItems.js.map +1 -0
- package/dist/react-native/operations/annotations.d.ts +63 -0
- package/dist/react-native/operations/annotations.d.ts.map +1 -0
- package/dist/react-native/operations/annotations.js +213 -0
- package/dist/react-native/operations/annotations.js.map +1 -0
- package/dist/react-native/operations/componentAvailableFeatures.d.ts +20 -0
- package/dist/react-native/operations/componentAvailableFeatures.d.ts.map +1 -0
- package/dist/react-native/operations/componentAvailableFeatures.js +50 -0
- package/dist/react-native/operations/componentAvailableFeatures.js.map +1 -0
- package/dist/react-native/operations/componentCurrentBillingFeatures.d.ts +29 -0
- package/dist/react-native/operations/componentCurrentBillingFeatures.d.ts.map +1 -0
- package/dist/react-native/operations/componentCurrentBillingFeatures.js +81 -0
- package/dist/react-native/operations/componentCurrentBillingFeatures.js.map +1 -0
- package/dist/react-native/operations/componentFeatureCapabilities.d.ts +20 -0
- package/dist/react-native/operations/componentFeatureCapabilities.d.ts.map +1 -0
- package/dist/react-native/operations/componentFeatureCapabilities.js +50 -0
- package/dist/react-native/operations/componentFeatureCapabilities.js.map +1 -0
- package/dist/react-native/operations/componentLinkedStorageAccountsOperations.d.ts +53 -0
- package/dist/react-native/operations/componentLinkedStorageAccountsOperations.d.ts.map +1 -0
- package/dist/react-native/operations/componentLinkedStorageAccountsOperations.js +174 -0
- package/dist/react-native/operations/componentLinkedStorageAccountsOperations.js.map +1 -0
- package/dist/react-native/operations/componentQuotaStatus.d.ts +20 -0
- package/dist/react-native/operations/componentQuotaStatus.d.ts.map +1 -0
- package/dist/react-native/operations/componentQuotaStatus.js +50 -0
- package/dist/react-native/operations/componentQuotaStatus.js.map +1 -0
- package/dist/react-native/operations/components.d.ts +112 -0
- package/dist/react-native/operations/components.d.ts.map +1 -0
- package/dist/react-native/operations/components.js +459 -0
- package/dist/react-native/operations/components.js.map +1 -0
- package/dist/react-native/operations/deletedWorkbooks.d.ts +32 -0
- package/dist/react-native/operations/deletedWorkbooks.d.ts.map +1 -0
- package/dist/react-native/operations/deletedWorkbooks.js +141 -0
- package/dist/react-native/operations/deletedWorkbooks.js.map +1 -0
- package/dist/react-native/operations/exportConfigurations.d.ts +58 -0
- package/dist/react-native/operations/exportConfigurations.d.ts.map +1 -0
- package/dist/react-native/operations/exportConfigurations.js +195 -0
- package/dist/react-native/operations/exportConfigurations.js.map +1 -0
- package/dist/react-native/operations/favorites.d.ts +55 -0
- package/dist/react-native/operations/favorites.d.ts.map +1 -0
- package/dist/react-native/operations/favorites.js +196 -0
- package/dist/react-native/operations/favorites.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +21 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +28 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/liveToken.d.ts +19 -0
- package/dist/react-native/operations/liveToken.d.ts.map +1 -0
- package/dist/react-native/operations/liveToken.js +47 -0
- package/dist/react-native/operations/liveToken.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +32 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +133 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/proactiveDetectionConfigurations.d.ts +40 -0
- package/dist/react-native/operations/proactiveDetectionConfigurations.d.ts.map +1 -0
- package/dist/react-native/operations/proactiveDetectionConfigurations.js +130 -0
- package/dist/react-native/operations/proactiveDetectionConfigurations.js.map +1 -0
- package/dist/react-native/operations/webTestLocations.d.ts +30 -0
- package/dist/react-native/operations/webTestLocations.d.ts.map +1 -0
- package/dist/react-native/operations/webTestLocations.js +102 -0
- package/dist/react-native/operations/webTestLocations.js.map +1 -0
- package/dist/react-native/operations/webTests.d.ts +108 -0
- package/dist/react-native/operations/webTests.d.ts.map +1 -0
- package/dist/react-native/operations/webTests.js +472 -0
- package/dist/react-native/operations/webTests.js.map +1 -0
- package/dist/react-native/operations/workItemConfigurations.d.ts +75 -0
- package/dist/react-native/operations/workItemConfigurations.d.ts.map +1 -0
- package/dist/react-native/operations/workItemConfigurations.js +263 -0
- package/dist/react-native/operations/workItemConfigurations.js.map +1 -0
- package/dist/react-native/operations/workbookTemplates.d.ts +57 -0
- package/dist/react-native/operations/workbookTemplates.d.ts.map +1 -0
- package/dist/react-native/operations/workbookTemplates.js +229 -0
- package/dist/react-native/operations/workbookTemplates.js.map +1 -0
- package/dist/react-native/operations/workbooks.d.ts +118 -0
- package/dist/react-native/operations/workbooks.d.ts.map +1 -0
- package/dist/react-native/operations/workbooks.js +557 -0
- package/dist/react-native/operations/workbooks.js.map +1 -0
- package/dist/react-native/operationsInterfaces/aPIKeys.d.ts +38 -0
- package/dist/react-native/operationsInterfaces/aPIKeys.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/aPIKeys.js +9 -0
- package/dist/react-native/operationsInterfaces/aPIKeys.js.map +1 -0
- package/dist/react-native/operationsInterfaces/analyticsItems.d.ts +43 -0
- package/dist/react-native/operationsInterfaces/analyticsItems.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/analyticsItems.js +9 -0
- package/dist/react-native/operationsInterfaces/analyticsItems.js.map +1 -0
- package/dist/react-native/operationsInterfaces/annotations.d.ts +43 -0
- package/dist/react-native/operationsInterfaces/annotations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/annotations.js +9 -0
- package/dist/react-native/operationsInterfaces/annotations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/componentAvailableFeatures.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/componentAvailableFeatures.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/componentAvailableFeatures.js +9 -0
- package/dist/react-native/operationsInterfaces/componentAvailableFeatures.js.map +1 -0
- package/dist/react-native/operationsInterfaces/componentCurrentBillingFeatures.d.ts +21 -0
- package/dist/react-native/operationsInterfaces/componentCurrentBillingFeatures.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/componentCurrentBillingFeatures.js +9 -0
- package/dist/react-native/operationsInterfaces/componentCurrentBillingFeatures.js.map +1 -0
- package/dist/react-native/operationsInterfaces/componentFeatureCapabilities.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/componentFeatureCapabilities.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/componentFeatureCapabilities.js +9 -0
- package/dist/react-native/operationsInterfaces/componentFeatureCapabilities.js.map +1 -0
- package/dist/react-native/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts +45 -0
- package/dist/react-native/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/componentLinkedStorageAccountsOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/componentLinkedStorageAccountsOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/componentQuotaStatus.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/componentQuotaStatus.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/componentQuotaStatus.js +9 -0
- package/dist/react-native/operationsInterfaces/componentQuotaStatus.js.map +1 -0
- package/dist/react-native/operationsInterfaces/components.d.ts +76 -0
- package/dist/react-native/operationsInterfaces/components.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/components.js +9 -0
- package/dist/react-native/operationsInterfaces/components.js.map +1 -0
- package/dist/react-native/operationsInterfaces/deletedWorkbooks.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/deletedWorkbooks.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/deletedWorkbooks.js +9 -0
- package/dist/react-native/operationsInterfaces/deletedWorkbooks.js.map +1 -0
- package/dist/react-native/operationsInterfaces/exportConfigurations.d.ts +50 -0
- package/dist/react-native/operationsInterfaces/exportConfigurations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/exportConfigurations.js +9 -0
- package/dist/react-native/operationsInterfaces/exportConfigurations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/favorites.d.ts +47 -0
- package/dist/react-native/operationsInterfaces/favorites.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/favorites.js +9 -0
- package/dist/react-native/operationsInterfaces/favorites.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +21 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +28 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/liveToken.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/liveToken.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/liveToken.js +9 -0
- package/dist/react-native/operationsInterfaces/liveToken.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.js +9 -0
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/proactiveDetectionConfigurations.d.ts +32 -0
- package/dist/react-native/operationsInterfaces/proactiveDetectionConfigurations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/proactiveDetectionConfigurations.js +9 -0
- package/dist/react-native/operationsInterfaces/proactiveDetectionConfigurations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/webTestLocations.d.ts +13 -0
- package/dist/react-native/operationsInterfaces/webTestLocations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/webTestLocations.js +9 -0
- package/dist/react-native/operationsInterfaces/webTestLocations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/webTests.d.ts +55 -0
- package/dist/react-native/operationsInterfaces/webTests.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/webTests.js +9 -0
- package/dist/react-native/operationsInterfaces/webTests.js.map +1 -0
- package/dist/react-native/operationsInterfaces/workItemConfigurations.d.ts +58 -0
- package/dist/react-native/operationsInterfaces/workItemConfigurations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/workItemConfigurations.js +9 -0
- package/dist/react-native/operationsInterfaces/workItemConfigurations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/workbookTemplates.d.ts +41 -0
- package/dist/react-native/operationsInterfaces/workbookTemplates.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/workbookTemplates.js +9 -0
- package/dist/react-native/operationsInterfaces/workbookTemplates.js.map +1 -0
- package/dist/react-native/operationsInterfaces/workbooks.d.ts +63 -0
- package/dist/react-native/operationsInterfaces/workbooks.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/workbooks.js +9 -0
- package/dist/react-native/operationsInterfaces/workbooks.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +32 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/package.json +83 -62
- package/review/arm-appinsights.api.md +146 -164
- package/LICENSE.txt +0 -21
- package/dist/index.js +0 -7959
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/samples-dev/analyticsItemsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/analyticsItemsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/analyticsItemsDeleteSample.js +0 -34
- package/dist-esm/samples-dev/analyticsItemsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/analyticsItemsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/analyticsItemsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/analyticsItemsGetSample.js +0 -34
- package/dist-esm/samples-dev/analyticsItemsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/analyticsItemsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/analyticsItemsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/analyticsItemsListSample.js +0 -32
- package/dist-esm/samples-dev/analyticsItemsListSample.js.map +0 -1
- package/dist-esm/samples-dev/analyticsItemsPutSample.d.ts +0 -2
- package/dist-esm/samples-dev/analyticsItemsPutSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/analyticsItemsPutSample.js +0 -38
- package/dist-esm/samples-dev/analyticsItemsPutSample.js.map +0 -1
- package/dist-esm/samples-dev/annotationsCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/annotationsCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/annotationsCreateSample.js +0 -38
- package/dist-esm/samples-dev/annotationsCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/annotationsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/annotationsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/annotationsDeleteSample.js +0 -32
- package/dist-esm/samples-dev/annotationsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/annotationsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/annotationsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/annotationsGetSample.js +0 -32
- package/dist-esm/samples-dev/annotationsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/annotationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/annotationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/annotationsListSample.js +0 -47
- package/dist-esm/samples-dev/annotationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/apiKeysCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/apiKeysCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/apiKeysCreateSample.js +0 -41
- package/dist-esm/samples-dev/apiKeysCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/apiKeysDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/apiKeysDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/apiKeysDeleteSample.js +0 -32
- package/dist-esm/samples-dev/apiKeysDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/apiKeysGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/apiKeysGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/apiKeysGetSample.js +0 -32
- package/dist-esm/samples-dev/apiKeysGetSample.js.map +0 -1
- package/dist-esm/samples-dev/apiKeysListSample.d.ts +0 -2
- package/dist-esm/samples-dev/apiKeysListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/apiKeysListSample.js +0 -45
- package/dist-esm/samples-dev/apiKeysListSample.js.map +0 -1
- package/dist-esm/samples-dev/componentAvailableFeaturesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/componentAvailableFeaturesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/componentAvailableFeaturesGetSample.js +0 -31
- package/dist-esm/samples-dev/componentAvailableFeaturesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/componentCurrentBillingFeaturesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/componentCurrentBillingFeaturesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/componentCurrentBillingFeaturesGetSample.js +0 -31
- package/dist-esm/samples-dev/componentCurrentBillingFeaturesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/componentCurrentBillingFeaturesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/componentCurrentBillingFeaturesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/componentCurrentBillingFeaturesUpdateSample.js +0 -35
- package/dist-esm/samples-dev/componentCurrentBillingFeaturesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/componentFeatureCapabilitiesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/componentFeatureCapabilitiesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/componentFeatureCapabilitiesGetSample.js +0 -31
- package/dist-esm/samples-dev/componentFeatureCapabilitiesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/componentLinkedStorageAccountsCreateAndUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/componentLinkedStorageAccountsCreateAndUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/componentLinkedStorageAccountsCreateAndUpdateSample.js +0 -35
- package/dist-esm/samples-dev/componentLinkedStorageAccountsCreateAndUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/componentLinkedStorageAccountsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/componentLinkedStorageAccountsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/componentLinkedStorageAccountsDeleteSample.js +0 -32
- package/dist-esm/samples-dev/componentLinkedStorageAccountsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/componentLinkedStorageAccountsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/componentLinkedStorageAccountsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/componentLinkedStorageAccountsGetSample.js +0 -32
- package/dist-esm/samples-dev/componentLinkedStorageAccountsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/componentLinkedStorageAccountsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/componentLinkedStorageAccountsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/componentLinkedStorageAccountsUpdateSample.js +0 -35
- package/dist-esm/samples-dev/componentLinkedStorageAccountsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/componentQuotaStatusGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/componentQuotaStatusGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/componentQuotaStatusGetSample.js +0 -31
- package/dist-esm/samples-dev/componentQuotaStatusGetSample.js.map +0 -1
- package/dist-esm/samples-dev/componentsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/componentsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/componentsCreateOrUpdateSample.js +0 -62
- package/dist-esm/samples-dev/componentsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/componentsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/componentsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/componentsDeleteSample.js +0 -31
- package/dist-esm/samples-dev/componentsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/componentsGetPurgeStatusSample.d.ts +0 -2
- package/dist-esm/samples-dev/componentsGetPurgeStatusSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/componentsGetPurgeStatusSample.js +0 -32
- package/dist-esm/samples-dev/componentsGetPurgeStatusSample.js.map +0 -1
- package/dist-esm/samples-dev/componentsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/componentsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/componentsGetSample.js +0 -31
- package/dist-esm/samples-dev/componentsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/componentsListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/componentsListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/componentsListByResourceGroupSample.js +0 -44
- package/dist-esm/samples-dev/componentsListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/componentsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/componentsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/componentsListSample.js +0 -43
- package/dist-esm/samples-dev/componentsListSample.js.map +0 -1
- package/dist-esm/samples-dev/componentsPurgeSample.d.ts +0 -2
- package/dist-esm/samples-dev/componentsPurgeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/componentsPurgeSample.js +0 -41
- package/dist-esm/samples-dev/componentsPurgeSample.js.map +0 -1
- package/dist-esm/samples-dev/componentsUpdateTagsSample.d.ts +0 -2
- package/dist-esm/samples-dev/componentsUpdateTagsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/componentsUpdateTagsSample.js +0 -40
- package/dist-esm/samples-dev/componentsUpdateTagsSample.js.map +0 -1
- package/dist-esm/samples-dev/exportConfigurationsCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/exportConfigurationsCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/exportConfigurationsCreateSample.js +0 -42
- package/dist-esm/samples-dev/exportConfigurationsCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/exportConfigurationsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/exportConfigurationsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/exportConfigurationsDeleteSample.js +0 -32
- package/dist-esm/samples-dev/exportConfigurationsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/exportConfigurationsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/exportConfigurationsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/exportConfigurationsGetSample.js +0 -32
- package/dist-esm/samples-dev/exportConfigurationsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/exportConfigurationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/exportConfigurationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/exportConfigurationsListSample.js +0 -31
- package/dist-esm/samples-dev/exportConfigurationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/exportConfigurationsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/exportConfigurationsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/exportConfigurationsUpdateSample.js +0 -43
- package/dist-esm/samples-dev/exportConfigurationsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/favoritesAddSample.d.ts +0 -2
- package/dist-esm/samples-dev/favoritesAddSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/favoritesAddSample.js +0 -44
- package/dist-esm/samples-dev/favoritesAddSample.js.map +0 -1
- package/dist-esm/samples-dev/favoritesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/favoritesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/favoritesDeleteSample.js +0 -32
- package/dist-esm/samples-dev/favoritesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/favoritesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/favoritesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/favoritesGetSample.js +0 -32
- package/dist-esm/samples-dev/favoritesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/favoritesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/favoritesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/favoritesListSample.js +0 -31
- package/dist-esm/samples-dev/favoritesListSample.js.map +0 -1
- package/dist-esm/samples-dev/favoritesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/favoritesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/favoritesUpdateSample.js +0 -44
- package/dist-esm/samples-dev/favoritesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/liveTokenGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/liveTokenGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/liveTokenGetSample.js +0 -30
- package/dist-esm/samples-dev/liveTokenGetSample.js.map +0 -1
- package/dist-esm/samples-dev/myWorkbooksCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/myWorkbooksCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/myWorkbooksCreateOrUpdateSample.js +0 -42
- package/dist-esm/samples-dev/myWorkbooksCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/myWorkbooksDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/myWorkbooksDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/myWorkbooksDeleteSample.js +0 -31
- package/dist-esm/samples-dev/myWorkbooksDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/myWorkbooksGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/myWorkbooksGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/myWorkbooksGetSample.js +0 -31
- package/dist-esm/samples-dev/myWorkbooksGetSample.js.map +0 -1
- package/dist-esm/samples-dev/myWorkbooksListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/myWorkbooksListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/myWorkbooksListByResourceGroupSample.js +0 -77
- package/dist-esm/samples-dev/myWorkbooksListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/myWorkbooksListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/myWorkbooksListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/myWorkbooksListBySubscriptionSample.js +0 -75
- package/dist-esm/samples-dev/myWorkbooksListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/myWorkbooksUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/myWorkbooksUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/myWorkbooksUpdateSample.js +0 -43
- package/dist-esm/samples-dev/myWorkbooksUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/proactiveDetectionConfigurationsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/proactiveDetectionConfigurationsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/proactiveDetectionConfigurationsGetSample.js +0 -32
- package/dist-esm/samples-dev/proactiveDetectionConfigurationsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/proactiveDetectionConfigurationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/proactiveDetectionConfigurationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/proactiveDetectionConfigurationsListSample.js +0 -31
- package/dist-esm/samples-dev/proactiveDetectionConfigurationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/proactiveDetectionConfigurationsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/proactiveDetectionConfigurationsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/proactiveDetectionConfigurationsUpdateSample.js +0 -49
- package/dist-esm/samples-dev/proactiveDetectionConfigurationsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/webTestLocationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/webTestLocationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webTestLocationsListSample.js +0 -45
- package/dist-esm/samples-dev/webTestLocationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/webTestsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/webTestsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webTestsCreateOrUpdateSample.js +0 -81
- package/dist-esm/samples-dev/webTestsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/webTestsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/webTestsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webTestsDeleteSample.js +0 -31
- package/dist-esm/samples-dev/webTestsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/webTestsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/webTestsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webTestsGetSample.js +0 -31
- package/dist-esm/samples-dev/webTestsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/webTestsListByComponentSample.d.ts +0 -2
- package/dist-esm/samples-dev/webTestsListByComponentSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webTestsListByComponentSample.js +0 -45
- package/dist-esm/samples-dev/webTestsListByComponentSample.js.map +0 -1
- package/dist-esm/samples-dev/webTestsListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/webTestsListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webTestsListByResourceGroupSample.js +0 -44
- package/dist-esm/samples-dev/webTestsListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/webTestsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/webTestsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webTestsListSample.js +0 -43
- package/dist-esm/samples-dev/webTestsListSample.js.map +0 -1
- package/dist-esm/samples-dev/webTestsUpdateTagsSample.d.ts +0 -2
- package/dist-esm/samples-dev/webTestsUpdateTagsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webTestsUpdateTagsSample.js +0 -40
- package/dist-esm/samples-dev/webTestsUpdateTagsSample.js.map +0 -1
- package/dist-esm/samples-dev/workItemConfigurationsCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/workItemConfigurationsCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workItemConfigurationsCreateSample.js +0 -37
- package/dist-esm/samples-dev/workItemConfigurationsCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/workItemConfigurationsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/workItemConfigurationsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workItemConfigurationsDeleteSample.js +0 -32
- package/dist-esm/samples-dev/workItemConfigurationsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/workItemConfigurationsGetDefaultSample.d.ts +0 -2
- package/dist-esm/samples-dev/workItemConfigurationsGetDefaultSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workItemConfigurationsGetDefaultSample.js +0 -31
- package/dist-esm/samples-dev/workItemConfigurationsGetDefaultSample.js.map +0 -1
- package/dist-esm/samples-dev/workItemConfigurationsGetItemSample.d.ts +0 -2
- package/dist-esm/samples-dev/workItemConfigurationsGetItemSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workItemConfigurationsGetItemSample.js +0 -32
- package/dist-esm/samples-dev/workItemConfigurationsGetItemSample.js.map +0 -1
- package/dist-esm/samples-dev/workItemConfigurationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/workItemConfigurationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workItemConfigurationsListSample.js +0 -45
- package/dist-esm/samples-dev/workItemConfigurationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/workItemConfigurationsUpdateItemSample.d.ts +0 -2
- package/dist-esm/samples-dev/workItemConfigurationsUpdateItemSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workItemConfigurationsUpdateItemSample.js +0 -38
- package/dist-esm/samples-dev/workItemConfigurationsUpdateItemSample.js.map +0 -1
- package/dist-esm/samples-dev/workbookTemplatesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/workbookTemplatesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workbookTemplatesCreateOrUpdateSample.js +0 -72
- package/dist-esm/samples-dev/workbookTemplatesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/workbookTemplatesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/workbookTemplatesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workbookTemplatesDeleteSample.js +0 -31
- package/dist-esm/samples-dev/workbookTemplatesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/workbookTemplatesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/workbookTemplatesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workbookTemplatesGetSample.js +0 -31
- package/dist-esm/samples-dev/workbookTemplatesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/workbookTemplatesListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/workbookTemplatesListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workbookTemplatesListByResourceGroupSample.js +0 -44
- package/dist-esm/samples-dev/workbookTemplatesListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/workbookTemplatesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/workbookTemplatesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workbookTemplatesUpdateSample.js +0 -31
- package/dist-esm/samples-dev/workbookTemplatesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/workbooksCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/workbooksCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workbooksCreateOrUpdateSample.js +0 -78
- package/dist-esm/samples-dev/workbooksCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/workbooksDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/workbooksDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workbooksDeleteSample.js +0 -31
- package/dist-esm/samples-dev/workbooksDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/workbooksGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/workbooksGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workbooksGetSample.js +0 -67
- package/dist-esm/samples-dev/workbooksGetSample.js.map +0 -1
- package/dist-esm/samples-dev/workbooksListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/workbooksListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workbooksListByResourceGroupSample.js +0 -81
- package/dist-esm/samples-dev/workbooksListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/workbooksListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/workbooksListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workbooksListBySubscriptionSample.js +0 -75
- package/dist-esm/samples-dev/workbooksListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/workbooksRevisionGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/workbooksRevisionGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workbooksRevisionGetSample.js +0 -32
- package/dist-esm/samples-dev/workbooksRevisionGetSample.js.map +0 -1
- package/dist-esm/samples-dev/workbooksRevisionsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/workbooksRevisionsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workbooksRevisionsListSample.js +0 -45
- package/dist-esm/samples-dev/workbooksRevisionsListSample.js.map +0 -1
- package/dist-esm/samples-dev/workbooksUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/workbooksUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workbooksUpdateSample.js +0 -53
- package/dist-esm/samples-dev/workbooksUpdateSample.js.map +0 -1
- package/dist-esm/src/applicationInsightsManagementClient.d.ts +0 -35
- package/dist-esm/src/applicationInsightsManagementClient.d.ts.map +0 -1
- package/dist-esm/src/applicationInsightsManagementClient.js +0 -88
- package/dist-esm/src/applicationInsightsManagementClient.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -6
- package/dist-esm/src/index.d.ts.map +0 -1
- package/dist-esm/src/index.js +0 -13
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/models/index.d.ts +0 -2170
- package/dist-esm/src/models/index.d.ts.map +0 -1
- package/dist-esm/src/models/index.js +0 -186
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.d.ts +0 -88
- package/dist-esm/src/models/mappers.d.ts.map +0 -1
- package/dist-esm/src/models/mappers.js +0 -3076
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.d.ts +0 -63
- package/dist-esm/src/models/parameters.d.ts.map +0 -1
- package/dist-esm/src/models/parameters.js +0 -515
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/aPIKeys.d.ts +0 -55
- package/dist-esm/src/operations/aPIKeys.d.ts.map +0 -1
- package/dist-esm/src/operations/aPIKeys.js +0 -189
- package/dist-esm/src/operations/aPIKeys.js.map +0 -1
- package/dist-esm/src/operations/analyticsItems.d.ts +0 -51
- package/dist-esm/src/operations/analyticsItems.d.ts.map +0 -1
- package/dist-esm/src/operations/analyticsItems.js +0 -157
- package/dist-esm/src/operations/analyticsItems.js.map +0 -1
- package/dist-esm/src/operations/annotations.d.ts +0 -63
- package/dist-esm/src/operations/annotations.d.ts.map +0 -1
- package/dist-esm/src/operations/annotations.js +0 -211
- package/dist-esm/src/operations/annotations.js.map +0 -1
- package/dist-esm/src/operations/componentAvailableFeatures.d.ts +0 -20
- package/dist-esm/src/operations/componentAvailableFeatures.d.ts.map +0 -1
- package/dist-esm/src/operations/componentAvailableFeatures.js +0 -50
- package/dist-esm/src/operations/componentAvailableFeatures.js.map +0 -1
- package/dist-esm/src/operations/componentCurrentBillingFeatures.d.ts +0 -29
- package/dist-esm/src/operations/componentCurrentBillingFeatures.d.ts.map +0 -1
- package/dist-esm/src/operations/componentCurrentBillingFeatures.js +0 -81
- package/dist-esm/src/operations/componentCurrentBillingFeatures.js.map +0 -1
- package/dist-esm/src/operations/componentFeatureCapabilities.d.ts +0 -20
- package/dist-esm/src/operations/componentFeatureCapabilities.d.ts.map +0 -1
- package/dist-esm/src/operations/componentFeatureCapabilities.js +0 -50
- package/dist-esm/src/operations/componentFeatureCapabilities.js.map +0 -1
- package/dist-esm/src/operations/componentLinkedStorageAccountsOperations.d.ts +0 -53
- package/dist-esm/src/operations/componentLinkedStorageAccountsOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/componentLinkedStorageAccountsOperations.js +0 -174
- package/dist-esm/src/operations/componentLinkedStorageAccountsOperations.js.map +0 -1
- package/dist-esm/src/operations/componentQuotaStatus.d.ts +0 -20
- package/dist-esm/src/operations/componentQuotaStatus.d.ts.map +0 -1
- package/dist-esm/src/operations/componentQuotaStatus.js +0 -50
- package/dist-esm/src/operations/componentQuotaStatus.js.map +0 -1
- package/dist-esm/src/operations/components.d.ts +0 -108
- package/dist-esm/src/operations/components.d.ts.map +0 -1
- package/dist-esm/src/operations/components.js +0 -453
- package/dist-esm/src/operations/components.js.map +0 -1
- package/dist-esm/src/operations/exportConfigurations.d.ts +0 -58
- package/dist-esm/src/operations/exportConfigurations.d.ts.map +0 -1
- package/dist-esm/src/operations/exportConfigurations.js +0 -195
- package/dist-esm/src/operations/exportConfigurations.js.map +0 -1
- package/dist-esm/src/operations/favorites.d.ts +0 -55
- package/dist-esm/src/operations/favorites.d.ts.map +0 -1
- package/dist-esm/src/operations/favorites.js +0 -196
- package/dist-esm/src/operations/favorites.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -20
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -27
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/liveToken.d.ts +0 -19
- package/dist-esm/src/operations/liveToken.d.ts.map +0 -1
- package/dist-esm/src/operations/liveToken.js +0 -47
- package/dist-esm/src/operations/liveToken.js.map +0 -1
- package/dist-esm/src/operations/myWorkbooks.d.ts +0 -89
- package/dist-esm/src/operations/myWorkbooks.d.ts.map +0 -1
- package/dist-esm/src/operations/myWorkbooks.js +0 -410
- package/dist-esm/src/operations/myWorkbooks.js.map +0 -1
- package/dist-esm/src/operations/proactiveDetectionConfigurations.d.ts +0 -40
- package/dist-esm/src/operations/proactiveDetectionConfigurations.d.ts.map +0 -1
- package/dist-esm/src/operations/proactiveDetectionConfigurations.js +0 -130
- package/dist-esm/src/operations/proactiveDetectionConfigurations.js.map +0 -1
- package/dist-esm/src/operations/webTestLocations.d.ts +0 -30
- package/dist-esm/src/operations/webTestLocations.d.ts.map +0 -1
- package/dist-esm/src/operations/webTestLocations.js +0 -100
- package/dist-esm/src/operations/webTestLocations.js.map +0 -1
- package/dist-esm/src/operations/webTests.d.ts +0 -108
- package/dist-esm/src/operations/webTests.d.ts.map +0 -1
- package/dist-esm/src/operations/webTests.js +0 -469
- package/dist-esm/src/operations/webTests.js.map +0 -1
- package/dist-esm/src/operations/workItemConfigurations.d.ts +0 -75
- package/dist-esm/src/operations/workItemConfigurations.d.ts.map +0 -1
- package/dist-esm/src/operations/workItemConfigurations.js +0 -261
- package/dist-esm/src/operations/workItemConfigurations.js.map +0 -1
- package/dist-esm/src/operations/workbookTemplates.d.ts +0 -57
- package/dist-esm/src/operations/workbookTemplates.d.ts.map +0 -1
- package/dist-esm/src/operations/workbookTemplates.js +0 -227
- package/dist-esm/src/operations/workbookTemplates.js.map +0 -1
- package/dist-esm/src/operations/workbooks.d.ts +0 -120
- package/dist-esm/src/operations/workbooks.d.ts.map +0 -1
- package/dist-esm/src/operations/workbooks.js +0 -564
- package/dist-esm/src/operations/workbooks.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/aPIKeys.d.ts +0 -38
- package/dist-esm/src/operationsInterfaces/aPIKeys.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/aPIKeys.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/analyticsItems.d.ts +0 -43
- package/dist-esm/src/operationsInterfaces/analyticsItems.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/analyticsItems.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/annotations.d.ts +0 -43
- package/dist-esm/src/operationsInterfaces/annotations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/annotations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/componentAvailableFeatures.d.ts +0 -12
- package/dist-esm/src/operationsInterfaces/componentAvailableFeatures.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/componentAvailableFeatures.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/componentCurrentBillingFeatures.d.ts +0 -21
- package/dist-esm/src/operationsInterfaces/componentCurrentBillingFeatures.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/componentCurrentBillingFeatures.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/componentFeatureCapabilities.d.ts +0 -12
- package/dist-esm/src/operationsInterfaces/componentFeatureCapabilities.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/componentFeatureCapabilities.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts +0 -45
- package/dist-esm/src/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/componentLinkedStorageAccountsOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/componentQuotaStatus.d.ts +0 -12
- package/dist-esm/src/operationsInterfaces/componentQuotaStatus.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/componentQuotaStatus.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/components.d.ts +0 -72
- package/dist-esm/src/operationsInterfaces/components.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/components.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/exportConfigurations.d.ts +0 -50
- package/dist-esm/src/operationsInterfaces/exportConfigurations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/exportConfigurations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/favorites.d.ts +0 -47
- package/dist-esm/src/operationsInterfaces/favorites.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/favorites.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -20
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -27
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/liveToken.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/liveToken.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/liveToken.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/myWorkbooks.d.ts +0 -49
- package/dist-esm/src/operationsInterfaces/myWorkbooks.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/myWorkbooks.js +0 -9
- package/dist-esm/src/operationsInterfaces/myWorkbooks.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/proactiveDetectionConfigurations.d.ts +0 -32
- package/dist-esm/src/operationsInterfaces/proactiveDetectionConfigurations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/proactiveDetectionConfigurations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/webTestLocations.d.ts +0 -13
- package/dist-esm/src/operationsInterfaces/webTestLocations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/webTestLocations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/webTests.d.ts +0 -55
- package/dist-esm/src/operationsInterfaces/webTests.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/webTests.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/workItemConfigurations.d.ts +0 -58
- package/dist-esm/src/operationsInterfaces/workItemConfigurations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/workItemConfigurations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/workbookTemplates.d.ts +0 -41
- package/dist-esm/src/operationsInterfaces/workbookTemplates.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/workbookTemplates.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/workbooks.d.ts +0 -63
- package/dist-esm/src/operationsInterfaces/workbooks.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/workbooks.js.map +0 -1
- package/dist-esm/src/pagingHelper.d.ts +0 -13
- package/dist-esm/src/pagingHelper.js +0 -32
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/test/sampleTest.d.ts +0 -2
- package/dist-esm/test/sampleTest.d.ts.map +0 -1
- package/dist-esm/test/sampleTest.js +0 -38
- package/dist-esm/test/sampleTest.js.map +0 -1
- package/rollup.config.js +0 -122
- package/src/applicationInsightsManagementClient.ts +0 -188
- package/src/index.ts +0 -13
- package/src/models/index.ts +0 -2455
- package/src/models/mappers.ts +0 -3258
- package/src/models/parameters.ts +0 -601
- package/src/operations/aPIKeys.ts +0 -256
- package/src/operations/analyticsItems.ts +0 -215
- package/src/operations/annotations.ts +0 -300
- package/src/operations/componentAvailableFeatures.ts +0 -70
- package/src/operations/componentCurrentBillingFeatures.ts +0 -114
- package/src/operations/componentFeatureCapabilities.ts +0 -70
- package/src/operations/componentLinkedStorageAccountsOperations.ts +0 -235
- package/src/operations/componentQuotaStatus.ts +0 -69
- package/src/operations/components.ts +0 -572
- package/src/operations/exportConfigurations.ts +0 -264
- package/src/operations/favorites.ts +0 -265
- package/src/operations/index.ts +0 -27
- package/src/operations/liveToken.ts +0 -61
- package/src/operations/myWorkbooks.ts +0 -535
- package/src/operations/proactiveDetectionConfigurations.ts +0 -179
- package/src/operations/webTestLocations.ts +0 -130
- package/src/operations/webTests.ts +0 -607
- package/src/operations/workItemConfigurations.ts +0 -351
- package/src/operations/workbookTemplates.ts +0 -295
- package/src/operations/workbooks.ts +0 -745
- package/src/operationsInterfaces/aPIKeys.ts +0 -76
- package/src/operationsInterfaces/analyticsItems.ts +0 -82
- package/src/operationsInterfaces/annotations.ts +0 -81
- package/src/operationsInterfaces/componentAvailableFeatures.ts +0 -27
- package/src/operationsInterfaces/componentCurrentBillingFeatures.ts +0 -44
- package/src/operationsInterfaces/componentFeatureCapabilities.ts +0 -27
- package/src/operationsInterfaces/componentLinkedStorageAccountsOperations.ts +0 -86
- package/src/operationsInterfaces/componentQuotaStatus.ts +0 -27
- package/src/operationsInterfaces/components.ts +0 -131
- package/src/operationsInterfaces/exportConfigurations.ts +0 -95
- package/src/operationsInterfaces/favorites.ts +0 -92
- package/src/operationsInterfaces/index.ts +0 -27
- package/src/operationsInterfaces/liveToken.ts +0 -22
- package/src/operationsInterfaces/myWorkbooks.ts +0 -95
- package/src/operationsInterfaces/proactiveDetectionConfigurations.ts +0 -63
- package/src/operationsInterfaces/webTestLocations.ts +0 -29
- package/src/operationsInterfaces/webTests.ts +0 -104
- package/src/operationsInterfaces/workItemConfigurations.ts +0 -109
- package/src/operationsInterfaces/workbookTemplates.ts +0 -80
- package/src/operationsInterfaces/workbooks.ts +0 -120
- package/src/pagingHelper.ts +0 -39
- package/tsconfig.json +0 -33
- package/types/arm-appinsights.d.ts +0 -3191
- package/types/tsdoc-metadata.json +0 -11
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/aPIKeys.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/analyticsItems.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/annotations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/componentAvailableFeatures.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/componentCurrentBillingFeatures.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/componentFeatureCapabilities.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/componentLinkedStorageAccountsOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/componentQuotaStatus.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/components.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/exportConfigurations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/favorites.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/liveToken.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/proactiveDetectionConfigurations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/webTestLocations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/webTests.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/workItemConfigurations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/workbookTemplates.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/workbooks.js +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
|
@@ -1,235 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
import { ComponentLinkedStorageAccountsOperations } from "../operationsInterfaces";
|
|
10
|
-
import * as coreClient from "@azure/core-client";
|
|
11
|
-
import * as Mappers from "../models/mappers";
|
|
12
|
-
import * as Parameters from "../models/parameters";
|
|
13
|
-
import { ApplicationInsightsManagementClient } from "../applicationInsightsManagementClient";
|
|
14
|
-
import {
|
|
15
|
-
StorageType,
|
|
16
|
-
ComponentLinkedStorageAccountsGetOptionalParams,
|
|
17
|
-
ComponentLinkedStorageAccountsGetResponse,
|
|
18
|
-
ComponentLinkedStorageAccounts,
|
|
19
|
-
ComponentLinkedStorageAccountsCreateAndUpdateOptionalParams,
|
|
20
|
-
ComponentLinkedStorageAccountsCreateAndUpdateResponse,
|
|
21
|
-
ComponentLinkedStorageAccountsPatch,
|
|
22
|
-
ComponentLinkedStorageAccountsUpdateOptionalParams,
|
|
23
|
-
ComponentLinkedStorageAccountsUpdateResponse,
|
|
24
|
-
ComponentLinkedStorageAccountsDeleteOptionalParams
|
|
25
|
-
} from "../models";
|
|
26
|
-
|
|
27
|
-
/** Class containing ComponentLinkedStorageAccountsOperations operations. */
|
|
28
|
-
export class ComponentLinkedStorageAccountsOperationsImpl
|
|
29
|
-
implements ComponentLinkedStorageAccountsOperations {
|
|
30
|
-
private readonly client: ApplicationInsightsManagementClient;
|
|
31
|
-
|
|
32
|
-
/**
|
|
33
|
-
* Initialize a new instance of the class ComponentLinkedStorageAccountsOperations class.
|
|
34
|
-
* @param client Reference to the service client
|
|
35
|
-
*/
|
|
36
|
-
constructor(client: ApplicationInsightsManagementClient) {
|
|
37
|
-
this.client = client;
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
/**
|
|
41
|
-
* Returns the current linked storage settings for an Application Insights component.
|
|
42
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
43
|
-
* @param resourceName The name of the Application Insights component resource.
|
|
44
|
-
* @param storageType The type of the Application Insights component data source for the linked storage
|
|
45
|
-
* account.
|
|
46
|
-
* @param options The options parameters.
|
|
47
|
-
*/
|
|
48
|
-
get(
|
|
49
|
-
resourceGroupName: string,
|
|
50
|
-
resourceName: string,
|
|
51
|
-
storageType: StorageType,
|
|
52
|
-
options?: ComponentLinkedStorageAccountsGetOptionalParams
|
|
53
|
-
): Promise<ComponentLinkedStorageAccountsGetResponse> {
|
|
54
|
-
return this.client.sendOperationRequest(
|
|
55
|
-
{ resourceGroupName, resourceName, storageType, options },
|
|
56
|
-
getOperationSpec
|
|
57
|
-
);
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
/**
|
|
61
|
-
* Replace current linked storage account for an Application Insights component.
|
|
62
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
63
|
-
* @param resourceName The name of the Application Insights component resource.
|
|
64
|
-
* @param storageType The type of the Application Insights component data source for the linked storage
|
|
65
|
-
* account.
|
|
66
|
-
* @param linkedStorageAccountsProperties Properties that need to be specified to update linked storage
|
|
67
|
-
* accounts for an Application Insights component.
|
|
68
|
-
* @param options The options parameters.
|
|
69
|
-
*/
|
|
70
|
-
createAndUpdate(
|
|
71
|
-
resourceGroupName: string,
|
|
72
|
-
resourceName: string,
|
|
73
|
-
storageType: StorageType,
|
|
74
|
-
linkedStorageAccountsProperties: ComponentLinkedStorageAccounts,
|
|
75
|
-
options?: ComponentLinkedStorageAccountsCreateAndUpdateOptionalParams
|
|
76
|
-
): Promise<ComponentLinkedStorageAccountsCreateAndUpdateResponse> {
|
|
77
|
-
return this.client.sendOperationRequest(
|
|
78
|
-
{
|
|
79
|
-
resourceGroupName,
|
|
80
|
-
resourceName,
|
|
81
|
-
storageType,
|
|
82
|
-
linkedStorageAccountsProperties,
|
|
83
|
-
options
|
|
84
|
-
},
|
|
85
|
-
createAndUpdateOperationSpec
|
|
86
|
-
);
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
/**
|
|
90
|
-
* Update linked storage accounts for an Application Insights component.
|
|
91
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
92
|
-
* @param resourceName The name of the Application Insights component resource.
|
|
93
|
-
* @param storageType The type of the Application Insights component data source for the linked storage
|
|
94
|
-
* account.
|
|
95
|
-
* @param linkedStorageAccountsProperties Properties that need to be specified to update a linked
|
|
96
|
-
* storage accounts for an Application Insights component.
|
|
97
|
-
* @param options The options parameters.
|
|
98
|
-
*/
|
|
99
|
-
update(
|
|
100
|
-
resourceGroupName: string,
|
|
101
|
-
resourceName: string,
|
|
102
|
-
storageType: StorageType,
|
|
103
|
-
linkedStorageAccountsProperties: ComponentLinkedStorageAccountsPatch,
|
|
104
|
-
options?: ComponentLinkedStorageAccountsUpdateOptionalParams
|
|
105
|
-
): Promise<ComponentLinkedStorageAccountsUpdateResponse> {
|
|
106
|
-
return this.client.sendOperationRequest(
|
|
107
|
-
{
|
|
108
|
-
resourceGroupName,
|
|
109
|
-
resourceName,
|
|
110
|
-
storageType,
|
|
111
|
-
linkedStorageAccountsProperties,
|
|
112
|
-
options
|
|
113
|
-
},
|
|
114
|
-
updateOperationSpec
|
|
115
|
-
);
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
/**
|
|
119
|
-
* Delete linked storage accounts for an Application Insights component.
|
|
120
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
121
|
-
* @param resourceName The name of the Application Insights component resource.
|
|
122
|
-
* @param storageType The type of the Application Insights component data source for the linked storage
|
|
123
|
-
* account.
|
|
124
|
-
* @param options The options parameters.
|
|
125
|
-
*/
|
|
126
|
-
delete(
|
|
127
|
-
resourceGroupName: string,
|
|
128
|
-
resourceName: string,
|
|
129
|
-
storageType: StorageType,
|
|
130
|
-
options?: ComponentLinkedStorageAccountsDeleteOptionalParams
|
|
131
|
-
): Promise<void> {
|
|
132
|
-
return this.client.sendOperationRequest(
|
|
133
|
-
{ resourceGroupName, resourceName, storageType, options },
|
|
134
|
-
deleteOperationSpec
|
|
135
|
-
);
|
|
136
|
-
}
|
|
137
|
-
}
|
|
138
|
-
// Operation Specifications
|
|
139
|
-
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
140
|
-
|
|
141
|
-
const getOperationSpec: coreClient.OperationSpec = {
|
|
142
|
-
path:
|
|
143
|
-
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/components/{resourceName}/linkedStorageAccounts/{storageType}",
|
|
144
|
-
httpMethod: "GET",
|
|
145
|
-
responses: {
|
|
146
|
-
200: {
|
|
147
|
-
bodyMapper: Mappers.ComponentLinkedStorageAccounts
|
|
148
|
-
},
|
|
149
|
-
default: {
|
|
150
|
-
bodyMapper: Mappers.ErrorResponseLinkedStorage
|
|
151
|
-
}
|
|
152
|
-
},
|
|
153
|
-
queryParameters: [Parameters.apiVersion5],
|
|
154
|
-
urlParameters: [
|
|
155
|
-
Parameters.$host,
|
|
156
|
-
Parameters.resourceGroupName,
|
|
157
|
-
Parameters.subscriptionId,
|
|
158
|
-
Parameters.resourceName,
|
|
159
|
-
Parameters.storageType
|
|
160
|
-
],
|
|
161
|
-
headerParameters: [Parameters.accept],
|
|
162
|
-
serializer
|
|
163
|
-
};
|
|
164
|
-
const createAndUpdateOperationSpec: coreClient.OperationSpec = {
|
|
165
|
-
path:
|
|
166
|
-
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/components/{resourceName}/linkedStorageAccounts/{storageType}",
|
|
167
|
-
httpMethod: "PUT",
|
|
168
|
-
responses: {
|
|
169
|
-
200: {
|
|
170
|
-
bodyMapper: Mappers.ComponentLinkedStorageAccounts
|
|
171
|
-
},
|
|
172
|
-
default: {
|
|
173
|
-
bodyMapper: Mappers.ErrorResponseLinkedStorage
|
|
174
|
-
}
|
|
175
|
-
},
|
|
176
|
-
requestBody: Parameters.linkedStorageAccountsProperties,
|
|
177
|
-
queryParameters: [Parameters.apiVersion5],
|
|
178
|
-
urlParameters: [
|
|
179
|
-
Parameters.$host,
|
|
180
|
-
Parameters.resourceGroupName,
|
|
181
|
-
Parameters.subscriptionId,
|
|
182
|
-
Parameters.resourceName,
|
|
183
|
-
Parameters.storageType
|
|
184
|
-
],
|
|
185
|
-
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
186
|
-
mediaType: "json",
|
|
187
|
-
serializer
|
|
188
|
-
};
|
|
189
|
-
const updateOperationSpec: coreClient.OperationSpec = {
|
|
190
|
-
path:
|
|
191
|
-
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/components/{resourceName}/linkedStorageAccounts/{storageType}",
|
|
192
|
-
httpMethod: "PATCH",
|
|
193
|
-
responses: {
|
|
194
|
-
200: {
|
|
195
|
-
bodyMapper: Mappers.ComponentLinkedStorageAccounts
|
|
196
|
-
},
|
|
197
|
-
default: {
|
|
198
|
-
bodyMapper: Mappers.ErrorResponseLinkedStorage
|
|
199
|
-
}
|
|
200
|
-
},
|
|
201
|
-
requestBody: Parameters.linkedStorageAccountsProperties1,
|
|
202
|
-
queryParameters: [Parameters.apiVersion5],
|
|
203
|
-
urlParameters: [
|
|
204
|
-
Parameters.$host,
|
|
205
|
-
Parameters.resourceGroupName,
|
|
206
|
-
Parameters.subscriptionId,
|
|
207
|
-
Parameters.resourceName,
|
|
208
|
-
Parameters.storageType
|
|
209
|
-
],
|
|
210
|
-
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
211
|
-
mediaType: "json",
|
|
212
|
-
serializer
|
|
213
|
-
};
|
|
214
|
-
const deleteOperationSpec: coreClient.OperationSpec = {
|
|
215
|
-
path:
|
|
216
|
-
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/components/{resourceName}/linkedStorageAccounts/{storageType}",
|
|
217
|
-
httpMethod: "DELETE",
|
|
218
|
-
responses: {
|
|
219
|
-
200: {},
|
|
220
|
-
204: {},
|
|
221
|
-
default: {
|
|
222
|
-
bodyMapper: Mappers.ErrorResponseLinkedStorage
|
|
223
|
-
}
|
|
224
|
-
},
|
|
225
|
-
queryParameters: [Parameters.apiVersion5],
|
|
226
|
-
urlParameters: [
|
|
227
|
-
Parameters.$host,
|
|
228
|
-
Parameters.resourceGroupName,
|
|
229
|
-
Parameters.subscriptionId,
|
|
230
|
-
Parameters.resourceName,
|
|
231
|
-
Parameters.storageType
|
|
232
|
-
],
|
|
233
|
-
headerParameters: [Parameters.accept],
|
|
234
|
-
serializer
|
|
235
|
-
};
|
|
@@ -1,69 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
import { ComponentQuotaStatus } from "../operationsInterfaces";
|
|
10
|
-
import * as coreClient from "@azure/core-client";
|
|
11
|
-
import * as Mappers from "../models/mappers";
|
|
12
|
-
import * as Parameters from "../models/parameters";
|
|
13
|
-
import { ApplicationInsightsManagementClient } from "../applicationInsightsManagementClient";
|
|
14
|
-
import {
|
|
15
|
-
ComponentQuotaStatusGetOptionalParams,
|
|
16
|
-
ComponentQuotaStatusGetResponse
|
|
17
|
-
} from "../models";
|
|
18
|
-
|
|
19
|
-
/** Class containing ComponentQuotaStatus operations. */
|
|
20
|
-
export class ComponentQuotaStatusImpl implements ComponentQuotaStatus {
|
|
21
|
-
private readonly client: ApplicationInsightsManagementClient;
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* Initialize a new instance of the class ComponentQuotaStatus class.
|
|
25
|
-
* @param client Reference to the service client
|
|
26
|
-
*/
|
|
27
|
-
constructor(client: ApplicationInsightsManagementClient) {
|
|
28
|
-
this.client = client;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
/**
|
|
32
|
-
* Returns daily data volume cap (quota) status for an Application Insights component.
|
|
33
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
34
|
-
* @param resourceName The name of the Application Insights component resource.
|
|
35
|
-
* @param options The options parameters.
|
|
36
|
-
*/
|
|
37
|
-
get(
|
|
38
|
-
resourceGroupName: string,
|
|
39
|
-
resourceName: string,
|
|
40
|
-
options?: ComponentQuotaStatusGetOptionalParams
|
|
41
|
-
): Promise<ComponentQuotaStatusGetResponse> {
|
|
42
|
-
return this.client.sendOperationRequest(
|
|
43
|
-
{ resourceGroupName, resourceName, options },
|
|
44
|
-
getOperationSpec
|
|
45
|
-
);
|
|
46
|
-
}
|
|
47
|
-
}
|
|
48
|
-
// Operation Specifications
|
|
49
|
-
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
50
|
-
|
|
51
|
-
const getOperationSpec: coreClient.OperationSpec = {
|
|
52
|
-
path:
|
|
53
|
-
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/quotastatus",
|
|
54
|
-
httpMethod: "GET",
|
|
55
|
-
responses: {
|
|
56
|
-
200: {
|
|
57
|
-
bodyMapper: Mappers.ApplicationInsightsComponentQuotaStatus
|
|
58
|
-
}
|
|
59
|
-
},
|
|
60
|
-
queryParameters: [Parameters.apiVersion],
|
|
61
|
-
urlParameters: [
|
|
62
|
-
Parameters.$host,
|
|
63
|
-
Parameters.resourceGroupName,
|
|
64
|
-
Parameters.subscriptionId,
|
|
65
|
-
Parameters.resourceName
|
|
66
|
-
],
|
|
67
|
-
headerParameters: [Parameters.accept],
|
|
68
|
-
serializer
|
|
69
|
-
};
|