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