@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
|
@@ -0,0 +1,195 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) Microsoft Corporation.
|
|
4
|
+
* Licensed under the MIT License.
|
|
5
|
+
*
|
|
6
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
exports.APIKeysImpl = void 0;
|
|
11
|
+
const tslib_1 = require("tslib");
|
|
12
|
+
const coreClient = tslib_1.__importStar(require("@azure/core-client"));
|
|
13
|
+
const Mappers = tslib_1.__importStar(require("../models/mappers.js"));
|
|
14
|
+
const Parameters = tslib_1.__importStar(require("../models/parameters.js"));
|
|
15
|
+
/// <reference lib="esnext.asynciterable" />
|
|
16
|
+
/** Class containing APIKeys operations. */
|
|
17
|
+
class APIKeysImpl {
|
|
18
|
+
/**
|
|
19
|
+
* Initialize a new instance of the class APIKeys class.
|
|
20
|
+
* @param client Reference to the service client
|
|
21
|
+
*/
|
|
22
|
+
constructor(client) {
|
|
23
|
+
this.client = client;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Gets a list of API keys of an Application Insights component.
|
|
27
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
28
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
29
|
+
* @param options The options parameters.
|
|
30
|
+
*/
|
|
31
|
+
list(resourceGroupName, resourceName, options) {
|
|
32
|
+
const iter = this.listPagingAll(resourceGroupName, resourceName, options);
|
|
33
|
+
return {
|
|
34
|
+
next() {
|
|
35
|
+
return iter.next();
|
|
36
|
+
},
|
|
37
|
+
[Symbol.asyncIterator]() {
|
|
38
|
+
return this;
|
|
39
|
+
},
|
|
40
|
+
byPage: (settings) => {
|
|
41
|
+
if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
|
|
42
|
+
throw new Error("maxPageSize is not supported by this operation.");
|
|
43
|
+
}
|
|
44
|
+
return this.listPagingPage(resourceGroupName, resourceName, options, settings);
|
|
45
|
+
},
|
|
46
|
+
};
|
|
47
|
+
}
|
|
48
|
+
listPagingPage(resourceGroupName, resourceName, options, _settings) {
|
|
49
|
+
return tslib_1.__asyncGenerator(this, arguments, function* listPagingPage_1() {
|
|
50
|
+
let result;
|
|
51
|
+
result = yield tslib_1.__await(this._list(resourceGroupName, resourceName, options));
|
|
52
|
+
yield yield tslib_1.__await(result.value || []);
|
|
53
|
+
});
|
|
54
|
+
}
|
|
55
|
+
listPagingAll(resourceGroupName, resourceName, options) {
|
|
56
|
+
return tslib_1.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
57
|
+
var _a, e_1, _b, _c;
|
|
58
|
+
try {
|
|
59
|
+
for (var _d = true, _e = tslib_1.__asyncValues(this.listPagingPage(resourceGroupName, resourceName, options)), _f; _f = yield tslib_1.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
60
|
+
_c = _f.value;
|
|
61
|
+
_d = false;
|
|
62
|
+
const page = _c;
|
|
63
|
+
yield tslib_1.__await(yield* tslib_1.__asyncDelegator(tslib_1.__asyncValues(page)));
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
67
|
+
finally {
|
|
68
|
+
try {
|
|
69
|
+
if (!_d && !_a && (_b = _e.return)) yield tslib_1.__await(_b.call(_e));
|
|
70
|
+
}
|
|
71
|
+
finally { if (e_1) throw e_1.error; }
|
|
72
|
+
}
|
|
73
|
+
});
|
|
74
|
+
}
|
|
75
|
+
/**
|
|
76
|
+
* Gets a list of API keys of an Application Insights component.
|
|
77
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
78
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
79
|
+
* @param options The options parameters.
|
|
80
|
+
*/
|
|
81
|
+
_list(resourceGroupName, resourceName, options) {
|
|
82
|
+
return this.client.sendOperationRequest({ resourceGroupName, resourceName, options }, listOperationSpec);
|
|
83
|
+
}
|
|
84
|
+
/**
|
|
85
|
+
* Create an API Key of an Application Insights component.
|
|
86
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
87
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
88
|
+
* @param aPIKeyProperties Properties that need to be specified to create an API key of a Application
|
|
89
|
+
* Insights component.
|
|
90
|
+
* @param options The options parameters.
|
|
91
|
+
*/
|
|
92
|
+
create(resourceGroupName, resourceName, aPIKeyProperties, options) {
|
|
93
|
+
return this.client.sendOperationRequest({ resourceGroupName, resourceName, aPIKeyProperties, options }, createOperationSpec);
|
|
94
|
+
}
|
|
95
|
+
/**
|
|
96
|
+
* Delete an API Key of an Application Insights component.
|
|
97
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
98
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
99
|
+
* @param keyId The API Key ID. This is unique within a Application Insights component.
|
|
100
|
+
* @param options The options parameters.
|
|
101
|
+
*/
|
|
102
|
+
delete(resourceGroupName, resourceName, keyId, options) {
|
|
103
|
+
return this.client.sendOperationRequest({ resourceGroupName, resourceName, keyId, options }, deleteOperationSpec);
|
|
104
|
+
}
|
|
105
|
+
/**
|
|
106
|
+
* Get the API Key for this key id.
|
|
107
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
108
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
109
|
+
* @param keyId The API Key ID. This is unique within a Application Insights component.
|
|
110
|
+
* @param options The options parameters.
|
|
111
|
+
*/
|
|
112
|
+
get(resourceGroupName, resourceName, keyId, options) {
|
|
113
|
+
return this.client.sendOperationRequest({ resourceGroupName, resourceName, keyId, options }, getOperationSpec);
|
|
114
|
+
}
|
|
115
|
+
}
|
|
116
|
+
exports.APIKeysImpl = APIKeysImpl;
|
|
117
|
+
// Operation Specifications
|
|
118
|
+
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
119
|
+
const listOperationSpec = {
|
|
120
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/ApiKeys",
|
|
121
|
+
httpMethod: "GET",
|
|
122
|
+
responses: {
|
|
123
|
+
200: {
|
|
124
|
+
bodyMapper: Mappers.ApplicationInsightsComponentAPIKeyListResult,
|
|
125
|
+
},
|
|
126
|
+
},
|
|
127
|
+
queryParameters: [Parameters.apiVersion1],
|
|
128
|
+
urlParameters: [
|
|
129
|
+
Parameters.$host,
|
|
130
|
+
Parameters.subscriptionId,
|
|
131
|
+
Parameters.resourceGroupName,
|
|
132
|
+
Parameters.resourceName,
|
|
133
|
+
],
|
|
134
|
+
headerParameters: [Parameters.accept],
|
|
135
|
+
serializer,
|
|
136
|
+
};
|
|
137
|
+
const createOperationSpec = {
|
|
138
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/ApiKeys",
|
|
139
|
+
httpMethod: "POST",
|
|
140
|
+
responses: {
|
|
141
|
+
200: {
|
|
142
|
+
bodyMapper: Mappers.ApplicationInsightsComponentAPIKey,
|
|
143
|
+
},
|
|
144
|
+
},
|
|
145
|
+
requestBody: Parameters.aPIKeyProperties,
|
|
146
|
+
queryParameters: [Parameters.apiVersion1],
|
|
147
|
+
urlParameters: [
|
|
148
|
+
Parameters.$host,
|
|
149
|
+
Parameters.subscriptionId,
|
|
150
|
+
Parameters.resourceGroupName,
|
|
151
|
+
Parameters.resourceName,
|
|
152
|
+
],
|
|
153
|
+
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
154
|
+
mediaType: "json",
|
|
155
|
+
serializer,
|
|
156
|
+
};
|
|
157
|
+
const deleteOperationSpec = {
|
|
158
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/APIKeys/{keyId}",
|
|
159
|
+
httpMethod: "DELETE",
|
|
160
|
+
responses: {
|
|
161
|
+
200: {
|
|
162
|
+
bodyMapper: Mappers.ApplicationInsightsComponentAPIKey,
|
|
163
|
+
},
|
|
164
|
+
},
|
|
165
|
+
queryParameters: [Parameters.apiVersion1],
|
|
166
|
+
urlParameters: [
|
|
167
|
+
Parameters.$host,
|
|
168
|
+
Parameters.subscriptionId,
|
|
169
|
+
Parameters.resourceGroupName,
|
|
170
|
+
Parameters.resourceName,
|
|
171
|
+
Parameters.keyId,
|
|
172
|
+
],
|
|
173
|
+
headerParameters: [Parameters.accept],
|
|
174
|
+
serializer,
|
|
175
|
+
};
|
|
176
|
+
const getOperationSpec = {
|
|
177
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/APIKeys/{keyId}",
|
|
178
|
+
httpMethod: "GET",
|
|
179
|
+
responses: {
|
|
180
|
+
200: {
|
|
181
|
+
bodyMapper: Mappers.ApplicationInsightsComponentAPIKey,
|
|
182
|
+
},
|
|
183
|
+
},
|
|
184
|
+
queryParameters: [Parameters.apiVersion1],
|
|
185
|
+
urlParameters: [
|
|
186
|
+
Parameters.$host,
|
|
187
|
+
Parameters.subscriptionId,
|
|
188
|
+
Parameters.resourceGroupName,
|
|
189
|
+
Parameters.resourceName,
|
|
190
|
+
Parameters.keyId,
|
|
191
|
+
],
|
|
192
|
+
headerParameters: [Parameters.accept],
|
|
193
|
+
serializer,
|
|
194
|
+
};
|
|
195
|
+
//# sourceMappingURL=aPIKeys.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"aPIKeys.js","sourceRoot":"","sources":["../../../src/operations/aPIKeys.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { APIKeys } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { ApplicationInsightsManagementClient } from \"../applicationInsightsManagementClient.js\";\nimport {\n ApplicationInsightsComponentAPIKey,\n APIKeysListOptionalParams,\n APIKeysListResponse,\n APIKeyRequest,\n APIKeysCreateOptionalParams,\n APIKeysCreateResponse,\n APIKeysDeleteOptionalParams,\n APIKeysDeleteResponse,\n APIKeysGetOptionalParams,\n APIKeysGetResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing APIKeys operations. */\nexport class APIKeysImpl implements APIKeys {\n private readonly client: ApplicationInsightsManagementClient;\n\n /**\n * Initialize a new instance of the class APIKeys class.\n * @param client Reference to the service client\n */\n constructor(client: ApplicationInsightsManagementClient) {\n this.client = client;\n }\n\n /**\n * Gets a list of API keys of an Application Insights component.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param options The options parameters.\n */\n public list(\n resourceGroupName: string,\n resourceName: string,\n options?: APIKeysListOptionalParams,\n ): PagedAsyncIterableIterator<ApplicationInsightsComponentAPIKey> {\n const iter = this.listPagingAll(resourceGroupName, resourceName, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(\n resourceGroupName,\n resourceName,\n options,\n settings,\n );\n },\n };\n }\n\n private async *listPagingPage(\n resourceGroupName: string,\n resourceName: string,\n options?: APIKeysListOptionalParams,\n _settings?: PageSettings,\n ): AsyncIterableIterator<ApplicationInsightsComponentAPIKey[]> {\n let result: APIKeysListResponse;\n result = await this._list(resourceGroupName, resourceName, options);\n yield result.value || [];\n }\n\n private async *listPagingAll(\n resourceGroupName: string,\n resourceName: string,\n options?: APIKeysListOptionalParams,\n ): AsyncIterableIterator<ApplicationInsightsComponentAPIKey> {\n for await (const page of this.listPagingPage(\n resourceGroupName,\n resourceName,\n options,\n )) {\n yield* page;\n }\n }\n\n /**\n * Gets a list of API keys of an Application Insights component.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param options The options parameters.\n */\n private _list(\n resourceGroupName: string,\n resourceName: string,\n options?: APIKeysListOptionalParams,\n ): Promise<APIKeysListResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, resourceName, options },\n listOperationSpec,\n );\n }\n\n /**\n * Create an API Key of an Application Insights component.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param aPIKeyProperties Properties that need to be specified to create an API key of a Application\n * Insights component.\n * @param options The options parameters.\n */\n create(\n resourceGroupName: string,\n resourceName: string,\n aPIKeyProperties: APIKeyRequest,\n options?: APIKeysCreateOptionalParams,\n ): Promise<APIKeysCreateResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, resourceName, aPIKeyProperties, options },\n createOperationSpec,\n );\n }\n\n /**\n * Delete an API Key of an Application Insights component.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param keyId The API Key ID. This is unique within a Application Insights component.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n resourceName: string,\n keyId: string,\n options?: APIKeysDeleteOptionalParams,\n ): Promise<APIKeysDeleteResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, resourceName, keyId, options },\n deleteOperationSpec,\n );\n }\n\n /**\n * Get the API Key for this key id.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param keyId The API Key ID. This is unique within a Application Insights component.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n resourceName: string,\n keyId: string,\n options?: APIKeysGetOptionalParams,\n ): Promise<APIKeysGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, resourceName, keyId, options },\n getOperationSpec,\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/ApiKeys\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ApplicationInsightsComponentAPIKeyListResult,\n },\n },\n queryParameters: [Parameters.apiVersion1],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst createOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/ApiKeys\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.ApplicationInsightsComponentAPIKey,\n },\n },\n requestBody: Parameters.aPIKeyProperties,\n queryParameters: [Parameters.apiVersion1],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/APIKeys/{keyId}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {\n bodyMapper: Mappers.ApplicationInsightsComponentAPIKey,\n },\n },\n queryParameters: [Parameters.apiVersion1],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName,\n Parameters.keyId,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/APIKeys/{keyId}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ApplicationInsightsComponentAPIKey,\n },\n },\n queryParameters: [Parameters.apiVersion1],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName,\n Parameters.keyId,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { AnalyticsItems } from "../operationsInterfaces/index.js";
|
|
2
|
+
import { ApplicationInsightsManagementClient } from "../applicationInsightsManagementClient.js";
|
|
3
|
+
import { ItemScopePath, AnalyticsItemsListOptionalParams, AnalyticsItemsListResponse, AnalyticsItemsGetOptionalParams, AnalyticsItemsGetResponse, ApplicationInsightsComponentAnalyticsItem, AnalyticsItemsPutOptionalParams, AnalyticsItemsPutResponse, AnalyticsItemsDeleteOptionalParams } from "../models/index.js";
|
|
4
|
+
/** Class containing AnalyticsItems operations. */
|
|
5
|
+
export declare class AnalyticsItemsImpl implements AnalyticsItems {
|
|
6
|
+
private readonly client;
|
|
7
|
+
/**
|
|
8
|
+
* Initialize a new instance of the class AnalyticsItems class.
|
|
9
|
+
* @param client Reference to the service client
|
|
10
|
+
*/
|
|
11
|
+
constructor(client: ApplicationInsightsManagementClient);
|
|
12
|
+
/**
|
|
13
|
+
* Gets a list of Analytics Items defined within an Application Insights component.
|
|
14
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
15
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
16
|
+
* @param scopePath Enum indicating if this item definition is owned by a specific user or is shared
|
|
17
|
+
* between all users with access to the Application Insights component.
|
|
18
|
+
* @param options The options parameters.
|
|
19
|
+
*/
|
|
20
|
+
list(resourceGroupName: string, resourceName: string, scopePath: ItemScopePath, options?: AnalyticsItemsListOptionalParams): Promise<AnalyticsItemsListResponse>;
|
|
21
|
+
/**
|
|
22
|
+
* Gets a specific Analytics Items defined within an Application Insights component.
|
|
23
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
24
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
25
|
+
* @param scopePath Enum indicating if this item definition is owned by a specific user or is shared
|
|
26
|
+
* between all users with access to the Application Insights component.
|
|
27
|
+
* @param options The options parameters.
|
|
28
|
+
*/
|
|
29
|
+
get(resourceGroupName: string, resourceName: string, scopePath: ItemScopePath, options?: AnalyticsItemsGetOptionalParams): Promise<AnalyticsItemsGetResponse>;
|
|
30
|
+
/**
|
|
31
|
+
* Adds or Updates a specific Analytics Item within an Application Insights component.
|
|
32
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
33
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
34
|
+
* @param scopePath Enum indicating if this item definition is owned by a specific user or is shared
|
|
35
|
+
* between all users with access to the Application Insights component.
|
|
36
|
+
* @param itemProperties Properties that need to be specified to create a new item and add it to an
|
|
37
|
+
* Application Insights component.
|
|
38
|
+
* @param options The options parameters.
|
|
39
|
+
*/
|
|
40
|
+
put(resourceGroupName: string, resourceName: string, scopePath: ItemScopePath, itemProperties: ApplicationInsightsComponentAnalyticsItem, options?: AnalyticsItemsPutOptionalParams): Promise<AnalyticsItemsPutResponse>;
|
|
41
|
+
/**
|
|
42
|
+
* Deletes a specific Analytics Items defined within an Application Insights component.
|
|
43
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
44
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
45
|
+
* @param scopePath Enum indicating if this item definition is owned by a specific user or is shared
|
|
46
|
+
* between all users with access to the Application Insights component.
|
|
47
|
+
* @param options The options parameters.
|
|
48
|
+
*/
|
|
49
|
+
delete(resourceGroupName: string, resourceName: string, scopePath: ItemScopePath, options?: AnalyticsItemsDeleteOptionalParams): Promise<void>;
|
|
50
|
+
}
|
|
51
|
+
//# sourceMappingURL=analyticsItems.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"analyticsItems.d.ts","sourceRoot":"","sources":["../../../src/operations/analyticsItems.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,cAAc,EAAE,MAAM,kCAAkC,CAAC;AAIlE,OAAO,EAAE,mCAAmC,EAAE,MAAM,2CAA2C,CAAC;AAChG,OAAO,EACL,aAAa,EACb,gCAAgC,EAChC,0BAA0B,EAC1B,+BAA+B,EAC/B,yBAAyB,EACzB,yCAAyC,EACzC,+BAA+B,EAC/B,yBAAyB,EACzB,kCAAkC,EACnC,MAAM,oBAAoB,CAAC;AAE5B,kDAAkD;AAClD,qBAAa,kBAAmB,YAAW,cAAc;IACvD,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAsC;IAE7D;;;OAGG;gBACS,MAAM,EAAE,mCAAmC;IAIvD;;;;;;;OAOG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,SAAS,EAAE,aAAa,EACxB,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,0BAA0B,CAAC;IAOtC;;;;;;;OAOG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,SAAS,EAAE,aAAa,EACxB,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,yBAAyB,CAAC;IAOrC;;;;;;;;;OASG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,SAAS,EAAE,aAAa,EACxB,cAAc,EAAE,yCAAyC,EACzD,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,yBAAyB,CAAC;IAOrC;;;;;;;OAOG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,SAAS,EAAE,aAAa,EACxB,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CAAC,IAAI,CAAC;CAMjB"}
|
|
@@ -0,0 +1,162 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) Microsoft Corporation.
|
|
4
|
+
* Licensed under the MIT License.
|
|
5
|
+
*
|
|
6
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
exports.AnalyticsItemsImpl = void 0;
|
|
11
|
+
const tslib_1 = require("tslib");
|
|
12
|
+
const coreClient = tslib_1.__importStar(require("@azure/core-client"));
|
|
13
|
+
const Mappers = tslib_1.__importStar(require("../models/mappers.js"));
|
|
14
|
+
const Parameters = tslib_1.__importStar(require("../models/parameters.js"));
|
|
15
|
+
/** Class containing AnalyticsItems operations. */
|
|
16
|
+
class AnalyticsItemsImpl {
|
|
17
|
+
/**
|
|
18
|
+
* Initialize a new instance of the class AnalyticsItems class.
|
|
19
|
+
* @param client Reference to the service client
|
|
20
|
+
*/
|
|
21
|
+
constructor(client) {
|
|
22
|
+
this.client = client;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Gets a list of Analytics Items defined within an Application Insights component.
|
|
26
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
27
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
28
|
+
* @param scopePath Enum indicating if this item definition is owned by a specific user or is shared
|
|
29
|
+
* between all users with access to the Application Insights component.
|
|
30
|
+
* @param options The options parameters.
|
|
31
|
+
*/
|
|
32
|
+
list(resourceGroupName, resourceName, scopePath, options) {
|
|
33
|
+
return this.client.sendOperationRequest({ resourceGroupName, resourceName, scopePath, options }, listOperationSpec);
|
|
34
|
+
}
|
|
35
|
+
/**
|
|
36
|
+
* Gets a specific Analytics Items defined within an Application Insights component.
|
|
37
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
38
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
39
|
+
* @param scopePath Enum indicating if this item definition is owned by a specific user or is shared
|
|
40
|
+
* between all users with access to the Application Insights component.
|
|
41
|
+
* @param options The options parameters.
|
|
42
|
+
*/
|
|
43
|
+
get(resourceGroupName, resourceName, scopePath, options) {
|
|
44
|
+
return this.client.sendOperationRequest({ resourceGroupName, resourceName, scopePath, options }, getOperationSpec);
|
|
45
|
+
}
|
|
46
|
+
/**
|
|
47
|
+
* Adds or Updates a specific Analytics Item within an Application Insights component.
|
|
48
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
49
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
50
|
+
* @param scopePath Enum indicating if this item definition is owned by a specific user or is shared
|
|
51
|
+
* between all users with access to the Application Insights component.
|
|
52
|
+
* @param itemProperties Properties that need to be specified to create a new item and add it to an
|
|
53
|
+
* Application Insights component.
|
|
54
|
+
* @param options The options parameters.
|
|
55
|
+
*/
|
|
56
|
+
put(resourceGroupName, resourceName, scopePath, itemProperties, options) {
|
|
57
|
+
return this.client.sendOperationRequest({ resourceGroupName, resourceName, scopePath, itemProperties, options }, putOperationSpec);
|
|
58
|
+
}
|
|
59
|
+
/**
|
|
60
|
+
* Deletes a specific Analytics Items defined within an Application Insights component.
|
|
61
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
62
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
63
|
+
* @param scopePath Enum indicating if this item definition is owned by a specific user or is shared
|
|
64
|
+
* between all users with access to the Application Insights component.
|
|
65
|
+
* @param options The options parameters.
|
|
66
|
+
*/
|
|
67
|
+
delete(resourceGroupName, resourceName, scopePath, options) {
|
|
68
|
+
return this.client.sendOperationRequest({ resourceGroupName, resourceName, scopePath, options }, deleteOperationSpec);
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
exports.AnalyticsItemsImpl = AnalyticsItemsImpl;
|
|
72
|
+
// Operation Specifications
|
|
73
|
+
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
74
|
+
const listOperationSpec = {
|
|
75
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/components/{resourceName}/{scopePath}",
|
|
76
|
+
httpMethod: "GET",
|
|
77
|
+
responses: {
|
|
78
|
+
200: {
|
|
79
|
+
bodyMapper: {
|
|
80
|
+
type: {
|
|
81
|
+
name: "Sequence",
|
|
82
|
+
element: {
|
|
83
|
+
type: {
|
|
84
|
+
name: "Composite",
|
|
85
|
+
className: "ApplicationInsightsComponentAnalyticsItem",
|
|
86
|
+
},
|
|
87
|
+
},
|
|
88
|
+
},
|
|
89
|
+
},
|
|
90
|
+
},
|
|
91
|
+
},
|
|
92
|
+
queryParameters: [
|
|
93
|
+
Parameters.apiVersion1,
|
|
94
|
+
Parameters.scope,
|
|
95
|
+
Parameters.typeParam,
|
|
96
|
+
Parameters.includeContent,
|
|
97
|
+
],
|
|
98
|
+
urlParameters: [
|
|
99
|
+
Parameters.$host,
|
|
100
|
+
Parameters.subscriptionId,
|
|
101
|
+
Parameters.resourceGroupName,
|
|
102
|
+
Parameters.resourceName,
|
|
103
|
+
Parameters.scopePath,
|
|
104
|
+
],
|
|
105
|
+
headerParameters: [Parameters.accept],
|
|
106
|
+
serializer,
|
|
107
|
+
};
|
|
108
|
+
const getOperationSpec = {
|
|
109
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/components/{resourceName}/{scopePath}/item",
|
|
110
|
+
httpMethod: "GET",
|
|
111
|
+
responses: {
|
|
112
|
+
200: {
|
|
113
|
+
bodyMapper: Mappers.ApplicationInsightsComponentAnalyticsItem,
|
|
114
|
+
},
|
|
115
|
+
},
|
|
116
|
+
queryParameters: [Parameters.apiVersion1, Parameters.id, Parameters.name],
|
|
117
|
+
urlParameters: [
|
|
118
|
+
Parameters.$host,
|
|
119
|
+
Parameters.subscriptionId,
|
|
120
|
+
Parameters.resourceGroupName,
|
|
121
|
+
Parameters.resourceName,
|
|
122
|
+
Parameters.scopePath,
|
|
123
|
+
],
|
|
124
|
+
headerParameters: [Parameters.accept],
|
|
125
|
+
serializer,
|
|
126
|
+
};
|
|
127
|
+
const putOperationSpec = {
|
|
128
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/components/{resourceName}/{scopePath}/item",
|
|
129
|
+
httpMethod: "PUT",
|
|
130
|
+
responses: {
|
|
131
|
+
200: {
|
|
132
|
+
bodyMapper: Mappers.ApplicationInsightsComponentAnalyticsItem,
|
|
133
|
+
},
|
|
134
|
+
},
|
|
135
|
+
requestBody: Parameters.itemProperties,
|
|
136
|
+
queryParameters: [Parameters.apiVersion1, Parameters.overrideItem],
|
|
137
|
+
urlParameters: [
|
|
138
|
+
Parameters.$host,
|
|
139
|
+
Parameters.subscriptionId,
|
|
140
|
+
Parameters.resourceGroupName,
|
|
141
|
+
Parameters.resourceName,
|
|
142
|
+
Parameters.scopePath,
|
|
143
|
+
],
|
|
144
|
+
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
145
|
+
mediaType: "json",
|
|
146
|
+
serializer,
|
|
147
|
+
};
|
|
148
|
+
const deleteOperationSpec = {
|
|
149
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/components/{resourceName}/{scopePath}/item",
|
|
150
|
+
httpMethod: "DELETE",
|
|
151
|
+
responses: { 200: {} },
|
|
152
|
+
queryParameters: [Parameters.apiVersion1, Parameters.id, Parameters.name],
|
|
153
|
+
urlParameters: [
|
|
154
|
+
Parameters.$host,
|
|
155
|
+
Parameters.subscriptionId,
|
|
156
|
+
Parameters.resourceGroupName,
|
|
157
|
+
Parameters.resourceName,
|
|
158
|
+
Parameters.scopePath,
|
|
159
|
+
],
|
|
160
|
+
serializer,
|
|
161
|
+
};
|
|
162
|
+
//# sourceMappingURL=analyticsItems.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"analyticsItems.js","sourceRoot":"","sources":["../../../src/operations/analyticsItems.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { AnalyticsItems } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { ApplicationInsightsManagementClient } from \"../applicationInsightsManagementClient.js\";\nimport {\n ItemScopePath,\n AnalyticsItemsListOptionalParams,\n AnalyticsItemsListResponse,\n AnalyticsItemsGetOptionalParams,\n AnalyticsItemsGetResponse,\n ApplicationInsightsComponentAnalyticsItem,\n AnalyticsItemsPutOptionalParams,\n AnalyticsItemsPutResponse,\n AnalyticsItemsDeleteOptionalParams,\n} from \"../models/index.js\";\n\n/** Class containing AnalyticsItems operations. */\nexport class AnalyticsItemsImpl implements AnalyticsItems {\n private readonly client: ApplicationInsightsManagementClient;\n\n /**\n * Initialize a new instance of the class AnalyticsItems class.\n * @param client Reference to the service client\n */\n constructor(client: ApplicationInsightsManagementClient) {\n this.client = client;\n }\n\n /**\n * Gets a list of Analytics Items defined within an Application Insights component.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param scopePath Enum indicating if this item definition is owned by a specific user or is shared\n * between all users with access to the Application Insights component.\n * @param options The options parameters.\n */\n list(\n resourceGroupName: string,\n resourceName: string,\n scopePath: ItemScopePath,\n options?: AnalyticsItemsListOptionalParams,\n ): Promise<AnalyticsItemsListResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, resourceName, scopePath, options },\n listOperationSpec,\n );\n }\n\n /**\n * Gets a specific Analytics Items defined within an Application Insights component.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param scopePath Enum indicating if this item definition is owned by a specific user or is shared\n * between all users with access to the Application Insights component.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n resourceName: string,\n scopePath: ItemScopePath,\n options?: AnalyticsItemsGetOptionalParams,\n ): Promise<AnalyticsItemsGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, resourceName, scopePath, options },\n getOperationSpec,\n );\n }\n\n /**\n * Adds or Updates a specific Analytics Item within an Application Insights component.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param scopePath Enum indicating if this item definition is owned by a specific user or is shared\n * between all users with access to the Application Insights component.\n * @param itemProperties Properties that need to be specified to create a new item and add it to an\n * Application Insights component.\n * @param options The options parameters.\n */\n put(\n resourceGroupName: string,\n resourceName: string,\n scopePath: ItemScopePath,\n itemProperties: ApplicationInsightsComponentAnalyticsItem,\n options?: AnalyticsItemsPutOptionalParams,\n ): Promise<AnalyticsItemsPutResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, resourceName, scopePath, itemProperties, options },\n putOperationSpec,\n );\n }\n\n /**\n * Deletes a specific Analytics Items defined within an Application Insights component.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the Application Insights component resource.\n * @param scopePath Enum indicating if this item definition is owned by a specific user or is shared\n * between all users with access to the Application Insights component.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n resourceName: string,\n scopePath: ItemScopePath,\n options?: AnalyticsItemsDeleteOptionalParams,\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceGroupName, resourceName, scopePath, options },\n deleteOperationSpec,\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/components/{resourceName}/{scopePath}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: {\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ApplicationInsightsComponentAnalyticsItem\",\n },\n },\n },\n },\n },\n },\n queryParameters: [\n Parameters.apiVersion1,\n Parameters.scope,\n Parameters.typeParam,\n Parameters.includeContent,\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName,\n Parameters.scopePath,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/components/{resourceName}/{scopePath}/item\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ApplicationInsightsComponentAnalyticsItem,\n },\n },\n queryParameters: [Parameters.apiVersion1, Parameters.id, Parameters.name],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName,\n Parameters.scopePath,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst putOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/components/{resourceName}/{scopePath}/item\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.ApplicationInsightsComponentAnalyticsItem,\n },\n },\n requestBody: Parameters.itemProperties,\n queryParameters: [Parameters.apiVersion1, Parameters.overrideItem],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName,\n Parameters.scopePath,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/components/{resourceName}/{scopePath}/item\",\n httpMethod: \"DELETE\",\n responses: { 200: {} },\n queryParameters: [Parameters.apiVersion1, Parameters.id, Parameters.name],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName,\n Parameters.scopePath,\n ],\n serializer,\n};\n"]}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { Annotations } from "../operationsInterfaces/index.js";
|
|
3
|
+
import { ApplicationInsightsManagementClient } from "../applicationInsightsManagementClient.js";
|
|
4
|
+
import { Annotation, AnnotationsListOptionalParams, AnnotationsCreateOptionalParams, AnnotationsCreateResponse, AnnotationsDeleteOptionalParams, AnnotationsGetOptionalParams, AnnotationsGetResponse } from "../models/index.js";
|
|
5
|
+
/** Class containing Annotations operations. */
|
|
6
|
+
export declare class AnnotationsImpl implements Annotations {
|
|
7
|
+
private readonly client;
|
|
8
|
+
/**
|
|
9
|
+
* Initialize a new instance of the class Annotations class.
|
|
10
|
+
* @param client Reference to the service client
|
|
11
|
+
*/
|
|
12
|
+
constructor(client: ApplicationInsightsManagementClient);
|
|
13
|
+
/**
|
|
14
|
+
* Gets the list of annotations for a component for given time range
|
|
15
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
16
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
17
|
+
* @param start The start time to query from for annotations, cannot be older than 90 days from current
|
|
18
|
+
* date.
|
|
19
|
+
* @param end The end time to query for annotations.
|
|
20
|
+
* @param options The options parameters.
|
|
21
|
+
*/
|
|
22
|
+
list(resourceGroupName: string, resourceName: string, start: string, end: string, options?: AnnotationsListOptionalParams): PagedAsyncIterableIterator<Annotation>;
|
|
23
|
+
private listPagingPage;
|
|
24
|
+
private listPagingAll;
|
|
25
|
+
/**
|
|
26
|
+
* Gets the list of annotations for a component for given time range
|
|
27
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
28
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
29
|
+
* @param start The start time to query from for annotations, cannot be older than 90 days from current
|
|
30
|
+
* date.
|
|
31
|
+
* @param end The end time to query for annotations.
|
|
32
|
+
* @param options The options parameters.
|
|
33
|
+
*/
|
|
34
|
+
private _list;
|
|
35
|
+
/**
|
|
36
|
+
* Create an Annotation of an Application Insights component.
|
|
37
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
38
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
39
|
+
* @param annotationProperties Properties that need to be specified to create an annotation of a
|
|
40
|
+
* Application Insights component.
|
|
41
|
+
* @param options The options parameters.
|
|
42
|
+
*/
|
|
43
|
+
create(resourceGroupName: string, resourceName: string, annotationProperties: Annotation, options?: AnnotationsCreateOptionalParams): Promise<AnnotationsCreateResponse>;
|
|
44
|
+
/**
|
|
45
|
+
* Delete an Annotation of an Application Insights component.
|
|
46
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
47
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
48
|
+
* @param annotationId The unique annotation ID. This is unique within a Application Insights
|
|
49
|
+
* component.
|
|
50
|
+
* @param options The options parameters.
|
|
51
|
+
*/
|
|
52
|
+
delete(resourceGroupName: string, resourceName: string, annotationId: string, options?: AnnotationsDeleteOptionalParams): Promise<void>;
|
|
53
|
+
/**
|
|
54
|
+
* Get the annotation for given id.
|
|
55
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
56
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
57
|
+
* @param annotationId The unique annotation ID. This is unique within a Application Insights
|
|
58
|
+
* component.
|
|
59
|
+
* @param options The options parameters.
|
|
60
|
+
*/
|
|
61
|
+
get(resourceGroupName: string, resourceName: string, annotationId: string, options?: AnnotationsGetOptionalParams): Promise<AnnotationsGetResponse>;
|
|
62
|
+
}
|
|
63
|
+
//# sourceMappingURL=annotations.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"annotations.d.ts","sourceRoot":"","sources":["../../../src/operations/annotations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAC9E,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;AAI/D,OAAO,EAAE,mCAAmC,EAAE,MAAM,2CAA2C,CAAC;AAChG,OAAO,EACL,UAAU,EACV,6BAA6B,EAE7B,+BAA+B,EAC/B,yBAAyB,EACzB,+BAA+B,EAC/B,4BAA4B,EAC5B,sBAAsB,EACvB,MAAM,oBAAoB,CAAC;AAG5B,+CAA+C;AAC/C,qBAAa,eAAgB,YAAW,WAAW;IACjD,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAsC;IAE7D;;;OAGG;gBACS,MAAM,EAAE,mCAAmC;IAIvD;;;;;;;;OAQG;IACI,IAAI,CACT,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,KAAK,EAAE,MAAM,EACb,GAAG,EAAE,MAAM,EACX,OAAO,CAAC,EAAE,6BAA6B,GACtC,0BAA0B,CAAC,UAAU,CAAC;YA+B1B,cAAc;YAmBd,aAAa;IAkB5B;;;;;;;;OAQG;IACH,OAAO,CAAC,KAAK;IAab;;;;;;;OAOG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,oBAAoB,EAAE,UAAU,EAChC,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,yBAAyB,CAAC;IAOrC;;;;;;;OAOG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,IAAI,CAAC;IAOhB;;;;;;;OAOG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,sBAAsB,CAAC;CAMnC"}
|