@azure/arm-appinsights 4.0.0 → 5.0.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/LICENSE +21 -0
- package/LICENSE.txt +1 -1
- package/README.md +70 -78
- package/dist/index.js +7675 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/dist-esm/src/applicationInsightsManagementClient.d.ts +36 -0
- package/dist-esm/src/applicationInsightsManagementClient.d.ts.map +1 -0
- package/dist-esm/src/applicationInsightsManagementClient.js +69 -0
- package/dist-esm/src/applicationInsightsManagementClient.js.map +1 -0
- package/dist-esm/src/index.d.ts +5 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/dist-esm/src/index.js +12 -0
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +2080 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +133 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +86 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +1389 -1567
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +63 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/parameters.js +259 -225
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/aPIKeys.d.ts +55 -0
- package/dist-esm/src/operations/aPIKeys.d.ts.map +1 -0
- package/dist-esm/src/operations/aPIKeys.js +185 -0
- package/dist-esm/src/operations/aPIKeys.js.map +1 -0
- package/dist-esm/src/operations/analyticsItems.d.ts +51 -0
- package/dist-esm/src/operations/analyticsItems.d.ts.map +1 -0
- package/dist-esm/src/operations/analyticsItems.js +157 -0
- package/dist-esm/src/operations/analyticsItems.js.map +1 -0
- package/dist-esm/src/operations/annotations.d.ts +63 -0
- package/dist-esm/src/operations/annotations.d.ts.map +1 -0
- package/dist-esm/src/operations/annotations.js +207 -0
- package/dist-esm/src/operations/annotations.js.map +1 -0
- package/dist-esm/src/operations/componentAvailableFeatures.d.ts +20 -0
- package/dist-esm/src/operations/componentAvailableFeatures.d.ts.map +1 -0
- package/dist-esm/src/operations/componentAvailableFeatures.js +50 -0
- package/dist-esm/src/operations/componentAvailableFeatures.js.map +1 -0
- package/dist-esm/src/operations/componentCurrentBillingFeatures.d.ts +29 -0
- package/dist-esm/src/operations/componentCurrentBillingFeatures.d.ts.map +1 -0
- package/dist-esm/src/operations/componentCurrentBillingFeatures.js +81 -0
- package/dist-esm/src/operations/componentCurrentBillingFeatures.js.map +1 -0
- package/dist-esm/src/operations/componentFeatureCapabilities.d.ts +20 -0
- package/dist-esm/src/operations/componentFeatureCapabilities.d.ts.map +1 -0
- package/dist-esm/src/operations/componentFeatureCapabilities.js +50 -0
- package/dist-esm/src/operations/componentFeatureCapabilities.js.map +1 -0
- package/dist-esm/src/operations/componentLinkedStorageAccountsOperations.d.ts +53 -0
- package/dist-esm/src/operations/componentLinkedStorageAccountsOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/componentLinkedStorageAccountsOperations.js +174 -0
- package/dist-esm/src/operations/componentLinkedStorageAccountsOperations.js.map +1 -0
- package/dist-esm/src/operations/componentQuotaStatus.d.ts +20 -0
- package/dist-esm/src/operations/componentQuotaStatus.d.ts.map +1 -0
- package/dist-esm/src/operations/componentQuotaStatus.js +50 -0
- package/dist-esm/src/operations/componentQuotaStatus.js.map +1 -0
- package/dist-esm/src/operations/components.d.ts +108 -0
- package/dist-esm/src/operations/components.d.ts.map +1 -0
- package/dist-esm/src/operations/components.js +402 -0
- package/dist-esm/src/operations/components.js.map +1 -0
- package/dist-esm/src/operations/exportConfigurations.d.ts +58 -0
- package/dist-esm/src/operations/exportConfigurations.d.ts.map +1 -0
- package/dist-esm/src/operations/exportConfigurations.js +195 -0
- package/dist-esm/src/operations/exportConfigurations.js.map +1 -0
- package/dist-esm/src/operations/favorites.d.ts +55 -0
- package/dist-esm/src/operations/favorites.d.ts.map +1 -0
- package/dist-esm/src/operations/favorites.js +196 -0
- package/dist-esm/src/operations/favorites.js.map +1 -0
- package/{esm → dist-esm/src}/operations/index.d.ts +1 -1
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/{esm → dist-esm/src}/operations/index.js +2 -3
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/liveToken.d.ts +19 -0
- package/dist-esm/src/operations/liveToken.d.ts.map +1 -0
- package/dist-esm/src/operations/liveToken.js +47 -0
- package/dist-esm/src/operations/liveToken.js.map +1 -0
- package/dist-esm/src/operations/myWorkbooks.d.ts +89 -0
- package/dist-esm/src/operations/myWorkbooks.d.ts.map +1 -0
- package/dist-esm/src/operations/myWorkbooks.js +387 -0
- package/dist-esm/src/operations/myWorkbooks.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +32 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +116 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/proactiveDetectionConfigurations.d.ts +40 -0
- package/dist-esm/src/operations/proactiveDetectionConfigurations.d.ts.map +1 -0
- package/dist-esm/src/operations/proactiveDetectionConfigurations.js +130 -0
- package/dist-esm/src/operations/proactiveDetectionConfigurations.js.map +1 -0
- package/dist-esm/src/operations/webTestLocations.d.ts +30 -0
- package/dist-esm/src/operations/webTestLocations.d.ts.map +1 -0
- package/dist-esm/src/operations/webTestLocations.js +96 -0
- package/dist-esm/src/operations/webTestLocations.js.map +1 -0
- package/dist-esm/src/operations/webTests.d.ts +108 -0
- package/dist-esm/src/operations/webTests.d.ts.map +1 -0
- package/dist-esm/src/operations/webTests.js +435 -0
- package/dist-esm/src/operations/webTests.js.map +1 -0
- package/dist-esm/src/operations/workItemConfigurations.d.ts +75 -0
- package/dist-esm/src/operations/workItemConfigurations.d.ts.map +1 -0
- package/dist-esm/src/operations/workItemConfigurations.js +257 -0
- package/dist-esm/src/operations/workItemConfigurations.js.map +1 -0
- package/dist-esm/src/operations/workbookTemplates.d.ts +57 -0
- package/dist-esm/src/operations/workbookTemplates.d.ts.map +1 -0
- package/dist-esm/src/operations/workbookTemplates.js +223 -0
- package/dist-esm/src/operations/workbookTemplates.js.map +1 -0
- package/dist-esm/src/operations/workbooks.d.ts +120 -0
- package/dist-esm/src/operations/workbooks.d.ts.map +1 -0
- package/dist-esm/src/operations/workbooks.js +530 -0
- package/dist-esm/src/operations/workbooks.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/aPIKeys.d.ts +38 -0
- package/dist-esm/src/operationsInterfaces/aPIKeys.d.ts.map +1 -0
- package/{esm/models/index.js → dist-esm/src/operationsInterfaces/aPIKeys.js} +2 -1
- package/dist-esm/src/operationsInterfaces/aPIKeys.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/analyticsItems.d.ts +43 -0
- package/dist-esm/src/operationsInterfaces/analyticsItems.d.ts.map +1 -0
- package/{src/models/favoritesMappers.ts → dist-esm/src/operationsInterfaces/analyticsItems.js} +2 -5
- package/dist-esm/src/operationsInterfaces/analyticsItems.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/annotations.d.ts +43 -0
- package/dist-esm/src/operationsInterfaces/annotations.d.ts.map +1 -0
- package/{src/models/componentQuotaStatusMappers.ts → dist-esm/src/operationsInterfaces/annotations.js} +2 -5
- package/dist-esm/src/operationsInterfaces/annotations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/componentAvailableFeatures.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/componentAvailableFeatures.d.ts.map +1 -0
- package/{src/models/componentFeatureCapabilitiesMappers.ts → dist-esm/src/operationsInterfaces/componentAvailableFeatures.js} +2 -5
- package/dist-esm/src/operationsInterfaces/componentAvailableFeatures.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/componentCurrentBillingFeatures.d.ts +21 -0
- package/dist-esm/src/operationsInterfaces/componentCurrentBillingFeatures.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/componentCurrentBillingFeatures.js +9 -0
- package/dist-esm/src/operationsInterfaces/componentCurrentBillingFeatures.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/componentFeatureCapabilities.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/componentFeatureCapabilities.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/componentFeatureCapabilities.js +9 -0
- package/dist-esm/src/operationsInterfaces/componentFeatureCapabilities.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts +45 -0
- package/dist-esm/src/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/componentLinkedStorageAccountsOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/componentLinkedStorageAccountsOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/componentQuotaStatus.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/componentQuotaStatus.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/componentQuotaStatus.js +9 -0
- package/dist-esm/src/operationsInterfaces/componentQuotaStatus.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/components.d.ts +72 -0
- package/dist-esm/src/operationsInterfaces/components.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/components.js +9 -0
- package/dist-esm/src/operationsInterfaces/components.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/exportConfigurations.d.ts +50 -0
- package/dist-esm/src/operationsInterfaces/exportConfigurations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/exportConfigurations.js +9 -0
- package/dist-esm/src/operationsInterfaces/exportConfigurations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/favorites.d.ts +47 -0
- package/dist-esm/src/operationsInterfaces/favorites.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/favorites.js +9 -0
- package/dist-esm/src/operationsInterfaces/favorites.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +21 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +28 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/liveToken.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/liveToken.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/liveToken.js +9 -0
- package/dist-esm/src/operationsInterfaces/liveToken.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/myWorkbooks.d.ts +49 -0
- package/dist-esm/src/operationsInterfaces/myWorkbooks.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/myWorkbooks.js +9 -0
- package/dist-esm/src/operationsInterfaces/myWorkbooks.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.js +9 -0
- package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/proactiveDetectionConfigurations.d.ts +32 -0
- package/dist-esm/src/operationsInterfaces/proactiveDetectionConfigurations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/proactiveDetectionConfigurations.js +9 -0
- package/dist-esm/src/operationsInterfaces/proactiveDetectionConfigurations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/webTestLocations.d.ts +13 -0
- package/dist-esm/src/operationsInterfaces/webTestLocations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/webTestLocations.js +9 -0
- package/dist-esm/src/operationsInterfaces/webTestLocations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/webTests.d.ts +55 -0
- package/dist-esm/src/operationsInterfaces/webTests.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/webTests.js +9 -0
- package/dist-esm/src/operationsInterfaces/webTests.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/workItemConfigurations.d.ts +58 -0
- package/dist-esm/src/operationsInterfaces/workItemConfigurations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/workItemConfigurations.js +9 -0
- package/dist-esm/src/operationsInterfaces/workItemConfigurations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/workbookTemplates.d.ts +41 -0
- package/dist-esm/src/operationsInterfaces/workbookTemplates.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/workbookTemplates.js +9 -0
- package/dist-esm/src/operationsInterfaces/workbookTemplates.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/workbooks.d.ts +63 -0
- package/dist-esm/src/operationsInterfaces/workbooks.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/workbooks.js +9 -0
- package/dist-esm/src/operationsInterfaces/workbooks.js.map +1 -0
- package/dist-esm/test/sampleTest.d.ts +2 -0
- package/dist-esm/test/sampleTest.d.ts.map +1 -0
- package/dist-esm/test/sampleTest.js +40 -0
- package/dist-esm/test/sampleTest.js.map +1 -0
- package/package.json +71 -32
- package/review/arm-appinsights.api.md +1779 -0
- package/rollup.config.js +181 -30
- package/src/applicationInsightsManagementClient.ts +146 -70
- package/src/{models/aPIKeysMappers.ts → index.ts} +4 -6
- package/src/models/index.ts +1526 -3216
- package/src/models/mappers.ts +1331 -1506
- package/src/models/parameters.ts +344 -225
- package/src/operations/aPIKeys.ts +153 -188
- package/src/operations/analyticsItems.ts +120 -237
- package/src/operations/annotations.ts +185 -211
- package/src/operations/componentAvailableFeatures.ts +38 -54
- package/src/operations/componentCurrentBillingFeatures.ts +64 -107
- package/src/operations/componentFeatureCapabilities.ts +38 -54
- package/src/operations/componentLinkedStorageAccountsOperations.ts +122 -175
- package/src/operations/componentQuotaStatus.ts +37 -54
- package/src/operations/components.ts +325 -443
- package/src/operations/exportConfigurations.ts +137 -261
- package/src/operations/favorites.ts +132 -239
- package/src/operations/index.ts +2 -3
- package/src/operations/liveToken.ts +27 -46
- package/src/operations/myWorkbooks.ts +334 -353
- package/src/operations/operations.ts +82 -172
- package/src/operations/proactiveDetectionConfigurations.ts +95 -157
- package/src/operations/webTestLocations.ts +84 -50
- package/src/operations/webTests.ts +389 -417
- package/src/operations/workItemConfigurations.ts +200 -280
- package/src/operations/workbookTemplates.ts +167 -210
- package/src/operations/workbooks.ts +481 -470
- package/src/operationsInterfaces/aPIKeys.ts +76 -0
- package/src/operationsInterfaces/analyticsItems.ts +82 -0
- package/src/operationsInterfaces/annotations.ts +81 -0
- package/src/operationsInterfaces/componentAvailableFeatures.ts +27 -0
- package/src/operationsInterfaces/componentCurrentBillingFeatures.ts +44 -0
- package/src/operationsInterfaces/componentFeatureCapabilities.ts +27 -0
- package/src/operationsInterfaces/componentLinkedStorageAccountsOperations.ts +86 -0
- package/src/operationsInterfaces/componentQuotaStatus.ts +27 -0
- package/src/operationsInterfaces/components.ts +131 -0
- package/src/operationsInterfaces/exportConfigurations.ts +95 -0
- package/src/operationsInterfaces/favorites.ts +92 -0
- package/src/operationsInterfaces/index.ts +28 -0
- package/src/operationsInterfaces/liveToken.ts +22 -0
- package/src/operationsInterfaces/myWorkbooks.ts +95 -0
- package/src/operationsInterfaces/operations.ts +22 -0
- package/src/operationsInterfaces/proactiveDetectionConfigurations.ts +63 -0
- package/src/operationsInterfaces/webTestLocations.ts +29 -0
- package/src/operationsInterfaces/webTests.ts +104 -0
- package/src/operationsInterfaces/workItemConfigurations.ts +109 -0
- package/src/operationsInterfaces/workbookTemplates.ts +80 -0
- package/src/operationsInterfaces/workbooks.ts +120 -0
- package/tsconfig.json +3 -3
- package/types/arm-appinsights.d.ts +3102 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-appinsights.js +0 -7933
- package/dist/arm-appinsights.js.map +0 -1
- package/dist/arm-appinsights.min.js +0 -1
- package/dist/arm-appinsights.min.js.map +0 -1
- package/esm/applicationInsightsManagementClient.d.ts +0 -43
- package/esm/applicationInsightsManagementClient.d.ts.map +0 -1
- package/esm/applicationInsightsManagementClient.js +0 -56
- package/esm/applicationInsightsManagementClient.js.map +0 -1
- package/esm/applicationInsightsManagementClientContext.d.ts +0 -21
- package/esm/applicationInsightsManagementClientContext.d.ts.map +0 -1
- package/esm/applicationInsightsManagementClientContext.js +0 -59
- package/esm/applicationInsightsManagementClientContext.js.map +0 -1
- package/esm/models/aPIKeysMappers.d.ts +0 -2
- package/esm/models/aPIKeysMappers.d.ts.map +0 -1
- package/esm/models/aPIKeysMappers.js +0 -9
- package/esm/models/aPIKeysMappers.js.map +0 -1
- package/esm/models/analyticsItemsMappers.d.ts +0 -2
- package/esm/models/analyticsItemsMappers.d.ts.map +0 -1
- package/esm/models/analyticsItemsMappers.js +0 -9
- package/esm/models/analyticsItemsMappers.js.map +0 -1
- package/esm/models/annotationsMappers.d.ts +0 -2
- package/esm/models/annotationsMappers.d.ts.map +0 -1
- package/esm/models/annotationsMappers.js +0 -9
- package/esm/models/annotationsMappers.js.map +0 -1
- package/esm/models/componentAvailableFeaturesMappers.d.ts +0 -2
- package/esm/models/componentAvailableFeaturesMappers.d.ts.map +0 -1
- package/esm/models/componentAvailableFeaturesMappers.js +0 -9
- package/esm/models/componentAvailableFeaturesMappers.js.map +0 -1
- package/esm/models/componentCurrentBillingFeaturesMappers.d.ts +0 -2
- package/esm/models/componentCurrentBillingFeaturesMappers.d.ts.map +0 -1
- package/esm/models/componentCurrentBillingFeaturesMappers.js +0 -9
- package/esm/models/componentCurrentBillingFeaturesMappers.js.map +0 -1
- package/esm/models/componentFeatureCapabilitiesMappers.d.ts +0 -2
- package/esm/models/componentFeatureCapabilitiesMappers.d.ts.map +0 -1
- package/esm/models/componentFeatureCapabilitiesMappers.js +0 -9
- package/esm/models/componentFeatureCapabilitiesMappers.js.map +0 -1
- package/esm/models/componentLinkedStorageAccountsOperationsMappers.d.ts +0 -2
- package/esm/models/componentLinkedStorageAccountsOperationsMappers.d.ts.map +0 -1
- package/esm/models/componentLinkedStorageAccountsOperationsMappers.js +0 -9
- package/esm/models/componentLinkedStorageAccountsOperationsMappers.js.map +0 -1
- package/esm/models/componentQuotaStatusMappers.d.ts +0 -2
- package/esm/models/componentQuotaStatusMappers.d.ts.map +0 -1
- package/esm/models/componentQuotaStatusMappers.js +0 -9
- package/esm/models/componentQuotaStatusMappers.js.map +0 -1
- package/esm/models/componentsMappers.d.ts +0 -2
- package/esm/models/componentsMappers.d.ts.map +0 -1
- package/esm/models/componentsMappers.js +0 -9
- package/esm/models/componentsMappers.js.map +0 -1
- package/esm/models/exportConfigurationsMappers.d.ts +0 -2
- package/esm/models/exportConfigurationsMappers.d.ts.map +0 -1
- package/esm/models/exportConfigurationsMappers.js +0 -9
- package/esm/models/exportConfigurationsMappers.js.map +0 -1
- package/esm/models/favoritesMappers.d.ts +0 -2
- package/esm/models/favoritesMappers.d.ts.map +0 -1
- package/esm/models/favoritesMappers.js +0 -9
- package/esm/models/favoritesMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -3793
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js.map +0 -1
- package/esm/models/liveTokenMappers.d.ts +0 -2
- package/esm/models/liveTokenMappers.d.ts.map +0 -1
- package/esm/models/liveTokenMappers.js +0 -9
- package/esm/models/liveTokenMappers.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -89
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/myWorkbooksMappers.d.ts +0 -2
- package/esm/models/myWorkbooksMappers.d.ts.map +0 -1
- package/esm/models/myWorkbooksMappers.js +0 -9
- package/esm/models/myWorkbooksMappers.js.map +0 -1
- package/esm/models/operationsMappers.d.ts +0 -2
- package/esm/models/operationsMappers.d.ts.map +0 -1
- package/esm/models/operationsMappers.js +0 -9
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -41
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/proactiveDetectionConfigurationsMappers.d.ts +0 -2
- package/esm/models/proactiveDetectionConfigurationsMappers.d.ts.map +0 -1
- package/esm/models/proactiveDetectionConfigurationsMappers.js +0 -9
- package/esm/models/proactiveDetectionConfigurationsMappers.js.map +0 -1
- package/esm/models/webTestLocationsMappers.d.ts +0 -2
- package/esm/models/webTestLocationsMappers.d.ts.map +0 -1
- package/esm/models/webTestLocationsMappers.js +0 -9
- package/esm/models/webTestLocationsMappers.js.map +0 -1
- package/esm/models/webTestsMappers.d.ts +0 -2
- package/esm/models/webTestsMappers.d.ts.map +0 -1
- package/esm/models/webTestsMappers.js +0 -9
- package/esm/models/webTestsMappers.js.map +0 -1
- package/esm/models/workItemConfigurationsMappers.d.ts +0 -2
- package/esm/models/workItemConfigurationsMappers.d.ts.map +0 -1
- package/esm/models/workItemConfigurationsMappers.js +0 -9
- package/esm/models/workItemConfigurationsMappers.js.map +0 -1
- package/esm/models/workbookTemplatesMappers.d.ts +0 -2
- package/esm/models/workbookTemplatesMappers.d.ts.map +0 -1
- package/esm/models/workbookTemplatesMappers.js +0 -9
- package/esm/models/workbookTemplatesMappers.js.map +0 -1
- package/esm/models/workbooksMappers.d.ts +0 -2
- package/esm/models/workbooksMappers.d.ts.map +0 -1
- package/esm/models/workbooksMappers.js +0 -9
- package/esm/models/workbooksMappers.js.map +0 -1
- package/esm/operations/aPIKeys.d.ts +0 -109
- package/esm/operations/aPIKeys.d.ts.map +0 -1
- package/esm/operations/aPIKeys.js +0 -160
- package/esm/operations/aPIKeys.js.map +0 -1
- package/esm/operations/analyticsItems.d.ts +0 -139
- package/esm/operations/analyticsItems.d.ts.map +0 -1
- package/esm/operations/analyticsItems.js +0 -181
- package/esm/operations/analyticsItems.js.map +0 -1
- package/esm/operations/annotations.d.ts +0 -124
- package/esm/operations/annotations.d.ts.map +0 -1
- package/esm/operations/annotations.js +0 -184
- package/esm/operations/annotations.js.map +0 -1
- package/esm/operations/componentAvailableFeatures.d.ts +0 -34
- package/esm/operations/componentAvailableFeatures.d.ts.map +0 -1
- package/esm/operations/componentAvailableFeatures.js +0 -57
- package/esm/operations/componentAvailableFeatures.js.map +0 -1
- package/esm/operations/componentCurrentBillingFeatures.d.ts +0 -61
- package/esm/operations/componentCurrentBillingFeatures.d.ts.map +0 -1
- package/esm/operations/componentCurrentBillingFeatures.js +0 -94
- package/esm/operations/componentCurrentBillingFeatures.js.map +0 -1
- package/esm/operations/componentFeatureCapabilities.d.ts +0 -34
- package/esm/operations/componentFeatureCapabilities.d.ts.map +0 -1
- package/esm/operations/componentFeatureCapabilities.js +0 -57
- package/esm/operations/componentFeatureCapabilities.js.map +0 -1
- package/esm/operations/componentLinkedStorageAccountsOperations.d.ts +0 -109
- package/esm/operations/componentLinkedStorageAccountsOperations.d.ts.map +0 -1
- package/esm/operations/componentLinkedStorageAccountsOperations.js +0 -164
- package/esm/operations/componentLinkedStorageAccountsOperations.js.map +0 -1
- package/esm/operations/componentQuotaStatus.d.ts +0 -34
- package/esm/operations/componentQuotaStatus.d.ts.map +0 -1
- package/esm/operations/componentQuotaStatus.js +0 -57
- package/esm/operations/componentQuotaStatus.js.map +0 -1
- package/esm/operations/components.d.ts +0 -236
- package/esm/operations/components.d.ts.map +0 -1
- package/esm/operations/components.js +0 -349
- package/esm/operations/components.js.map +0 -1
- package/esm/operations/exportConfigurations.d.ts +0 -148
- package/esm/operations/exportConfigurations.d.ts.map +0 -1
- package/esm/operations/exportConfigurations.js +0 -220
- package/esm/operations/exportConfigurations.js.map +0 -1
- package/esm/operations/favorites.d.ts +0 -139
- package/esm/operations/favorites.d.ts.map +0 -1
- package/esm/operations/favorites.js +0 -213
- package/esm/operations/favorites.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/liveToken.d.ts +0 -31
- package/esm/operations/liveToken.d.ts.map +0 -1
- package/esm/operations/liveToken.js +0 -54
- package/esm/operations/liveToken.js.map +0 -1
- package/esm/operations/myWorkbooks.d.ts +0 -196
- package/esm/operations/myWorkbooks.d.ts.map +0 -1
- package/esm/operations/myWorkbooks.js +0 -297
- package/esm/operations/myWorkbooks.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -81
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -132
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/proactiveDetectionConfigurations.d.ts +0 -94
- package/esm/operations/proactiveDetectionConfigurations.d.ts.map +0 -1
- package/esm/operations/proactiveDetectionConfigurations.js +0 -140
- package/esm/operations/proactiveDetectionConfigurations.js.map +0 -1
- package/esm/operations/webTestLocations.d.ts +0 -34
- package/esm/operations/webTestLocations.d.ts.map +0 -1
- package/esm/operations/webTestLocations.js +0 -57
- package/esm/operations/webTestLocations.js.map +0 -1
- package/esm/operations/webTests.d.ts +0 -214
- package/esm/operations/webTests.d.ts.map +0 -1
- package/esm/operations/webTests.js +0 -334
- package/esm/operations/webTests.js.map +0 -1
- package/esm/operations/workItemConfigurations.d.ts +0 -169
- package/esm/operations/workItemConfigurations.d.ts.map +0 -1
- package/esm/operations/workItemConfigurations.js +0 -227
- package/esm/operations/workItemConfigurations.js.map +0 -1
- package/esm/operations/workbookTemplates.d.ts +0 -118
- package/esm/operations/workbookTemplates.d.ts.map +0 -1
- package/esm/operations/workbookTemplates.js +0 -194
- package/esm/operations/workbookTemplates.js.map +0 -1
- package/esm/operations/workbooks.d.ts +0 -256
- package/esm/operations/workbooks.d.ts.map +0 -1
- package/esm/operations/workbooks.js +0 -392
- package/esm/operations/workbooks.js.map +0 -1
- package/src/applicationInsightsManagementClientContext.ts +0 -65
- package/src/models/analyticsItemsMappers.ts +0 -13
- package/src/models/annotationsMappers.ts +0 -15
- package/src/models/componentAvailableFeaturesMappers.ts +0 -14
- package/src/models/componentCurrentBillingFeaturesMappers.ts +0 -13
- package/src/models/componentLinkedStorageAccountsOperationsMappers.ts +0 -42
- package/src/models/componentsMappers.ts +0 -46
- package/src/models/exportConfigurationsMappers.ts +0 -13
- package/src/models/liveTokenMappers.ts +0 -13
- package/src/models/myWorkbooksMappers.ts +0 -42
- package/src/models/operationsMappers.ts +0 -18
- package/src/models/proactiveDetectionConfigurationsMappers.ts +0 -40
- package/src/models/webTestLocationsMappers.ts +0 -13
- package/src/models/webTestsMappers.ts +0 -42
- package/src/models/workItemConfigurationsMappers.ts +0 -16
- package/src/models/workbookTemplatesMappers.ts +0 -44
- package/src/models/workbooksMappers.ts +0 -43
|
@@ -3,25 +3,35 @@
|
|
|
3
3
|
* Licensed under the MIT License.
|
|
4
4
|
*
|
|
5
5
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is
|
|
7
|
-
* regenerated.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
7
|
*/
|
|
9
8
|
|
|
10
|
-
import
|
|
11
|
-
import * as
|
|
12
|
-
import * as Mappers from "../models/
|
|
9
|
+
import { AnalyticsItems } from "../operationsInterfaces";
|
|
10
|
+
import * as coreClient from "@azure/core-client";
|
|
11
|
+
import * as Mappers from "../models/mappers";
|
|
13
12
|
import * as Parameters from "../models/parameters";
|
|
14
|
-
import {
|
|
13
|
+
import { ApplicationInsightsManagementClient } from "../applicationInsightsManagementClient";
|
|
14
|
+
import {
|
|
15
|
+
ItemScopePath,
|
|
16
|
+
AnalyticsItemsListOptionalParams,
|
|
17
|
+
AnalyticsItemsListResponse,
|
|
18
|
+
AnalyticsItemsGetOptionalParams,
|
|
19
|
+
AnalyticsItemsGetResponse,
|
|
20
|
+
ApplicationInsightsComponentAnalyticsItem,
|
|
21
|
+
AnalyticsItemsPutOptionalParams,
|
|
22
|
+
AnalyticsItemsPutResponse,
|
|
23
|
+
AnalyticsItemsDeleteOptionalParams
|
|
24
|
+
} from "../models";
|
|
15
25
|
|
|
16
|
-
/** Class
|
|
17
|
-
export class AnalyticsItems {
|
|
18
|
-
private readonly client:
|
|
26
|
+
/** Class containing AnalyticsItems operations. */
|
|
27
|
+
export class AnalyticsItemsImpl implements AnalyticsItems {
|
|
28
|
+
private readonly client: ApplicationInsightsManagementClient;
|
|
19
29
|
|
|
20
30
|
/**
|
|
21
|
-
*
|
|
22
|
-
* @param
|
|
31
|
+
* Initialize a new instance of the class AnalyticsItems class.
|
|
32
|
+
* @param client Reference to the service client
|
|
23
33
|
*/
|
|
24
|
-
constructor(client:
|
|
34
|
+
constructor(client: ApplicationInsightsManagementClient) {
|
|
25
35
|
this.client = client;
|
|
26
36
|
}
|
|
27
37
|
|
|
@@ -29,202 +39,95 @@ export class AnalyticsItems {
|
|
|
29
39
|
* Gets a list of Analytics Items defined within an Application Insights component.
|
|
30
40
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
31
41
|
* @param resourceName The name of the Application Insights component resource.
|
|
32
|
-
* @param scopePath Enum indicating if this item definition is owned by a specific user or is
|
|
33
|
-
*
|
|
34
|
-
*
|
|
35
|
-
* @param [options] The optional parameters
|
|
36
|
-
* @returns Promise<Models.AnalyticsItemsListResponse>
|
|
42
|
+
* @param scopePath Enum indicating if this item definition is owned by a specific user or is shared
|
|
43
|
+
* between all users with access to the Application Insights component.
|
|
44
|
+
* @param options The options parameters.
|
|
37
45
|
*/
|
|
38
|
-
list(
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
* include: 'analyticsItems', 'myanalyticsItems'
|
|
45
|
-
* @param callback The callback
|
|
46
|
-
*/
|
|
47
|
-
list(resourceGroupName: string, resourceName: string, scopePath: Models.ItemScopePath, callback: msRest.ServiceCallback<Models.ApplicationInsightsComponentAnalyticsItem[]>): void;
|
|
48
|
-
/**
|
|
49
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
50
|
-
* @param resourceName The name of the Application Insights component resource.
|
|
51
|
-
* @param scopePath Enum indicating if this item definition is owned by a specific user or is
|
|
52
|
-
* shared between all users with access to the Application Insights component. Possible values
|
|
53
|
-
* include: 'analyticsItems', 'myanalyticsItems'
|
|
54
|
-
* @param options The optional parameters
|
|
55
|
-
* @param callback The callback
|
|
56
|
-
*/
|
|
57
|
-
list(resourceGroupName: string, resourceName: string, scopePath: Models.ItemScopePath, options: Models.AnalyticsItemsListOptionalParams, callback: msRest.ServiceCallback<Models.ApplicationInsightsComponentAnalyticsItem[]>): void;
|
|
58
|
-
list(resourceGroupName: string, resourceName: string, scopePath: Models.ItemScopePath, options?: Models.AnalyticsItemsListOptionalParams | msRest.ServiceCallback<Models.ApplicationInsightsComponentAnalyticsItem[]>, callback?: msRest.ServiceCallback<Models.ApplicationInsightsComponentAnalyticsItem[]>): Promise<Models.AnalyticsItemsListResponse> {
|
|
46
|
+
list(
|
|
47
|
+
resourceGroupName: string,
|
|
48
|
+
resourceName: string,
|
|
49
|
+
scopePath: ItemScopePath,
|
|
50
|
+
options?: AnalyticsItemsListOptionalParams
|
|
51
|
+
): Promise<AnalyticsItemsListResponse> {
|
|
59
52
|
return this.client.sendOperationRequest(
|
|
60
|
-
{
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
scopePath,
|
|
64
|
-
options
|
|
65
|
-
},
|
|
66
|
-
listOperationSpec,
|
|
67
|
-
callback) as Promise<Models.AnalyticsItemsListResponse>;
|
|
53
|
+
{ resourceGroupName, resourceName, scopePath, options },
|
|
54
|
+
listOperationSpec
|
|
55
|
+
);
|
|
68
56
|
}
|
|
69
57
|
|
|
70
58
|
/**
|
|
71
59
|
* Gets a specific Analytics Items defined within an Application Insights component.
|
|
72
60
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
73
61
|
* @param resourceName The name of the Application Insights component resource.
|
|
74
|
-
* @param scopePath Enum indicating if this item definition is owned by a specific user or is
|
|
75
|
-
*
|
|
76
|
-
*
|
|
77
|
-
* @param [options] The optional parameters
|
|
78
|
-
* @returns Promise<Models.AnalyticsItemsGetResponse>
|
|
79
|
-
*/
|
|
80
|
-
get(resourceGroupName: string, resourceName: string, scopePath: Models.ItemScopePath, options?: Models.AnalyticsItemsGetOptionalParams): Promise<Models.AnalyticsItemsGetResponse>;
|
|
81
|
-
/**
|
|
82
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
83
|
-
* @param resourceName The name of the Application Insights component resource.
|
|
84
|
-
* @param scopePath Enum indicating if this item definition is owned by a specific user or is
|
|
85
|
-
* shared between all users with access to the Application Insights component. Possible values
|
|
86
|
-
* include: 'analyticsItems', 'myanalyticsItems'
|
|
87
|
-
* @param callback The callback
|
|
62
|
+
* @param scopePath Enum indicating if this item definition is owned by a specific user or is shared
|
|
63
|
+
* between all users with access to the Application Insights component.
|
|
64
|
+
* @param options The options parameters.
|
|
88
65
|
*/
|
|
89
|
-
get(
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
* include: 'analyticsItems', 'myanalyticsItems'
|
|
96
|
-
* @param options The optional parameters
|
|
97
|
-
* @param callback The callback
|
|
98
|
-
*/
|
|
99
|
-
get(resourceGroupName: string, resourceName: string, scopePath: Models.ItemScopePath, options: Models.AnalyticsItemsGetOptionalParams, callback: msRest.ServiceCallback<Models.ApplicationInsightsComponentAnalyticsItem>): void;
|
|
100
|
-
get(resourceGroupName: string, resourceName: string, scopePath: Models.ItemScopePath, options?: Models.AnalyticsItemsGetOptionalParams | msRest.ServiceCallback<Models.ApplicationInsightsComponentAnalyticsItem>, callback?: msRest.ServiceCallback<Models.ApplicationInsightsComponentAnalyticsItem>): Promise<Models.AnalyticsItemsGetResponse> {
|
|
66
|
+
get(
|
|
67
|
+
resourceGroupName: string,
|
|
68
|
+
resourceName: string,
|
|
69
|
+
scopePath: ItemScopePath,
|
|
70
|
+
options?: AnalyticsItemsGetOptionalParams
|
|
71
|
+
): Promise<AnalyticsItemsGetResponse> {
|
|
101
72
|
return this.client.sendOperationRequest(
|
|
102
|
-
{
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
scopePath,
|
|
106
|
-
options
|
|
107
|
-
},
|
|
108
|
-
getOperationSpec,
|
|
109
|
-
callback) as Promise<Models.AnalyticsItemsGetResponse>;
|
|
73
|
+
{ resourceGroupName, resourceName, scopePath, options },
|
|
74
|
+
getOperationSpec
|
|
75
|
+
);
|
|
110
76
|
}
|
|
111
77
|
|
|
112
78
|
/**
|
|
113
79
|
* Adds or Updates a specific Analytics Item within an Application Insights component.
|
|
114
80
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
115
81
|
* @param resourceName The name of the Application Insights component resource.
|
|
116
|
-
* @param scopePath Enum indicating if this item definition is owned by a specific user or is
|
|
117
|
-
*
|
|
118
|
-
* include: 'analyticsItems', 'myanalyticsItems'
|
|
119
|
-
* @param itemProperties Properties that need to be specified to create a new item and add it to an
|
|
120
|
-
* Application Insights component.
|
|
121
|
-
* @param [options] The optional parameters
|
|
122
|
-
* @returns Promise<Models.AnalyticsItemsPutResponse>
|
|
123
|
-
*/
|
|
124
|
-
put(resourceGroupName: string, resourceName: string, scopePath: Models.ItemScopePath, itemProperties: Models.ApplicationInsightsComponentAnalyticsItem, options?: Models.AnalyticsItemsPutOptionalParams): Promise<Models.AnalyticsItemsPutResponse>;
|
|
125
|
-
/**
|
|
126
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
127
|
-
* @param resourceName The name of the Application Insights component resource.
|
|
128
|
-
* @param scopePath Enum indicating if this item definition is owned by a specific user or is
|
|
129
|
-
* shared between all users with access to the Application Insights component. Possible values
|
|
130
|
-
* include: 'analyticsItems', 'myanalyticsItems'
|
|
131
|
-
* @param itemProperties Properties that need to be specified to create a new item and add it to an
|
|
132
|
-
* Application Insights component.
|
|
133
|
-
* @param callback The callback
|
|
134
|
-
*/
|
|
135
|
-
put(resourceGroupName: string, resourceName: string, scopePath: Models.ItemScopePath, itemProperties: Models.ApplicationInsightsComponentAnalyticsItem, callback: msRest.ServiceCallback<Models.ApplicationInsightsComponentAnalyticsItem>): void;
|
|
136
|
-
/**
|
|
137
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
138
|
-
* @param resourceName The name of the Application Insights component resource.
|
|
139
|
-
* @param scopePath Enum indicating if this item definition is owned by a specific user or is
|
|
140
|
-
* shared between all users with access to the Application Insights component. Possible values
|
|
141
|
-
* include: 'analyticsItems', 'myanalyticsItems'
|
|
82
|
+
* @param scopePath Enum indicating if this item definition is owned by a specific user or is shared
|
|
83
|
+
* between all users with access to the Application Insights component.
|
|
142
84
|
* @param itemProperties Properties that need to be specified to create a new item and add it to an
|
|
143
|
-
*
|
|
144
|
-
* @param options The
|
|
145
|
-
* @param callback The callback
|
|
85
|
+
* Application Insights component.
|
|
86
|
+
* @param options The options parameters.
|
|
146
87
|
*/
|
|
147
|
-
put(
|
|
148
|
-
|
|
88
|
+
put(
|
|
89
|
+
resourceGroupName: string,
|
|
90
|
+
resourceName: string,
|
|
91
|
+
scopePath: ItemScopePath,
|
|
92
|
+
itemProperties: ApplicationInsightsComponentAnalyticsItem,
|
|
93
|
+
options?: AnalyticsItemsPutOptionalParams
|
|
94
|
+
): Promise<AnalyticsItemsPutResponse> {
|
|
149
95
|
return this.client.sendOperationRequest(
|
|
150
|
-
{
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
scopePath,
|
|
154
|
-
itemProperties,
|
|
155
|
-
options
|
|
156
|
-
},
|
|
157
|
-
putOperationSpec,
|
|
158
|
-
callback) as Promise<Models.AnalyticsItemsPutResponse>;
|
|
96
|
+
{ resourceGroupName, resourceName, scopePath, itemProperties, options },
|
|
97
|
+
putOperationSpec
|
|
98
|
+
);
|
|
159
99
|
}
|
|
160
100
|
|
|
161
101
|
/**
|
|
162
102
|
* Deletes a specific Analytics Items defined within an Application Insights component.
|
|
163
103
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
164
104
|
* @param resourceName The name of the Application Insights component resource.
|
|
165
|
-
* @param scopePath Enum indicating if this item definition is owned by a specific user or is
|
|
166
|
-
*
|
|
167
|
-
*
|
|
168
|
-
* @param [options] The optional parameters
|
|
169
|
-
* @returns Promise<msRest.RestResponse>
|
|
170
|
-
*/
|
|
171
|
-
deleteMethod(resourceGroupName: string, resourceName: string, scopePath: Models.ItemScopePath, options?: Models.AnalyticsItemsDeleteMethodOptionalParams): Promise<msRest.RestResponse>;
|
|
172
|
-
/**
|
|
173
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
174
|
-
* @param resourceName The name of the Application Insights component resource.
|
|
175
|
-
* @param scopePath Enum indicating if this item definition is owned by a specific user or is
|
|
176
|
-
* shared between all users with access to the Application Insights component. Possible values
|
|
177
|
-
* include: 'analyticsItems', 'myanalyticsItems'
|
|
178
|
-
* @param callback The callback
|
|
179
|
-
*/
|
|
180
|
-
deleteMethod(resourceGroupName: string, resourceName: string, scopePath: Models.ItemScopePath, callback: msRest.ServiceCallback<void>): void;
|
|
181
|
-
/**
|
|
182
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
183
|
-
* @param resourceName The name of the Application Insights component resource.
|
|
184
|
-
* @param scopePath Enum indicating if this item definition is owned by a specific user or is
|
|
185
|
-
* shared between all users with access to the Application Insights component. Possible values
|
|
186
|
-
* include: 'analyticsItems', 'myanalyticsItems'
|
|
187
|
-
* @param options The optional parameters
|
|
188
|
-
* @param callback The callback
|
|
105
|
+
* @param scopePath Enum indicating if this item definition is owned by a specific user or is shared
|
|
106
|
+
* between all users with access to the Application Insights component.
|
|
107
|
+
* @param options The options parameters.
|
|
189
108
|
*/
|
|
190
|
-
|
|
191
|
-
|
|
109
|
+
delete(
|
|
110
|
+
resourceGroupName: string,
|
|
111
|
+
resourceName: string,
|
|
112
|
+
scopePath: ItemScopePath,
|
|
113
|
+
options?: AnalyticsItemsDeleteOptionalParams
|
|
114
|
+
): Promise<void> {
|
|
192
115
|
return this.client.sendOperationRequest(
|
|
193
|
-
{
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
scopePath,
|
|
197
|
-
options
|
|
198
|
-
},
|
|
199
|
-
deleteMethodOperationSpec,
|
|
200
|
-
callback);
|
|
116
|
+
{ resourceGroupName, resourceName, scopePath, options },
|
|
117
|
+
deleteOperationSpec
|
|
118
|
+
);
|
|
201
119
|
}
|
|
202
120
|
}
|
|
203
|
-
|
|
204
121
|
// Operation Specifications
|
|
205
|
-
const serializer =
|
|
206
|
-
|
|
122
|
+
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
123
|
+
|
|
124
|
+
const listOperationSpec: coreClient.OperationSpec = {
|
|
125
|
+
path:
|
|
126
|
+
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/components/{resourceName}/{scopePath}",
|
|
207
127
|
httpMethod: "GET",
|
|
208
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/components/{resourceName}/{scopePath}",
|
|
209
|
-
urlParameters: [
|
|
210
|
-
Parameters.subscriptionId,
|
|
211
|
-
Parameters.resourceGroupName,
|
|
212
|
-
Parameters.resourceName,
|
|
213
|
-
Parameters.scopePath
|
|
214
|
-
],
|
|
215
|
-
queryParameters: [
|
|
216
|
-
Parameters.apiVersion0,
|
|
217
|
-
Parameters.scope,
|
|
218
|
-
Parameters.type,
|
|
219
|
-
Parameters.includeContent
|
|
220
|
-
],
|
|
221
|
-
headerParameters: [
|
|
222
|
-
Parameters.acceptLanguage
|
|
223
|
-
],
|
|
224
128
|
responses: {
|
|
225
129
|
200: {
|
|
226
130
|
bodyMapper: {
|
|
227
|
-
serializedName: "parsedResponse",
|
|
228
131
|
type: {
|
|
229
132
|
name: "Sequence",
|
|
230
133
|
element: {
|
|
@@ -235,98 +138,78 @@ const listOperationSpec: msRest.OperationSpec = {
|
|
|
235
138
|
}
|
|
236
139
|
}
|
|
237
140
|
}
|
|
238
|
-
},
|
|
239
|
-
default: {
|
|
240
|
-
bodyMapper: Mappers.CloudError
|
|
241
141
|
}
|
|
242
142
|
},
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
143
|
+
queryParameters: [
|
|
144
|
+
Parameters.apiVersion,
|
|
145
|
+
Parameters.scope,
|
|
146
|
+
Parameters.typeParam,
|
|
147
|
+
Parameters.includeContent
|
|
148
|
+
],
|
|
249
149
|
urlParameters: [
|
|
250
|
-
Parameters
|
|
150
|
+
Parameters.$host,
|
|
251
151
|
Parameters.resourceGroupName,
|
|
152
|
+
Parameters.subscriptionId,
|
|
252
153
|
Parameters.resourceName,
|
|
253
154
|
Parameters.scopePath
|
|
254
155
|
],
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
],
|
|
156
|
+
headerParameters: [Parameters.accept],
|
|
157
|
+
serializer
|
|
158
|
+
};
|
|
159
|
+
const getOperationSpec: coreClient.OperationSpec = {
|
|
160
|
+
path:
|
|
161
|
+
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/components/{resourceName}/{scopePath}/item",
|
|
162
|
+
httpMethod: "GET",
|
|
263
163
|
responses: {
|
|
264
164
|
200: {
|
|
265
165
|
bodyMapper: Mappers.ApplicationInsightsComponentAnalyticsItem
|
|
266
|
-
},
|
|
267
|
-
default: {
|
|
268
|
-
bodyMapper: Mappers.CloudError
|
|
269
166
|
}
|
|
270
167
|
},
|
|
271
|
-
|
|
272
|
-
};
|
|
273
|
-
|
|
274
|
-
const putOperationSpec: msRest.OperationSpec = {
|
|
275
|
-
httpMethod: "PUT",
|
|
276
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/components/{resourceName}/{scopePath}/item",
|
|
168
|
+
queryParameters: [Parameters.apiVersion, Parameters.id, Parameters.name],
|
|
277
169
|
urlParameters: [
|
|
278
|
-
Parameters
|
|
170
|
+
Parameters.$host,
|
|
279
171
|
Parameters.resourceGroupName,
|
|
172
|
+
Parameters.subscriptionId,
|
|
280
173
|
Parameters.resourceName,
|
|
281
174
|
Parameters.scopePath
|
|
282
175
|
],
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
requestBody: {
|
|
291
|
-
parameterPath: "itemProperties",
|
|
292
|
-
mapper: {
|
|
293
|
-
...Mappers.ApplicationInsightsComponentAnalyticsItem,
|
|
294
|
-
required: true
|
|
295
|
-
}
|
|
296
|
-
},
|
|
176
|
+
headerParameters: [Parameters.accept],
|
|
177
|
+
serializer
|
|
178
|
+
};
|
|
179
|
+
const putOperationSpec: coreClient.OperationSpec = {
|
|
180
|
+
path:
|
|
181
|
+
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/components/{resourceName}/{scopePath}/item",
|
|
182
|
+
httpMethod: "PUT",
|
|
297
183
|
responses: {
|
|
298
184
|
200: {
|
|
299
185
|
bodyMapper: Mappers.ApplicationInsightsComponentAnalyticsItem
|
|
300
|
-
},
|
|
301
|
-
default: {
|
|
302
|
-
bodyMapper: Mappers.CloudError
|
|
303
186
|
}
|
|
304
187
|
},
|
|
188
|
+
requestBody: Parameters.itemProperties,
|
|
189
|
+
queryParameters: [Parameters.apiVersion, Parameters.overrideItem],
|
|
190
|
+
urlParameters: [
|
|
191
|
+
Parameters.$host,
|
|
192
|
+
Parameters.resourceGroupName,
|
|
193
|
+
Parameters.subscriptionId,
|
|
194
|
+
Parameters.resourceName,
|
|
195
|
+
Parameters.scopePath
|
|
196
|
+
],
|
|
197
|
+
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
198
|
+
mediaType: "json",
|
|
305
199
|
serializer
|
|
306
200
|
};
|
|
307
|
-
|
|
308
|
-
|
|
201
|
+
const deleteOperationSpec: coreClient.OperationSpec = {
|
|
202
|
+
path:
|
|
203
|
+
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/components/{resourceName}/{scopePath}/item",
|
|
309
204
|
httpMethod: "DELETE",
|
|
310
|
-
|
|
205
|
+
responses: { 200: {} },
|
|
206
|
+
queryParameters: [Parameters.apiVersion, Parameters.id, Parameters.name],
|
|
311
207
|
urlParameters: [
|
|
312
|
-
Parameters
|
|
208
|
+
Parameters.$host,
|
|
313
209
|
Parameters.resourceGroupName,
|
|
210
|
+
Parameters.subscriptionId,
|
|
314
211
|
Parameters.resourceName,
|
|
315
212
|
Parameters.scopePath
|
|
316
213
|
],
|
|
317
|
-
queryParameters: [
|
|
318
|
-
Parameters.apiVersion0,
|
|
319
|
-
Parameters.id,
|
|
320
|
-
Parameters.name
|
|
321
|
-
],
|
|
322
|
-
headerParameters: [
|
|
323
|
-
Parameters.acceptLanguage
|
|
324
|
-
],
|
|
325
|
-
responses: {
|
|
326
|
-
200: {},
|
|
327
|
-
default: {
|
|
328
|
-
bodyMapper: Mappers.CloudError
|
|
329
|
-
}
|
|
330
|
-
},
|
|
331
214
|
serializer
|
|
332
215
|
};
|