@azure/arm-appinsights 3.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/README.md +72 -73
- 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 +1481 -1003
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +63 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +515 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/aPIKeys.d.ts +55 -0
- package/dist-esm/src/operations/aPIKeys.d.ts.map +1 -0
- package/dist-esm/src/operations/aPIKeys.js +185 -0
- package/dist-esm/src/operations/aPIKeys.js.map +1 -0
- package/dist-esm/src/operations/analyticsItems.d.ts +51 -0
- package/dist-esm/src/operations/analyticsItems.d.ts.map +1 -0
- package/dist-esm/src/operations/analyticsItems.js +157 -0
- package/dist-esm/src/operations/analyticsItems.js.map +1 -0
- package/dist-esm/src/operations/annotations.d.ts +63 -0
- package/dist-esm/src/operations/annotations.d.ts.map +1 -0
- package/dist-esm/src/operations/annotations.js +207 -0
- package/dist-esm/src/operations/annotations.js.map +1 -0
- package/dist-esm/src/operations/componentAvailableFeatures.d.ts +20 -0
- package/dist-esm/src/operations/componentAvailableFeatures.d.ts.map +1 -0
- package/dist-esm/src/operations/componentAvailableFeatures.js +50 -0
- package/dist-esm/src/operations/componentAvailableFeatures.js.map +1 -0
- package/dist-esm/src/operations/componentCurrentBillingFeatures.d.ts +29 -0
- package/dist-esm/src/operations/componentCurrentBillingFeatures.d.ts.map +1 -0
- package/dist-esm/src/operations/componentCurrentBillingFeatures.js +81 -0
- package/dist-esm/src/operations/componentCurrentBillingFeatures.js.map +1 -0
- package/dist-esm/src/operations/componentFeatureCapabilities.d.ts +20 -0
- package/dist-esm/src/operations/componentFeatureCapabilities.d.ts.map +1 -0
- package/dist-esm/src/operations/componentFeatureCapabilities.js +50 -0
- package/dist-esm/src/operations/componentFeatureCapabilities.js.map +1 -0
- package/dist-esm/src/operations/componentLinkedStorageAccountsOperations.d.ts +53 -0
- package/dist-esm/src/operations/componentLinkedStorageAccountsOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/componentLinkedStorageAccountsOperations.js +174 -0
- package/dist-esm/src/operations/componentLinkedStorageAccountsOperations.js.map +1 -0
- package/dist-esm/src/operations/componentQuotaStatus.d.ts +20 -0
- package/dist-esm/src/operations/componentQuotaStatus.d.ts.map +1 -0
- package/dist-esm/src/operations/componentQuotaStatus.js +50 -0
- package/dist-esm/src/operations/componentQuotaStatus.js.map +1 -0
- package/dist-esm/src/operations/components.d.ts +108 -0
- package/dist-esm/src/operations/components.d.ts.map +1 -0
- package/dist-esm/src/operations/components.js +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 +3 -2
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/{esm → dist-esm/src}/operations/index.js +6 -7
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/liveToken.d.ts +19 -0
- package/dist-esm/src/operations/liveToken.d.ts.map +1 -0
- package/dist-esm/src/operations/liveToken.js +47 -0
- package/dist-esm/src/operations/liveToken.js.map +1 -0
- package/dist-esm/src/operations/myWorkbooks.d.ts +89 -0
- package/dist-esm/src/operations/myWorkbooks.d.ts.map +1 -0
- package/dist-esm/src/operations/myWorkbooks.js +387 -0
- package/dist-esm/src/operations/myWorkbooks.js.map +1 -0
- package/dist-esm/src/operations/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/dist-esm/src/operationsInterfaces/aPIKeys.js +9 -0
- package/dist-esm/src/operationsInterfaces/aPIKeys.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/analyticsItems.d.ts +43 -0
- package/dist-esm/src/operationsInterfaces/analyticsItems.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/analyticsItems.js +9 -0
- package/dist-esm/src/operationsInterfaces/analyticsItems.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/annotations.d.ts +43 -0
- package/dist-esm/src/operationsInterfaces/annotations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/annotations.js +9 -0
- package/dist-esm/src/operationsInterfaces/annotations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/componentAvailableFeatures.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/componentAvailableFeatures.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/componentAvailableFeatures.js +9 -0
- package/dist-esm/src/operationsInterfaces/componentAvailableFeatures.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/componentCurrentBillingFeatures.d.ts +21 -0
- package/dist-esm/src/operationsInterfaces/componentCurrentBillingFeatures.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/componentCurrentBillingFeatures.js +9 -0
- package/dist-esm/src/operationsInterfaces/componentCurrentBillingFeatures.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/componentFeatureCapabilities.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/componentFeatureCapabilities.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/componentFeatureCapabilities.js +9 -0
- package/dist-esm/src/operationsInterfaces/componentFeatureCapabilities.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts +45 -0
- package/dist-esm/src/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/componentLinkedStorageAccountsOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/componentLinkedStorageAccountsOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/componentQuotaStatus.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/componentQuotaStatus.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/componentQuotaStatus.js +9 -0
- package/dist-esm/src/operationsInterfaces/componentQuotaStatus.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/components.d.ts +72 -0
- package/dist-esm/src/operationsInterfaces/components.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/components.js +9 -0
- package/dist-esm/src/operationsInterfaces/components.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/exportConfigurations.d.ts +50 -0
- package/dist-esm/src/operationsInterfaces/exportConfigurations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/exportConfigurations.js +9 -0
- package/dist-esm/src/operationsInterfaces/exportConfigurations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/favorites.d.ts +47 -0
- package/dist-esm/src/operationsInterfaces/favorites.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/favorites.js +9 -0
- package/dist-esm/src/operationsInterfaces/favorites.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +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 -31
- package/review/arm-appinsights.api.md +1779 -0
- package/rollup.config.js +181 -30
- package/src/applicationInsightsManagementClient.ts +148 -65
- package/src/index.ts +12 -0
- package/src/models/index.ts +1616 -2507
- package/src/models/mappers.ts +1596 -1083
- package/src/models/parameters.ts +370 -186
- package/src/operations/aPIKeys.ts +155 -191
- package/src/operations/analyticsItems.ts +122 -240
- package/src/operations/annotations.ts +187 -214
- package/src/operations/componentAvailableFeatures.ts +40 -57
- package/src/operations/componentCurrentBillingFeatures.ts +66 -110
- package/src/operations/componentFeatureCapabilities.ts +40 -57
- package/src/operations/componentLinkedStorageAccountsOperations.ts +128 -182
- package/src/operations/componentQuotaStatus.ts +39 -57
- package/src/operations/components.ts +327 -440
- package/src/operations/exportConfigurations.ts +139 -264
- package/src/operations/favorites.ts +134 -242
- package/src/operations/index.ts +6 -7
- package/src/operations/liveToken.ts +30 -50
- package/src/operations/myWorkbooks.ts +360 -252
- package/src/operations/operations.ts +84 -169
- package/src/operations/proactiveDetectionConfigurations.ts +97 -160
- package/src/operations/webTestLocations.ts +86 -53
- package/src/operations/webTests.ts +391 -411
- package/src/operations/workItemConfigurations.ts +202 -283
- package/src/operations/workbookTemplates.ts +286 -0
- package/src/operations/workbooks.ts +558 -196
- package/src/operationsInterfaces/aPIKeys.ts +76 -0
- package/src/operationsInterfaces/analyticsItems.ts +82 -0
- package/src/operationsInterfaces/annotations.ts +81 -0
- package/src/operationsInterfaces/componentAvailableFeatures.ts +27 -0
- package/src/operationsInterfaces/componentCurrentBillingFeatures.ts +44 -0
- package/src/operationsInterfaces/componentFeatureCapabilities.ts +27 -0
- package/src/operationsInterfaces/componentLinkedStorageAccountsOperations.ts +86 -0
- package/src/operationsInterfaces/componentQuotaStatus.ts +27 -0
- package/src/operationsInterfaces/components.ts +131 -0
- package/src/operationsInterfaces/exportConfigurations.ts +95 -0
- package/src/operationsInterfaces/favorites.ts +92 -0
- package/src/operationsInterfaces/index.ts +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 -6616
- 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 -36
- package/esm/applicationInsightsManagementClient.d.ts.map +0 -1
- package/esm/applicationInsightsManagementClient.js +0 -51
- package/esm/applicationInsightsManagementClient.js.map +0 -1
- package/esm/applicationInsightsManagementClientContext.d.ts +0 -15
- package/esm/applicationInsightsManagementClientContext.d.ts.map +0 -1
- package/esm/applicationInsightsManagementClientContext.js +0 -55
- package/esm/applicationInsightsManagementClientContext.js.map +0 -1
- package/esm/models/aPIKeysMappers.d.ts +0 -2
- package/esm/models/aPIKeysMappers.d.ts.map +0 -1
- package/esm/models/aPIKeysMappers.js +0 -9
- package/esm/models/aPIKeysMappers.js.map +0 -1
- package/esm/models/analyticsItemsMappers.d.ts +0 -2
- package/esm/models/analyticsItemsMappers.d.ts.map +0 -1
- package/esm/models/analyticsItemsMappers.js +0 -9
- package/esm/models/analyticsItemsMappers.js.map +0 -1
- package/esm/models/annotationsMappers.d.ts +0 -2
- package/esm/models/annotationsMappers.d.ts.map +0 -1
- package/esm/models/annotationsMappers.js +0 -9
- package/esm/models/annotationsMappers.js.map +0 -1
- package/esm/models/componentAvailableFeaturesMappers.d.ts +0 -2
- package/esm/models/componentAvailableFeaturesMappers.d.ts.map +0 -1
- package/esm/models/componentAvailableFeaturesMappers.js +0 -9
- package/esm/models/componentAvailableFeaturesMappers.js.map +0 -1
- package/esm/models/componentCurrentBillingFeaturesMappers.d.ts +0 -2
- package/esm/models/componentCurrentBillingFeaturesMappers.d.ts.map +0 -1
- package/esm/models/componentCurrentBillingFeaturesMappers.js +0 -9
- package/esm/models/componentCurrentBillingFeaturesMappers.js.map +0 -1
- package/esm/models/componentFeatureCapabilitiesMappers.d.ts +0 -2
- package/esm/models/componentFeatureCapabilitiesMappers.d.ts.map +0 -1
- package/esm/models/componentFeatureCapabilitiesMappers.js +0 -9
- package/esm/models/componentFeatureCapabilitiesMappers.js.map +0 -1
- package/esm/models/componentLinkedStorageAccountsOperationsMappers.d.ts +0 -2
- package/esm/models/componentLinkedStorageAccountsOperationsMappers.d.ts.map +0 -1
- package/esm/models/componentLinkedStorageAccountsOperationsMappers.js +0 -9
- package/esm/models/componentLinkedStorageAccountsOperationsMappers.js.map +0 -1
- package/esm/models/componentQuotaStatusMappers.d.ts +0 -2
- package/esm/models/componentQuotaStatusMappers.d.ts.map +0 -1
- package/esm/models/componentQuotaStatusMappers.js +0 -9
- package/esm/models/componentQuotaStatusMappers.js.map +0 -1
- package/esm/models/componentsMappers.d.ts +0 -2
- package/esm/models/componentsMappers.d.ts.map +0 -1
- package/esm/models/componentsMappers.js +0 -9
- package/esm/models/componentsMappers.js.map +0 -1
- package/esm/models/exportConfigurationsMappers.d.ts +0 -2
- package/esm/models/exportConfigurationsMappers.d.ts.map +0 -1
- package/esm/models/exportConfigurationsMappers.js +0 -9
- package/esm/models/exportConfigurationsMappers.js.map +0 -1
- package/esm/models/favoritesMappers.d.ts +0 -2
- package/esm/models/favoritesMappers.d.ts.map +0 -1
- package/esm/models/favoritesMappers.js +0 -9
- package/esm/models/favoritesMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -3038
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js +0 -8
- package/esm/models/index.js.map +0 -1
- package/esm/models/liveTokenMappers.d.ts +0 -2
- package/esm/models/liveTokenMappers.d.ts.map +0 -1
- package/esm/models/liveTokenMappers.js +0 -9
- package/esm/models/liveTokenMappers.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -69
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/myWorkbooksMappers.d.ts +0 -2
- package/esm/models/myWorkbooksMappers.d.ts.map +0 -1
- package/esm/models/myWorkbooksMappers.js +0 -9
- package/esm/models/myWorkbooksMappers.js.map +0 -1
- package/esm/models/operationsMappers.d.ts +0 -2
- package/esm/models/operationsMappers.d.ts.map +0 -1
- package/esm/models/operationsMappers.js +0 -9
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -36
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -416
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/proactiveDetectionConfigurationsMappers.d.ts +0 -2
- package/esm/models/proactiveDetectionConfigurationsMappers.d.ts.map +0 -1
- package/esm/models/proactiveDetectionConfigurationsMappers.js +0 -9
- package/esm/models/proactiveDetectionConfigurationsMappers.js.map +0 -1
- package/esm/models/webTestLocationsMappers.d.ts +0 -2
- package/esm/models/webTestLocationsMappers.d.ts.map +0 -1
- package/esm/models/webTestLocationsMappers.js +0 -9
- package/esm/models/webTestLocationsMappers.js.map +0 -1
- package/esm/models/webTestsMappers.d.ts +0 -2
- package/esm/models/webTestsMappers.d.ts.map +0 -1
- package/esm/models/webTestsMappers.js +0 -9
- package/esm/models/webTestsMappers.js.map +0 -1
- package/esm/models/workItemConfigurationsMappers.d.ts +0 -2
- package/esm/models/workItemConfigurationsMappers.d.ts.map +0 -1
- package/esm/models/workItemConfigurationsMappers.js +0 -9
- package/esm/models/workItemConfigurationsMappers.js.map +0 -1
- package/esm/models/workbooksMappers.d.ts +0 -2
- package/esm/models/workbooksMappers.d.ts.map +0 -1
- package/esm/models/workbooksMappers.js +0 -9
- package/esm/models/workbooksMappers.js.map +0 -1
- package/esm/operations/aPIKeys.d.ts +0 -109
- package/esm/operations/aPIKeys.d.ts.map +0 -1
- package/esm/operations/aPIKeys.js +0 -161
- package/esm/operations/aPIKeys.js.map +0 -1
- package/esm/operations/analyticsItems.d.ts +0 -139
- package/esm/operations/analyticsItems.d.ts.map +0 -1
- package/esm/operations/analyticsItems.js +0 -182
- package/esm/operations/analyticsItems.js.map +0 -1
- package/esm/operations/annotations.d.ts +0 -124
- package/esm/operations/annotations.d.ts.map +0 -1
- package/esm/operations/annotations.js +0 -185
- package/esm/operations/annotations.js.map +0 -1
- package/esm/operations/componentAvailableFeatures.d.ts +0 -34
- package/esm/operations/componentAvailableFeatures.d.ts.map +0 -1
- package/esm/operations/componentAvailableFeatures.js +0 -58
- package/esm/operations/componentAvailableFeatures.js.map +0 -1
- package/esm/operations/componentCurrentBillingFeatures.d.ts +0 -61
- package/esm/operations/componentCurrentBillingFeatures.d.ts.map +0 -1
- package/esm/operations/componentCurrentBillingFeatures.js +0 -95
- package/esm/operations/componentCurrentBillingFeatures.js.map +0 -1
- package/esm/operations/componentFeatureCapabilities.d.ts +0 -34
- package/esm/operations/componentFeatureCapabilities.d.ts.map +0 -1
- package/esm/operations/componentFeatureCapabilities.js +0 -58
- package/esm/operations/componentFeatureCapabilities.js.map +0 -1
- package/esm/operations/componentLinkedStorageAccountsOperations.d.ts +0 -109
- package/esm/operations/componentLinkedStorageAccountsOperations.d.ts.map +0 -1
- package/esm/operations/componentLinkedStorageAccountsOperations.js +0 -165
- package/esm/operations/componentLinkedStorageAccountsOperations.js.map +0 -1
- package/esm/operations/componentQuotaStatus.d.ts +0 -34
- package/esm/operations/componentQuotaStatus.d.ts.map +0 -1
- package/esm/operations/componentQuotaStatus.js +0 -58
- package/esm/operations/componentQuotaStatus.js.map +0 -1
- package/esm/operations/components.d.ts +0 -236
- package/esm/operations/components.d.ts.map +0 -1
- package/esm/operations/components.js +0 -344
- package/esm/operations/components.js.map +0 -1
- package/esm/operations/exportConfigurations.d.ts +0 -148
- package/esm/operations/exportConfigurations.d.ts.map +0 -1
- package/esm/operations/exportConfigurations.js +0 -221
- package/esm/operations/exportConfigurations.js.map +0 -1
- package/esm/operations/favorites.d.ts +0 -139
- package/esm/operations/favorites.d.ts.map +0 -1
- package/esm/operations/favorites.js +0 -214
- package/esm/operations/favorites.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/liveToken.d.ts +0 -31
- package/esm/operations/liveToken.d.ts.map +0 -1
- package/esm/operations/liveToken.js +0 -55
- package/esm/operations/liveToken.js.map +0 -1
- package/esm/operations/myWorkbooks.d.ts +0 -148
- package/esm/operations/myWorkbooks.d.ts.map +0 -1
- package/esm/operations/myWorkbooks.js +0 -228
- package/esm/operations/myWorkbooks.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -81
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -127
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/proactiveDetectionConfigurations.d.ts +0 -94
- package/esm/operations/proactiveDetectionConfigurations.d.ts.map +0 -1
- package/esm/operations/proactiveDetectionConfigurations.js +0 -141
- package/esm/operations/proactiveDetectionConfigurations.js.map +0 -1
- package/esm/operations/webTestLocations.d.ts +0 -34
- package/esm/operations/webTestLocations.d.ts.map +0 -1
- package/esm/operations/webTestLocations.js +0 -58
- package/esm/operations/webTestLocations.js.map +0 -1
- package/esm/operations/webTests.d.ts +0 -214
- package/esm/operations/webTests.d.ts.map +0 -1
- package/esm/operations/webTests.js +0 -326
- package/esm/operations/webTests.js.map +0 -1
- package/esm/operations/workItemConfigurations.d.ts +0 -169
- package/esm/operations/workItemConfigurations.d.ts.map +0 -1
- package/esm/operations/workItemConfigurations.js +0 -228
- package/esm/operations/workItemConfigurations.js.map +0 -1
- package/esm/operations/workbooks.d.ts +0 -127
- package/esm/operations/workbooks.d.ts.map +0 -1
- package/esm/operations/workbooks.js +0 -197
- package/esm/operations/workbooks.js.map +0 -1
- package/src/applicationInsightsManagementClientContext.ts +0 -60
- package/src/models/aPIKeysMappers.ts +0 -14
- package/src/models/analyticsItemsMappers.ts +0 -13
- package/src/models/annotationsMappers.ts +0 -15
- package/src/models/componentAvailableFeaturesMappers.ts +0 -14
- package/src/models/componentCurrentBillingFeaturesMappers.ts +0 -13
- package/src/models/componentFeatureCapabilitiesMappers.ts +0 -12
- package/src/models/componentLinkedStorageAccountsOperationsMappers.ts +0 -31
- package/src/models/componentQuotaStatusMappers.ts +0 -12
- package/src/models/componentsMappers.ts +0 -36
- package/src/models/exportConfigurationsMappers.ts +0 -13
- package/src/models/favoritesMappers.ts +0 -12
- package/src/models/liveTokenMappers.ts +0 -12
- package/src/models/myWorkbooksMappers.ts +0 -32
- package/src/models/operationsMappers.ts +0 -18
- package/src/models/proactiveDetectionConfigurationsMappers.ts +0 -30
- package/src/models/webTestLocationsMappers.ts +0 -13
- package/src/models/webTestsMappers.ts +0 -32
- package/src/models/workItemConfigurationsMappers.ts +0 -16
- package/src/models/workbooksMappers.ts +0 -32
package/src/models/parameters.ts
CHANGED
|
@@ -1,417 +1,601 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
* license information.
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
5
4
|
*
|
|
6
5
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
-
* Changes may cause incorrect behavior and will be lost if the code is
|
|
8
|
-
* regenerated.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
9
7
|
*/
|
|
10
8
|
|
|
11
|
-
import
|
|
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";
|
|
12
35
|
|
|
13
|
-
export const
|
|
14
|
-
parameterPath: "
|
|
36
|
+
export const accept: OperationParameter = {
|
|
37
|
+
parameterPath: "accept",
|
|
15
38
|
mapper: {
|
|
16
|
-
|
|
17
|
-
|
|
39
|
+
defaultValue: "application/json",
|
|
40
|
+
isConstant: true,
|
|
41
|
+
serializedName: "Accept",
|
|
18
42
|
type: {
|
|
19
43
|
name: "String"
|
|
20
44
|
}
|
|
21
45
|
}
|
|
22
46
|
};
|
|
23
|
-
|
|
24
|
-
|
|
47
|
+
|
|
48
|
+
export const $host: OperationURLParameter = {
|
|
49
|
+
parameterPath: "$host",
|
|
25
50
|
mapper: {
|
|
51
|
+
serializedName: "$host",
|
|
26
52
|
required: true,
|
|
27
|
-
serializedName: "annotationId",
|
|
28
53
|
type: {
|
|
29
54
|
name: "String"
|
|
30
55
|
}
|
|
31
|
-
}
|
|
56
|
+
},
|
|
57
|
+
skipEncoding: true
|
|
32
58
|
};
|
|
33
|
-
|
|
34
|
-
|
|
59
|
+
|
|
60
|
+
export const resourceGroupName: OperationURLParameter = {
|
|
61
|
+
parameterPath: "resourceGroupName",
|
|
35
62
|
mapper: {
|
|
36
|
-
required: true,
|
|
37
|
-
isConstant: true,
|
|
38
|
-
serializedName: "api-version",
|
|
39
|
-
defaultValue: '2015-05-01',
|
|
40
63
|
constraints: {
|
|
64
|
+
MaxLength: 90,
|
|
41
65
|
MinLength: 1
|
|
42
66
|
},
|
|
67
|
+
serializedName: "resourceGroupName",
|
|
68
|
+
required: true,
|
|
43
69
|
type: {
|
|
44
70
|
name: "String"
|
|
45
71
|
}
|
|
46
72
|
}
|
|
47
73
|
};
|
|
48
|
-
|
|
74
|
+
|
|
75
|
+
export const apiVersion: OperationQueryParameter = {
|
|
49
76
|
parameterPath: "apiVersion",
|
|
50
77
|
mapper: {
|
|
51
|
-
|
|
78
|
+
defaultValue: "2015-05-01",
|
|
52
79
|
isConstant: true,
|
|
53
80
|
serializedName: "api-version",
|
|
54
|
-
defaultValue: '2020-06-02-preview',
|
|
55
|
-
constraints: {
|
|
56
|
-
MinLength: 1
|
|
57
|
-
},
|
|
58
81
|
type: {
|
|
59
82
|
name: "String"
|
|
60
83
|
}
|
|
61
84
|
}
|
|
62
85
|
};
|
|
63
|
-
|
|
64
|
-
|
|
86
|
+
|
|
87
|
+
export const subscriptionId: OperationURLParameter = {
|
|
88
|
+
parameterPath: "subscriptionId",
|
|
65
89
|
mapper: {
|
|
66
|
-
required: true,
|
|
67
|
-
isConstant: true,
|
|
68
|
-
serializedName: "api-version",
|
|
69
|
-
defaultValue: '2018-05-01-preview',
|
|
70
90
|
constraints: {
|
|
71
91
|
MinLength: 1
|
|
72
92
|
},
|
|
93
|
+
serializedName: "subscriptionId",
|
|
94
|
+
required: true,
|
|
73
95
|
type: {
|
|
74
96
|
name: "String"
|
|
75
97
|
}
|
|
76
98
|
}
|
|
77
99
|
};
|
|
78
|
-
|
|
79
|
-
|
|
100
|
+
|
|
101
|
+
export const resourceName: OperationURLParameter = {
|
|
102
|
+
parameterPath: "resourceName",
|
|
80
103
|
mapper: {
|
|
104
|
+
serializedName: "resourceName",
|
|
81
105
|
required: true,
|
|
82
|
-
isConstant: true,
|
|
83
|
-
serializedName: "api-version",
|
|
84
|
-
defaultValue: '2020-03-01-preview',
|
|
85
|
-
constraints: {
|
|
86
|
-
MinLength: 1
|
|
87
|
-
},
|
|
88
106
|
type: {
|
|
89
107
|
name: "String"
|
|
90
108
|
}
|
|
91
109
|
}
|
|
92
110
|
};
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
"canFetchContent"
|
|
97
|
-
],
|
|
111
|
+
|
|
112
|
+
export const start: OperationQueryParameter = {
|
|
113
|
+
parameterPath: "start",
|
|
98
114
|
mapper: {
|
|
99
|
-
serializedName: "
|
|
115
|
+
serializedName: "start",
|
|
116
|
+
required: true,
|
|
100
117
|
type: {
|
|
101
|
-
name: "
|
|
118
|
+
name: "String"
|
|
102
119
|
}
|
|
103
120
|
}
|
|
104
121
|
};
|
|
105
|
-
|
|
106
|
-
|
|
122
|
+
|
|
123
|
+
export const end: OperationQueryParameter = {
|
|
124
|
+
parameterPath: "end",
|
|
107
125
|
mapper: {
|
|
126
|
+
serializedName: "end",
|
|
108
127
|
required: true,
|
|
109
|
-
serializedName: "category",
|
|
110
128
|
type: {
|
|
111
129
|
name: "String"
|
|
112
130
|
}
|
|
113
131
|
}
|
|
114
132
|
};
|
|
115
|
-
|
|
116
|
-
|
|
133
|
+
|
|
134
|
+
export const contentType: OperationParameter = {
|
|
135
|
+
parameterPath: ["options", "contentType"],
|
|
117
136
|
mapper: {
|
|
118
|
-
|
|
119
|
-
|
|
137
|
+
defaultValue: "application/json",
|
|
138
|
+
isConstant: true,
|
|
139
|
+
serializedName: "Content-Type",
|
|
120
140
|
type: {
|
|
121
141
|
name: "String"
|
|
122
142
|
}
|
|
123
143
|
}
|
|
124
144
|
};
|
|
125
|
-
|
|
126
|
-
|
|
145
|
+
|
|
146
|
+
export const annotationProperties: OperationParameter = {
|
|
147
|
+
parameterPath: "annotationProperties",
|
|
148
|
+
mapper: AnnotationMapper
|
|
149
|
+
};
|
|
150
|
+
|
|
151
|
+
export const annotationId: OperationURLParameter = {
|
|
152
|
+
parameterPath: "annotationId",
|
|
127
153
|
mapper: {
|
|
154
|
+
serializedName: "annotationId",
|
|
128
155
|
required: true,
|
|
129
|
-
serializedName: "ConfigurationId",
|
|
130
156
|
type: {
|
|
131
157
|
name: "String"
|
|
132
158
|
}
|
|
133
159
|
}
|
|
134
160
|
};
|
|
135
|
-
|
|
136
|
-
|
|
161
|
+
|
|
162
|
+
export const aPIKeyProperties: OperationParameter = {
|
|
163
|
+
parameterPath: "aPIKeyProperties",
|
|
164
|
+
mapper: APIKeyRequestMapper
|
|
165
|
+
};
|
|
166
|
+
|
|
167
|
+
export const keyId: OperationURLParameter = {
|
|
168
|
+
parameterPath: "keyId",
|
|
137
169
|
mapper: {
|
|
170
|
+
serializedName: "keyId",
|
|
138
171
|
required: true,
|
|
139
|
-
serializedName: "end",
|
|
140
172
|
type: {
|
|
141
173
|
name: "String"
|
|
142
174
|
}
|
|
143
175
|
}
|
|
144
176
|
};
|
|
145
|
-
|
|
177
|
+
|
|
178
|
+
export const exportProperties: OperationParameter = {
|
|
179
|
+
parameterPath: "exportProperties",
|
|
180
|
+
mapper: ApplicationInsightsComponentExportRequestMapper
|
|
181
|
+
};
|
|
182
|
+
|
|
183
|
+
export const exportId: OperationURLParameter = {
|
|
146
184
|
parameterPath: "exportId",
|
|
147
185
|
mapper: {
|
|
148
|
-
required: true,
|
|
149
186
|
serializedName: "exportId",
|
|
187
|
+
required: true,
|
|
150
188
|
type: {
|
|
151
189
|
name: "String"
|
|
152
190
|
}
|
|
153
191
|
}
|
|
154
192
|
};
|
|
155
|
-
|
|
156
|
-
|
|
193
|
+
|
|
194
|
+
export const billingFeaturesProperties: OperationParameter = {
|
|
195
|
+
parameterPath: "billingFeaturesProperties",
|
|
196
|
+
mapper: ApplicationInsightsComponentBillingFeaturesMapper
|
|
197
|
+
};
|
|
198
|
+
|
|
199
|
+
export const configurationId: OperationURLParameter = {
|
|
200
|
+
parameterPath: "configurationId",
|
|
157
201
|
mapper: {
|
|
202
|
+
serializedName: "ConfigurationId",
|
|
158
203
|
required: true,
|
|
159
|
-
serializedName: "favoriteId",
|
|
160
204
|
type: {
|
|
161
205
|
name: "String"
|
|
162
206
|
}
|
|
163
207
|
}
|
|
164
208
|
};
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
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",
|
|
222
|
+
mapper: {
|
|
223
|
+
serializedName: "workItemConfigId",
|
|
224
|
+
required: true,
|
|
225
|
+
type: {
|
|
226
|
+
name: "String"
|
|
227
|
+
}
|
|
228
|
+
}
|
|
229
|
+
};
|
|
230
|
+
|
|
231
|
+
export const favoriteType: OperationQueryParameter = {
|
|
232
|
+
parameterPath: ["options", "favoriteType"],
|
|
170
233
|
mapper: {
|
|
171
234
|
serializedName: "favoriteType",
|
|
172
|
-
defaultValue: 'shared',
|
|
173
235
|
type: {
|
|
174
236
|
name: "Enum",
|
|
175
|
-
allowedValues: [
|
|
176
|
-
"shared",
|
|
177
|
-
"user"
|
|
178
|
-
]
|
|
237
|
+
allowedValues: ["shared", "user"]
|
|
179
238
|
}
|
|
180
239
|
}
|
|
181
240
|
};
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
"id"
|
|
186
|
-
],
|
|
241
|
+
|
|
242
|
+
export const sourceType: OperationQueryParameter = {
|
|
243
|
+
parameterPath: ["options", "sourceType"],
|
|
187
244
|
mapper: {
|
|
188
|
-
serializedName: "
|
|
245
|
+
serializedName: "sourceType",
|
|
189
246
|
type: {
|
|
190
247
|
name: "String"
|
|
191
248
|
}
|
|
192
249
|
}
|
|
193
250
|
};
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
"includeContent"
|
|
198
|
-
],
|
|
251
|
+
|
|
252
|
+
export const canFetchContent: OperationQueryParameter = {
|
|
253
|
+
parameterPath: ["options", "canFetchContent"],
|
|
199
254
|
mapper: {
|
|
200
|
-
serializedName: "
|
|
255
|
+
serializedName: "canFetchContent",
|
|
201
256
|
type: {
|
|
202
257
|
name: "Boolean"
|
|
203
258
|
}
|
|
204
259
|
}
|
|
205
260
|
};
|
|
206
|
-
|
|
207
|
-
|
|
261
|
+
|
|
262
|
+
export const tags: OperationQueryParameter = {
|
|
263
|
+
parameterPath: ["options", "tags"],
|
|
208
264
|
mapper: {
|
|
265
|
+
serializedName: "tags",
|
|
266
|
+
type: {
|
|
267
|
+
name: "Sequence",
|
|
268
|
+
element: {
|
|
269
|
+
type: {
|
|
270
|
+
name: "String"
|
|
271
|
+
}
|
|
272
|
+
}
|
|
273
|
+
}
|
|
274
|
+
},
|
|
275
|
+
collectionFormat: "CSV"
|
|
276
|
+
};
|
|
277
|
+
|
|
278
|
+
export const favoriteId: OperationURLParameter = {
|
|
279
|
+
parameterPath: "favoriteId",
|
|
280
|
+
mapper: {
|
|
281
|
+
serializedName: "favoriteId",
|
|
209
282
|
required: true,
|
|
210
|
-
serializedName: "keyId",
|
|
211
283
|
type: {
|
|
212
284
|
name: "String"
|
|
213
285
|
}
|
|
214
286
|
}
|
|
215
287
|
};
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
288
|
+
|
|
289
|
+
export const favoriteProperties: OperationParameter = {
|
|
290
|
+
parameterPath: "favoriteProperties",
|
|
291
|
+
mapper: ApplicationInsightsComponentFavoriteMapper
|
|
292
|
+
};
|
|
293
|
+
|
|
294
|
+
export const webTestName: OperationURLParameter = {
|
|
295
|
+
parameterPath: "webTestName",
|
|
221
296
|
mapper: {
|
|
222
|
-
serializedName: "
|
|
297
|
+
serializedName: "webTestName",
|
|
298
|
+
required: true,
|
|
223
299
|
type: {
|
|
224
300
|
name: "String"
|
|
225
301
|
}
|
|
226
302
|
}
|
|
227
303
|
};
|
|
228
|
-
|
|
229
|
-
|
|
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",
|
|
230
317
|
mapper: {
|
|
318
|
+
serializedName: "componentName",
|
|
231
319
|
required: true,
|
|
320
|
+
type: {
|
|
321
|
+
name: "String"
|
|
322
|
+
}
|
|
323
|
+
}
|
|
324
|
+
};
|
|
325
|
+
|
|
326
|
+
export const nextLink: OperationURLParameter = {
|
|
327
|
+
parameterPath: "nextLink",
|
|
328
|
+
mapper: {
|
|
232
329
|
serializedName: "nextLink",
|
|
330
|
+
required: true,
|
|
233
331
|
type: {
|
|
234
332
|
name: "String"
|
|
235
333
|
}
|
|
236
334
|
},
|
|
237
335
|
skipEncoding: true
|
|
238
336
|
};
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
"overrideItem"
|
|
243
|
-
],
|
|
337
|
+
|
|
338
|
+
export const scopePath: OperationURLParameter = {
|
|
339
|
+
parameterPath: "scopePath",
|
|
244
340
|
mapper: {
|
|
245
|
-
serializedName: "
|
|
341
|
+
serializedName: "scopePath",
|
|
342
|
+
required: true,
|
|
343
|
+
type: {
|
|
344
|
+
name: "String"
|
|
345
|
+
}
|
|
346
|
+
}
|
|
347
|
+
};
|
|
348
|
+
|
|
349
|
+
export const scope: OperationQueryParameter = {
|
|
350
|
+
parameterPath: ["options", "scope"],
|
|
351
|
+
mapper: {
|
|
352
|
+
serializedName: "scope",
|
|
353
|
+
type: {
|
|
354
|
+
name: "String"
|
|
355
|
+
}
|
|
356
|
+
}
|
|
357
|
+
};
|
|
358
|
+
|
|
359
|
+
export const typeParam: OperationQueryParameter = {
|
|
360
|
+
parameterPath: ["options", "typeParam"],
|
|
361
|
+
mapper: {
|
|
362
|
+
defaultValue: "none",
|
|
363
|
+
serializedName: "type",
|
|
364
|
+
type: {
|
|
365
|
+
name: "String"
|
|
366
|
+
}
|
|
367
|
+
}
|
|
368
|
+
};
|
|
369
|
+
|
|
370
|
+
export const includeContent: OperationQueryParameter = {
|
|
371
|
+
parameterPath: ["options", "includeContent"],
|
|
372
|
+
mapper: {
|
|
373
|
+
serializedName: "includeContent",
|
|
246
374
|
type: {
|
|
247
375
|
name: "Boolean"
|
|
248
376
|
}
|
|
249
377
|
}
|
|
250
378
|
};
|
|
251
|
-
|
|
252
|
-
|
|
379
|
+
|
|
380
|
+
export const id: OperationQueryParameter = {
|
|
381
|
+
parameterPath: ["options", "id"],
|
|
253
382
|
mapper: {
|
|
254
|
-
|
|
255
|
-
serializedName: "purgeId",
|
|
383
|
+
serializedName: "id",
|
|
256
384
|
type: {
|
|
257
385
|
name: "String"
|
|
258
386
|
}
|
|
259
387
|
}
|
|
260
388
|
};
|
|
261
|
-
|
|
262
|
-
|
|
389
|
+
|
|
390
|
+
export const name: OperationQueryParameter = {
|
|
391
|
+
parameterPath: ["options", "name"],
|
|
263
392
|
mapper: {
|
|
264
|
-
|
|
265
|
-
serializedName: "resourceGroupName",
|
|
266
|
-
constraints: {
|
|
267
|
-
MaxLength: 90,
|
|
268
|
-
MinLength: 1,
|
|
269
|
-
Pattern: /^[-\w\._\(\)]+$/
|
|
270
|
-
},
|
|
393
|
+
serializedName: "name",
|
|
271
394
|
type: {
|
|
272
395
|
name: "String"
|
|
273
396
|
}
|
|
274
397
|
}
|
|
275
398
|
};
|
|
276
|
-
|
|
277
|
-
|
|
399
|
+
|
|
400
|
+
export const itemProperties: OperationParameter = {
|
|
401
|
+
parameterPath: "itemProperties",
|
|
402
|
+
mapper: ApplicationInsightsComponentAnalyticsItemMapper
|
|
403
|
+
};
|
|
404
|
+
|
|
405
|
+
export const overrideItem: OperationQueryParameter = {
|
|
406
|
+
parameterPath: ["options", "overrideItem"],
|
|
278
407
|
mapper: {
|
|
279
|
-
|
|
280
|
-
|
|
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",
|
|
281
421
|
type: {
|
|
282
422
|
name: "String"
|
|
283
423
|
}
|
|
284
424
|
}
|
|
285
425
|
};
|
|
286
|
-
|
|
287
|
-
|
|
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",
|
|
288
439
|
mapper: {
|
|
440
|
+
serializedName: "category",
|
|
289
441
|
required: true,
|
|
290
|
-
serializedName: "resourceUri",
|
|
291
442
|
type: {
|
|
292
443
|
name: "String"
|
|
293
444
|
}
|
|
294
|
-
}
|
|
295
|
-
skipEncoding: true
|
|
445
|
+
}
|
|
296
446
|
};
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
"scope"
|
|
301
|
-
],
|
|
447
|
+
|
|
448
|
+
export const sourceId: OperationQueryParameter = {
|
|
449
|
+
parameterPath: ["options", "sourceId"],
|
|
302
450
|
mapper: {
|
|
303
|
-
serializedName: "
|
|
304
|
-
defaultValue: 'shared',
|
|
451
|
+
serializedName: "sourceId",
|
|
305
452
|
type: {
|
|
306
453
|
name: "String"
|
|
307
454
|
}
|
|
308
455
|
}
|
|
309
456
|
};
|
|
310
|
-
|
|
311
|
-
|
|
457
|
+
|
|
458
|
+
export const apiVersion2: OperationQueryParameter = {
|
|
459
|
+
parameterPath: "apiVersion",
|
|
312
460
|
mapper: {
|
|
313
|
-
|
|
314
|
-
|
|
461
|
+
defaultValue: "2021-03-08",
|
|
462
|
+
isConstant: true,
|
|
463
|
+
serializedName: "api-version",
|
|
315
464
|
type: {
|
|
316
465
|
name: "String"
|
|
317
466
|
}
|
|
318
467
|
}
|
|
319
468
|
};
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
469
|
+
|
|
470
|
+
export const workbookProperties: OperationParameter = {
|
|
471
|
+
parameterPath: "workbookProperties",
|
|
472
|
+
mapper: MyWorkbookMapper
|
|
473
|
+
};
|
|
474
|
+
|
|
475
|
+
export const apiVersion3: OperationQueryParameter = {
|
|
476
|
+
parameterPath: "apiVersion",
|
|
325
477
|
mapper: {
|
|
326
|
-
|
|
478
|
+
defaultValue: "2021-08-01",
|
|
479
|
+
isConstant: true,
|
|
480
|
+
serializedName: "api-version",
|
|
327
481
|
type: {
|
|
328
482
|
name: "String"
|
|
329
483
|
}
|
|
330
484
|
}
|
|
331
485
|
};
|
|
332
|
-
|
|
333
|
-
|
|
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",
|
|
334
499
|
mapper: {
|
|
500
|
+
serializedName: "revisionId",
|
|
335
501
|
required: true,
|
|
336
|
-
serializedName: "start",
|
|
337
502
|
type: {
|
|
338
503
|
name: "String"
|
|
339
504
|
}
|
|
340
505
|
}
|
|
341
506
|
};
|
|
342
|
-
|
|
343
|
-
|
|
507
|
+
|
|
508
|
+
export const apiVersion4: OperationQueryParameter = {
|
|
509
|
+
parameterPath: "apiVersion",
|
|
344
510
|
mapper: {
|
|
345
|
-
|
|
511
|
+
defaultValue: "2018-05-01-preview",
|
|
346
512
|
isConstant: true,
|
|
347
|
-
serializedName: "
|
|
348
|
-
defaultValue: 'ServiceProfiler',
|
|
513
|
+
serializedName: "api-version",
|
|
349
514
|
type: {
|
|
350
515
|
name: "String"
|
|
351
516
|
}
|
|
352
517
|
}
|
|
353
518
|
};
|
|
354
|
-
|
|
355
|
-
|
|
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",
|
|
356
537
|
mapper: {
|
|
538
|
+
serializedName: "purgeId",
|
|
357
539
|
required: true,
|
|
358
|
-
serializedName: "subscriptionId",
|
|
359
|
-
constraints: {
|
|
360
|
-
MinLength: 1
|
|
361
|
-
},
|
|
362
540
|
type: {
|
|
363
541
|
name: "String"
|
|
364
542
|
}
|
|
365
543
|
}
|
|
366
544
|
};
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
"tags"
|
|
371
|
-
],
|
|
545
|
+
|
|
546
|
+
export const apiVersion5: OperationQueryParameter = {
|
|
547
|
+
parameterPath: "apiVersion",
|
|
372
548
|
mapper: {
|
|
373
|
-
|
|
549
|
+
defaultValue: "2020-03-01-preview",
|
|
550
|
+
isConstant: true,
|
|
551
|
+
serializedName: "api-version",
|
|
374
552
|
type: {
|
|
375
|
-
name: "
|
|
376
|
-
element: {
|
|
377
|
-
type: {
|
|
378
|
-
name: "String"
|
|
379
|
-
}
|
|
380
|
-
}
|
|
553
|
+
name: "String"
|
|
381
554
|
}
|
|
382
|
-
}
|
|
383
|
-
collectionFormat: msRest.QueryCollectionFormat.Csv
|
|
555
|
+
}
|
|
384
556
|
};
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
"type"
|
|
389
|
-
],
|
|
557
|
+
|
|
558
|
+
export const storageType: OperationURLParameter = {
|
|
559
|
+
parameterPath: "storageType",
|
|
390
560
|
mapper: {
|
|
391
|
-
serializedName: "
|
|
392
|
-
|
|
561
|
+
serializedName: "storageType",
|
|
562
|
+
required: true,
|
|
393
563
|
type: {
|
|
394
564
|
name: "String"
|
|
395
565
|
}
|
|
396
566
|
}
|
|
397
567
|
};
|
|
398
|
-
|
|
399
|
-
|
|
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",
|
|
400
581
|
mapper: {
|
|
401
|
-
|
|
402
|
-
|
|
582
|
+
defaultValue: "2020-06-02-preview",
|
|
583
|
+
isConstant: true,
|
|
584
|
+
serializedName: "api-version",
|
|
403
585
|
type: {
|
|
404
586
|
name: "String"
|
|
405
587
|
}
|
|
406
588
|
}
|
|
407
589
|
};
|
|
408
|
-
|
|
409
|
-
|
|
590
|
+
|
|
591
|
+
export const resourceUri: OperationURLParameter = {
|
|
592
|
+
parameterPath: "resourceUri",
|
|
410
593
|
mapper: {
|
|
594
|
+
serializedName: "resourceUri",
|
|
411
595
|
required: true,
|
|
412
|
-
serializedName: "workItemConfigId",
|
|
413
596
|
type: {
|
|
414
597
|
name: "String"
|
|
415
598
|
}
|
|
416
|
-
}
|
|
599
|
+
},
|
|
600
|
+
skipEncoding: true
|
|
417
601
|
};
|