@azure/arm-appinsights 5.0.0-beta.7 → 5.0.0-beta.8
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 +5 -3
- package/LICENSE +4 -4
- package/README.md +30 -19
- package/dist/browser/applicationInsightsManagementClient.d.ts +37 -0
- package/dist/browser/applicationInsightsManagementClient.d.ts.map +1 -0
- package/dist/browser/applicationInsightsManagementClient.js +90 -0
- package/dist/browser/applicationInsightsManagementClient.js.map +1 -0
- package/dist/browser/index.d.ts +5 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +13 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/models/index.d.ts +2147 -0
- package/dist/browser/models/index.d.ts.map +1 -0
- package/dist/browser/models/index.js +170 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.d.ts +93 -0
- package/dist/browser/models/mappers.d.ts.map +1 -0
- package/dist/browser/models/mappers.js +3239 -0
- package/dist/browser/models/mappers.js.map +1 -0
- package/dist/browser/models/parameters.d.ts +65 -0
- package/dist/browser/models/parameters.d.ts.map +1 -0
- package/dist/browser/models/parameters.js +542 -0
- package/dist/browser/models/parameters.js.map +1 -0
- package/dist/browser/operations/aPIKeys.d.ts +55 -0
- package/dist/browser/operations/aPIKeys.d.ts.map +1 -0
- package/dist/browser/operations/aPIKeys.js +191 -0
- package/dist/browser/operations/aPIKeys.js.map +1 -0
- package/dist/browser/operations/analyticsItems.d.ts +51 -0
- package/dist/browser/operations/analyticsItems.d.ts.map +1 -0
- package/dist/browser/operations/analyticsItems.js +157 -0
- package/dist/browser/operations/analyticsItems.js.map +1 -0
- package/dist/browser/operations/annotations.d.ts +63 -0
- package/dist/browser/operations/annotations.d.ts.map +1 -0
- package/dist/browser/operations/annotations.js +213 -0
- package/dist/browser/operations/annotations.js.map +1 -0
- package/dist/browser/operations/componentAvailableFeatures.d.ts +20 -0
- package/dist/browser/operations/componentAvailableFeatures.d.ts.map +1 -0
- package/dist/browser/operations/componentAvailableFeatures.js +50 -0
- package/dist/browser/operations/componentAvailableFeatures.js.map +1 -0
- package/dist/browser/operations/componentCurrentBillingFeatures.d.ts +29 -0
- package/dist/browser/operations/componentCurrentBillingFeatures.d.ts.map +1 -0
- package/dist/browser/operations/componentCurrentBillingFeatures.js +81 -0
- package/dist/browser/operations/componentCurrentBillingFeatures.js.map +1 -0
- package/dist/browser/operations/componentFeatureCapabilities.d.ts +20 -0
- package/dist/browser/operations/componentFeatureCapabilities.d.ts.map +1 -0
- package/dist/browser/operations/componentFeatureCapabilities.js +50 -0
- package/dist/browser/operations/componentFeatureCapabilities.js.map +1 -0
- package/dist/browser/operations/componentLinkedStorageAccountsOperations.d.ts +53 -0
- package/dist/browser/operations/componentLinkedStorageAccountsOperations.d.ts.map +1 -0
- package/dist/browser/operations/componentLinkedStorageAccountsOperations.js +174 -0
- package/dist/browser/operations/componentLinkedStorageAccountsOperations.js.map +1 -0
- package/dist/browser/operations/componentQuotaStatus.d.ts +20 -0
- package/dist/browser/operations/componentQuotaStatus.d.ts.map +1 -0
- package/dist/browser/operations/componentQuotaStatus.js +50 -0
- package/dist/browser/operations/componentQuotaStatus.js.map +1 -0
- package/dist/browser/operations/components.d.ts +112 -0
- package/dist/browser/operations/components.d.ts.map +1 -0
- package/dist/browser/operations/components.js +459 -0
- package/dist/browser/operations/components.js.map +1 -0
- package/dist/browser/operations/deletedWorkbooks.d.ts +32 -0
- package/dist/browser/operations/deletedWorkbooks.d.ts.map +1 -0
- package/dist/browser/operations/deletedWorkbooks.js +141 -0
- package/dist/browser/operations/deletedWorkbooks.js.map +1 -0
- package/dist/browser/operations/exportConfigurations.d.ts +58 -0
- package/dist/browser/operations/exportConfigurations.d.ts.map +1 -0
- package/dist/browser/operations/exportConfigurations.js +195 -0
- package/dist/browser/operations/exportConfigurations.js.map +1 -0
- package/dist/browser/operations/favorites.d.ts +55 -0
- package/dist/browser/operations/favorites.d.ts.map +1 -0
- package/dist/browser/operations/favorites.js +196 -0
- package/dist/browser/operations/favorites.js.map +1 -0
- package/dist/browser/operations/index.d.ts +21 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +28 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/dist/browser/operations/liveToken.d.ts +19 -0
- package/dist/browser/operations/liveToken.d.ts.map +1 -0
- package/dist/browser/operations/liveToken.js +47 -0
- package/dist/browser/operations/liveToken.js.map +1 -0
- package/dist/browser/operations/operations.d.ts +32 -0
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/dist/browser/operations/operations.js +133 -0
- package/dist/browser/operations/operations.js.map +1 -0
- package/dist/browser/operations/proactiveDetectionConfigurations.d.ts +40 -0
- package/dist/browser/operations/proactiveDetectionConfigurations.d.ts.map +1 -0
- package/dist/browser/operations/proactiveDetectionConfigurations.js +130 -0
- package/dist/browser/operations/proactiveDetectionConfigurations.js.map +1 -0
- package/dist/browser/operations/webTestLocations.d.ts +30 -0
- package/dist/browser/operations/webTestLocations.d.ts.map +1 -0
- package/dist/browser/operations/webTestLocations.js +102 -0
- package/dist/browser/operations/webTestLocations.js.map +1 -0
- package/dist/browser/operations/webTests.d.ts +108 -0
- package/dist/browser/operations/webTests.d.ts.map +1 -0
- package/dist/browser/operations/webTests.js +472 -0
- package/dist/browser/operations/webTests.js.map +1 -0
- package/dist/browser/operations/workItemConfigurations.d.ts +75 -0
- package/dist/browser/operations/workItemConfigurations.d.ts.map +1 -0
- package/dist/browser/operations/workItemConfigurations.js +263 -0
- package/dist/browser/operations/workItemConfigurations.js.map +1 -0
- package/dist/browser/operations/workbookTemplates.d.ts +57 -0
- package/dist/browser/operations/workbookTemplates.d.ts.map +1 -0
- package/dist/browser/operations/workbookTemplates.js +229 -0
- package/dist/browser/operations/workbookTemplates.js.map +1 -0
- package/dist/browser/operations/workbooks.d.ts +118 -0
- package/dist/browser/operations/workbooks.d.ts.map +1 -0
- package/dist/browser/operations/workbooks.js +557 -0
- package/dist/browser/operations/workbooks.js.map +1 -0
- package/dist/browser/operationsInterfaces/aPIKeys.d.ts +38 -0
- package/dist/browser/operationsInterfaces/aPIKeys.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/aPIKeys.js.map +1 -0
- package/dist/browser/operationsInterfaces/analyticsItems.d.ts +43 -0
- package/dist/browser/operationsInterfaces/analyticsItems.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/analyticsItems.js.map +1 -0
- package/dist/browser/operationsInterfaces/annotations.d.ts +43 -0
- package/dist/browser/operationsInterfaces/annotations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/annotations.js.map +1 -0
- package/dist/browser/operationsInterfaces/componentAvailableFeatures.d.ts +12 -0
- package/dist/browser/operationsInterfaces/componentAvailableFeatures.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/componentAvailableFeatures.js.map +1 -0
- package/dist/browser/operationsInterfaces/componentCurrentBillingFeatures.d.ts +21 -0
- package/dist/browser/operationsInterfaces/componentCurrentBillingFeatures.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/componentCurrentBillingFeatures.js.map +1 -0
- package/dist/browser/operationsInterfaces/componentFeatureCapabilities.d.ts +12 -0
- package/dist/browser/operationsInterfaces/componentFeatureCapabilities.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/componentFeatureCapabilities.js.map +1 -0
- package/dist/browser/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts +45 -0
- package/dist/browser/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/componentLinkedStorageAccountsOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/componentQuotaStatus.d.ts +12 -0
- package/dist/browser/operationsInterfaces/componentQuotaStatus.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/componentQuotaStatus.js.map +1 -0
- package/dist/browser/operationsInterfaces/components.d.ts +76 -0
- package/dist/browser/operationsInterfaces/components.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/components.js.map +1 -0
- package/dist/browser/operationsInterfaces/deletedWorkbooks.d.ts +11 -0
- package/dist/browser/operationsInterfaces/deletedWorkbooks.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/deletedWorkbooks.js +9 -0
- package/dist/browser/operationsInterfaces/deletedWorkbooks.js.map +1 -0
- package/dist/browser/operationsInterfaces/exportConfigurations.d.ts +50 -0
- package/dist/browser/operationsInterfaces/exportConfigurations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/exportConfigurations.js.map +1 -0
- package/dist/browser/operationsInterfaces/favorites.d.ts +47 -0
- package/dist/browser/operationsInterfaces/favorites.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/favorites.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +21 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +28 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/dist/browser/operationsInterfaces/liveToken.d.ts +11 -0
- package/dist/browser/operationsInterfaces/liveToken.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/liveToken.js.map +1 -0
- package/dist/browser/operationsInterfaces/operations.d.ts +11 -0
- package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/operations.js +9 -0
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/dist/browser/operationsInterfaces/proactiveDetectionConfigurations.d.ts +32 -0
- package/dist/browser/operationsInterfaces/proactiveDetectionConfigurations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/proactiveDetectionConfigurations.js.map +1 -0
- package/dist/browser/operationsInterfaces/webTestLocations.d.ts +13 -0
- package/dist/browser/operationsInterfaces/webTestLocations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/webTestLocations.js.map +1 -0
- package/dist/browser/operationsInterfaces/webTests.d.ts +55 -0
- package/dist/browser/operationsInterfaces/webTests.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/webTests.js.map +1 -0
- package/dist/browser/operationsInterfaces/workItemConfigurations.d.ts +58 -0
- package/dist/browser/operationsInterfaces/workItemConfigurations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/workItemConfigurations.js.map +1 -0
- package/dist/browser/operationsInterfaces/workbookTemplates.d.ts +41 -0
- package/dist/browser/operationsInterfaces/workbookTemplates.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/workbookTemplates.js.map +1 -0
- package/dist/browser/operationsInterfaces/workbooks.d.ts +63 -0
- package/dist/browser/operationsInterfaces/workbooks.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/workbooks.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.d.ts +13 -0
- package/dist/browser/pagingHelper.js +32 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/commonjs/applicationInsightsManagementClient.d.ts +37 -0
- package/dist/commonjs/applicationInsightsManagementClient.d.ts.map +1 -0
- package/dist/commonjs/applicationInsightsManagementClient.js +95 -0
- package/dist/commonjs/applicationInsightsManagementClient.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +2147 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +173 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +93 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +3243 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +65 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +546 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/aPIKeys.d.ts +55 -0
- package/dist/commonjs/operations/aPIKeys.d.ts.map +1 -0
- package/dist/commonjs/operations/aPIKeys.js +195 -0
- package/dist/commonjs/operations/aPIKeys.js.map +1 -0
- package/dist/commonjs/operations/analyticsItems.d.ts +51 -0
- package/dist/commonjs/operations/analyticsItems.d.ts.map +1 -0
- package/dist/commonjs/operations/analyticsItems.js +162 -0
- package/dist/commonjs/operations/analyticsItems.js.map +1 -0
- package/dist/commonjs/operations/annotations.d.ts +63 -0
- package/dist/commonjs/operations/annotations.d.ts.map +1 -0
- package/dist/commonjs/operations/annotations.js +217 -0
- package/dist/commonjs/operations/annotations.js.map +1 -0
- package/dist/commonjs/operations/componentAvailableFeatures.d.ts +20 -0
- package/dist/commonjs/operations/componentAvailableFeatures.d.ts.map +1 -0
- package/dist/commonjs/operations/componentAvailableFeatures.js +55 -0
- package/dist/commonjs/operations/componentAvailableFeatures.js.map +1 -0
- package/dist/commonjs/operations/componentCurrentBillingFeatures.d.ts +29 -0
- package/dist/commonjs/operations/componentCurrentBillingFeatures.d.ts.map +1 -0
- package/dist/commonjs/operations/componentCurrentBillingFeatures.js +86 -0
- package/dist/commonjs/operations/componentCurrentBillingFeatures.js.map +1 -0
- package/dist/commonjs/operations/componentFeatureCapabilities.d.ts +20 -0
- package/dist/commonjs/operations/componentFeatureCapabilities.d.ts.map +1 -0
- package/dist/commonjs/operations/componentFeatureCapabilities.js +55 -0
- package/dist/commonjs/operations/componentFeatureCapabilities.js.map +1 -0
- package/dist/commonjs/operations/componentLinkedStorageAccountsOperations.d.ts +53 -0
- package/dist/commonjs/operations/componentLinkedStorageAccountsOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/componentLinkedStorageAccountsOperations.js +179 -0
- package/dist/commonjs/operations/componentLinkedStorageAccountsOperations.js.map +1 -0
- package/dist/commonjs/operations/componentQuotaStatus.d.ts +20 -0
- package/dist/commonjs/operations/componentQuotaStatus.d.ts.map +1 -0
- package/dist/commonjs/operations/componentQuotaStatus.js +55 -0
- package/dist/commonjs/operations/componentQuotaStatus.js.map +1 -0
- package/dist/commonjs/operations/components.d.ts +112 -0
- package/dist/commonjs/operations/components.d.ts.map +1 -0
- package/dist/commonjs/operations/components.js +463 -0
- package/dist/commonjs/operations/components.js.map +1 -0
- package/dist/commonjs/operations/deletedWorkbooks.d.ts +32 -0
- package/dist/commonjs/operations/deletedWorkbooks.d.ts.map +1 -0
- package/dist/commonjs/operations/deletedWorkbooks.js +145 -0
- package/dist/commonjs/operations/deletedWorkbooks.js.map +1 -0
- package/dist/commonjs/operations/exportConfigurations.d.ts +58 -0
- package/dist/commonjs/operations/exportConfigurations.d.ts.map +1 -0
- package/dist/commonjs/operations/exportConfigurations.js +200 -0
- package/dist/commonjs/operations/exportConfigurations.js.map +1 -0
- package/dist/commonjs/operations/favorites.d.ts +55 -0
- package/dist/commonjs/operations/favorites.d.ts.map +1 -0
- package/dist/commonjs/operations/favorites.js +201 -0
- package/dist/commonjs/operations/favorites.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +21 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +31 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/liveToken.d.ts +19 -0
- package/dist/commonjs/operations/liveToken.d.ts.map +1 -0
- package/dist/commonjs/operations/liveToken.js +52 -0
- package/dist/commonjs/operations/liveToken.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +32 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +137 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/proactiveDetectionConfigurations.d.ts +40 -0
- package/dist/commonjs/operations/proactiveDetectionConfigurations.d.ts.map +1 -0
- package/dist/commonjs/operations/proactiveDetectionConfigurations.js +135 -0
- package/dist/commonjs/operations/proactiveDetectionConfigurations.js.map +1 -0
- package/dist/commonjs/operations/webTestLocations.d.ts +30 -0
- package/dist/commonjs/operations/webTestLocations.d.ts.map +1 -0
- package/dist/commonjs/operations/webTestLocations.js +106 -0
- package/dist/commonjs/operations/webTestLocations.js.map +1 -0
- package/dist/commonjs/operations/webTests.d.ts +108 -0
- package/dist/commonjs/operations/webTests.d.ts.map +1 -0
- package/dist/commonjs/operations/webTests.js +476 -0
- package/dist/commonjs/operations/webTests.js.map +1 -0
- package/dist/commonjs/operations/workItemConfigurations.d.ts +75 -0
- package/dist/commonjs/operations/workItemConfigurations.d.ts.map +1 -0
- package/dist/commonjs/operations/workItemConfigurations.js +267 -0
- package/dist/commonjs/operations/workItemConfigurations.js.map +1 -0
- package/dist/commonjs/operations/workbookTemplates.d.ts +57 -0
- package/dist/commonjs/operations/workbookTemplates.d.ts.map +1 -0
- package/dist/commonjs/operations/workbookTemplates.js +233 -0
- package/dist/commonjs/operations/workbookTemplates.js.map +1 -0
- package/dist/commonjs/operations/workbooks.d.ts +118 -0
- package/dist/commonjs/operations/workbooks.d.ts.map +1 -0
- package/dist/commonjs/operations/workbooks.js +561 -0
- package/dist/commonjs/operations/workbooks.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/aPIKeys.d.ts +38 -0
- package/dist/commonjs/operationsInterfaces/aPIKeys.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/aPIKeys.js +10 -0
- package/dist/commonjs/operationsInterfaces/aPIKeys.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/analyticsItems.d.ts +43 -0
- package/dist/commonjs/operationsInterfaces/analyticsItems.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/analyticsItems.js +10 -0
- package/dist/commonjs/operationsInterfaces/analyticsItems.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/annotations.d.ts +43 -0
- package/dist/commonjs/operationsInterfaces/annotations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/annotations.js +10 -0
- package/dist/commonjs/operationsInterfaces/annotations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/componentAvailableFeatures.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/componentAvailableFeatures.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/componentAvailableFeatures.js +10 -0
- package/dist/commonjs/operationsInterfaces/componentAvailableFeatures.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/componentCurrentBillingFeatures.d.ts +21 -0
- package/dist/commonjs/operationsInterfaces/componentCurrentBillingFeatures.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/componentCurrentBillingFeatures.js +10 -0
- package/dist/commonjs/operationsInterfaces/componentCurrentBillingFeatures.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/componentFeatureCapabilities.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/componentFeatureCapabilities.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/componentFeatureCapabilities.js +10 -0
- package/dist/commonjs/operationsInterfaces/componentFeatureCapabilities.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts +45 -0
- package/dist/commonjs/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/componentLinkedStorageAccountsOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/componentLinkedStorageAccountsOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/componentQuotaStatus.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/componentQuotaStatus.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/componentQuotaStatus.js +10 -0
- package/dist/commonjs/operationsInterfaces/componentQuotaStatus.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/components.d.ts +76 -0
- package/dist/commonjs/operationsInterfaces/components.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/components.js +10 -0
- package/dist/commonjs/operationsInterfaces/components.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/deletedWorkbooks.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/deletedWorkbooks.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/deletedWorkbooks.js +10 -0
- package/dist/commonjs/operationsInterfaces/deletedWorkbooks.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/exportConfigurations.d.ts +50 -0
- package/dist/commonjs/operationsInterfaces/exportConfigurations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/exportConfigurations.js +10 -0
- package/dist/commonjs/operationsInterfaces/exportConfigurations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/favorites.d.ts +47 -0
- package/dist/commonjs/operationsInterfaces/favorites.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/favorites.js +10 -0
- package/dist/commonjs/operationsInterfaces/favorites.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +21 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +31 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/liveToken.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/liveToken.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/liveToken.js +10 -0
- package/dist/commonjs/operationsInterfaces/liveToken.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.js +10 -0
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/proactiveDetectionConfigurations.d.ts +32 -0
- package/dist/commonjs/operationsInterfaces/proactiveDetectionConfigurations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/proactiveDetectionConfigurations.js +10 -0
- package/dist/commonjs/operationsInterfaces/proactiveDetectionConfigurations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/webTestLocations.d.ts +13 -0
- package/dist/commonjs/operationsInterfaces/webTestLocations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/webTestLocations.js +10 -0
- package/dist/commonjs/operationsInterfaces/webTestLocations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/webTests.d.ts +55 -0
- package/dist/commonjs/operationsInterfaces/webTests.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/webTests.js +10 -0
- package/dist/commonjs/operationsInterfaces/webTests.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/workItemConfigurations.d.ts +58 -0
- package/dist/commonjs/operationsInterfaces/workItemConfigurations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/workItemConfigurations.js +10 -0
- package/dist/commonjs/operationsInterfaces/workItemConfigurations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/workbookTemplates.d.ts +41 -0
- package/dist/commonjs/operationsInterfaces/workbookTemplates.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/workbookTemplates.js +10 -0
- package/dist/commonjs/operationsInterfaces/workbookTemplates.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/workbooks.d.ts +63 -0
- package/dist/commonjs/operationsInterfaces/workbooks.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/workbooks.js +10 -0
- package/dist/commonjs/operationsInterfaces/workbooks.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +36 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -0
- package/dist/esm/applicationInsightsManagementClient.d.ts +37 -0
- package/dist/esm/applicationInsightsManagementClient.d.ts.map +1 -0
- package/dist/esm/applicationInsightsManagementClient.js +90 -0
- package/dist/esm/applicationInsightsManagementClient.js.map +1 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +13 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/models/index.d.ts +2147 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +170 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +93 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +3239 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +65 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +542 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/aPIKeys.d.ts +55 -0
- package/dist/esm/operations/aPIKeys.d.ts.map +1 -0
- package/dist/esm/operations/aPIKeys.js +191 -0
- package/dist/esm/operations/aPIKeys.js.map +1 -0
- package/dist/esm/operations/analyticsItems.d.ts +51 -0
- package/dist/esm/operations/analyticsItems.d.ts.map +1 -0
- package/dist/esm/operations/analyticsItems.js +157 -0
- package/dist/esm/operations/analyticsItems.js.map +1 -0
- package/dist/esm/operations/annotations.d.ts +63 -0
- package/dist/esm/operations/annotations.d.ts.map +1 -0
- package/dist/esm/operations/annotations.js +213 -0
- package/dist/esm/operations/annotations.js.map +1 -0
- package/dist/esm/operations/componentAvailableFeatures.d.ts +20 -0
- package/dist/esm/operations/componentAvailableFeatures.d.ts.map +1 -0
- package/dist/esm/operations/componentAvailableFeatures.js +50 -0
- package/dist/esm/operations/componentAvailableFeatures.js.map +1 -0
- package/dist/esm/operations/componentCurrentBillingFeatures.d.ts +29 -0
- package/dist/esm/operations/componentCurrentBillingFeatures.d.ts.map +1 -0
- package/dist/esm/operations/componentCurrentBillingFeatures.js +81 -0
- package/dist/esm/operations/componentCurrentBillingFeatures.js.map +1 -0
- package/dist/esm/operations/componentFeatureCapabilities.d.ts +20 -0
- package/dist/esm/operations/componentFeatureCapabilities.d.ts.map +1 -0
- package/dist/esm/operations/componentFeatureCapabilities.js +50 -0
- package/dist/esm/operations/componentFeatureCapabilities.js.map +1 -0
- package/dist/esm/operations/componentLinkedStorageAccountsOperations.d.ts +53 -0
- package/dist/esm/operations/componentLinkedStorageAccountsOperations.d.ts.map +1 -0
- package/dist/esm/operations/componentLinkedStorageAccountsOperations.js +174 -0
- package/dist/esm/operations/componentLinkedStorageAccountsOperations.js.map +1 -0
- package/dist/esm/operations/componentQuotaStatus.d.ts +20 -0
- package/dist/esm/operations/componentQuotaStatus.d.ts.map +1 -0
- package/dist/esm/operations/componentQuotaStatus.js +50 -0
- package/dist/esm/operations/componentQuotaStatus.js.map +1 -0
- package/dist/esm/operations/components.d.ts +112 -0
- package/dist/esm/operations/components.d.ts.map +1 -0
- package/dist/esm/operations/components.js +459 -0
- package/dist/esm/operations/components.js.map +1 -0
- package/dist/esm/operations/deletedWorkbooks.d.ts +32 -0
- package/dist/esm/operations/deletedWorkbooks.d.ts.map +1 -0
- package/dist/esm/operations/deletedWorkbooks.js +141 -0
- package/dist/esm/operations/deletedWorkbooks.js.map +1 -0
- package/dist/esm/operations/exportConfigurations.d.ts +58 -0
- package/dist/esm/operations/exportConfigurations.d.ts.map +1 -0
- package/dist/esm/operations/exportConfigurations.js +195 -0
- package/dist/esm/operations/exportConfigurations.js.map +1 -0
- package/dist/esm/operations/favorites.d.ts +55 -0
- package/dist/esm/operations/favorites.d.ts.map +1 -0
- package/dist/esm/operations/favorites.js +196 -0
- package/dist/esm/operations/favorites.js.map +1 -0
- package/dist/esm/operations/index.d.ts +21 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +28 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/liveToken.d.ts +19 -0
- package/dist/esm/operations/liveToken.d.ts.map +1 -0
- package/dist/esm/operations/liveToken.js +47 -0
- package/dist/esm/operations/liveToken.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +32 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +133 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/proactiveDetectionConfigurations.d.ts +40 -0
- package/dist/esm/operations/proactiveDetectionConfigurations.d.ts.map +1 -0
- package/dist/esm/operations/proactiveDetectionConfigurations.js +130 -0
- package/dist/esm/operations/proactiveDetectionConfigurations.js.map +1 -0
- package/dist/esm/operations/webTestLocations.d.ts +30 -0
- package/dist/esm/operations/webTestLocations.d.ts.map +1 -0
- package/dist/esm/operations/webTestLocations.js +102 -0
- package/dist/esm/operations/webTestLocations.js.map +1 -0
- package/dist/esm/operations/webTests.d.ts +108 -0
- package/dist/esm/operations/webTests.d.ts.map +1 -0
- package/dist/esm/operations/webTests.js +472 -0
- package/dist/esm/operations/webTests.js.map +1 -0
- package/dist/esm/operations/workItemConfigurations.d.ts +75 -0
- package/dist/esm/operations/workItemConfigurations.d.ts.map +1 -0
- package/dist/esm/operations/workItemConfigurations.js +263 -0
- package/dist/esm/operations/workItemConfigurations.js.map +1 -0
- package/dist/esm/operations/workbookTemplates.d.ts +57 -0
- package/dist/esm/operations/workbookTemplates.d.ts.map +1 -0
- package/dist/esm/operations/workbookTemplates.js +229 -0
- package/dist/esm/operations/workbookTemplates.js.map +1 -0
- package/dist/esm/operations/workbooks.d.ts +118 -0
- package/dist/esm/operations/workbooks.d.ts.map +1 -0
- package/dist/esm/operations/workbooks.js +557 -0
- package/dist/esm/operations/workbooks.js.map +1 -0
- package/dist/esm/operationsInterfaces/aPIKeys.d.ts +38 -0
- package/dist/esm/operationsInterfaces/aPIKeys.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/aPIKeys.js +9 -0
- package/dist/esm/operationsInterfaces/aPIKeys.js.map +1 -0
- package/dist/esm/operationsInterfaces/analyticsItems.d.ts +43 -0
- package/dist/esm/operationsInterfaces/analyticsItems.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/analyticsItems.js +9 -0
- package/dist/esm/operationsInterfaces/analyticsItems.js.map +1 -0
- package/dist/esm/operationsInterfaces/annotations.d.ts +43 -0
- package/dist/esm/operationsInterfaces/annotations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/annotations.js +9 -0
- package/dist/esm/operationsInterfaces/annotations.js.map +1 -0
- package/dist/esm/operationsInterfaces/componentAvailableFeatures.d.ts +12 -0
- package/dist/esm/operationsInterfaces/componentAvailableFeatures.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/componentAvailableFeatures.js +9 -0
- package/dist/esm/operationsInterfaces/componentAvailableFeatures.js.map +1 -0
- package/dist/esm/operationsInterfaces/componentCurrentBillingFeatures.d.ts +21 -0
- package/dist/esm/operationsInterfaces/componentCurrentBillingFeatures.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/componentCurrentBillingFeatures.js +9 -0
- package/dist/esm/operationsInterfaces/componentCurrentBillingFeatures.js.map +1 -0
- package/dist/esm/operationsInterfaces/componentFeatureCapabilities.d.ts +12 -0
- package/dist/esm/operationsInterfaces/componentFeatureCapabilities.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/componentFeatureCapabilities.js +9 -0
- package/dist/esm/operationsInterfaces/componentFeatureCapabilities.js.map +1 -0
- package/dist/esm/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts +45 -0
- package/dist/esm/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/componentLinkedStorageAccountsOperations.js +9 -0
- package/dist/esm/operationsInterfaces/componentLinkedStorageAccountsOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/componentQuotaStatus.d.ts +12 -0
- package/dist/esm/operationsInterfaces/componentQuotaStatus.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/componentQuotaStatus.js +9 -0
- package/dist/esm/operationsInterfaces/componentQuotaStatus.js.map +1 -0
- package/dist/esm/operationsInterfaces/components.d.ts +76 -0
- package/dist/esm/operationsInterfaces/components.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/components.js +9 -0
- package/dist/esm/operationsInterfaces/components.js.map +1 -0
- package/dist/esm/operationsInterfaces/deletedWorkbooks.d.ts +11 -0
- package/dist/esm/operationsInterfaces/deletedWorkbooks.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/deletedWorkbooks.js +9 -0
- package/dist/esm/operationsInterfaces/deletedWorkbooks.js.map +1 -0
- package/dist/esm/operationsInterfaces/exportConfigurations.d.ts +50 -0
- package/dist/esm/operationsInterfaces/exportConfigurations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/exportConfigurations.js +9 -0
- package/dist/esm/operationsInterfaces/exportConfigurations.js.map +1 -0
- package/dist/esm/operationsInterfaces/favorites.d.ts +47 -0
- package/dist/esm/operationsInterfaces/favorites.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/favorites.js +9 -0
- package/dist/esm/operationsInterfaces/favorites.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +21 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +28 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/liveToken.d.ts +11 -0
- package/dist/esm/operationsInterfaces/liveToken.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/liveToken.js +9 -0
- package/dist/esm/operationsInterfaces/liveToken.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operations.js +9 -0
- package/dist/esm/operationsInterfaces/operations.js.map +1 -0
- package/dist/esm/operationsInterfaces/proactiveDetectionConfigurations.d.ts +32 -0
- package/dist/esm/operationsInterfaces/proactiveDetectionConfigurations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/proactiveDetectionConfigurations.js +9 -0
- package/dist/esm/operationsInterfaces/proactiveDetectionConfigurations.js.map +1 -0
- package/dist/esm/operationsInterfaces/webTestLocations.d.ts +13 -0
- package/dist/esm/operationsInterfaces/webTestLocations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/webTestLocations.js +9 -0
- package/dist/esm/operationsInterfaces/webTestLocations.js.map +1 -0
- package/dist/esm/operationsInterfaces/webTests.d.ts +55 -0
- package/dist/esm/operationsInterfaces/webTests.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/webTests.js +9 -0
- package/dist/esm/operationsInterfaces/webTests.js.map +1 -0
- package/dist/esm/operationsInterfaces/workItemConfigurations.d.ts +58 -0
- package/dist/esm/operationsInterfaces/workItemConfigurations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/workItemConfigurations.js +9 -0
- package/dist/esm/operationsInterfaces/workItemConfigurations.js.map +1 -0
- package/dist/esm/operationsInterfaces/workbookTemplates.d.ts +41 -0
- package/dist/esm/operationsInterfaces/workbookTemplates.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/workbookTemplates.js +9 -0
- package/dist/esm/operationsInterfaces/workbookTemplates.js.map +1 -0
- package/dist/esm/operationsInterfaces/workbooks.d.ts +63 -0
- package/dist/esm/operationsInterfaces/workbooks.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/workbooks.js +9 -0
- package/dist/esm/operationsInterfaces/workbooks.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +32 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/react-native/applicationInsightsManagementClient.d.ts +37 -0
- package/dist/react-native/applicationInsightsManagementClient.d.ts.map +1 -0
- package/dist/react-native/applicationInsightsManagementClient.js +90 -0
- package/dist/react-native/applicationInsightsManagementClient.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/models/index.d.ts +2147 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +170 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +93 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +3239 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +65 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +542 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/aPIKeys.d.ts +55 -0
- package/dist/react-native/operations/aPIKeys.d.ts.map +1 -0
- package/dist/react-native/operations/aPIKeys.js +191 -0
- package/dist/react-native/operations/aPIKeys.js.map +1 -0
- package/dist/react-native/operations/analyticsItems.d.ts +51 -0
- package/dist/react-native/operations/analyticsItems.d.ts.map +1 -0
- package/dist/react-native/operations/analyticsItems.js +157 -0
- package/dist/react-native/operations/analyticsItems.js.map +1 -0
- package/dist/react-native/operations/annotations.d.ts +63 -0
- package/dist/react-native/operations/annotations.d.ts.map +1 -0
- package/dist/react-native/operations/annotations.js +213 -0
- package/dist/react-native/operations/annotations.js.map +1 -0
- package/dist/react-native/operations/componentAvailableFeatures.d.ts +20 -0
- package/dist/react-native/operations/componentAvailableFeatures.d.ts.map +1 -0
- package/dist/react-native/operations/componentAvailableFeatures.js +50 -0
- package/dist/react-native/operations/componentAvailableFeatures.js.map +1 -0
- package/dist/react-native/operations/componentCurrentBillingFeatures.d.ts +29 -0
- package/dist/react-native/operations/componentCurrentBillingFeatures.d.ts.map +1 -0
- package/dist/react-native/operations/componentCurrentBillingFeatures.js +81 -0
- package/dist/react-native/operations/componentCurrentBillingFeatures.js.map +1 -0
- package/dist/react-native/operations/componentFeatureCapabilities.d.ts +20 -0
- package/dist/react-native/operations/componentFeatureCapabilities.d.ts.map +1 -0
- package/dist/react-native/operations/componentFeatureCapabilities.js +50 -0
- package/dist/react-native/operations/componentFeatureCapabilities.js.map +1 -0
- package/dist/react-native/operations/componentLinkedStorageAccountsOperations.d.ts +53 -0
- package/dist/react-native/operations/componentLinkedStorageAccountsOperations.d.ts.map +1 -0
- package/dist/react-native/operations/componentLinkedStorageAccountsOperations.js +174 -0
- package/dist/react-native/operations/componentLinkedStorageAccountsOperations.js.map +1 -0
- package/dist/react-native/operations/componentQuotaStatus.d.ts +20 -0
- package/dist/react-native/operations/componentQuotaStatus.d.ts.map +1 -0
- package/dist/react-native/operations/componentQuotaStatus.js +50 -0
- package/dist/react-native/operations/componentQuotaStatus.js.map +1 -0
- package/dist/react-native/operations/components.d.ts +112 -0
- package/dist/react-native/operations/components.d.ts.map +1 -0
- package/dist/react-native/operations/components.js +459 -0
- package/dist/react-native/operations/components.js.map +1 -0
- package/dist/react-native/operations/deletedWorkbooks.d.ts +32 -0
- package/dist/react-native/operations/deletedWorkbooks.d.ts.map +1 -0
- package/dist/react-native/operations/deletedWorkbooks.js +141 -0
- package/dist/react-native/operations/deletedWorkbooks.js.map +1 -0
- package/dist/react-native/operations/exportConfigurations.d.ts +58 -0
- package/dist/react-native/operations/exportConfigurations.d.ts.map +1 -0
- package/dist/react-native/operations/exportConfigurations.js +195 -0
- package/dist/react-native/operations/exportConfigurations.js.map +1 -0
- package/dist/react-native/operations/favorites.d.ts +55 -0
- package/dist/react-native/operations/favorites.d.ts.map +1 -0
- package/dist/react-native/operations/favorites.js +196 -0
- package/dist/react-native/operations/favorites.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +21 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +28 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/liveToken.d.ts +19 -0
- package/dist/react-native/operations/liveToken.d.ts.map +1 -0
- package/dist/react-native/operations/liveToken.js +47 -0
- package/dist/react-native/operations/liveToken.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +32 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +133 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/proactiveDetectionConfigurations.d.ts +40 -0
- package/dist/react-native/operations/proactiveDetectionConfigurations.d.ts.map +1 -0
- package/dist/react-native/operations/proactiveDetectionConfigurations.js +130 -0
- package/dist/react-native/operations/proactiveDetectionConfigurations.js.map +1 -0
- package/dist/react-native/operations/webTestLocations.d.ts +30 -0
- package/dist/react-native/operations/webTestLocations.d.ts.map +1 -0
- package/dist/react-native/operations/webTestLocations.js +102 -0
- package/dist/react-native/operations/webTestLocations.js.map +1 -0
- package/dist/react-native/operations/webTests.d.ts +108 -0
- package/dist/react-native/operations/webTests.d.ts.map +1 -0
- package/dist/react-native/operations/webTests.js +472 -0
- package/dist/react-native/operations/webTests.js.map +1 -0
- package/dist/react-native/operations/workItemConfigurations.d.ts +75 -0
- package/dist/react-native/operations/workItemConfigurations.d.ts.map +1 -0
- package/dist/react-native/operations/workItemConfigurations.js +263 -0
- package/dist/react-native/operations/workItemConfigurations.js.map +1 -0
- package/dist/react-native/operations/workbookTemplates.d.ts +57 -0
- package/dist/react-native/operations/workbookTemplates.d.ts.map +1 -0
- package/dist/react-native/operations/workbookTemplates.js +229 -0
- package/dist/react-native/operations/workbookTemplates.js.map +1 -0
- package/dist/react-native/operations/workbooks.d.ts +118 -0
- package/dist/react-native/operations/workbooks.d.ts.map +1 -0
- package/dist/react-native/operations/workbooks.js +557 -0
- package/dist/react-native/operations/workbooks.js.map +1 -0
- package/dist/react-native/operationsInterfaces/aPIKeys.d.ts +38 -0
- package/dist/react-native/operationsInterfaces/aPIKeys.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/aPIKeys.js +9 -0
- package/dist/react-native/operationsInterfaces/aPIKeys.js.map +1 -0
- package/dist/react-native/operationsInterfaces/analyticsItems.d.ts +43 -0
- package/dist/react-native/operationsInterfaces/analyticsItems.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/analyticsItems.js +9 -0
- package/dist/react-native/operationsInterfaces/analyticsItems.js.map +1 -0
- package/dist/react-native/operationsInterfaces/annotations.d.ts +43 -0
- package/dist/react-native/operationsInterfaces/annotations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/annotations.js +9 -0
- package/dist/react-native/operationsInterfaces/annotations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/componentAvailableFeatures.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/componentAvailableFeatures.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/componentAvailableFeatures.js +9 -0
- package/dist/react-native/operationsInterfaces/componentAvailableFeatures.js.map +1 -0
- package/dist/react-native/operationsInterfaces/componentCurrentBillingFeatures.d.ts +21 -0
- package/dist/react-native/operationsInterfaces/componentCurrentBillingFeatures.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/componentCurrentBillingFeatures.js +9 -0
- package/dist/react-native/operationsInterfaces/componentCurrentBillingFeatures.js.map +1 -0
- package/dist/react-native/operationsInterfaces/componentFeatureCapabilities.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/componentFeatureCapabilities.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/componentFeatureCapabilities.js +9 -0
- package/dist/react-native/operationsInterfaces/componentFeatureCapabilities.js.map +1 -0
- package/dist/react-native/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts +45 -0
- package/dist/react-native/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/componentLinkedStorageAccountsOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/componentLinkedStorageAccountsOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/componentQuotaStatus.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/componentQuotaStatus.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/componentQuotaStatus.js +9 -0
- package/dist/react-native/operationsInterfaces/componentQuotaStatus.js.map +1 -0
- package/dist/react-native/operationsInterfaces/components.d.ts +76 -0
- package/dist/react-native/operationsInterfaces/components.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/components.js +9 -0
- package/dist/react-native/operationsInterfaces/components.js.map +1 -0
- package/dist/react-native/operationsInterfaces/deletedWorkbooks.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/deletedWorkbooks.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/deletedWorkbooks.js +9 -0
- package/dist/react-native/operationsInterfaces/deletedWorkbooks.js.map +1 -0
- package/dist/react-native/operationsInterfaces/exportConfigurations.d.ts +50 -0
- package/dist/react-native/operationsInterfaces/exportConfigurations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/exportConfigurations.js +9 -0
- package/dist/react-native/operationsInterfaces/exportConfigurations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/favorites.d.ts +47 -0
- package/dist/react-native/operationsInterfaces/favorites.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/favorites.js +9 -0
- package/dist/react-native/operationsInterfaces/favorites.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +21 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +28 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/liveToken.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/liveToken.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/liveToken.js +9 -0
- package/dist/react-native/operationsInterfaces/liveToken.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.js +9 -0
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/proactiveDetectionConfigurations.d.ts +32 -0
- package/dist/react-native/operationsInterfaces/proactiveDetectionConfigurations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/proactiveDetectionConfigurations.js +9 -0
- package/dist/react-native/operationsInterfaces/proactiveDetectionConfigurations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/webTestLocations.d.ts +13 -0
- package/dist/react-native/operationsInterfaces/webTestLocations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/webTestLocations.js +9 -0
- package/dist/react-native/operationsInterfaces/webTestLocations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/webTests.d.ts +55 -0
- package/dist/react-native/operationsInterfaces/webTests.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/webTests.js +9 -0
- package/dist/react-native/operationsInterfaces/webTests.js.map +1 -0
- package/dist/react-native/operationsInterfaces/workItemConfigurations.d.ts +58 -0
- package/dist/react-native/operationsInterfaces/workItemConfigurations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/workItemConfigurations.js +9 -0
- package/dist/react-native/operationsInterfaces/workItemConfigurations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/workbookTemplates.d.ts +41 -0
- package/dist/react-native/operationsInterfaces/workbookTemplates.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/workbookTemplates.js +9 -0
- package/dist/react-native/operationsInterfaces/workbookTemplates.js.map +1 -0
- package/dist/react-native/operationsInterfaces/workbooks.d.ts +63 -0
- package/dist/react-native/operationsInterfaces/workbooks.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/workbooks.js +9 -0
- package/dist/react-native/operationsInterfaces/workbooks.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +32 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/package.json +83 -62
- package/review/arm-appinsights.api.md +146 -164
- package/LICENSE.txt +0 -21
- package/dist/index.js +0 -7959
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/samples-dev/analyticsItemsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/analyticsItemsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/analyticsItemsDeleteSample.js +0 -34
- package/dist-esm/samples-dev/analyticsItemsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/analyticsItemsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/analyticsItemsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/analyticsItemsGetSample.js +0 -34
- package/dist-esm/samples-dev/analyticsItemsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/analyticsItemsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/analyticsItemsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/analyticsItemsListSample.js +0 -32
- package/dist-esm/samples-dev/analyticsItemsListSample.js.map +0 -1
- package/dist-esm/samples-dev/analyticsItemsPutSample.d.ts +0 -2
- package/dist-esm/samples-dev/analyticsItemsPutSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/analyticsItemsPutSample.js +0 -38
- package/dist-esm/samples-dev/analyticsItemsPutSample.js.map +0 -1
- package/dist-esm/samples-dev/annotationsCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/annotationsCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/annotationsCreateSample.js +0 -38
- package/dist-esm/samples-dev/annotationsCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/annotationsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/annotationsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/annotationsDeleteSample.js +0 -32
- package/dist-esm/samples-dev/annotationsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/annotationsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/annotationsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/annotationsGetSample.js +0 -32
- package/dist-esm/samples-dev/annotationsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/annotationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/annotationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/annotationsListSample.js +0 -47
- package/dist-esm/samples-dev/annotationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/apiKeysCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/apiKeysCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/apiKeysCreateSample.js +0 -41
- package/dist-esm/samples-dev/apiKeysCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/apiKeysDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/apiKeysDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/apiKeysDeleteSample.js +0 -32
- package/dist-esm/samples-dev/apiKeysDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/apiKeysGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/apiKeysGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/apiKeysGetSample.js +0 -32
- package/dist-esm/samples-dev/apiKeysGetSample.js.map +0 -1
- package/dist-esm/samples-dev/apiKeysListSample.d.ts +0 -2
- package/dist-esm/samples-dev/apiKeysListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/apiKeysListSample.js +0 -45
- package/dist-esm/samples-dev/apiKeysListSample.js.map +0 -1
- package/dist-esm/samples-dev/componentAvailableFeaturesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/componentAvailableFeaturesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/componentAvailableFeaturesGetSample.js +0 -31
- package/dist-esm/samples-dev/componentAvailableFeaturesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/componentCurrentBillingFeaturesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/componentCurrentBillingFeaturesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/componentCurrentBillingFeaturesGetSample.js +0 -31
- package/dist-esm/samples-dev/componentCurrentBillingFeaturesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/componentCurrentBillingFeaturesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/componentCurrentBillingFeaturesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/componentCurrentBillingFeaturesUpdateSample.js +0 -35
- package/dist-esm/samples-dev/componentCurrentBillingFeaturesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/componentFeatureCapabilitiesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/componentFeatureCapabilitiesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/componentFeatureCapabilitiesGetSample.js +0 -31
- package/dist-esm/samples-dev/componentFeatureCapabilitiesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/componentLinkedStorageAccountsCreateAndUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/componentLinkedStorageAccountsCreateAndUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/componentLinkedStorageAccountsCreateAndUpdateSample.js +0 -35
- package/dist-esm/samples-dev/componentLinkedStorageAccountsCreateAndUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/componentLinkedStorageAccountsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/componentLinkedStorageAccountsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/componentLinkedStorageAccountsDeleteSample.js +0 -32
- package/dist-esm/samples-dev/componentLinkedStorageAccountsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/componentLinkedStorageAccountsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/componentLinkedStorageAccountsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/componentLinkedStorageAccountsGetSample.js +0 -32
- package/dist-esm/samples-dev/componentLinkedStorageAccountsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/componentLinkedStorageAccountsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/componentLinkedStorageAccountsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/componentLinkedStorageAccountsUpdateSample.js +0 -35
- package/dist-esm/samples-dev/componentLinkedStorageAccountsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/componentQuotaStatusGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/componentQuotaStatusGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/componentQuotaStatusGetSample.js +0 -31
- package/dist-esm/samples-dev/componentQuotaStatusGetSample.js.map +0 -1
- package/dist-esm/samples-dev/componentsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/componentsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/componentsCreateOrUpdateSample.js +0 -62
- package/dist-esm/samples-dev/componentsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/componentsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/componentsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/componentsDeleteSample.js +0 -31
- package/dist-esm/samples-dev/componentsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/componentsGetPurgeStatusSample.d.ts +0 -2
- package/dist-esm/samples-dev/componentsGetPurgeStatusSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/componentsGetPurgeStatusSample.js +0 -32
- package/dist-esm/samples-dev/componentsGetPurgeStatusSample.js.map +0 -1
- package/dist-esm/samples-dev/componentsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/componentsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/componentsGetSample.js +0 -31
- package/dist-esm/samples-dev/componentsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/componentsListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/componentsListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/componentsListByResourceGroupSample.js +0 -44
- package/dist-esm/samples-dev/componentsListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/componentsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/componentsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/componentsListSample.js +0 -43
- package/dist-esm/samples-dev/componentsListSample.js.map +0 -1
- package/dist-esm/samples-dev/componentsPurgeSample.d.ts +0 -2
- package/dist-esm/samples-dev/componentsPurgeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/componentsPurgeSample.js +0 -41
- package/dist-esm/samples-dev/componentsPurgeSample.js.map +0 -1
- package/dist-esm/samples-dev/componentsUpdateTagsSample.d.ts +0 -2
- package/dist-esm/samples-dev/componentsUpdateTagsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/componentsUpdateTagsSample.js +0 -40
- package/dist-esm/samples-dev/componentsUpdateTagsSample.js.map +0 -1
- package/dist-esm/samples-dev/exportConfigurationsCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/exportConfigurationsCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/exportConfigurationsCreateSample.js +0 -42
- package/dist-esm/samples-dev/exportConfigurationsCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/exportConfigurationsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/exportConfigurationsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/exportConfigurationsDeleteSample.js +0 -32
- package/dist-esm/samples-dev/exportConfigurationsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/exportConfigurationsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/exportConfigurationsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/exportConfigurationsGetSample.js +0 -32
- package/dist-esm/samples-dev/exportConfigurationsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/exportConfigurationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/exportConfigurationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/exportConfigurationsListSample.js +0 -31
- package/dist-esm/samples-dev/exportConfigurationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/exportConfigurationsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/exportConfigurationsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/exportConfigurationsUpdateSample.js +0 -43
- package/dist-esm/samples-dev/exportConfigurationsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/favoritesAddSample.d.ts +0 -2
- package/dist-esm/samples-dev/favoritesAddSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/favoritesAddSample.js +0 -44
- package/dist-esm/samples-dev/favoritesAddSample.js.map +0 -1
- package/dist-esm/samples-dev/favoritesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/favoritesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/favoritesDeleteSample.js +0 -32
- package/dist-esm/samples-dev/favoritesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/favoritesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/favoritesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/favoritesGetSample.js +0 -32
- package/dist-esm/samples-dev/favoritesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/favoritesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/favoritesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/favoritesListSample.js +0 -31
- package/dist-esm/samples-dev/favoritesListSample.js.map +0 -1
- package/dist-esm/samples-dev/favoritesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/favoritesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/favoritesUpdateSample.js +0 -44
- package/dist-esm/samples-dev/favoritesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/liveTokenGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/liveTokenGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/liveTokenGetSample.js +0 -30
- package/dist-esm/samples-dev/liveTokenGetSample.js.map +0 -1
- package/dist-esm/samples-dev/myWorkbooksCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/myWorkbooksCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/myWorkbooksCreateOrUpdateSample.js +0 -42
- package/dist-esm/samples-dev/myWorkbooksCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/myWorkbooksDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/myWorkbooksDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/myWorkbooksDeleteSample.js +0 -31
- package/dist-esm/samples-dev/myWorkbooksDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/myWorkbooksGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/myWorkbooksGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/myWorkbooksGetSample.js +0 -31
- package/dist-esm/samples-dev/myWorkbooksGetSample.js.map +0 -1
- package/dist-esm/samples-dev/myWorkbooksListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/myWorkbooksListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/myWorkbooksListByResourceGroupSample.js +0 -77
- package/dist-esm/samples-dev/myWorkbooksListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/myWorkbooksListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/myWorkbooksListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/myWorkbooksListBySubscriptionSample.js +0 -75
- package/dist-esm/samples-dev/myWorkbooksListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/myWorkbooksUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/myWorkbooksUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/myWorkbooksUpdateSample.js +0 -43
- package/dist-esm/samples-dev/myWorkbooksUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/proactiveDetectionConfigurationsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/proactiveDetectionConfigurationsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/proactiveDetectionConfigurationsGetSample.js +0 -32
- package/dist-esm/samples-dev/proactiveDetectionConfigurationsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/proactiveDetectionConfigurationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/proactiveDetectionConfigurationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/proactiveDetectionConfigurationsListSample.js +0 -31
- package/dist-esm/samples-dev/proactiveDetectionConfigurationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/proactiveDetectionConfigurationsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/proactiveDetectionConfigurationsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/proactiveDetectionConfigurationsUpdateSample.js +0 -49
- package/dist-esm/samples-dev/proactiveDetectionConfigurationsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/webTestLocationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/webTestLocationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webTestLocationsListSample.js +0 -45
- package/dist-esm/samples-dev/webTestLocationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/webTestsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/webTestsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webTestsCreateOrUpdateSample.js +0 -81
- package/dist-esm/samples-dev/webTestsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/webTestsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/webTestsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webTestsDeleteSample.js +0 -31
- package/dist-esm/samples-dev/webTestsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/webTestsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/webTestsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webTestsGetSample.js +0 -31
- package/dist-esm/samples-dev/webTestsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/webTestsListByComponentSample.d.ts +0 -2
- package/dist-esm/samples-dev/webTestsListByComponentSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webTestsListByComponentSample.js +0 -45
- package/dist-esm/samples-dev/webTestsListByComponentSample.js.map +0 -1
- package/dist-esm/samples-dev/webTestsListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/webTestsListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webTestsListByResourceGroupSample.js +0 -44
- package/dist-esm/samples-dev/webTestsListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/webTestsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/webTestsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webTestsListSample.js +0 -43
- package/dist-esm/samples-dev/webTestsListSample.js.map +0 -1
- package/dist-esm/samples-dev/webTestsUpdateTagsSample.d.ts +0 -2
- package/dist-esm/samples-dev/webTestsUpdateTagsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webTestsUpdateTagsSample.js +0 -40
- package/dist-esm/samples-dev/webTestsUpdateTagsSample.js.map +0 -1
- package/dist-esm/samples-dev/workItemConfigurationsCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/workItemConfigurationsCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workItemConfigurationsCreateSample.js +0 -37
- package/dist-esm/samples-dev/workItemConfigurationsCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/workItemConfigurationsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/workItemConfigurationsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workItemConfigurationsDeleteSample.js +0 -32
- package/dist-esm/samples-dev/workItemConfigurationsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/workItemConfigurationsGetDefaultSample.d.ts +0 -2
- package/dist-esm/samples-dev/workItemConfigurationsGetDefaultSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workItemConfigurationsGetDefaultSample.js +0 -31
- package/dist-esm/samples-dev/workItemConfigurationsGetDefaultSample.js.map +0 -1
- package/dist-esm/samples-dev/workItemConfigurationsGetItemSample.d.ts +0 -2
- package/dist-esm/samples-dev/workItemConfigurationsGetItemSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workItemConfigurationsGetItemSample.js +0 -32
- package/dist-esm/samples-dev/workItemConfigurationsGetItemSample.js.map +0 -1
- package/dist-esm/samples-dev/workItemConfigurationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/workItemConfigurationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workItemConfigurationsListSample.js +0 -45
- package/dist-esm/samples-dev/workItemConfigurationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/workItemConfigurationsUpdateItemSample.d.ts +0 -2
- package/dist-esm/samples-dev/workItemConfigurationsUpdateItemSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workItemConfigurationsUpdateItemSample.js +0 -38
- package/dist-esm/samples-dev/workItemConfigurationsUpdateItemSample.js.map +0 -1
- package/dist-esm/samples-dev/workbookTemplatesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/workbookTemplatesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workbookTemplatesCreateOrUpdateSample.js +0 -72
- package/dist-esm/samples-dev/workbookTemplatesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/workbookTemplatesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/workbookTemplatesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workbookTemplatesDeleteSample.js +0 -31
- package/dist-esm/samples-dev/workbookTemplatesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/workbookTemplatesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/workbookTemplatesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workbookTemplatesGetSample.js +0 -31
- package/dist-esm/samples-dev/workbookTemplatesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/workbookTemplatesListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/workbookTemplatesListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workbookTemplatesListByResourceGroupSample.js +0 -44
- package/dist-esm/samples-dev/workbookTemplatesListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/workbookTemplatesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/workbookTemplatesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workbookTemplatesUpdateSample.js +0 -31
- package/dist-esm/samples-dev/workbookTemplatesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/workbooksCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/workbooksCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workbooksCreateOrUpdateSample.js +0 -78
- package/dist-esm/samples-dev/workbooksCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/workbooksDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/workbooksDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workbooksDeleteSample.js +0 -31
- package/dist-esm/samples-dev/workbooksDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/workbooksGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/workbooksGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workbooksGetSample.js +0 -67
- package/dist-esm/samples-dev/workbooksGetSample.js.map +0 -1
- package/dist-esm/samples-dev/workbooksListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/workbooksListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workbooksListByResourceGroupSample.js +0 -81
- package/dist-esm/samples-dev/workbooksListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/workbooksListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/workbooksListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workbooksListBySubscriptionSample.js +0 -75
- package/dist-esm/samples-dev/workbooksListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/workbooksRevisionGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/workbooksRevisionGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workbooksRevisionGetSample.js +0 -32
- package/dist-esm/samples-dev/workbooksRevisionGetSample.js.map +0 -1
- package/dist-esm/samples-dev/workbooksRevisionsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/workbooksRevisionsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workbooksRevisionsListSample.js +0 -45
- package/dist-esm/samples-dev/workbooksRevisionsListSample.js.map +0 -1
- package/dist-esm/samples-dev/workbooksUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/workbooksUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workbooksUpdateSample.js +0 -53
- package/dist-esm/samples-dev/workbooksUpdateSample.js.map +0 -1
- package/dist-esm/src/applicationInsightsManagementClient.d.ts +0 -35
- package/dist-esm/src/applicationInsightsManagementClient.d.ts.map +0 -1
- package/dist-esm/src/applicationInsightsManagementClient.js +0 -88
- package/dist-esm/src/applicationInsightsManagementClient.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -6
- package/dist-esm/src/index.d.ts.map +0 -1
- package/dist-esm/src/index.js +0 -13
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/models/index.d.ts +0 -2170
- package/dist-esm/src/models/index.d.ts.map +0 -1
- package/dist-esm/src/models/index.js +0 -186
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.d.ts +0 -88
- package/dist-esm/src/models/mappers.d.ts.map +0 -1
- package/dist-esm/src/models/mappers.js +0 -3076
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.d.ts +0 -63
- package/dist-esm/src/models/parameters.d.ts.map +0 -1
- package/dist-esm/src/models/parameters.js +0 -515
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/aPIKeys.d.ts +0 -55
- package/dist-esm/src/operations/aPIKeys.d.ts.map +0 -1
- package/dist-esm/src/operations/aPIKeys.js +0 -189
- package/dist-esm/src/operations/aPIKeys.js.map +0 -1
- package/dist-esm/src/operations/analyticsItems.d.ts +0 -51
- package/dist-esm/src/operations/analyticsItems.d.ts.map +0 -1
- package/dist-esm/src/operations/analyticsItems.js +0 -157
- package/dist-esm/src/operations/analyticsItems.js.map +0 -1
- package/dist-esm/src/operations/annotations.d.ts +0 -63
- package/dist-esm/src/operations/annotations.d.ts.map +0 -1
- package/dist-esm/src/operations/annotations.js +0 -211
- package/dist-esm/src/operations/annotations.js.map +0 -1
- package/dist-esm/src/operations/componentAvailableFeatures.d.ts +0 -20
- package/dist-esm/src/operations/componentAvailableFeatures.d.ts.map +0 -1
- package/dist-esm/src/operations/componentAvailableFeatures.js +0 -50
- package/dist-esm/src/operations/componentAvailableFeatures.js.map +0 -1
- package/dist-esm/src/operations/componentCurrentBillingFeatures.d.ts +0 -29
- package/dist-esm/src/operations/componentCurrentBillingFeatures.d.ts.map +0 -1
- package/dist-esm/src/operations/componentCurrentBillingFeatures.js +0 -81
- package/dist-esm/src/operations/componentCurrentBillingFeatures.js.map +0 -1
- package/dist-esm/src/operations/componentFeatureCapabilities.d.ts +0 -20
- package/dist-esm/src/operations/componentFeatureCapabilities.d.ts.map +0 -1
- package/dist-esm/src/operations/componentFeatureCapabilities.js +0 -50
- package/dist-esm/src/operations/componentFeatureCapabilities.js.map +0 -1
- package/dist-esm/src/operations/componentLinkedStorageAccountsOperations.d.ts +0 -53
- package/dist-esm/src/operations/componentLinkedStorageAccountsOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/componentLinkedStorageAccountsOperations.js +0 -174
- package/dist-esm/src/operations/componentLinkedStorageAccountsOperations.js.map +0 -1
- package/dist-esm/src/operations/componentQuotaStatus.d.ts +0 -20
- package/dist-esm/src/operations/componentQuotaStatus.d.ts.map +0 -1
- package/dist-esm/src/operations/componentQuotaStatus.js +0 -50
- package/dist-esm/src/operations/componentQuotaStatus.js.map +0 -1
- package/dist-esm/src/operations/components.d.ts +0 -108
- package/dist-esm/src/operations/components.d.ts.map +0 -1
- package/dist-esm/src/operations/components.js +0 -453
- package/dist-esm/src/operations/components.js.map +0 -1
- package/dist-esm/src/operations/exportConfigurations.d.ts +0 -58
- package/dist-esm/src/operations/exportConfigurations.d.ts.map +0 -1
- package/dist-esm/src/operations/exportConfigurations.js +0 -195
- package/dist-esm/src/operations/exportConfigurations.js.map +0 -1
- package/dist-esm/src/operations/favorites.d.ts +0 -55
- package/dist-esm/src/operations/favorites.d.ts.map +0 -1
- package/dist-esm/src/operations/favorites.js +0 -196
- package/dist-esm/src/operations/favorites.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -20
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -27
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/liveToken.d.ts +0 -19
- package/dist-esm/src/operations/liveToken.d.ts.map +0 -1
- package/dist-esm/src/operations/liveToken.js +0 -47
- package/dist-esm/src/operations/liveToken.js.map +0 -1
- package/dist-esm/src/operations/myWorkbooks.d.ts +0 -89
- package/dist-esm/src/operations/myWorkbooks.d.ts.map +0 -1
- package/dist-esm/src/operations/myWorkbooks.js +0 -410
- package/dist-esm/src/operations/myWorkbooks.js.map +0 -1
- package/dist-esm/src/operations/proactiveDetectionConfigurations.d.ts +0 -40
- package/dist-esm/src/operations/proactiveDetectionConfigurations.d.ts.map +0 -1
- package/dist-esm/src/operations/proactiveDetectionConfigurations.js +0 -130
- package/dist-esm/src/operations/proactiveDetectionConfigurations.js.map +0 -1
- package/dist-esm/src/operations/webTestLocations.d.ts +0 -30
- package/dist-esm/src/operations/webTestLocations.d.ts.map +0 -1
- package/dist-esm/src/operations/webTestLocations.js +0 -100
- package/dist-esm/src/operations/webTestLocations.js.map +0 -1
- package/dist-esm/src/operations/webTests.d.ts +0 -108
- package/dist-esm/src/operations/webTests.d.ts.map +0 -1
- package/dist-esm/src/operations/webTests.js +0 -469
- package/dist-esm/src/operations/webTests.js.map +0 -1
- package/dist-esm/src/operations/workItemConfigurations.d.ts +0 -75
- package/dist-esm/src/operations/workItemConfigurations.d.ts.map +0 -1
- package/dist-esm/src/operations/workItemConfigurations.js +0 -261
- package/dist-esm/src/operations/workItemConfigurations.js.map +0 -1
- package/dist-esm/src/operations/workbookTemplates.d.ts +0 -57
- package/dist-esm/src/operations/workbookTemplates.d.ts.map +0 -1
- package/dist-esm/src/operations/workbookTemplates.js +0 -227
- package/dist-esm/src/operations/workbookTemplates.js.map +0 -1
- package/dist-esm/src/operations/workbooks.d.ts +0 -120
- package/dist-esm/src/operations/workbooks.d.ts.map +0 -1
- package/dist-esm/src/operations/workbooks.js +0 -564
- package/dist-esm/src/operations/workbooks.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/aPIKeys.d.ts +0 -38
- package/dist-esm/src/operationsInterfaces/aPIKeys.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/aPIKeys.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/analyticsItems.d.ts +0 -43
- package/dist-esm/src/operationsInterfaces/analyticsItems.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/analyticsItems.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/annotations.d.ts +0 -43
- package/dist-esm/src/operationsInterfaces/annotations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/annotations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/componentAvailableFeatures.d.ts +0 -12
- package/dist-esm/src/operationsInterfaces/componentAvailableFeatures.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/componentAvailableFeatures.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/componentCurrentBillingFeatures.d.ts +0 -21
- package/dist-esm/src/operationsInterfaces/componentCurrentBillingFeatures.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/componentCurrentBillingFeatures.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/componentFeatureCapabilities.d.ts +0 -12
- package/dist-esm/src/operationsInterfaces/componentFeatureCapabilities.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/componentFeatureCapabilities.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts +0 -45
- package/dist-esm/src/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/componentLinkedStorageAccountsOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/componentQuotaStatus.d.ts +0 -12
- package/dist-esm/src/operationsInterfaces/componentQuotaStatus.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/componentQuotaStatus.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/components.d.ts +0 -72
- package/dist-esm/src/operationsInterfaces/components.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/components.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/exportConfigurations.d.ts +0 -50
- package/dist-esm/src/operationsInterfaces/exportConfigurations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/exportConfigurations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/favorites.d.ts +0 -47
- package/dist-esm/src/operationsInterfaces/favorites.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/favorites.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -20
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -27
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/liveToken.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/liveToken.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/liveToken.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/myWorkbooks.d.ts +0 -49
- package/dist-esm/src/operationsInterfaces/myWorkbooks.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/myWorkbooks.js +0 -9
- package/dist-esm/src/operationsInterfaces/myWorkbooks.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/proactiveDetectionConfigurations.d.ts +0 -32
- package/dist-esm/src/operationsInterfaces/proactiveDetectionConfigurations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/proactiveDetectionConfigurations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/webTestLocations.d.ts +0 -13
- package/dist-esm/src/operationsInterfaces/webTestLocations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/webTestLocations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/webTests.d.ts +0 -55
- package/dist-esm/src/operationsInterfaces/webTests.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/webTests.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/workItemConfigurations.d.ts +0 -58
- package/dist-esm/src/operationsInterfaces/workItemConfigurations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/workItemConfigurations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/workbookTemplates.d.ts +0 -41
- package/dist-esm/src/operationsInterfaces/workbookTemplates.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/workbookTemplates.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/workbooks.d.ts +0 -63
- package/dist-esm/src/operationsInterfaces/workbooks.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/workbooks.js.map +0 -1
- package/dist-esm/src/pagingHelper.d.ts +0 -13
- package/dist-esm/src/pagingHelper.js +0 -32
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/test/sampleTest.d.ts +0 -2
- package/dist-esm/test/sampleTest.d.ts.map +0 -1
- package/dist-esm/test/sampleTest.js +0 -38
- package/dist-esm/test/sampleTest.js.map +0 -1
- package/rollup.config.js +0 -122
- package/src/applicationInsightsManagementClient.ts +0 -188
- package/src/index.ts +0 -13
- package/src/models/index.ts +0 -2455
- package/src/models/mappers.ts +0 -3258
- package/src/models/parameters.ts +0 -601
- package/src/operations/aPIKeys.ts +0 -256
- package/src/operations/analyticsItems.ts +0 -215
- package/src/operations/annotations.ts +0 -300
- package/src/operations/componentAvailableFeatures.ts +0 -70
- package/src/operations/componentCurrentBillingFeatures.ts +0 -114
- package/src/operations/componentFeatureCapabilities.ts +0 -70
- package/src/operations/componentLinkedStorageAccountsOperations.ts +0 -235
- package/src/operations/componentQuotaStatus.ts +0 -69
- package/src/operations/components.ts +0 -572
- package/src/operations/exportConfigurations.ts +0 -264
- package/src/operations/favorites.ts +0 -265
- package/src/operations/index.ts +0 -27
- package/src/operations/liveToken.ts +0 -61
- package/src/operations/myWorkbooks.ts +0 -535
- package/src/operations/proactiveDetectionConfigurations.ts +0 -179
- package/src/operations/webTestLocations.ts +0 -130
- package/src/operations/webTests.ts +0 -607
- package/src/operations/workItemConfigurations.ts +0 -351
- package/src/operations/workbookTemplates.ts +0 -295
- package/src/operations/workbooks.ts +0 -745
- package/src/operationsInterfaces/aPIKeys.ts +0 -76
- package/src/operationsInterfaces/analyticsItems.ts +0 -82
- package/src/operationsInterfaces/annotations.ts +0 -81
- package/src/operationsInterfaces/componentAvailableFeatures.ts +0 -27
- package/src/operationsInterfaces/componentCurrentBillingFeatures.ts +0 -44
- package/src/operationsInterfaces/componentFeatureCapabilities.ts +0 -27
- package/src/operationsInterfaces/componentLinkedStorageAccountsOperations.ts +0 -86
- package/src/operationsInterfaces/componentQuotaStatus.ts +0 -27
- package/src/operationsInterfaces/components.ts +0 -131
- package/src/operationsInterfaces/exportConfigurations.ts +0 -95
- package/src/operationsInterfaces/favorites.ts +0 -92
- package/src/operationsInterfaces/index.ts +0 -27
- package/src/operationsInterfaces/liveToken.ts +0 -22
- package/src/operationsInterfaces/myWorkbooks.ts +0 -95
- package/src/operationsInterfaces/proactiveDetectionConfigurations.ts +0 -63
- package/src/operationsInterfaces/webTestLocations.ts +0 -29
- package/src/operationsInterfaces/webTests.ts +0 -104
- package/src/operationsInterfaces/workItemConfigurations.ts +0 -109
- package/src/operationsInterfaces/workbookTemplates.ts +0 -80
- package/src/operationsInterfaces/workbooks.ts +0 -120
- package/src/pagingHelper.ts +0 -39
- package/tsconfig.json +0 -33
- package/types/arm-appinsights.d.ts +0 -3191
- package/types/tsdoc-metadata.json +0 -11
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/aPIKeys.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/analyticsItems.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/annotations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/componentAvailableFeatures.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/componentCurrentBillingFeatures.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/componentFeatureCapabilities.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/componentLinkedStorageAccountsOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/componentQuotaStatus.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/components.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/exportConfigurations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/favorites.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/liveToken.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/proactiveDetectionConfigurations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/webTestLocations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/webTests.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/workItemConfigurations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/workbookTemplates.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/workbooks.js +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
|
@@ -0,0 +1,546 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) Microsoft Corporation.
|
|
4
|
+
* Licensed under the MIT License.
|
|
5
|
+
*
|
|
6
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
exports.category = exports.workbookTemplateUpdateParameters = exports.workbookTemplateProperties = exports.apiVersion4 = exports.apiVersion3 = exports.overrideItem = exports.itemProperties = exports.name = exports.id = exports.includeContent = exports.typeParam = exports.scope = exports.scopePath = exports.componentName = exports.webTestTags = exports.webTestDefinition = exports.webTestName = exports.apiVersion2 = exports.favoriteProperties = exports.favoriteId = exports.tags = exports.canFetchContent = exports.sourceType = exports.favoriteType = exports.workItemConfigId = exports.workItemConfigurationProperties = exports.proactiveDetectionProperties = exports.configurationId = exports.billingFeaturesProperties = exports.exportId = exports.exportProperties = exports.keyId = exports.aPIKeyProperties = exports.annotationId = exports.annotationProperties = exports.end = exports.start = exports.apiVersion1 = exports.nextLink = exports.purgeId = exports.body = exports.componentTags = exports.insightProperties = exports.contentType = exports.resourceName = exports.resourceGroupName = exports.subscriptionId = exports.apiVersion = exports.$host = exports.accept = void 0;
|
|
11
|
+
exports.apiVersion8 = exports.category1 = exports.linkedStorageAccountsProperties1 = exports.linkedStorageAccountsProperties = exports.storageType = exports.apiVersion7 = exports.apiVersion6 = exports.resourceUri = exports.revisionId = exports.workbookUpdateParameters = exports.workbookProperties = exports.sourceId = exports.apiVersion5 = void 0;
|
|
12
|
+
const mappers_js_1 = require("../models/mappers.js");
|
|
13
|
+
exports.accept = {
|
|
14
|
+
parameterPath: "accept",
|
|
15
|
+
mapper: {
|
|
16
|
+
defaultValue: "application/json",
|
|
17
|
+
isConstant: true,
|
|
18
|
+
serializedName: "Accept",
|
|
19
|
+
type: {
|
|
20
|
+
name: "String",
|
|
21
|
+
},
|
|
22
|
+
},
|
|
23
|
+
};
|
|
24
|
+
exports.$host = {
|
|
25
|
+
parameterPath: "$host",
|
|
26
|
+
mapper: {
|
|
27
|
+
serializedName: "$host",
|
|
28
|
+
required: true,
|
|
29
|
+
type: {
|
|
30
|
+
name: "String",
|
|
31
|
+
},
|
|
32
|
+
},
|
|
33
|
+
skipEncoding: true,
|
|
34
|
+
};
|
|
35
|
+
exports.apiVersion = {
|
|
36
|
+
parameterPath: "apiVersion",
|
|
37
|
+
mapper: {
|
|
38
|
+
defaultValue: "2020-02-02",
|
|
39
|
+
isConstant: true,
|
|
40
|
+
serializedName: "api-version",
|
|
41
|
+
type: {
|
|
42
|
+
name: "String",
|
|
43
|
+
},
|
|
44
|
+
},
|
|
45
|
+
};
|
|
46
|
+
exports.subscriptionId = {
|
|
47
|
+
parameterPath: "subscriptionId",
|
|
48
|
+
mapper: {
|
|
49
|
+
constraints: {
|
|
50
|
+
MinLength: 1,
|
|
51
|
+
},
|
|
52
|
+
serializedName: "subscriptionId",
|
|
53
|
+
required: true,
|
|
54
|
+
type: {
|
|
55
|
+
name: "String",
|
|
56
|
+
},
|
|
57
|
+
},
|
|
58
|
+
};
|
|
59
|
+
exports.resourceGroupName = {
|
|
60
|
+
parameterPath: "resourceGroupName",
|
|
61
|
+
mapper: {
|
|
62
|
+
constraints: {
|
|
63
|
+
MaxLength: 90,
|
|
64
|
+
MinLength: 1,
|
|
65
|
+
},
|
|
66
|
+
serializedName: "resourceGroupName",
|
|
67
|
+
required: true,
|
|
68
|
+
type: {
|
|
69
|
+
name: "String",
|
|
70
|
+
},
|
|
71
|
+
},
|
|
72
|
+
};
|
|
73
|
+
exports.resourceName = {
|
|
74
|
+
parameterPath: "resourceName",
|
|
75
|
+
mapper: {
|
|
76
|
+
serializedName: "resourceName",
|
|
77
|
+
required: true,
|
|
78
|
+
type: {
|
|
79
|
+
name: "String",
|
|
80
|
+
},
|
|
81
|
+
},
|
|
82
|
+
};
|
|
83
|
+
exports.contentType = {
|
|
84
|
+
parameterPath: ["options", "contentType"],
|
|
85
|
+
mapper: {
|
|
86
|
+
defaultValue: "application/json",
|
|
87
|
+
isConstant: true,
|
|
88
|
+
serializedName: "Content-Type",
|
|
89
|
+
type: {
|
|
90
|
+
name: "String",
|
|
91
|
+
},
|
|
92
|
+
},
|
|
93
|
+
};
|
|
94
|
+
exports.insightProperties = {
|
|
95
|
+
parameterPath: "insightProperties",
|
|
96
|
+
mapper: mappers_js_1.ApplicationInsightsComponent,
|
|
97
|
+
};
|
|
98
|
+
exports.componentTags = {
|
|
99
|
+
parameterPath: "componentTags",
|
|
100
|
+
mapper: mappers_js_1.TagsResource,
|
|
101
|
+
};
|
|
102
|
+
exports.body = {
|
|
103
|
+
parameterPath: "body",
|
|
104
|
+
mapper: mappers_js_1.ComponentPurgeBody,
|
|
105
|
+
};
|
|
106
|
+
exports.purgeId = {
|
|
107
|
+
parameterPath: "purgeId",
|
|
108
|
+
mapper: {
|
|
109
|
+
serializedName: "purgeId",
|
|
110
|
+
required: true,
|
|
111
|
+
type: {
|
|
112
|
+
name: "String",
|
|
113
|
+
},
|
|
114
|
+
},
|
|
115
|
+
};
|
|
116
|
+
exports.nextLink = {
|
|
117
|
+
parameterPath: "nextLink",
|
|
118
|
+
mapper: {
|
|
119
|
+
serializedName: "nextLink",
|
|
120
|
+
required: true,
|
|
121
|
+
type: {
|
|
122
|
+
name: "String",
|
|
123
|
+
},
|
|
124
|
+
},
|
|
125
|
+
skipEncoding: true,
|
|
126
|
+
};
|
|
127
|
+
exports.apiVersion1 = {
|
|
128
|
+
parameterPath: "apiVersion",
|
|
129
|
+
mapper: {
|
|
130
|
+
defaultValue: "2015-05-01",
|
|
131
|
+
isConstant: true,
|
|
132
|
+
serializedName: "api-version",
|
|
133
|
+
type: {
|
|
134
|
+
name: "String",
|
|
135
|
+
},
|
|
136
|
+
},
|
|
137
|
+
};
|
|
138
|
+
exports.start = {
|
|
139
|
+
parameterPath: "start",
|
|
140
|
+
mapper: {
|
|
141
|
+
serializedName: "start",
|
|
142
|
+
required: true,
|
|
143
|
+
type: {
|
|
144
|
+
name: "String",
|
|
145
|
+
},
|
|
146
|
+
},
|
|
147
|
+
};
|
|
148
|
+
exports.end = {
|
|
149
|
+
parameterPath: "end",
|
|
150
|
+
mapper: {
|
|
151
|
+
serializedName: "end",
|
|
152
|
+
required: true,
|
|
153
|
+
type: {
|
|
154
|
+
name: "String",
|
|
155
|
+
},
|
|
156
|
+
},
|
|
157
|
+
};
|
|
158
|
+
exports.annotationProperties = {
|
|
159
|
+
parameterPath: "annotationProperties",
|
|
160
|
+
mapper: mappers_js_1.Annotation,
|
|
161
|
+
};
|
|
162
|
+
exports.annotationId = {
|
|
163
|
+
parameterPath: "annotationId",
|
|
164
|
+
mapper: {
|
|
165
|
+
serializedName: "annotationId",
|
|
166
|
+
required: true,
|
|
167
|
+
type: {
|
|
168
|
+
name: "String",
|
|
169
|
+
},
|
|
170
|
+
},
|
|
171
|
+
};
|
|
172
|
+
exports.aPIKeyProperties = {
|
|
173
|
+
parameterPath: "aPIKeyProperties",
|
|
174
|
+
mapper: mappers_js_1.APIKeyRequest,
|
|
175
|
+
};
|
|
176
|
+
exports.keyId = {
|
|
177
|
+
parameterPath: "keyId",
|
|
178
|
+
mapper: {
|
|
179
|
+
serializedName: "keyId",
|
|
180
|
+
required: true,
|
|
181
|
+
type: {
|
|
182
|
+
name: "String",
|
|
183
|
+
},
|
|
184
|
+
},
|
|
185
|
+
};
|
|
186
|
+
exports.exportProperties = {
|
|
187
|
+
parameterPath: "exportProperties",
|
|
188
|
+
mapper: mappers_js_1.ApplicationInsightsComponentExportRequest,
|
|
189
|
+
};
|
|
190
|
+
exports.exportId = {
|
|
191
|
+
parameterPath: "exportId",
|
|
192
|
+
mapper: {
|
|
193
|
+
serializedName: "exportId",
|
|
194
|
+
required: true,
|
|
195
|
+
type: {
|
|
196
|
+
name: "String",
|
|
197
|
+
},
|
|
198
|
+
},
|
|
199
|
+
};
|
|
200
|
+
exports.billingFeaturesProperties = {
|
|
201
|
+
parameterPath: "billingFeaturesProperties",
|
|
202
|
+
mapper: mappers_js_1.ApplicationInsightsComponentBillingFeatures,
|
|
203
|
+
};
|
|
204
|
+
exports.configurationId = {
|
|
205
|
+
parameterPath: "configurationId",
|
|
206
|
+
mapper: {
|
|
207
|
+
serializedName: "ConfigurationId",
|
|
208
|
+
required: true,
|
|
209
|
+
type: {
|
|
210
|
+
name: "String",
|
|
211
|
+
},
|
|
212
|
+
},
|
|
213
|
+
};
|
|
214
|
+
exports.proactiveDetectionProperties = {
|
|
215
|
+
parameterPath: "proactiveDetectionProperties",
|
|
216
|
+
mapper: mappers_js_1.ApplicationInsightsComponentProactiveDetectionConfiguration,
|
|
217
|
+
};
|
|
218
|
+
exports.workItemConfigurationProperties = {
|
|
219
|
+
parameterPath: "workItemConfigurationProperties",
|
|
220
|
+
mapper: mappers_js_1.WorkItemCreateConfiguration,
|
|
221
|
+
};
|
|
222
|
+
exports.workItemConfigId = {
|
|
223
|
+
parameterPath: "workItemConfigId",
|
|
224
|
+
mapper: {
|
|
225
|
+
serializedName: "workItemConfigId",
|
|
226
|
+
required: true,
|
|
227
|
+
type: {
|
|
228
|
+
name: "String",
|
|
229
|
+
},
|
|
230
|
+
},
|
|
231
|
+
};
|
|
232
|
+
exports.favoriteType = {
|
|
233
|
+
parameterPath: ["options", "favoriteType"],
|
|
234
|
+
mapper: {
|
|
235
|
+
serializedName: "favoriteType",
|
|
236
|
+
type: {
|
|
237
|
+
name: "Enum",
|
|
238
|
+
allowedValues: ["shared", "user"],
|
|
239
|
+
},
|
|
240
|
+
},
|
|
241
|
+
};
|
|
242
|
+
exports.sourceType = {
|
|
243
|
+
parameterPath: ["options", "sourceType"],
|
|
244
|
+
mapper: {
|
|
245
|
+
serializedName: "sourceType",
|
|
246
|
+
type: {
|
|
247
|
+
name: "String",
|
|
248
|
+
},
|
|
249
|
+
},
|
|
250
|
+
};
|
|
251
|
+
exports.canFetchContent = {
|
|
252
|
+
parameterPath: ["options", "canFetchContent"],
|
|
253
|
+
mapper: {
|
|
254
|
+
serializedName: "canFetchContent",
|
|
255
|
+
type: {
|
|
256
|
+
name: "Boolean",
|
|
257
|
+
},
|
|
258
|
+
},
|
|
259
|
+
};
|
|
260
|
+
exports.tags = {
|
|
261
|
+
parameterPath: ["options", "tags"],
|
|
262
|
+
mapper: {
|
|
263
|
+
serializedName: "tags",
|
|
264
|
+
type: {
|
|
265
|
+
name: "Sequence",
|
|
266
|
+
element: {
|
|
267
|
+
type: {
|
|
268
|
+
name: "String",
|
|
269
|
+
},
|
|
270
|
+
},
|
|
271
|
+
},
|
|
272
|
+
},
|
|
273
|
+
collectionFormat: "CSV",
|
|
274
|
+
};
|
|
275
|
+
exports.favoriteId = {
|
|
276
|
+
parameterPath: "favoriteId",
|
|
277
|
+
mapper: {
|
|
278
|
+
serializedName: "favoriteId",
|
|
279
|
+
required: true,
|
|
280
|
+
type: {
|
|
281
|
+
name: "String",
|
|
282
|
+
},
|
|
283
|
+
},
|
|
284
|
+
};
|
|
285
|
+
exports.favoriteProperties = {
|
|
286
|
+
parameterPath: "favoriteProperties",
|
|
287
|
+
mapper: mappers_js_1.ApplicationInsightsComponentFavorite,
|
|
288
|
+
};
|
|
289
|
+
exports.apiVersion2 = {
|
|
290
|
+
parameterPath: "apiVersion",
|
|
291
|
+
mapper: {
|
|
292
|
+
defaultValue: "2022-06-15",
|
|
293
|
+
isConstant: true,
|
|
294
|
+
serializedName: "api-version",
|
|
295
|
+
type: {
|
|
296
|
+
name: "String",
|
|
297
|
+
},
|
|
298
|
+
},
|
|
299
|
+
};
|
|
300
|
+
exports.webTestName = {
|
|
301
|
+
parameterPath: "webTestName",
|
|
302
|
+
mapper: {
|
|
303
|
+
serializedName: "webTestName",
|
|
304
|
+
required: true,
|
|
305
|
+
type: {
|
|
306
|
+
name: "String",
|
|
307
|
+
},
|
|
308
|
+
},
|
|
309
|
+
};
|
|
310
|
+
exports.webTestDefinition = {
|
|
311
|
+
parameterPath: "webTestDefinition",
|
|
312
|
+
mapper: mappers_js_1.WebTest,
|
|
313
|
+
};
|
|
314
|
+
exports.webTestTags = {
|
|
315
|
+
parameterPath: "webTestTags",
|
|
316
|
+
mapper: mappers_js_1.TagsResource,
|
|
317
|
+
};
|
|
318
|
+
exports.componentName = {
|
|
319
|
+
parameterPath: "componentName",
|
|
320
|
+
mapper: {
|
|
321
|
+
serializedName: "componentName",
|
|
322
|
+
required: true,
|
|
323
|
+
type: {
|
|
324
|
+
name: "String",
|
|
325
|
+
},
|
|
326
|
+
},
|
|
327
|
+
};
|
|
328
|
+
exports.scopePath = {
|
|
329
|
+
parameterPath: "scopePath",
|
|
330
|
+
mapper: {
|
|
331
|
+
serializedName: "scopePath",
|
|
332
|
+
required: true,
|
|
333
|
+
type: {
|
|
334
|
+
name: "String",
|
|
335
|
+
},
|
|
336
|
+
},
|
|
337
|
+
};
|
|
338
|
+
exports.scope = {
|
|
339
|
+
parameterPath: ["options", "scope"],
|
|
340
|
+
mapper: {
|
|
341
|
+
serializedName: "scope",
|
|
342
|
+
type: {
|
|
343
|
+
name: "String",
|
|
344
|
+
},
|
|
345
|
+
},
|
|
346
|
+
};
|
|
347
|
+
exports.typeParam = {
|
|
348
|
+
parameterPath: ["options", "type"],
|
|
349
|
+
mapper: {
|
|
350
|
+
defaultValue: "none",
|
|
351
|
+
serializedName: "type",
|
|
352
|
+
type: {
|
|
353
|
+
name: "String",
|
|
354
|
+
},
|
|
355
|
+
},
|
|
356
|
+
};
|
|
357
|
+
exports.includeContent = {
|
|
358
|
+
parameterPath: ["options", "includeContent"],
|
|
359
|
+
mapper: {
|
|
360
|
+
serializedName: "includeContent",
|
|
361
|
+
type: {
|
|
362
|
+
name: "Boolean",
|
|
363
|
+
},
|
|
364
|
+
},
|
|
365
|
+
};
|
|
366
|
+
exports.id = {
|
|
367
|
+
parameterPath: ["options", "id"],
|
|
368
|
+
mapper: {
|
|
369
|
+
serializedName: "id",
|
|
370
|
+
type: {
|
|
371
|
+
name: "String",
|
|
372
|
+
},
|
|
373
|
+
},
|
|
374
|
+
};
|
|
375
|
+
exports.name = {
|
|
376
|
+
parameterPath: ["options", "name"],
|
|
377
|
+
mapper: {
|
|
378
|
+
serializedName: "name",
|
|
379
|
+
type: {
|
|
380
|
+
name: "String",
|
|
381
|
+
},
|
|
382
|
+
},
|
|
383
|
+
};
|
|
384
|
+
exports.itemProperties = {
|
|
385
|
+
parameterPath: "itemProperties",
|
|
386
|
+
mapper: mappers_js_1.ApplicationInsightsComponentAnalyticsItem,
|
|
387
|
+
};
|
|
388
|
+
exports.overrideItem = {
|
|
389
|
+
parameterPath: ["options", "overrideItem"],
|
|
390
|
+
mapper: {
|
|
391
|
+
serializedName: "overrideItem",
|
|
392
|
+
type: {
|
|
393
|
+
name: "Boolean",
|
|
394
|
+
},
|
|
395
|
+
},
|
|
396
|
+
};
|
|
397
|
+
exports.apiVersion3 = {
|
|
398
|
+
parameterPath: "apiVersion",
|
|
399
|
+
mapper: {
|
|
400
|
+
defaultValue: "2021-03-08",
|
|
401
|
+
isConstant: true,
|
|
402
|
+
serializedName: "api-version",
|
|
403
|
+
type: {
|
|
404
|
+
name: "String",
|
|
405
|
+
},
|
|
406
|
+
},
|
|
407
|
+
};
|
|
408
|
+
exports.apiVersion4 = {
|
|
409
|
+
parameterPath: "apiVersion",
|
|
410
|
+
mapper: {
|
|
411
|
+
defaultValue: "2020-11-20",
|
|
412
|
+
isConstant: true,
|
|
413
|
+
serializedName: "api-version",
|
|
414
|
+
type: {
|
|
415
|
+
name: "String",
|
|
416
|
+
},
|
|
417
|
+
},
|
|
418
|
+
};
|
|
419
|
+
exports.workbookTemplateProperties = {
|
|
420
|
+
parameterPath: "workbookTemplateProperties",
|
|
421
|
+
mapper: mappers_js_1.WorkbookTemplate,
|
|
422
|
+
};
|
|
423
|
+
exports.workbookTemplateUpdateParameters = {
|
|
424
|
+
parameterPath: ["options", "workbookTemplateUpdateParameters"],
|
|
425
|
+
mapper: mappers_js_1.WorkbookTemplateUpdateParameters,
|
|
426
|
+
};
|
|
427
|
+
exports.category = {
|
|
428
|
+
parameterPath: "category",
|
|
429
|
+
mapper: {
|
|
430
|
+
serializedName: "category",
|
|
431
|
+
required: true,
|
|
432
|
+
type: {
|
|
433
|
+
name: "String",
|
|
434
|
+
},
|
|
435
|
+
},
|
|
436
|
+
};
|
|
437
|
+
exports.apiVersion5 = {
|
|
438
|
+
parameterPath: "apiVersion",
|
|
439
|
+
mapper: {
|
|
440
|
+
defaultValue: "2023-06-01",
|
|
441
|
+
isConstant: true,
|
|
442
|
+
serializedName: "api-version",
|
|
443
|
+
type: {
|
|
444
|
+
name: "String",
|
|
445
|
+
},
|
|
446
|
+
},
|
|
447
|
+
};
|
|
448
|
+
exports.sourceId = {
|
|
449
|
+
parameterPath: ["options", "sourceId"],
|
|
450
|
+
mapper: {
|
|
451
|
+
serializedName: "sourceId",
|
|
452
|
+
type: {
|
|
453
|
+
name: "String",
|
|
454
|
+
},
|
|
455
|
+
},
|
|
456
|
+
};
|
|
457
|
+
exports.workbookProperties = {
|
|
458
|
+
parameterPath: "workbookProperties",
|
|
459
|
+
mapper: mappers_js_1.Workbook,
|
|
460
|
+
};
|
|
461
|
+
exports.workbookUpdateParameters = {
|
|
462
|
+
parameterPath: ["options", "workbookUpdateParameters"],
|
|
463
|
+
mapper: mappers_js_1.WorkbookUpdateParameters,
|
|
464
|
+
};
|
|
465
|
+
exports.revisionId = {
|
|
466
|
+
parameterPath: "revisionId",
|
|
467
|
+
mapper: {
|
|
468
|
+
serializedName: "revisionId",
|
|
469
|
+
required: true,
|
|
470
|
+
type: {
|
|
471
|
+
name: "String",
|
|
472
|
+
},
|
|
473
|
+
},
|
|
474
|
+
};
|
|
475
|
+
exports.resourceUri = {
|
|
476
|
+
parameterPath: "resourceUri",
|
|
477
|
+
mapper: {
|
|
478
|
+
serializedName: "resourceUri",
|
|
479
|
+
required: true,
|
|
480
|
+
type: {
|
|
481
|
+
name: "String",
|
|
482
|
+
},
|
|
483
|
+
},
|
|
484
|
+
skipEncoding: true,
|
|
485
|
+
};
|
|
486
|
+
exports.apiVersion6 = {
|
|
487
|
+
parameterPath: "apiVersion",
|
|
488
|
+
mapper: {
|
|
489
|
+
defaultValue: "2021-10-14",
|
|
490
|
+
isConstant: true,
|
|
491
|
+
serializedName: "api-version",
|
|
492
|
+
type: {
|
|
493
|
+
name: "String",
|
|
494
|
+
},
|
|
495
|
+
},
|
|
496
|
+
};
|
|
497
|
+
exports.apiVersion7 = {
|
|
498
|
+
parameterPath: "apiVersion",
|
|
499
|
+
mapper: {
|
|
500
|
+
defaultValue: "2020-03-01-preview",
|
|
501
|
+
isConstant: true,
|
|
502
|
+
serializedName: "api-version",
|
|
503
|
+
type: {
|
|
504
|
+
name: "String",
|
|
505
|
+
},
|
|
506
|
+
},
|
|
507
|
+
};
|
|
508
|
+
exports.storageType = {
|
|
509
|
+
parameterPath: "storageType",
|
|
510
|
+
mapper: {
|
|
511
|
+
serializedName: "storageType",
|
|
512
|
+
required: true,
|
|
513
|
+
type: {
|
|
514
|
+
name: "String",
|
|
515
|
+
},
|
|
516
|
+
},
|
|
517
|
+
};
|
|
518
|
+
exports.linkedStorageAccountsProperties = {
|
|
519
|
+
parameterPath: "linkedStorageAccountsProperties",
|
|
520
|
+
mapper: mappers_js_1.ComponentLinkedStorageAccounts,
|
|
521
|
+
};
|
|
522
|
+
exports.linkedStorageAccountsProperties1 = {
|
|
523
|
+
parameterPath: "linkedStorageAccountsProperties",
|
|
524
|
+
mapper: mappers_js_1.ComponentLinkedStorageAccountsPatch,
|
|
525
|
+
};
|
|
526
|
+
exports.category1 = {
|
|
527
|
+
parameterPath: ["options", "category"],
|
|
528
|
+
mapper: {
|
|
529
|
+
serializedName: "category",
|
|
530
|
+
type: {
|
|
531
|
+
name: "String",
|
|
532
|
+
},
|
|
533
|
+
},
|
|
534
|
+
};
|
|
535
|
+
exports.apiVersion8 = {
|
|
536
|
+
parameterPath: "apiVersion",
|
|
537
|
+
mapper: {
|
|
538
|
+
defaultValue: "2024-02-01-preview",
|
|
539
|
+
isConstant: true,
|
|
540
|
+
serializedName: "api-version",
|
|
541
|
+
type: {
|
|
542
|
+
name: "String",
|
|
543
|
+
},
|
|
544
|
+
},
|
|
545
|
+
};
|
|
546
|
+
//# sourceMappingURL=parameters.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"parameters.js","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport {\n OperationParameter,\n OperationURLParameter,\n OperationQueryParameter,\n} from \"@azure/core-client\";\nimport {\n ApplicationInsightsComponent as ApplicationInsightsComponentMapper,\n TagsResource as TagsResourceMapper,\n ComponentPurgeBody as ComponentPurgeBodyMapper,\n Annotation as AnnotationMapper,\n APIKeyRequest as APIKeyRequestMapper,\n ApplicationInsightsComponentExportRequest as ApplicationInsightsComponentExportRequestMapper,\n ApplicationInsightsComponentBillingFeatures as ApplicationInsightsComponentBillingFeaturesMapper,\n ApplicationInsightsComponentProactiveDetectionConfiguration as ApplicationInsightsComponentProactiveDetectionConfigurationMapper,\n WorkItemCreateConfiguration as WorkItemCreateConfigurationMapper,\n ApplicationInsightsComponentFavorite as ApplicationInsightsComponentFavoriteMapper,\n WebTest as WebTestMapper,\n ApplicationInsightsComponentAnalyticsItem as ApplicationInsightsComponentAnalyticsItemMapper,\n WorkbookTemplate as WorkbookTemplateMapper,\n WorkbookTemplateUpdateParameters as WorkbookTemplateUpdateParametersMapper,\n Workbook as WorkbookMapper,\n WorkbookUpdateParameters as WorkbookUpdateParametersMapper,\n ComponentLinkedStorageAccounts as ComponentLinkedStorageAccountsMapper,\n ComponentLinkedStorageAccountsPatch as ComponentLinkedStorageAccountsPatchMapper,\n} from \"../models/mappers.js\";\n\nexport const accept: OperationParameter = {\n parameterPath: \"accept\",\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Accept\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const $host: OperationURLParameter = {\n parameterPath: \"$host\",\n mapper: {\n serializedName: \"$host\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n skipEncoding: true,\n};\n\nexport const apiVersion: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2020-02-02\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const subscriptionId: OperationURLParameter = {\n parameterPath: \"subscriptionId\",\n mapper: {\n constraints: {\n MinLength: 1,\n },\n serializedName: \"subscriptionId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const resourceGroupName: OperationURLParameter = {\n parameterPath: \"resourceGroupName\",\n mapper: {\n constraints: {\n MaxLength: 90,\n MinLength: 1,\n },\n serializedName: \"resourceGroupName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const resourceName: OperationURLParameter = {\n parameterPath: \"resourceName\",\n mapper: {\n serializedName: \"resourceName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const contentType: OperationParameter = {\n parameterPath: [\"options\", \"contentType\"],\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Content-Type\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const insightProperties: OperationParameter = {\n parameterPath: \"insightProperties\",\n mapper: ApplicationInsightsComponentMapper,\n};\n\nexport const componentTags: OperationParameter = {\n parameterPath: \"componentTags\",\n mapper: TagsResourceMapper,\n};\n\nexport const body: OperationParameter = {\n parameterPath: \"body\",\n mapper: ComponentPurgeBodyMapper,\n};\n\nexport const purgeId: OperationURLParameter = {\n parameterPath: \"purgeId\",\n mapper: {\n serializedName: \"purgeId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const nextLink: OperationURLParameter = {\n parameterPath: \"nextLink\",\n mapper: {\n serializedName: \"nextLink\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n skipEncoding: true,\n};\n\nexport const apiVersion1: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2015-05-01\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const start: OperationQueryParameter = {\n parameterPath: \"start\",\n mapper: {\n serializedName: \"start\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const end: OperationQueryParameter = {\n parameterPath: \"end\",\n mapper: {\n serializedName: \"end\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const annotationProperties: OperationParameter = {\n parameterPath: \"annotationProperties\",\n mapper: AnnotationMapper,\n};\n\nexport const annotationId: OperationURLParameter = {\n parameterPath: \"annotationId\",\n mapper: {\n serializedName: \"annotationId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const aPIKeyProperties: OperationParameter = {\n parameterPath: \"aPIKeyProperties\",\n mapper: APIKeyRequestMapper,\n};\n\nexport const keyId: OperationURLParameter = {\n parameterPath: \"keyId\",\n mapper: {\n serializedName: \"keyId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const exportProperties: OperationParameter = {\n parameterPath: \"exportProperties\",\n mapper: ApplicationInsightsComponentExportRequestMapper,\n};\n\nexport const exportId: OperationURLParameter = {\n parameterPath: \"exportId\",\n mapper: {\n serializedName: \"exportId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const billingFeaturesProperties: OperationParameter = {\n parameterPath: \"billingFeaturesProperties\",\n mapper: ApplicationInsightsComponentBillingFeaturesMapper,\n};\n\nexport const configurationId: OperationURLParameter = {\n parameterPath: \"configurationId\",\n mapper: {\n serializedName: \"ConfigurationId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const proactiveDetectionProperties: OperationParameter = {\n parameterPath: \"proactiveDetectionProperties\",\n mapper: ApplicationInsightsComponentProactiveDetectionConfigurationMapper,\n};\n\nexport const workItemConfigurationProperties: OperationParameter = {\n parameterPath: \"workItemConfigurationProperties\",\n mapper: WorkItemCreateConfigurationMapper,\n};\n\nexport const workItemConfigId: OperationURLParameter = {\n parameterPath: \"workItemConfigId\",\n mapper: {\n serializedName: \"workItemConfigId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const favoriteType: OperationQueryParameter = {\n parameterPath: [\"options\", \"favoriteType\"],\n mapper: {\n serializedName: \"favoriteType\",\n type: {\n name: \"Enum\",\n allowedValues: [\"shared\", \"user\"],\n },\n },\n};\n\nexport const sourceType: OperationQueryParameter = {\n parameterPath: [\"options\", \"sourceType\"],\n mapper: {\n serializedName: \"sourceType\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const canFetchContent: OperationQueryParameter = {\n parameterPath: [\"options\", \"canFetchContent\"],\n mapper: {\n serializedName: \"canFetchContent\",\n type: {\n name: \"Boolean\",\n },\n },\n};\n\nexport const tags: OperationQueryParameter = {\n parameterPath: [\"options\", \"tags\"],\n mapper: {\n serializedName: \"tags\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n collectionFormat: \"CSV\",\n};\n\nexport const favoriteId: OperationURLParameter = {\n parameterPath: \"favoriteId\",\n mapper: {\n serializedName: \"favoriteId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const favoriteProperties: OperationParameter = {\n parameterPath: \"favoriteProperties\",\n mapper: ApplicationInsightsComponentFavoriteMapper,\n};\n\nexport const apiVersion2: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2022-06-15\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const webTestName: OperationURLParameter = {\n parameterPath: \"webTestName\",\n mapper: {\n serializedName: \"webTestName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const webTestDefinition: OperationParameter = {\n parameterPath: \"webTestDefinition\",\n mapper: WebTestMapper,\n};\n\nexport const webTestTags: OperationParameter = {\n parameterPath: \"webTestTags\",\n mapper: TagsResourceMapper,\n};\n\nexport const componentName: OperationURLParameter = {\n parameterPath: \"componentName\",\n mapper: {\n serializedName: \"componentName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const scopePath: OperationURLParameter = {\n parameterPath: \"scopePath\",\n mapper: {\n serializedName: \"scopePath\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const scope: OperationQueryParameter = {\n parameterPath: [\"options\", \"scope\"],\n mapper: {\n serializedName: \"scope\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const typeParam: OperationQueryParameter = {\n parameterPath: [\"options\", \"type\"],\n mapper: {\n defaultValue: \"none\",\n serializedName: \"type\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const includeContent: OperationQueryParameter = {\n parameterPath: [\"options\", \"includeContent\"],\n mapper: {\n serializedName: \"includeContent\",\n type: {\n name: \"Boolean\",\n },\n },\n};\n\nexport const id: OperationQueryParameter = {\n parameterPath: [\"options\", \"id\"],\n mapper: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const name: OperationQueryParameter = {\n parameterPath: [\"options\", \"name\"],\n mapper: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const itemProperties: OperationParameter = {\n parameterPath: \"itemProperties\",\n mapper: ApplicationInsightsComponentAnalyticsItemMapper,\n};\n\nexport const overrideItem: OperationQueryParameter = {\n parameterPath: [\"options\", \"overrideItem\"],\n mapper: {\n serializedName: \"overrideItem\",\n type: {\n name: \"Boolean\",\n },\n },\n};\n\nexport const apiVersion3: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2021-03-08\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const apiVersion4: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2020-11-20\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const workbookTemplateProperties: OperationParameter = {\n parameterPath: \"workbookTemplateProperties\",\n mapper: WorkbookTemplateMapper,\n};\n\nexport const workbookTemplateUpdateParameters: OperationParameter = {\n parameterPath: [\"options\", \"workbookTemplateUpdateParameters\"],\n mapper: WorkbookTemplateUpdateParametersMapper,\n};\n\nexport const category: OperationQueryParameter = {\n parameterPath: \"category\",\n mapper: {\n serializedName: \"category\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const apiVersion5: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2023-06-01\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const sourceId: OperationQueryParameter = {\n parameterPath: [\"options\", \"sourceId\"],\n mapper: {\n serializedName: \"sourceId\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const workbookProperties: OperationParameter = {\n parameterPath: \"workbookProperties\",\n mapper: WorkbookMapper,\n};\n\nexport const workbookUpdateParameters: OperationParameter = {\n parameterPath: [\"options\", \"workbookUpdateParameters\"],\n mapper: WorkbookUpdateParametersMapper,\n};\n\nexport const revisionId: OperationURLParameter = {\n parameterPath: \"revisionId\",\n mapper: {\n serializedName: \"revisionId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const resourceUri: OperationURLParameter = {\n parameterPath: \"resourceUri\",\n mapper: {\n serializedName: \"resourceUri\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n skipEncoding: true,\n};\n\nexport const apiVersion6: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2021-10-14\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const apiVersion7: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2020-03-01-preview\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const storageType: OperationURLParameter = {\n parameterPath: \"storageType\",\n mapper: {\n serializedName: \"storageType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const linkedStorageAccountsProperties: OperationParameter = {\n parameterPath: \"linkedStorageAccountsProperties\",\n mapper: ComponentLinkedStorageAccountsMapper,\n};\n\nexport const linkedStorageAccountsProperties1: OperationParameter = {\n parameterPath: \"linkedStorageAccountsProperties\",\n mapper: ComponentLinkedStorageAccountsPatchMapper,\n};\n\nexport const category1: OperationQueryParameter = {\n parameterPath: [\"options\", \"category\"],\n mapper: {\n serializedName: \"category\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const apiVersion8: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2024-02-01-preview\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\",\n },\n },\n};\n"]}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { APIKeys } from "../operationsInterfaces/index.js";
|
|
3
|
+
import { ApplicationInsightsManagementClient } from "../applicationInsightsManagementClient.js";
|
|
4
|
+
import { ApplicationInsightsComponentAPIKey, APIKeysListOptionalParams, APIKeyRequest, APIKeysCreateOptionalParams, APIKeysCreateResponse, APIKeysDeleteOptionalParams, APIKeysDeleteResponse, APIKeysGetOptionalParams, APIKeysGetResponse } from "../models/index.js";
|
|
5
|
+
/** Class containing APIKeys operations. */
|
|
6
|
+
export declare class APIKeysImpl implements APIKeys {
|
|
7
|
+
private readonly client;
|
|
8
|
+
/**
|
|
9
|
+
* Initialize a new instance of the class APIKeys class.
|
|
10
|
+
* @param client Reference to the service client
|
|
11
|
+
*/
|
|
12
|
+
constructor(client: ApplicationInsightsManagementClient);
|
|
13
|
+
/**
|
|
14
|
+
* Gets a list of API keys of an Application Insights component.
|
|
15
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
16
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
17
|
+
* @param options The options parameters.
|
|
18
|
+
*/
|
|
19
|
+
list(resourceGroupName: string, resourceName: string, options?: APIKeysListOptionalParams): PagedAsyncIterableIterator<ApplicationInsightsComponentAPIKey>;
|
|
20
|
+
private listPagingPage;
|
|
21
|
+
private listPagingAll;
|
|
22
|
+
/**
|
|
23
|
+
* Gets a list of API keys of an Application Insights component.
|
|
24
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
25
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
26
|
+
* @param options The options parameters.
|
|
27
|
+
*/
|
|
28
|
+
private _list;
|
|
29
|
+
/**
|
|
30
|
+
* Create an API Key of an Application Insights component.
|
|
31
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
32
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
33
|
+
* @param aPIKeyProperties Properties that need to be specified to create an API key of a Application
|
|
34
|
+
* Insights component.
|
|
35
|
+
* @param options The options parameters.
|
|
36
|
+
*/
|
|
37
|
+
create(resourceGroupName: string, resourceName: string, aPIKeyProperties: APIKeyRequest, options?: APIKeysCreateOptionalParams): Promise<APIKeysCreateResponse>;
|
|
38
|
+
/**
|
|
39
|
+
* Delete an API Key of an Application Insights component.
|
|
40
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
41
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
42
|
+
* @param keyId The API Key ID. This is unique within a Application Insights component.
|
|
43
|
+
* @param options The options parameters.
|
|
44
|
+
*/
|
|
45
|
+
delete(resourceGroupName: string, resourceName: string, keyId: string, options?: APIKeysDeleteOptionalParams): Promise<APIKeysDeleteResponse>;
|
|
46
|
+
/**
|
|
47
|
+
* Get the API Key for this key id.
|
|
48
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
49
|
+
* @param resourceName The name of the Application Insights component resource.
|
|
50
|
+
* @param keyId The API Key ID. This is unique within a Application Insights component.
|
|
51
|
+
* @param options The options parameters.
|
|
52
|
+
*/
|
|
53
|
+
get(resourceGroupName: string, resourceName: string, keyId: string, options?: APIKeysGetOptionalParams): Promise<APIKeysGetResponse>;
|
|
54
|
+
}
|
|
55
|
+
//# sourceMappingURL=aPIKeys.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"aPIKeys.d.ts","sourceRoot":"","sources":["../../../src/operations/aPIKeys.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAC9E,OAAO,EAAE,OAAO,EAAE,MAAM,kCAAkC,CAAC;AAI3D,OAAO,EAAE,mCAAmC,EAAE,MAAM,2CAA2C,CAAC;AAChG,OAAO,EACL,kCAAkC,EAClC,yBAAyB,EAEzB,aAAa,EACb,2BAA2B,EAC3B,qBAAqB,EACrB,2BAA2B,EAC3B,qBAAqB,EACrB,wBAAwB,EACxB,kBAAkB,EACnB,MAAM,oBAAoB,CAAC;AAG5B,2CAA2C;AAC3C,qBAAa,WAAY,YAAW,OAAO;IACzC,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAsC;IAE7D;;;OAGG;gBACS,MAAM,EAAE,mCAAmC;IAIvD;;;;;OAKG;IACI,IAAI,CACT,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,yBAAyB,GAClC,0BAA0B,CAAC,kCAAkC,CAAC;YAuBlD,cAAc;YAWd,aAAa;IAc5B;;;;;OAKG;IACH,OAAO,CAAC,KAAK;IAWb;;;;;;;OAOG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,gBAAgB,EAAE,aAAa,EAC/B,OAAO,CAAC,EAAE,2BAA2B,GACpC,OAAO,CAAC,qBAAqB,CAAC;IAOjC;;;;;;OAMG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,KAAK,EAAE,MAAM,EACb,OAAO,CAAC,EAAE,2BAA2B,GACpC,OAAO,CAAC,qBAAqB,CAAC;IAOjC;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,KAAK,EAAE,MAAM,EACb,OAAO,CAAC,EAAE,wBAAwB,GACjC,OAAO,CAAC,kBAAkB,CAAC;CAM/B"}
|