@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,156 +3,236 @@
|
|
|
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
|
|
12
|
-
import * as
|
|
9
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
10
|
+
import { MyWorkbooks } from "../operationsInterfaces";
|
|
11
|
+
import * as coreClient from "@azure/core-client";
|
|
12
|
+
import * as Mappers from "../models/mappers";
|
|
13
13
|
import * as Parameters from "../models/parameters";
|
|
14
|
-
import {
|
|
14
|
+
import { ApplicationInsightsManagementClient } from "../applicationInsightsManagementClient";
|
|
15
|
+
import {
|
|
16
|
+
MyWorkbook,
|
|
17
|
+
CategoryType,
|
|
18
|
+
MyWorkbooksListByResourceGroupNextOptionalParams,
|
|
19
|
+
MyWorkbooksListByResourceGroupOptionalParams,
|
|
20
|
+
MyWorkbooksListBySubscriptionNextOptionalParams,
|
|
21
|
+
MyWorkbooksListBySubscriptionOptionalParams,
|
|
22
|
+
MyWorkbooksListByResourceGroupResponse,
|
|
23
|
+
MyWorkbooksListBySubscriptionResponse,
|
|
24
|
+
MyWorkbooksGetOptionalParams,
|
|
25
|
+
MyWorkbooksGetResponse,
|
|
26
|
+
MyWorkbooksDeleteOptionalParams,
|
|
27
|
+
MyWorkbooksCreateOrUpdateOptionalParams,
|
|
28
|
+
MyWorkbooksCreateOrUpdateResponse,
|
|
29
|
+
MyWorkbooksUpdateOptionalParams,
|
|
30
|
+
MyWorkbooksUpdateResponse,
|
|
31
|
+
MyWorkbooksListByResourceGroupNextResponse,
|
|
32
|
+
MyWorkbooksListBySubscriptionNextResponse
|
|
33
|
+
} from "../models";
|
|
15
34
|
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
35
|
+
/// <reference lib="esnext.asynciterable" />
|
|
36
|
+
/** Class containing MyWorkbooks operations. */
|
|
37
|
+
export class MyWorkbooksImpl implements MyWorkbooks {
|
|
38
|
+
private readonly client: ApplicationInsightsManagementClient;
|
|
19
39
|
|
|
20
40
|
/**
|
|
21
|
-
*
|
|
22
|
-
* @param
|
|
41
|
+
* Initialize a new instance of the class MyWorkbooks class.
|
|
42
|
+
* @param client Reference to the service client
|
|
23
43
|
*/
|
|
24
|
-
constructor(client:
|
|
44
|
+
constructor(client: ApplicationInsightsManagementClient) {
|
|
25
45
|
this.client = client;
|
|
26
46
|
}
|
|
27
47
|
|
|
28
48
|
/**
|
|
29
49
|
* Get all private workbooks defined within a specified resource group and category.
|
|
30
50
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
31
|
-
* @param category Category of workbook to return.
|
|
32
|
-
*
|
|
33
|
-
* @param [options] The optional parameters
|
|
34
|
-
* @returns Promise<Models.MyWorkbooksListByResourceGroupResponse>
|
|
51
|
+
* @param category Category of workbook to return.
|
|
52
|
+
* @param options The options parameters.
|
|
35
53
|
*/
|
|
36
|
-
listByResourceGroup(
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
54
|
+
public listByResourceGroup(
|
|
55
|
+
resourceGroupName: string,
|
|
56
|
+
category: CategoryType,
|
|
57
|
+
options?: MyWorkbooksListByResourceGroupOptionalParams
|
|
58
|
+
): PagedAsyncIterableIterator<MyWorkbook> {
|
|
59
|
+
const iter = this.listByResourceGroupPagingAll(
|
|
60
|
+
resourceGroupName,
|
|
61
|
+
category,
|
|
62
|
+
options
|
|
63
|
+
);
|
|
64
|
+
return {
|
|
65
|
+
next() {
|
|
66
|
+
return iter.next();
|
|
67
|
+
},
|
|
68
|
+
[Symbol.asyncIterator]() {
|
|
69
|
+
return this;
|
|
70
|
+
},
|
|
71
|
+
byPage: () => {
|
|
72
|
+
return this.listByResourceGroupPagingPage(
|
|
73
|
+
resourceGroupName,
|
|
74
|
+
category,
|
|
75
|
+
options
|
|
76
|
+
);
|
|
77
|
+
}
|
|
78
|
+
};
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
private async *listByResourceGroupPagingPage(
|
|
82
|
+
resourceGroupName: string,
|
|
83
|
+
category: CategoryType,
|
|
84
|
+
options?: MyWorkbooksListByResourceGroupOptionalParams
|
|
85
|
+
): AsyncIterableIterator<MyWorkbook[]> {
|
|
86
|
+
let result = await this._listByResourceGroup(
|
|
87
|
+
resourceGroupName,
|
|
88
|
+
category,
|
|
89
|
+
options
|
|
90
|
+
);
|
|
91
|
+
yield result.value || [];
|
|
92
|
+
let continuationToken = result.nextLink;
|
|
93
|
+
while (continuationToken) {
|
|
94
|
+
result = await this._listByResourceGroupNext(
|
|
55
95
|
resourceGroupName,
|
|
56
96
|
category,
|
|
97
|
+
continuationToken,
|
|
57
98
|
options
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
99
|
+
);
|
|
100
|
+
continuationToken = result.nextLink;
|
|
101
|
+
yield result.value || [];
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
private async *listByResourceGroupPagingAll(
|
|
106
|
+
resourceGroupName: string,
|
|
107
|
+
category: CategoryType,
|
|
108
|
+
options?: MyWorkbooksListByResourceGroupOptionalParams
|
|
109
|
+
): AsyncIterableIterator<MyWorkbook> {
|
|
110
|
+
for await (const page of this.listByResourceGroupPagingPage(
|
|
111
|
+
resourceGroupName,
|
|
112
|
+
category,
|
|
113
|
+
options
|
|
114
|
+
)) {
|
|
115
|
+
yield* page;
|
|
116
|
+
}
|
|
61
117
|
}
|
|
62
118
|
|
|
63
119
|
/**
|
|
64
120
|
* Get all private workbooks defined within a specified subscription and category.
|
|
65
|
-
* @param category Category of workbook to return.
|
|
66
|
-
*
|
|
67
|
-
* @param [options] The optional parameters
|
|
68
|
-
* @returns Promise<Models.MyWorkbooksListBySubscriptionResponse>
|
|
69
|
-
*/
|
|
70
|
-
listBySubscription(category: Models.CategoryType, options?: Models.MyWorkbooksListBySubscriptionOptionalParams): Promise<Models.MyWorkbooksListBySubscriptionResponse>;
|
|
71
|
-
/**
|
|
72
|
-
* @param category Category of workbook to return. Possible values include: 'workbook', 'TSG',
|
|
73
|
-
* 'performance', 'retention'
|
|
74
|
-
* @param callback The callback
|
|
121
|
+
* @param category Category of workbook to return.
|
|
122
|
+
* @param options The options parameters.
|
|
75
123
|
*/
|
|
76
|
-
listBySubscription(
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
124
|
+
public listBySubscription(
|
|
125
|
+
category: CategoryType,
|
|
126
|
+
options?: MyWorkbooksListBySubscriptionOptionalParams
|
|
127
|
+
): PagedAsyncIterableIterator<MyWorkbook> {
|
|
128
|
+
const iter = this.listBySubscriptionPagingAll(category, options);
|
|
129
|
+
return {
|
|
130
|
+
next() {
|
|
131
|
+
return iter.next();
|
|
132
|
+
},
|
|
133
|
+
[Symbol.asyncIterator]() {
|
|
134
|
+
return this;
|
|
135
|
+
},
|
|
136
|
+
byPage: () => {
|
|
137
|
+
return this.listBySubscriptionPagingPage(category, options);
|
|
138
|
+
}
|
|
139
|
+
};
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
private async *listBySubscriptionPagingPage(
|
|
143
|
+
category: CategoryType,
|
|
144
|
+
options?: MyWorkbooksListBySubscriptionOptionalParams
|
|
145
|
+
): AsyncIterableIterator<MyWorkbook[]> {
|
|
146
|
+
let result = await this._listBySubscription(category, options);
|
|
147
|
+
yield result.value || [];
|
|
148
|
+
let continuationToken = result.nextLink;
|
|
149
|
+
while (continuationToken) {
|
|
150
|
+
result = await this._listBySubscriptionNext(
|
|
87
151
|
category,
|
|
152
|
+
continuationToken,
|
|
88
153
|
options
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
154
|
+
);
|
|
155
|
+
continuationToken = result.nextLink;
|
|
156
|
+
yield result.value || [];
|
|
157
|
+
}
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
private async *listBySubscriptionPagingAll(
|
|
161
|
+
category: CategoryType,
|
|
162
|
+
options?: MyWorkbooksListBySubscriptionOptionalParams
|
|
163
|
+
): AsyncIterableIterator<MyWorkbook> {
|
|
164
|
+
for await (const page of this.listBySubscriptionPagingPage(
|
|
165
|
+
category,
|
|
166
|
+
options
|
|
167
|
+
)) {
|
|
168
|
+
yield* page;
|
|
169
|
+
}
|
|
92
170
|
}
|
|
93
171
|
|
|
94
172
|
/**
|
|
95
|
-
* Get a
|
|
173
|
+
* Get all private workbooks defined within a specified resource group and category.
|
|
96
174
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
97
|
-
* @param
|
|
98
|
-
* @param
|
|
99
|
-
* @returns Promise<Models.MyWorkbooksGetResponse>
|
|
175
|
+
* @param category Category of workbook to return.
|
|
176
|
+
* @param options The options parameters.
|
|
100
177
|
*/
|
|
101
|
-
|
|
178
|
+
private _listByResourceGroup(
|
|
179
|
+
resourceGroupName: string,
|
|
180
|
+
category: CategoryType,
|
|
181
|
+
options?: MyWorkbooksListByResourceGroupOptionalParams
|
|
182
|
+
): Promise<MyWorkbooksListByResourceGroupResponse> {
|
|
183
|
+
return this.client.sendOperationRequest(
|
|
184
|
+
{ resourceGroupName, category, options },
|
|
185
|
+
listByResourceGroupOperationSpec
|
|
186
|
+
);
|
|
187
|
+
}
|
|
188
|
+
|
|
102
189
|
/**
|
|
103
|
-
*
|
|
104
|
-
* @param
|
|
105
|
-
* @param
|
|
190
|
+
* Get all private workbooks defined within a specified subscription and category.
|
|
191
|
+
* @param category Category of workbook to return.
|
|
192
|
+
* @param options The options parameters.
|
|
106
193
|
*/
|
|
107
|
-
|
|
194
|
+
private _listBySubscription(
|
|
195
|
+
category: CategoryType,
|
|
196
|
+
options?: MyWorkbooksListBySubscriptionOptionalParams
|
|
197
|
+
): Promise<MyWorkbooksListBySubscriptionResponse> {
|
|
198
|
+
return this.client.sendOperationRequest(
|
|
199
|
+
{ category, options },
|
|
200
|
+
listBySubscriptionOperationSpec
|
|
201
|
+
);
|
|
202
|
+
}
|
|
203
|
+
|
|
108
204
|
/**
|
|
205
|
+
* Get a single private workbook by its resourceName.
|
|
109
206
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
110
207
|
* @param resourceName The name of the Application Insights component resource.
|
|
111
|
-
* @param options The
|
|
112
|
-
* @param callback The callback
|
|
208
|
+
* @param options The options parameters.
|
|
113
209
|
*/
|
|
114
|
-
get(
|
|
115
|
-
|
|
210
|
+
get(
|
|
211
|
+
resourceGroupName: string,
|
|
212
|
+
resourceName: string,
|
|
213
|
+
options?: MyWorkbooksGetOptionalParams
|
|
214
|
+
): Promise<MyWorkbooksGetResponse> {
|
|
116
215
|
return this.client.sendOperationRequest(
|
|
117
|
-
{
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
options
|
|
121
|
-
},
|
|
122
|
-
getOperationSpec,
|
|
123
|
-
callback) as Promise<Models.MyWorkbooksGetResponse>;
|
|
216
|
+
{ resourceGroupName, resourceName, options },
|
|
217
|
+
getOperationSpec
|
|
218
|
+
);
|
|
124
219
|
}
|
|
125
220
|
|
|
126
221
|
/**
|
|
127
222
|
* Delete a private workbook.
|
|
128
223
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
129
224
|
* @param resourceName The name of the Application Insights component resource.
|
|
130
|
-
* @param
|
|
131
|
-
* @returns Promise<msRest.RestResponse>
|
|
132
|
-
*/
|
|
133
|
-
deleteMethod(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;
|
|
134
|
-
/**
|
|
135
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
136
|
-
* @param resourceName The name of the Application Insights component resource.
|
|
137
|
-
* @param callback The callback
|
|
138
|
-
*/
|
|
139
|
-
deleteMethod(resourceGroupName: string, resourceName: string, callback: msRest.ServiceCallback<void>): void;
|
|
140
|
-
/**
|
|
141
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
142
|
-
* @param resourceName The name of the Application Insights component resource.
|
|
143
|
-
* @param options The optional parameters
|
|
144
|
-
* @param callback The callback
|
|
225
|
+
* @param options The options parameters.
|
|
145
226
|
*/
|
|
146
|
-
|
|
147
|
-
|
|
227
|
+
delete(
|
|
228
|
+
resourceGroupName: string,
|
|
229
|
+
resourceName: string,
|
|
230
|
+
options?: MyWorkbooksDeleteOptionalParams
|
|
231
|
+
): Promise<void> {
|
|
148
232
|
return this.client.sendOperationRequest(
|
|
149
|
-
{
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
options
|
|
153
|
-
},
|
|
154
|
-
deleteMethodOperationSpec,
|
|
155
|
-
callback);
|
|
233
|
+
{ resourceGroupName, resourceName, options },
|
|
234
|
+
deleteOperationSpec
|
|
235
|
+
);
|
|
156
236
|
}
|
|
157
237
|
|
|
158
238
|
/**
|
|
@@ -160,35 +240,18 @@ export class MyWorkbooks {
|
|
|
160
240
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
161
241
|
* @param resourceName The name of the Application Insights component resource.
|
|
162
242
|
* @param workbookProperties Properties that need to be specified to create a new private workbook.
|
|
163
|
-
* @param
|
|
164
|
-
* @returns Promise<Models.MyWorkbooksCreateOrUpdateResponse>
|
|
243
|
+
* @param options The options parameters.
|
|
165
244
|
*/
|
|
166
|
-
createOrUpdate(
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
*/
|
|
173
|
-
createOrUpdate(resourceGroupName: string, resourceName: string, workbookProperties: Models.MyWorkbook, callback: msRest.ServiceCallback<Models.MyWorkbook>): void;
|
|
174
|
-
/**
|
|
175
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
176
|
-
* @param resourceName The name of the Application Insights component resource.
|
|
177
|
-
* @param workbookProperties Properties that need to be specified to create a new private workbook.
|
|
178
|
-
* @param options The optional parameters
|
|
179
|
-
* @param callback The callback
|
|
180
|
-
*/
|
|
181
|
-
createOrUpdate(resourceGroupName: string, resourceName: string, workbookProperties: Models.MyWorkbook, options: Models.MyWorkbooksCreateOrUpdateOptionalParams, callback: msRest.ServiceCallback<Models.MyWorkbook>): void;
|
|
182
|
-
createOrUpdate(resourceGroupName: string, resourceName: string, workbookProperties: Models.MyWorkbook, options?: Models.MyWorkbooksCreateOrUpdateOptionalParams | msRest.ServiceCallback<Models.MyWorkbook>, callback?: msRest.ServiceCallback<Models.MyWorkbook>): Promise<Models.MyWorkbooksCreateOrUpdateResponse> {
|
|
245
|
+
createOrUpdate(
|
|
246
|
+
resourceGroupName: string,
|
|
247
|
+
resourceName: string,
|
|
248
|
+
workbookProperties: MyWorkbook,
|
|
249
|
+
options?: MyWorkbooksCreateOrUpdateOptionalParams
|
|
250
|
+
): Promise<MyWorkbooksCreateOrUpdateResponse> {
|
|
183
251
|
return this.client.sendOperationRequest(
|
|
184
|
-
{
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
workbookProperties,
|
|
188
|
-
options
|
|
189
|
-
},
|
|
190
|
-
createOrUpdateOperationSpec,
|
|
191
|
-
callback) as Promise<Models.MyWorkbooksCreateOrUpdateResponse>;
|
|
252
|
+
{ resourceGroupName, resourceName, workbookProperties, options },
|
|
253
|
+
createOrUpdateOperationSpec
|
|
254
|
+
);
|
|
192
255
|
}
|
|
193
256
|
|
|
194
257
|
/**
|
|
@@ -196,127 +259,63 @@ export class MyWorkbooks {
|
|
|
196
259
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
197
260
|
* @param resourceName The name of the Application Insights component resource.
|
|
198
261
|
* @param workbookProperties Properties that need to be specified to create a new private workbook.
|
|
199
|
-
* @param
|
|
200
|
-
* @returns Promise<Models.MyWorkbooksUpdateResponse>
|
|
262
|
+
* @param options The options parameters.
|
|
201
263
|
*/
|
|
202
|
-
update(
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
*/
|
|
209
|
-
update(resourceGroupName: string, resourceName: string, workbookProperties: Models.MyWorkbook, callback: msRest.ServiceCallback<Models.MyWorkbook>): void;
|
|
210
|
-
/**
|
|
211
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
212
|
-
* @param resourceName The name of the Application Insights component resource.
|
|
213
|
-
* @param workbookProperties Properties that need to be specified to create a new private workbook.
|
|
214
|
-
* @param options The optional parameters
|
|
215
|
-
* @param callback The callback
|
|
216
|
-
*/
|
|
217
|
-
update(resourceGroupName: string, resourceName: string, workbookProperties: Models.MyWorkbook, options: Models.MyWorkbooksUpdateOptionalParams, callback: msRest.ServiceCallback<Models.MyWorkbook>): void;
|
|
218
|
-
update(resourceGroupName: string, resourceName: string, workbookProperties: Models.MyWorkbook, options?: Models.MyWorkbooksUpdateOptionalParams | msRest.ServiceCallback<Models.MyWorkbook>, callback?: msRest.ServiceCallback<Models.MyWorkbook>): Promise<Models.MyWorkbooksUpdateResponse> {
|
|
264
|
+
update(
|
|
265
|
+
resourceGroupName: string,
|
|
266
|
+
resourceName: string,
|
|
267
|
+
workbookProperties: MyWorkbook,
|
|
268
|
+
options?: MyWorkbooksUpdateOptionalParams
|
|
269
|
+
): Promise<MyWorkbooksUpdateResponse> {
|
|
219
270
|
return this.client.sendOperationRequest(
|
|
220
|
-
{
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
workbookProperties,
|
|
224
|
-
options
|
|
225
|
-
},
|
|
226
|
-
updateOperationSpec,
|
|
227
|
-
callback) as Promise<Models.MyWorkbooksUpdateResponse>;
|
|
271
|
+
{ resourceGroupName, resourceName, workbookProperties, options },
|
|
272
|
+
updateOperationSpec
|
|
273
|
+
);
|
|
228
274
|
}
|
|
229
275
|
|
|
230
276
|
/**
|
|
231
|
-
*
|
|
232
|
-
* @param
|
|
233
|
-
* @param category Category of workbook to return.
|
|
234
|
-
*
|
|
235
|
-
* @param
|
|
236
|
-
* @returns Promise<Models.MyWorkbooksListByResourceGroupNextResponse>
|
|
237
|
-
*/
|
|
238
|
-
listByResourceGroupNext(nextPageLink: string, category: Models.CategoryType, options?: Models.MyWorkbooksListByResourceGroupNextOptionalParams): Promise<Models.MyWorkbooksListByResourceGroupNextResponse>;
|
|
239
|
-
/**
|
|
240
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
241
|
-
* @param category Category of workbook to return. Possible values include: 'workbook', 'TSG',
|
|
242
|
-
* 'performance', 'retention'
|
|
243
|
-
* @param callback The callback
|
|
244
|
-
*/
|
|
245
|
-
listByResourceGroupNext(nextPageLink: string, category: Models.CategoryType, callback: msRest.ServiceCallback<Models.MyWorkbooksListResult>): void;
|
|
246
|
-
/**
|
|
247
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
248
|
-
* @param category Category of workbook to return. Possible values include: 'workbook', 'TSG',
|
|
249
|
-
* 'performance', 'retention'
|
|
250
|
-
* @param options The optional parameters
|
|
251
|
-
* @param callback The callback
|
|
277
|
+
* ListByResourceGroupNext
|
|
278
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
279
|
+
* @param category Category of workbook to return.
|
|
280
|
+
* @param nextLink The nextLink from the previous successful call to the ListByResourceGroup method.
|
|
281
|
+
* @param options The options parameters.
|
|
252
282
|
*/
|
|
253
|
-
|
|
254
|
-
|
|
283
|
+
private _listByResourceGroupNext(
|
|
284
|
+
resourceGroupName: string,
|
|
285
|
+
category: CategoryType,
|
|
286
|
+
nextLink: string,
|
|
287
|
+
options?: MyWorkbooksListByResourceGroupNextOptionalParams
|
|
288
|
+
): Promise<MyWorkbooksListByResourceGroupNextResponse> {
|
|
255
289
|
return this.client.sendOperationRequest(
|
|
256
|
-
{
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
options
|
|
260
|
-
},
|
|
261
|
-
listByResourceGroupNextOperationSpec,
|
|
262
|
-
callback) as Promise<Models.MyWorkbooksListByResourceGroupNextResponse>;
|
|
290
|
+
{ resourceGroupName, category, nextLink, options },
|
|
291
|
+
listByResourceGroupNextOperationSpec
|
|
292
|
+
);
|
|
263
293
|
}
|
|
264
294
|
|
|
265
295
|
/**
|
|
266
|
-
*
|
|
267
|
-
* @param
|
|
268
|
-
* @param
|
|
269
|
-
*
|
|
270
|
-
* @param [options] The optional parameters
|
|
271
|
-
* @returns Promise<Models.MyWorkbooksListBySubscriptionNextResponse>
|
|
272
|
-
*/
|
|
273
|
-
listBySubscriptionNext(nextPageLink: string, category: Models.CategoryType, options?: Models.MyWorkbooksListBySubscriptionNextOptionalParams): Promise<Models.MyWorkbooksListBySubscriptionNextResponse>;
|
|
274
|
-
/**
|
|
275
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
276
|
-
* @param category Category of workbook to return. Possible values include: 'workbook', 'TSG',
|
|
277
|
-
* 'performance', 'retention'
|
|
278
|
-
* @param callback The callback
|
|
279
|
-
*/
|
|
280
|
-
listBySubscriptionNext(nextPageLink: string, category: Models.CategoryType, callback: msRest.ServiceCallback<Models.MyWorkbooksListResult>): void;
|
|
281
|
-
/**
|
|
282
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
283
|
-
* @param category Category of workbook to return. Possible values include: 'workbook', 'TSG',
|
|
284
|
-
* 'performance', 'retention'
|
|
285
|
-
* @param options The optional parameters
|
|
286
|
-
* @param callback The callback
|
|
296
|
+
* ListBySubscriptionNext
|
|
297
|
+
* @param category Category of workbook to return.
|
|
298
|
+
* @param nextLink The nextLink from the previous successful call to the ListBySubscription method.
|
|
299
|
+
* @param options The options parameters.
|
|
287
300
|
*/
|
|
288
|
-
|
|
289
|
-
|
|
301
|
+
private _listBySubscriptionNext(
|
|
302
|
+
category: CategoryType,
|
|
303
|
+
nextLink: string,
|
|
304
|
+
options?: MyWorkbooksListBySubscriptionNextOptionalParams
|
|
305
|
+
): Promise<MyWorkbooksListBySubscriptionNextResponse> {
|
|
290
306
|
return this.client.sendOperationRequest(
|
|
291
|
-
{
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
options
|
|
295
|
-
},
|
|
296
|
-
listBySubscriptionNextOperationSpec,
|
|
297
|
-
callback) as Promise<Models.MyWorkbooksListBySubscriptionNextResponse>;
|
|
307
|
+
{ category, nextLink, options },
|
|
308
|
+
listBySubscriptionNextOperationSpec
|
|
309
|
+
);
|
|
298
310
|
}
|
|
299
311
|
}
|
|
300
|
-
|
|
301
312
|
// Operation Specifications
|
|
302
|
-
const serializer =
|
|
303
|
-
|
|
313
|
+
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
314
|
+
|
|
315
|
+
const listByResourceGroupOperationSpec: coreClient.OperationSpec = {
|
|
316
|
+
path:
|
|
317
|
+
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/myWorkbooks",
|
|
304
318
|
httpMethod: "GET",
|
|
305
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/myWorkbooks",
|
|
306
|
-
urlParameters: [
|
|
307
|
-
Parameters.subscriptionId,
|
|
308
|
-
Parameters.resourceGroupName
|
|
309
|
-
],
|
|
310
|
-
queryParameters: [
|
|
311
|
-
Parameters.category,
|
|
312
|
-
Parameters.tags,
|
|
313
|
-
Parameters.sourceId,
|
|
314
|
-
Parameters.canFetchContent,
|
|
315
|
-
Parameters.apiVersion3
|
|
316
|
-
],
|
|
317
|
-
headerParameters: [
|
|
318
|
-
Parameters.acceptLanguage
|
|
319
|
-
],
|
|
320
319
|
responses: {
|
|
321
320
|
200: {
|
|
322
321
|
bodyMapper: Mappers.MyWorkbooksListResult
|
|
@@ -325,24 +324,25 @@ const listByResourceGroupOperationSpec: msRest.OperationSpec = {
|
|
|
325
324
|
bodyMapper: Mappers.MyWorkbookError
|
|
326
325
|
}
|
|
327
326
|
},
|
|
328
|
-
serializer
|
|
329
|
-
};
|
|
330
|
-
|
|
331
|
-
const listBySubscriptionOperationSpec: msRest.OperationSpec = {
|
|
332
|
-
httpMethod: "GET",
|
|
333
|
-
path: "subscriptions/{subscriptionId}/providers/Microsoft.Insights/myWorkbooks",
|
|
334
|
-
urlParameters: [
|
|
335
|
-
Parameters.subscriptionId
|
|
336
|
-
],
|
|
337
327
|
queryParameters: [
|
|
338
|
-
Parameters.category,
|
|
339
|
-
Parameters.tags,
|
|
340
328
|
Parameters.canFetchContent,
|
|
341
|
-
Parameters.
|
|
329
|
+
Parameters.tags,
|
|
330
|
+
Parameters.category,
|
|
331
|
+
Parameters.sourceId,
|
|
332
|
+
Parameters.apiVersion2
|
|
342
333
|
],
|
|
343
|
-
|
|
344
|
-
Parameters
|
|
334
|
+
urlParameters: [
|
|
335
|
+
Parameters.$host,
|
|
336
|
+
Parameters.resourceGroupName,
|
|
337
|
+
Parameters.subscriptionId
|
|
345
338
|
],
|
|
339
|
+
headerParameters: [Parameters.accept],
|
|
340
|
+
serializer
|
|
341
|
+
};
|
|
342
|
+
const listBySubscriptionOperationSpec: coreClient.OperationSpec = {
|
|
343
|
+
path:
|
|
344
|
+
"/subscriptions/{subscriptionId}/providers/Microsoft.Insights/myWorkbooks",
|
|
345
|
+
httpMethod: "GET",
|
|
346
346
|
responses: {
|
|
347
347
|
200: {
|
|
348
348
|
bodyMapper: Mappers.MyWorkbooksListResult
|
|
@@ -351,23 +351,20 @@ const listBySubscriptionOperationSpec: msRest.OperationSpec = {
|
|
|
351
351
|
bodyMapper: Mappers.MyWorkbookError
|
|
352
352
|
}
|
|
353
353
|
},
|
|
354
|
+
queryParameters: [
|
|
355
|
+
Parameters.canFetchContent,
|
|
356
|
+
Parameters.tags,
|
|
357
|
+
Parameters.category,
|
|
358
|
+
Parameters.apiVersion2
|
|
359
|
+
],
|
|
360
|
+
urlParameters: [Parameters.$host, Parameters.subscriptionId],
|
|
361
|
+
headerParameters: [Parameters.accept],
|
|
354
362
|
serializer
|
|
355
363
|
};
|
|
356
|
-
|
|
357
|
-
|
|
364
|
+
const getOperationSpec: coreClient.OperationSpec = {
|
|
365
|
+
path:
|
|
366
|
+
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/myWorkbooks/{resourceName}",
|
|
358
367
|
httpMethod: "GET",
|
|
359
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/myWorkbooks/{resourceName}",
|
|
360
|
-
urlParameters: [
|
|
361
|
-
Parameters.subscriptionId,
|
|
362
|
-
Parameters.resourceGroupName,
|
|
363
|
-
Parameters.resourceName
|
|
364
|
-
],
|
|
365
|
-
queryParameters: [
|
|
366
|
-
Parameters.apiVersion3
|
|
367
|
-
],
|
|
368
|
-
headerParameters: [
|
|
369
|
-
Parameters.acceptLanguage
|
|
370
|
-
],
|
|
371
368
|
responses: {
|
|
372
369
|
200: {
|
|
373
370
|
bodyMapper: Mappers.MyWorkbook
|
|
@@ -376,23 +373,20 @@ const getOperationSpec: msRest.OperationSpec = {
|
|
|
376
373
|
bodyMapper: Mappers.MyWorkbookError
|
|
377
374
|
}
|
|
378
375
|
},
|
|
379
|
-
|
|
380
|
-
};
|
|
381
|
-
|
|
382
|
-
const deleteMethodOperationSpec: msRest.OperationSpec = {
|
|
383
|
-
httpMethod: "DELETE",
|
|
384
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/myWorkbooks/{resourceName}",
|
|
376
|
+
queryParameters: [Parameters.apiVersion2],
|
|
385
377
|
urlParameters: [
|
|
386
|
-
Parameters
|
|
378
|
+
Parameters.$host,
|
|
387
379
|
Parameters.resourceGroupName,
|
|
380
|
+
Parameters.subscriptionId,
|
|
388
381
|
Parameters.resourceName
|
|
389
382
|
],
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
383
|
+
headerParameters: [Parameters.accept],
|
|
384
|
+
serializer
|
|
385
|
+
};
|
|
386
|
+
const deleteOperationSpec: coreClient.OperationSpec = {
|
|
387
|
+
path:
|
|
388
|
+
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/myWorkbooks/{resourceName}",
|
|
389
|
+
httpMethod: "DELETE",
|
|
396
390
|
responses: {
|
|
397
391
|
200: {},
|
|
398
392
|
204: {},
|
|
@@ -400,31 +394,20 @@ const deleteMethodOperationSpec: msRest.OperationSpec = {
|
|
|
400
394
|
bodyMapper: Mappers.MyWorkbookError
|
|
401
395
|
}
|
|
402
396
|
},
|
|
403
|
-
|
|
404
|
-
};
|
|
405
|
-
|
|
406
|
-
const createOrUpdateOperationSpec: msRest.OperationSpec = {
|
|
407
|
-
httpMethod: "PUT",
|
|
408
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/myWorkbooks/{resourceName}",
|
|
397
|
+
queryParameters: [Parameters.apiVersion2],
|
|
409
398
|
urlParameters: [
|
|
410
|
-
Parameters
|
|
399
|
+
Parameters.$host,
|
|
411
400
|
Parameters.resourceGroupName,
|
|
401
|
+
Parameters.subscriptionId,
|
|
412
402
|
Parameters.resourceName
|
|
413
403
|
],
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
requestBody: {
|
|
422
|
-
parameterPath: "workbookProperties",
|
|
423
|
-
mapper: {
|
|
424
|
-
...Mappers.MyWorkbook,
|
|
425
|
-
required: true
|
|
426
|
-
}
|
|
427
|
-
},
|
|
404
|
+
headerParameters: [Parameters.accept],
|
|
405
|
+
serializer
|
|
406
|
+
};
|
|
407
|
+
const createOrUpdateOperationSpec: coreClient.OperationSpec = {
|
|
408
|
+
path:
|
|
409
|
+
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/myWorkbooks/{resourceName}",
|
|
410
|
+
httpMethod: "PUT",
|
|
428
411
|
responses: {
|
|
429
412
|
200: {
|
|
430
413
|
bodyMapper: Mappers.MyWorkbook
|
|
@@ -436,31 +419,22 @@ const createOrUpdateOperationSpec: msRest.OperationSpec = {
|
|
|
436
419
|
bodyMapper: Mappers.MyWorkbookError
|
|
437
420
|
}
|
|
438
421
|
},
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
const updateOperationSpec: msRest.OperationSpec = {
|
|
443
|
-
httpMethod: "PATCH",
|
|
444
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/myWorkbooks/{resourceName}",
|
|
422
|
+
requestBody: Parameters.workbookProperties,
|
|
423
|
+
queryParameters: [Parameters.sourceId, Parameters.apiVersion2],
|
|
445
424
|
urlParameters: [
|
|
446
|
-
Parameters
|
|
425
|
+
Parameters.$host,
|
|
447
426
|
Parameters.resourceGroupName,
|
|
427
|
+
Parameters.subscriptionId,
|
|
448
428
|
Parameters.resourceName
|
|
449
429
|
],
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
parameterPath: "workbookProperties",
|
|
459
|
-
mapper: {
|
|
460
|
-
...Mappers.MyWorkbook,
|
|
461
|
-
required: true
|
|
462
|
-
}
|
|
463
|
-
},
|
|
430
|
+
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
431
|
+
mediaType: "json",
|
|
432
|
+
serializer
|
|
433
|
+
};
|
|
434
|
+
const updateOperationSpec: coreClient.OperationSpec = {
|
|
435
|
+
path:
|
|
436
|
+
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/myWorkbooks/{resourceName}",
|
|
437
|
+
httpMethod: "PATCH",
|
|
464
438
|
responses: {
|
|
465
439
|
201: {
|
|
466
440
|
bodyMapper: Mappers.MyWorkbook
|
|
@@ -469,26 +443,21 @@ const updateOperationSpec: msRest.OperationSpec = {
|
|
|
469
443
|
bodyMapper: Mappers.MyWorkbookError
|
|
470
444
|
}
|
|
471
445
|
},
|
|
446
|
+
requestBody: Parameters.workbookProperties,
|
|
447
|
+
queryParameters: [Parameters.sourceId, Parameters.apiVersion2],
|
|
448
|
+
urlParameters: [
|
|
449
|
+
Parameters.$host,
|
|
450
|
+
Parameters.resourceGroupName,
|
|
451
|
+
Parameters.subscriptionId,
|
|
452
|
+
Parameters.resourceName
|
|
453
|
+
],
|
|
454
|
+
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
455
|
+
mediaType: "json",
|
|
472
456
|
serializer
|
|
473
457
|
};
|
|
474
|
-
|
|
475
|
-
const listByResourceGroupNextOperationSpec: msRest.OperationSpec = {
|
|
476
|
-
httpMethod: "GET",
|
|
477
|
-
baseUrl: "https://management.azure.com",
|
|
458
|
+
const listByResourceGroupNextOperationSpec: coreClient.OperationSpec = {
|
|
478
459
|
path: "{nextLink}",
|
|
479
|
-
|
|
480
|
-
Parameters.nextPageLink
|
|
481
|
-
],
|
|
482
|
-
queryParameters: [
|
|
483
|
-
Parameters.category,
|
|
484
|
-
Parameters.tags,
|
|
485
|
-
Parameters.sourceId,
|
|
486
|
-
Parameters.canFetchContent,
|
|
487
|
-
Parameters.apiVersion3
|
|
488
|
-
],
|
|
489
|
-
headerParameters: [
|
|
490
|
-
Parameters.acceptLanguage
|
|
491
|
-
],
|
|
460
|
+
httpMethod: "GET",
|
|
492
461
|
responses: {
|
|
493
462
|
200: {
|
|
494
463
|
bodyMapper: Mappers.MyWorkbooksListResult
|
|
@@ -497,25 +466,25 @@ const listByResourceGroupNextOperationSpec: msRest.OperationSpec = {
|
|
|
497
466
|
bodyMapper: Mappers.MyWorkbookError
|
|
498
467
|
}
|
|
499
468
|
},
|
|
500
|
-
serializer
|
|
501
|
-
};
|
|
502
|
-
|
|
503
|
-
const listBySubscriptionNextOperationSpec: msRest.OperationSpec = {
|
|
504
|
-
httpMethod: "GET",
|
|
505
|
-
baseUrl: "https://management.azure.com",
|
|
506
|
-
path: "{nextLink}",
|
|
507
|
-
urlParameters: [
|
|
508
|
-
Parameters.nextPageLink
|
|
509
|
-
],
|
|
510
469
|
queryParameters: [
|
|
511
|
-
Parameters.category,
|
|
512
|
-
Parameters.tags,
|
|
513
470
|
Parameters.canFetchContent,
|
|
514
|
-
Parameters.
|
|
471
|
+
Parameters.tags,
|
|
472
|
+
Parameters.category,
|
|
473
|
+
Parameters.sourceId,
|
|
474
|
+
Parameters.apiVersion2
|
|
515
475
|
],
|
|
516
|
-
|
|
517
|
-
Parameters
|
|
476
|
+
urlParameters: [
|
|
477
|
+
Parameters.$host,
|
|
478
|
+
Parameters.resourceGroupName,
|
|
479
|
+
Parameters.subscriptionId,
|
|
480
|
+
Parameters.nextLink
|
|
518
481
|
],
|
|
482
|
+
headerParameters: [Parameters.accept],
|
|
483
|
+
serializer
|
|
484
|
+
};
|
|
485
|
+
const listBySubscriptionNextOperationSpec: coreClient.OperationSpec = {
|
|
486
|
+
path: "{nextLink}",
|
|
487
|
+
httpMethod: "GET",
|
|
519
488
|
responses: {
|
|
520
489
|
200: {
|
|
521
490
|
bodyMapper: Mappers.MyWorkbooksListResult
|
|
@@ -524,5 +493,17 @@ const listBySubscriptionNextOperationSpec: msRest.OperationSpec = {
|
|
|
524
493
|
bodyMapper: Mappers.MyWorkbookError
|
|
525
494
|
}
|
|
526
495
|
},
|
|
496
|
+
queryParameters: [
|
|
497
|
+
Parameters.canFetchContent,
|
|
498
|
+
Parameters.tags,
|
|
499
|
+
Parameters.category,
|
|
500
|
+
Parameters.apiVersion2
|
|
501
|
+
],
|
|
502
|
+
urlParameters: [
|
|
503
|
+
Parameters.$host,
|
|
504
|
+
Parameters.subscriptionId,
|
|
505
|
+
Parameters.nextLink
|
|
506
|
+
],
|
|
507
|
+
headerParameters: [Parameters.accept],
|
|
527
508
|
serializer
|
|
528
509
|
};
|