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