@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
package/src/models/parameters.ts
CHANGED
|
@@ -3,378 +3,450 @@
|
|
|
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
|
|
9
|
+
import {
|
|
10
|
+
OperationParameter,
|
|
11
|
+
OperationURLParameter,
|
|
12
|
+
OperationQueryParameter
|
|
13
|
+
} from "@azure/core-client";
|
|
14
|
+
import {
|
|
15
|
+
Annotation as AnnotationMapper,
|
|
16
|
+
APIKeyRequest as APIKeyRequestMapper,
|
|
17
|
+
ApplicationInsightsComponentExportRequest as ApplicationInsightsComponentExportRequestMapper,
|
|
18
|
+
ApplicationInsightsComponentBillingFeatures as ApplicationInsightsComponentBillingFeaturesMapper,
|
|
19
|
+
ApplicationInsightsComponentProactiveDetectionConfiguration as ApplicationInsightsComponentProactiveDetectionConfigurationMapper,
|
|
20
|
+
WorkItemCreateConfiguration as WorkItemCreateConfigurationMapper,
|
|
21
|
+
ApplicationInsightsComponentFavorite as ApplicationInsightsComponentFavoriteMapper,
|
|
22
|
+
WebTest as WebTestMapper,
|
|
23
|
+
TagsResource as TagsResourceMapper,
|
|
24
|
+
ApplicationInsightsComponentAnalyticsItem as ApplicationInsightsComponentAnalyticsItemMapper,
|
|
25
|
+
WorkbookTemplate as WorkbookTemplateMapper,
|
|
26
|
+
WorkbookTemplateUpdateParameters as WorkbookTemplateUpdateParametersMapper,
|
|
27
|
+
MyWorkbook as MyWorkbookMapper,
|
|
28
|
+
Workbook as WorkbookMapper,
|
|
29
|
+
WorkbookUpdateParameters as WorkbookUpdateParametersMapper,
|
|
30
|
+
ApplicationInsightsComponent as ApplicationInsightsComponentMapper,
|
|
31
|
+
ComponentPurgeBody as ComponentPurgeBodyMapper,
|
|
32
|
+
ComponentLinkedStorageAccounts as ComponentLinkedStorageAccountsMapper,
|
|
33
|
+
ComponentLinkedStorageAccountsPatch as ComponentLinkedStorageAccountsPatchMapper
|
|
34
|
+
} from "../models/mappers";
|
|
11
35
|
|
|
12
|
-
export const
|
|
13
|
-
parameterPath: "
|
|
36
|
+
export const accept: OperationParameter = {
|
|
37
|
+
parameterPath: "accept",
|
|
14
38
|
mapper: {
|
|
15
|
-
|
|
16
|
-
|
|
39
|
+
defaultValue: "application/json",
|
|
40
|
+
isConstant: true,
|
|
41
|
+
serializedName: "Accept",
|
|
17
42
|
type: {
|
|
18
43
|
name: "String"
|
|
19
44
|
}
|
|
20
45
|
}
|
|
21
46
|
};
|
|
22
|
-
|
|
23
|
-
|
|
47
|
+
|
|
48
|
+
export const $host: OperationURLParameter = {
|
|
49
|
+
parameterPath: "$host",
|
|
24
50
|
mapper: {
|
|
51
|
+
serializedName: "$host",
|
|
25
52
|
required: true,
|
|
26
|
-
serializedName: "annotationId",
|
|
27
53
|
type: {
|
|
28
54
|
name: "String"
|
|
29
55
|
}
|
|
30
|
-
}
|
|
56
|
+
},
|
|
57
|
+
skipEncoding: true
|
|
31
58
|
};
|
|
32
|
-
|
|
33
|
-
|
|
59
|
+
|
|
60
|
+
export const resourceGroupName: OperationURLParameter = {
|
|
61
|
+
parameterPath: "resourceGroupName",
|
|
34
62
|
mapper: {
|
|
35
|
-
required: true,
|
|
36
|
-
isConstant: true,
|
|
37
|
-
serializedName: "api-version",
|
|
38
|
-
defaultValue: '2015-05-01',
|
|
39
63
|
constraints: {
|
|
64
|
+
MaxLength: 90,
|
|
40
65
|
MinLength: 1
|
|
41
66
|
},
|
|
67
|
+
serializedName: "resourceGroupName",
|
|
68
|
+
required: true,
|
|
42
69
|
type: {
|
|
43
70
|
name: "String"
|
|
44
71
|
}
|
|
45
72
|
}
|
|
46
73
|
};
|
|
47
|
-
|
|
74
|
+
|
|
75
|
+
export const apiVersion: OperationQueryParameter = {
|
|
48
76
|
parameterPath: "apiVersion",
|
|
49
77
|
mapper: {
|
|
50
|
-
|
|
78
|
+
defaultValue: "2015-05-01",
|
|
51
79
|
isConstant: true,
|
|
52
80
|
serializedName: "api-version",
|
|
53
|
-
defaultValue: '2020-06-02-preview',
|
|
54
|
-
constraints: {
|
|
55
|
-
MinLength: 1
|
|
56
|
-
},
|
|
57
81
|
type: {
|
|
58
82
|
name: "String"
|
|
59
83
|
}
|
|
60
84
|
}
|
|
61
85
|
};
|
|
62
|
-
|
|
63
|
-
|
|
86
|
+
|
|
87
|
+
export const subscriptionId: OperationURLParameter = {
|
|
88
|
+
parameterPath: "subscriptionId",
|
|
64
89
|
mapper: {
|
|
65
|
-
required: true,
|
|
66
|
-
isConstant: true,
|
|
67
|
-
serializedName: "api-version",
|
|
68
|
-
defaultValue: '2020-11-20',
|
|
69
90
|
constraints: {
|
|
70
91
|
MinLength: 1
|
|
71
92
|
},
|
|
93
|
+
serializedName: "subscriptionId",
|
|
94
|
+
required: true,
|
|
72
95
|
type: {
|
|
73
96
|
name: "String"
|
|
74
97
|
}
|
|
75
98
|
}
|
|
76
99
|
};
|
|
77
|
-
|
|
78
|
-
|
|
100
|
+
|
|
101
|
+
export const resourceName: OperationURLParameter = {
|
|
102
|
+
parameterPath: "resourceName",
|
|
79
103
|
mapper: {
|
|
104
|
+
serializedName: "resourceName",
|
|
80
105
|
required: true,
|
|
81
|
-
isConstant: true,
|
|
82
|
-
serializedName: "api-version",
|
|
83
|
-
defaultValue: '2021-03-08',
|
|
84
|
-
constraints: {
|
|
85
|
-
MinLength: 1
|
|
86
|
-
},
|
|
87
106
|
type: {
|
|
88
107
|
name: "String"
|
|
89
108
|
}
|
|
90
109
|
}
|
|
91
110
|
};
|
|
92
|
-
|
|
93
|
-
|
|
111
|
+
|
|
112
|
+
export const start: OperationQueryParameter = {
|
|
113
|
+
parameterPath: "start",
|
|
94
114
|
mapper: {
|
|
115
|
+
serializedName: "start",
|
|
95
116
|
required: true,
|
|
96
|
-
isConstant: true,
|
|
97
|
-
serializedName: "api-version",
|
|
98
|
-
defaultValue: '2021-08-01',
|
|
99
|
-
constraints: {
|
|
100
|
-
MinLength: 1
|
|
101
|
-
},
|
|
102
117
|
type: {
|
|
103
118
|
name: "String"
|
|
104
119
|
}
|
|
105
120
|
}
|
|
106
121
|
};
|
|
107
|
-
|
|
108
|
-
|
|
122
|
+
|
|
123
|
+
export const end: OperationQueryParameter = {
|
|
124
|
+
parameterPath: "end",
|
|
109
125
|
mapper: {
|
|
126
|
+
serializedName: "end",
|
|
110
127
|
required: true,
|
|
111
|
-
isConstant: true,
|
|
112
|
-
serializedName: "api-version",
|
|
113
|
-
defaultValue: '2018-05-01-preview',
|
|
114
|
-
constraints: {
|
|
115
|
-
MinLength: 1
|
|
116
|
-
},
|
|
117
128
|
type: {
|
|
118
129
|
name: "String"
|
|
119
130
|
}
|
|
120
131
|
}
|
|
121
132
|
};
|
|
122
|
-
|
|
123
|
-
|
|
133
|
+
|
|
134
|
+
export const contentType: OperationParameter = {
|
|
135
|
+
parameterPath: ["options", "contentType"],
|
|
124
136
|
mapper: {
|
|
125
|
-
|
|
137
|
+
defaultValue: "application/json",
|
|
126
138
|
isConstant: true,
|
|
127
|
-
serializedName: "
|
|
128
|
-
defaultValue: '2020-03-01-preview',
|
|
129
|
-
constraints: {
|
|
130
|
-
MinLength: 1
|
|
131
|
-
},
|
|
139
|
+
serializedName: "Content-Type",
|
|
132
140
|
type: {
|
|
133
141
|
name: "String"
|
|
134
142
|
}
|
|
135
143
|
}
|
|
136
144
|
};
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
145
|
+
|
|
146
|
+
export const annotationProperties: OperationParameter = {
|
|
147
|
+
parameterPath: "annotationProperties",
|
|
148
|
+
mapper: AnnotationMapper
|
|
149
|
+
};
|
|
150
|
+
|
|
151
|
+
export const annotationId: OperationURLParameter = {
|
|
152
|
+
parameterPath: "annotationId",
|
|
142
153
|
mapper: {
|
|
143
|
-
serializedName: "
|
|
154
|
+
serializedName: "annotationId",
|
|
155
|
+
required: true,
|
|
144
156
|
type: {
|
|
145
|
-
name: "
|
|
157
|
+
name: "String"
|
|
146
158
|
}
|
|
147
159
|
}
|
|
148
160
|
};
|
|
149
|
-
|
|
150
|
-
|
|
161
|
+
|
|
162
|
+
export const aPIKeyProperties: OperationParameter = {
|
|
163
|
+
parameterPath: "aPIKeyProperties",
|
|
164
|
+
mapper: APIKeyRequestMapper
|
|
165
|
+
};
|
|
166
|
+
|
|
167
|
+
export const keyId: OperationURLParameter = {
|
|
168
|
+
parameterPath: "keyId",
|
|
151
169
|
mapper: {
|
|
170
|
+
serializedName: "keyId",
|
|
152
171
|
required: true,
|
|
153
|
-
serializedName: "category",
|
|
154
172
|
type: {
|
|
155
173
|
name: "String"
|
|
156
174
|
}
|
|
157
175
|
}
|
|
158
176
|
};
|
|
159
|
-
|
|
160
|
-
|
|
177
|
+
|
|
178
|
+
export const exportProperties: OperationParameter = {
|
|
179
|
+
parameterPath: "exportProperties",
|
|
180
|
+
mapper: ApplicationInsightsComponentExportRequestMapper
|
|
181
|
+
};
|
|
182
|
+
|
|
183
|
+
export const exportId: OperationURLParameter = {
|
|
184
|
+
parameterPath: "exportId",
|
|
161
185
|
mapper: {
|
|
186
|
+
serializedName: "exportId",
|
|
162
187
|
required: true,
|
|
163
|
-
serializedName: "componentName",
|
|
164
188
|
type: {
|
|
165
189
|
name: "String"
|
|
166
190
|
}
|
|
167
191
|
}
|
|
168
192
|
};
|
|
169
|
-
|
|
193
|
+
|
|
194
|
+
export const billingFeaturesProperties: OperationParameter = {
|
|
195
|
+
parameterPath: "billingFeaturesProperties",
|
|
196
|
+
mapper: ApplicationInsightsComponentBillingFeaturesMapper
|
|
197
|
+
};
|
|
198
|
+
|
|
199
|
+
export const configurationId: OperationURLParameter = {
|
|
170
200
|
parameterPath: "configurationId",
|
|
171
201
|
mapper: {
|
|
172
|
-
required: true,
|
|
173
202
|
serializedName: "ConfigurationId",
|
|
203
|
+
required: true,
|
|
174
204
|
type: {
|
|
175
205
|
name: "String"
|
|
176
206
|
}
|
|
177
207
|
}
|
|
178
208
|
};
|
|
179
|
-
|
|
180
|
-
|
|
209
|
+
|
|
210
|
+
export const proactiveDetectionProperties: OperationParameter = {
|
|
211
|
+
parameterPath: "proactiveDetectionProperties",
|
|
212
|
+
mapper: ApplicationInsightsComponentProactiveDetectionConfigurationMapper
|
|
213
|
+
};
|
|
214
|
+
|
|
215
|
+
export const workItemConfigurationProperties: OperationParameter = {
|
|
216
|
+
parameterPath: "workItemConfigurationProperties",
|
|
217
|
+
mapper: WorkItemCreateConfigurationMapper
|
|
218
|
+
};
|
|
219
|
+
|
|
220
|
+
export const workItemConfigId: OperationURLParameter = {
|
|
221
|
+
parameterPath: "workItemConfigId",
|
|
181
222
|
mapper: {
|
|
223
|
+
serializedName: "workItemConfigId",
|
|
182
224
|
required: true,
|
|
183
|
-
serializedName: "end",
|
|
184
225
|
type: {
|
|
185
226
|
name: "String"
|
|
186
227
|
}
|
|
187
228
|
}
|
|
188
229
|
};
|
|
189
|
-
|
|
190
|
-
|
|
230
|
+
|
|
231
|
+
export const favoriteType: OperationQueryParameter = {
|
|
232
|
+
parameterPath: ["options", "favoriteType"],
|
|
191
233
|
mapper: {
|
|
192
|
-
|
|
193
|
-
serializedName: "exportId",
|
|
234
|
+
serializedName: "favoriteType",
|
|
194
235
|
type: {
|
|
195
|
-
name: "
|
|
236
|
+
name: "Enum",
|
|
237
|
+
allowedValues: ["shared", "user"]
|
|
196
238
|
}
|
|
197
239
|
}
|
|
198
240
|
};
|
|
199
|
-
|
|
200
|
-
|
|
241
|
+
|
|
242
|
+
export const sourceType: OperationQueryParameter = {
|
|
243
|
+
parameterPath: ["options", "sourceType"],
|
|
201
244
|
mapper: {
|
|
202
|
-
|
|
203
|
-
serializedName: "favoriteId",
|
|
245
|
+
serializedName: "sourceType",
|
|
204
246
|
type: {
|
|
205
247
|
name: "String"
|
|
206
248
|
}
|
|
207
249
|
}
|
|
208
250
|
};
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
"favoriteType"
|
|
213
|
-
],
|
|
251
|
+
|
|
252
|
+
export const canFetchContent: OperationQueryParameter = {
|
|
253
|
+
parameterPath: ["options", "canFetchContent"],
|
|
214
254
|
mapper: {
|
|
215
|
-
serializedName: "
|
|
216
|
-
defaultValue: 'shared',
|
|
255
|
+
serializedName: "canFetchContent",
|
|
217
256
|
type: {
|
|
218
|
-
name: "
|
|
219
|
-
allowedValues: [
|
|
220
|
-
"shared",
|
|
221
|
-
"user"
|
|
222
|
-
]
|
|
257
|
+
name: "Boolean"
|
|
223
258
|
}
|
|
224
259
|
}
|
|
225
260
|
};
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
"id"
|
|
230
|
-
],
|
|
261
|
+
|
|
262
|
+
export const tags: OperationQueryParameter = {
|
|
263
|
+
parameterPath: ["options", "tags"],
|
|
231
264
|
mapper: {
|
|
232
|
-
serializedName: "
|
|
265
|
+
serializedName: "tags",
|
|
233
266
|
type: {
|
|
234
|
-
name: "
|
|
267
|
+
name: "Sequence",
|
|
268
|
+
element: {
|
|
269
|
+
type: {
|
|
270
|
+
name: "String"
|
|
271
|
+
}
|
|
272
|
+
}
|
|
235
273
|
}
|
|
236
|
-
}
|
|
274
|
+
},
|
|
275
|
+
collectionFormat: "CSV"
|
|
237
276
|
};
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
"includeContent"
|
|
242
|
-
],
|
|
277
|
+
|
|
278
|
+
export const favoriteId: OperationURLParameter = {
|
|
279
|
+
parameterPath: "favoriteId",
|
|
243
280
|
mapper: {
|
|
244
|
-
serializedName: "
|
|
281
|
+
serializedName: "favoriteId",
|
|
282
|
+
required: true,
|
|
245
283
|
type: {
|
|
246
|
-
name: "
|
|
284
|
+
name: "String"
|
|
247
285
|
}
|
|
248
286
|
}
|
|
249
287
|
};
|
|
250
|
-
|
|
251
|
-
|
|
288
|
+
|
|
289
|
+
export const favoriteProperties: OperationParameter = {
|
|
290
|
+
parameterPath: "favoriteProperties",
|
|
291
|
+
mapper: ApplicationInsightsComponentFavoriteMapper
|
|
292
|
+
};
|
|
293
|
+
|
|
294
|
+
export const webTestName: OperationURLParameter = {
|
|
295
|
+
parameterPath: "webTestName",
|
|
252
296
|
mapper: {
|
|
297
|
+
serializedName: "webTestName",
|
|
253
298
|
required: true,
|
|
254
|
-
serializedName: "keyId",
|
|
255
299
|
type: {
|
|
256
300
|
name: "String"
|
|
257
301
|
}
|
|
258
302
|
}
|
|
259
303
|
};
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
304
|
+
|
|
305
|
+
export const webTestDefinition: OperationParameter = {
|
|
306
|
+
parameterPath: "webTestDefinition",
|
|
307
|
+
mapper: WebTestMapper
|
|
308
|
+
};
|
|
309
|
+
|
|
310
|
+
export const webTestTags: OperationParameter = {
|
|
311
|
+
parameterPath: "webTestTags",
|
|
312
|
+
mapper: TagsResourceMapper
|
|
313
|
+
};
|
|
314
|
+
|
|
315
|
+
export const componentName: OperationURLParameter = {
|
|
316
|
+
parameterPath: "componentName",
|
|
265
317
|
mapper: {
|
|
266
|
-
serializedName: "
|
|
318
|
+
serializedName: "componentName",
|
|
319
|
+
required: true,
|
|
267
320
|
type: {
|
|
268
321
|
name: "String"
|
|
269
322
|
}
|
|
270
323
|
}
|
|
271
324
|
};
|
|
272
|
-
|
|
273
|
-
|
|
325
|
+
|
|
326
|
+
export const nextLink: OperationURLParameter = {
|
|
327
|
+
parameterPath: "nextLink",
|
|
274
328
|
mapper: {
|
|
275
|
-
required: true,
|
|
276
329
|
serializedName: "nextLink",
|
|
330
|
+
required: true,
|
|
277
331
|
type: {
|
|
278
332
|
name: "String"
|
|
279
333
|
}
|
|
280
334
|
},
|
|
281
335
|
skipEncoding: true
|
|
282
336
|
};
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
"overrideItem"
|
|
287
|
-
],
|
|
337
|
+
|
|
338
|
+
export const scopePath: OperationURLParameter = {
|
|
339
|
+
parameterPath: "scopePath",
|
|
288
340
|
mapper: {
|
|
289
|
-
serializedName: "
|
|
341
|
+
serializedName: "scopePath",
|
|
342
|
+
required: true,
|
|
290
343
|
type: {
|
|
291
|
-
name: "
|
|
344
|
+
name: "String"
|
|
292
345
|
}
|
|
293
346
|
}
|
|
294
347
|
};
|
|
295
|
-
|
|
296
|
-
|
|
348
|
+
|
|
349
|
+
export const scope: OperationQueryParameter = {
|
|
350
|
+
parameterPath: ["options", "scope"],
|
|
297
351
|
mapper: {
|
|
298
|
-
|
|
299
|
-
serializedName: "purgeId",
|
|
352
|
+
serializedName: "scope",
|
|
300
353
|
type: {
|
|
301
354
|
name: "String"
|
|
302
355
|
}
|
|
303
356
|
}
|
|
304
357
|
};
|
|
305
|
-
|
|
306
|
-
|
|
358
|
+
|
|
359
|
+
export const typeParam: OperationQueryParameter = {
|
|
360
|
+
parameterPath: ["options", "typeParam"],
|
|
307
361
|
mapper: {
|
|
308
|
-
|
|
309
|
-
serializedName: "
|
|
310
|
-
constraints: {
|
|
311
|
-
MaxLength: 90,
|
|
312
|
-
MinLength: 1
|
|
313
|
-
},
|
|
362
|
+
defaultValue: "none",
|
|
363
|
+
serializedName: "type",
|
|
314
364
|
type: {
|
|
315
365
|
name: "String"
|
|
316
366
|
}
|
|
317
367
|
}
|
|
318
368
|
};
|
|
319
|
-
|
|
320
|
-
|
|
369
|
+
|
|
370
|
+
export const includeContent: OperationQueryParameter = {
|
|
371
|
+
parameterPath: ["options", "includeContent"],
|
|
321
372
|
mapper: {
|
|
322
|
-
|
|
323
|
-
serializedName: "resourceName",
|
|
373
|
+
serializedName: "includeContent",
|
|
324
374
|
type: {
|
|
325
|
-
name: "
|
|
375
|
+
name: "Boolean"
|
|
326
376
|
}
|
|
327
377
|
}
|
|
328
378
|
};
|
|
329
|
-
|
|
330
|
-
|
|
379
|
+
|
|
380
|
+
export const id: OperationQueryParameter = {
|
|
381
|
+
parameterPath: ["options", "id"],
|
|
331
382
|
mapper: {
|
|
332
|
-
|
|
333
|
-
serializedName: "resourceUri",
|
|
383
|
+
serializedName: "id",
|
|
334
384
|
type: {
|
|
335
385
|
name: "String"
|
|
336
386
|
}
|
|
337
|
-
}
|
|
338
|
-
skipEncoding: true
|
|
387
|
+
}
|
|
339
388
|
};
|
|
340
|
-
|
|
341
|
-
|
|
389
|
+
|
|
390
|
+
export const name: OperationQueryParameter = {
|
|
391
|
+
parameterPath: ["options", "name"],
|
|
342
392
|
mapper: {
|
|
343
|
-
|
|
344
|
-
serializedName: "revisionId",
|
|
393
|
+
serializedName: "name",
|
|
345
394
|
type: {
|
|
346
395
|
name: "String"
|
|
347
396
|
}
|
|
348
397
|
}
|
|
349
398
|
};
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
399
|
+
|
|
400
|
+
export const itemProperties: OperationParameter = {
|
|
401
|
+
parameterPath: "itemProperties",
|
|
402
|
+
mapper: ApplicationInsightsComponentAnalyticsItemMapper
|
|
403
|
+
};
|
|
404
|
+
|
|
405
|
+
export const overrideItem: OperationQueryParameter = {
|
|
406
|
+
parameterPath: ["options", "overrideItem"],
|
|
355
407
|
mapper: {
|
|
356
|
-
serializedName: "
|
|
357
|
-
|
|
408
|
+
serializedName: "overrideItem",
|
|
409
|
+
type: {
|
|
410
|
+
name: "Boolean"
|
|
411
|
+
}
|
|
412
|
+
}
|
|
413
|
+
};
|
|
414
|
+
|
|
415
|
+
export const apiVersion1: OperationQueryParameter = {
|
|
416
|
+
parameterPath: "apiVersion",
|
|
417
|
+
mapper: {
|
|
418
|
+
defaultValue: "2020-11-20",
|
|
419
|
+
isConstant: true,
|
|
420
|
+
serializedName: "api-version",
|
|
358
421
|
type: {
|
|
359
422
|
name: "String"
|
|
360
423
|
}
|
|
361
424
|
}
|
|
362
425
|
};
|
|
363
|
-
|
|
364
|
-
|
|
426
|
+
|
|
427
|
+
export const workbookTemplateProperties: OperationParameter = {
|
|
428
|
+
parameterPath: "workbookTemplateProperties",
|
|
429
|
+
mapper: WorkbookTemplateMapper
|
|
430
|
+
};
|
|
431
|
+
|
|
432
|
+
export const workbookTemplateUpdateParameters: OperationParameter = {
|
|
433
|
+
parameterPath: ["options", "workbookTemplateUpdateParameters"],
|
|
434
|
+
mapper: WorkbookTemplateUpdateParametersMapper
|
|
435
|
+
};
|
|
436
|
+
|
|
437
|
+
export const category: OperationQueryParameter = {
|
|
438
|
+
parameterPath: "category",
|
|
365
439
|
mapper: {
|
|
440
|
+
serializedName: "category",
|
|
366
441
|
required: true,
|
|
367
|
-
serializedName: "scopePath",
|
|
368
442
|
type: {
|
|
369
443
|
name: "String"
|
|
370
444
|
}
|
|
371
445
|
}
|
|
372
446
|
};
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
"sourceId"
|
|
377
|
-
],
|
|
447
|
+
|
|
448
|
+
export const sourceId: OperationQueryParameter = {
|
|
449
|
+
parameterPath: ["options", "sourceId"],
|
|
378
450
|
mapper: {
|
|
379
451
|
serializedName: "sourceId",
|
|
380
452
|
type: {
|
|
@@ -382,101 +454,148 @@ export const sourceId: msRest.OperationQueryParameter = {
|
|
|
382
454
|
}
|
|
383
455
|
}
|
|
384
456
|
};
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
"sourceType"
|
|
389
|
-
],
|
|
457
|
+
|
|
458
|
+
export const apiVersion2: OperationQueryParameter = {
|
|
459
|
+
parameterPath: "apiVersion",
|
|
390
460
|
mapper: {
|
|
391
|
-
|
|
461
|
+
defaultValue: "2021-03-08",
|
|
462
|
+
isConstant: true,
|
|
463
|
+
serializedName: "api-version",
|
|
392
464
|
type: {
|
|
393
465
|
name: "String"
|
|
394
466
|
}
|
|
395
467
|
}
|
|
396
468
|
};
|
|
397
|
-
|
|
398
|
-
|
|
469
|
+
|
|
470
|
+
export const workbookProperties: OperationParameter = {
|
|
471
|
+
parameterPath: "workbookProperties",
|
|
472
|
+
mapper: MyWorkbookMapper
|
|
473
|
+
};
|
|
474
|
+
|
|
475
|
+
export const apiVersion3: OperationQueryParameter = {
|
|
476
|
+
parameterPath: "apiVersion",
|
|
399
477
|
mapper: {
|
|
400
|
-
|
|
401
|
-
|
|
478
|
+
defaultValue: "2021-08-01",
|
|
479
|
+
isConstant: true,
|
|
480
|
+
serializedName: "api-version",
|
|
402
481
|
type: {
|
|
403
482
|
name: "String"
|
|
404
483
|
}
|
|
405
484
|
}
|
|
406
485
|
};
|
|
407
|
-
|
|
408
|
-
|
|
486
|
+
|
|
487
|
+
export const workbookProperties1: OperationParameter = {
|
|
488
|
+
parameterPath: "workbookProperties",
|
|
489
|
+
mapper: WorkbookMapper
|
|
490
|
+
};
|
|
491
|
+
|
|
492
|
+
export const workbookUpdateParameters: OperationParameter = {
|
|
493
|
+
parameterPath: ["options", "workbookUpdateParameters"],
|
|
494
|
+
mapper: WorkbookUpdateParametersMapper
|
|
495
|
+
};
|
|
496
|
+
|
|
497
|
+
export const revisionId: OperationURLParameter = {
|
|
498
|
+
parameterPath: "revisionId",
|
|
409
499
|
mapper: {
|
|
500
|
+
serializedName: "revisionId",
|
|
410
501
|
required: true,
|
|
502
|
+
type: {
|
|
503
|
+
name: "String"
|
|
504
|
+
}
|
|
505
|
+
}
|
|
506
|
+
};
|
|
507
|
+
|
|
508
|
+
export const apiVersion4: OperationQueryParameter = {
|
|
509
|
+
parameterPath: "apiVersion",
|
|
510
|
+
mapper: {
|
|
511
|
+
defaultValue: "2018-05-01-preview",
|
|
411
512
|
isConstant: true,
|
|
412
|
-
serializedName: "
|
|
413
|
-
defaultValue: 'ServiceProfiler',
|
|
513
|
+
serializedName: "api-version",
|
|
414
514
|
type: {
|
|
415
515
|
name: "String"
|
|
416
516
|
}
|
|
417
517
|
}
|
|
418
518
|
};
|
|
419
|
-
|
|
420
|
-
|
|
519
|
+
|
|
520
|
+
export const insightProperties: OperationParameter = {
|
|
521
|
+
parameterPath: "insightProperties",
|
|
522
|
+
mapper: ApplicationInsightsComponentMapper
|
|
523
|
+
};
|
|
524
|
+
|
|
525
|
+
export const componentTags: OperationParameter = {
|
|
526
|
+
parameterPath: "componentTags",
|
|
527
|
+
mapper: TagsResourceMapper
|
|
528
|
+
};
|
|
529
|
+
|
|
530
|
+
export const body: OperationParameter = {
|
|
531
|
+
parameterPath: "body",
|
|
532
|
+
mapper: ComponentPurgeBodyMapper
|
|
533
|
+
};
|
|
534
|
+
|
|
535
|
+
export const purgeId: OperationURLParameter = {
|
|
536
|
+
parameterPath: "purgeId",
|
|
421
537
|
mapper: {
|
|
538
|
+
serializedName: "purgeId",
|
|
422
539
|
required: true,
|
|
423
|
-
serializedName: "subscriptionId",
|
|
424
|
-
constraints: {
|
|
425
|
-
MinLength: 1
|
|
426
|
-
},
|
|
427
540
|
type: {
|
|
428
541
|
name: "String"
|
|
429
542
|
}
|
|
430
543
|
}
|
|
431
544
|
};
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
"tags"
|
|
436
|
-
],
|
|
545
|
+
|
|
546
|
+
export const apiVersion5: OperationQueryParameter = {
|
|
547
|
+
parameterPath: "apiVersion",
|
|
437
548
|
mapper: {
|
|
438
|
-
|
|
549
|
+
defaultValue: "2020-03-01-preview",
|
|
550
|
+
isConstant: true,
|
|
551
|
+
serializedName: "api-version",
|
|
439
552
|
type: {
|
|
440
|
-
name: "
|
|
441
|
-
element: {
|
|
442
|
-
type: {
|
|
443
|
-
name: "String"
|
|
444
|
-
}
|
|
445
|
-
}
|
|
553
|
+
name: "String"
|
|
446
554
|
}
|
|
447
|
-
}
|
|
448
|
-
collectionFormat: msRest.QueryCollectionFormat.Csv
|
|
555
|
+
}
|
|
449
556
|
};
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
"type"
|
|
454
|
-
],
|
|
557
|
+
|
|
558
|
+
export const storageType: OperationURLParameter = {
|
|
559
|
+
parameterPath: "storageType",
|
|
455
560
|
mapper: {
|
|
456
|
-
serializedName: "
|
|
457
|
-
|
|
561
|
+
serializedName: "storageType",
|
|
562
|
+
required: true,
|
|
458
563
|
type: {
|
|
459
564
|
name: "String"
|
|
460
565
|
}
|
|
461
566
|
}
|
|
462
567
|
};
|
|
463
|
-
|
|
464
|
-
|
|
568
|
+
|
|
569
|
+
export const linkedStorageAccountsProperties: OperationParameter = {
|
|
570
|
+
parameterPath: "linkedStorageAccountsProperties",
|
|
571
|
+
mapper: ComponentLinkedStorageAccountsMapper
|
|
572
|
+
};
|
|
573
|
+
|
|
574
|
+
export const linkedStorageAccountsProperties1: OperationParameter = {
|
|
575
|
+
parameterPath: "linkedStorageAccountsProperties",
|
|
576
|
+
mapper: ComponentLinkedStorageAccountsPatchMapper
|
|
577
|
+
};
|
|
578
|
+
|
|
579
|
+
export const apiVersion6: OperationQueryParameter = {
|
|
580
|
+
parameterPath: "apiVersion",
|
|
465
581
|
mapper: {
|
|
466
|
-
|
|
467
|
-
|
|
582
|
+
defaultValue: "2020-06-02-preview",
|
|
583
|
+
isConstant: true,
|
|
584
|
+
serializedName: "api-version",
|
|
468
585
|
type: {
|
|
469
586
|
name: "String"
|
|
470
587
|
}
|
|
471
588
|
}
|
|
472
589
|
};
|
|
473
|
-
|
|
474
|
-
|
|
590
|
+
|
|
591
|
+
export const resourceUri: OperationURLParameter = {
|
|
592
|
+
parameterPath: "resourceUri",
|
|
475
593
|
mapper: {
|
|
594
|
+
serializedName: "resourceUri",
|
|
476
595
|
required: true,
|
|
477
|
-
serializedName: "workItemConfigId",
|
|
478
596
|
type: {
|
|
479
597
|
name: "String"
|
|
480
598
|
}
|
|
481
|
-
}
|
|
599
|
+
},
|
|
600
|
+
skipEncoding: true
|
|
482
601
|
};
|