@azure/arm-appinsights 3.0.0 → 5.0.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (449) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/LICENSE +21 -0
  3. package/README.md +72 -73
  4. package/dist/index.js +7675 -0
  5. package/dist/index.js.map +1 -0
  6. package/dist/index.min.js +1 -0
  7. package/dist/index.min.js.map +1 -0
  8. package/dist-esm/src/applicationInsightsManagementClient.d.ts +36 -0
  9. package/dist-esm/src/applicationInsightsManagementClient.d.ts.map +1 -0
  10. package/dist-esm/src/applicationInsightsManagementClient.js +69 -0
  11. package/dist-esm/src/applicationInsightsManagementClient.js.map +1 -0
  12. package/dist-esm/src/index.d.ts +5 -0
  13. package/dist-esm/src/index.d.ts.map +1 -0
  14. package/dist-esm/src/index.js +12 -0
  15. package/dist-esm/src/index.js.map +1 -0
  16. package/dist-esm/src/models/index.d.ts +2080 -0
  17. package/dist-esm/src/models/index.d.ts.map +1 -0
  18. package/dist-esm/src/models/index.js +133 -0
  19. package/dist-esm/src/models/index.js.map +1 -0
  20. package/dist-esm/src/models/mappers.d.ts +86 -0
  21. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  22. package/{esm → dist-esm/src}/models/mappers.js +1481 -1003
  23. package/dist-esm/src/models/mappers.js.map +1 -0
  24. package/dist-esm/src/models/parameters.d.ts +63 -0
  25. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  26. package/dist-esm/src/models/parameters.js +515 -0
  27. package/dist-esm/src/models/parameters.js.map +1 -0
  28. package/dist-esm/src/operations/aPIKeys.d.ts +55 -0
  29. package/dist-esm/src/operations/aPIKeys.d.ts.map +1 -0
  30. package/dist-esm/src/operations/aPIKeys.js +185 -0
  31. package/dist-esm/src/operations/aPIKeys.js.map +1 -0
  32. package/dist-esm/src/operations/analyticsItems.d.ts +51 -0
  33. package/dist-esm/src/operations/analyticsItems.d.ts.map +1 -0
  34. package/dist-esm/src/operations/analyticsItems.js +157 -0
  35. package/dist-esm/src/operations/analyticsItems.js.map +1 -0
  36. package/dist-esm/src/operations/annotations.d.ts +63 -0
  37. package/dist-esm/src/operations/annotations.d.ts.map +1 -0
  38. package/dist-esm/src/operations/annotations.js +207 -0
  39. package/dist-esm/src/operations/annotations.js.map +1 -0
  40. package/dist-esm/src/operations/componentAvailableFeatures.d.ts +20 -0
  41. package/dist-esm/src/operations/componentAvailableFeatures.d.ts.map +1 -0
  42. package/dist-esm/src/operations/componentAvailableFeatures.js +50 -0
  43. package/dist-esm/src/operations/componentAvailableFeatures.js.map +1 -0
  44. package/dist-esm/src/operations/componentCurrentBillingFeatures.d.ts +29 -0
  45. package/dist-esm/src/operations/componentCurrentBillingFeatures.d.ts.map +1 -0
  46. package/dist-esm/src/operations/componentCurrentBillingFeatures.js +81 -0
  47. package/dist-esm/src/operations/componentCurrentBillingFeatures.js.map +1 -0
  48. package/dist-esm/src/operations/componentFeatureCapabilities.d.ts +20 -0
  49. package/dist-esm/src/operations/componentFeatureCapabilities.d.ts.map +1 -0
  50. package/dist-esm/src/operations/componentFeatureCapabilities.js +50 -0
  51. package/dist-esm/src/operations/componentFeatureCapabilities.js.map +1 -0
  52. package/dist-esm/src/operations/componentLinkedStorageAccountsOperations.d.ts +53 -0
  53. package/dist-esm/src/operations/componentLinkedStorageAccountsOperations.d.ts.map +1 -0
  54. package/dist-esm/src/operations/componentLinkedStorageAccountsOperations.js +174 -0
  55. package/dist-esm/src/operations/componentLinkedStorageAccountsOperations.js.map +1 -0
  56. package/dist-esm/src/operations/componentQuotaStatus.d.ts +20 -0
  57. package/dist-esm/src/operations/componentQuotaStatus.d.ts.map +1 -0
  58. package/dist-esm/src/operations/componentQuotaStatus.js +50 -0
  59. package/dist-esm/src/operations/componentQuotaStatus.js.map +1 -0
  60. package/dist-esm/src/operations/components.d.ts +108 -0
  61. package/dist-esm/src/operations/components.d.ts.map +1 -0
  62. package/dist-esm/src/operations/components.js +402 -0
  63. package/dist-esm/src/operations/components.js.map +1 -0
  64. package/dist-esm/src/operations/exportConfigurations.d.ts +58 -0
  65. package/dist-esm/src/operations/exportConfigurations.d.ts.map +1 -0
  66. package/dist-esm/src/operations/exportConfigurations.js +195 -0
  67. package/dist-esm/src/operations/exportConfigurations.js.map +1 -0
  68. package/dist-esm/src/operations/favorites.d.ts +55 -0
  69. package/dist-esm/src/operations/favorites.d.ts.map +1 -0
  70. package/dist-esm/src/operations/favorites.js +196 -0
  71. package/dist-esm/src/operations/favorites.js.map +1 -0
  72. package/{esm → dist-esm/src}/operations/index.d.ts +3 -2
  73. package/dist-esm/src/operations/index.d.ts.map +1 -0
  74. package/{esm → dist-esm/src}/operations/index.js +6 -7
  75. package/dist-esm/src/operations/index.js.map +1 -0
  76. package/dist-esm/src/operations/liveToken.d.ts +19 -0
  77. package/dist-esm/src/operations/liveToken.d.ts.map +1 -0
  78. package/dist-esm/src/operations/liveToken.js +47 -0
  79. package/dist-esm/src/operations/liveToken.js.map +1 -0
  80. package/dist-esm/src/operations/myWorkbooks.d.ts +89 -0
  81. package/dist-esm/src/operations/myWorkbooks.d.ts.map +1 -0
  82. package/dist-esm/src/operations/myWorkbooks.js +387 -0
  83. package/dist-esm/src/operations/myWorkbooks.js.map +1 -0
  84. package/dist-esm/src/operations/operations.d.ts +32 -0
  85. package/dist-esm/src/operations/operations.d.ts.map +1 -0
  86. package/dist-esm/src/operations/operations.js +116 -0
  87. package/dist-esm/src/operations/operations.js.map +1 -0
  88. package/dist-esm/src/operations/proactiveDetectionConfigurations.d.ts +40 -0
  89. package/dist-esm/src/operations/proactiveDetectionConfigurations.d.ts.map +1 -0
  90. package/dist-esm/src/operations/proactiveDetectionConfigurations.js +130 -0
  91. package/dist-esm/src/operations/proactiveDetectionConfigurations.js.map +1 -0
  92. package/dist-esm/src/operations/webTestLocations.d.ts +30 -0
  93. package/dist-esm/src/operations/webTestLocations.d.ts.map +1 -0
  94. package/dist-esm/src/operations/webTestLocations.js +96 -0
  95. package/dist-esm/src/operations/webTestLocations.js.map +1 -0
  96. package/dist-esm/src/operations/webTests.d.ts +108 -0
  97. package/dist-esm/src/operations/webTests.d.ts.map +1 -0
  98. package/dist-esm/src/operations/webTests.js +435 -0
  99. package/dist-esm/src/operations/webTests.js.map +1 -0
  100. package/dist-esm/src/operations/workItemConfigurations.d.ts +75 -0
  101. package/dist-esm/src/operations/workItemConfigurations.d.ts.map +1 -0
  102. package/dist-esm/src/operations/workItemConfigurations.js +257 -0
  103. package/dist-esm/src/operations/workItemConfigurations.js.map +1 -0
  104. package/dist-esm/src/operations/workbookTemplates.d.ts +57 -0
  105. package/dist-esm/src/operations/workbookTemplates.d.ts.map +1 -0
  106. package/dist-esm/src/operations/workbookTemplates.js +223 -0
  107. package/dist-esm/src/operations/workbookTemplates.js.map +1 -0
  108. package/dist-esm/src/operations/workbooks.d.ts +120 -0
  109. package/dist-esm/src/operations/workbooks.d.ts.map +1 -0
  110. package/dist-esm/src/operations/workbooks.js +530 -0
  111. package/dist-esm/src/operations/workbooks.js.map +1 -0
  112. package/dist-esm/src/operationsInterfaces/aPIKeys.d.ts +38 -0
  113. package/dist-esm/src/operationsInterfaces/aPIKeys.d.ts.map +1 -0
  114. package/dist-esm/src/operationsInterfaces/aPIKeys.js +9 -0
  115. package/dist-esm/src/operationsInterfaces/aPIKeys.js.map +1 -0
  116. package/dist-esm/src/operationsInterfaces/analyticsItems.d.ts +43 -0
  117. package/dist-esm/src/operationsInterfaces/analyticsItems.d.ts.map +1 -0
  118. package/dist-esm/src/operationsInterfaces/analyticsItems.js +9 -0
  119. package/dist-esm/src/operationsInterfaces/analyticsItems.js.map +1 -0
  120. package/dist-esm/src/operationsInterfaces/annotations.d.ts +43 -0
  121. package/dist-esm/src/operationsInterfaces/annotations.d.ts.map +1 -0
  122. package/dist-esm/src/operationsInterfaces/annotations.js +9 -0
  123. package/dist-esm/src/operationsInterfaces/annotations.js.map +1 -0
  124. package/dist-esm/src/operationsInterfaces/componentAvailableFeatures.d.ts +12 -0
  125. package/dist-esm/src/operationsInterfaces/componentAvailableFeatures.d.ts.map +1 -0
  126. package/dist-esm/src/operationsInterfaces/componentAvailableFeatures.js +9 -0
  127. package/dist-esm/src/operationsInterfaces/componentAvailableFeatures.js.map +1 -0
  128. package/dist-esm/src/operationsInterfaces/componentCurrentBillingFeatures.d.ts +21 -0
  129. package/dist-esm/src/operationsInterfaces/componentCurrentBillingFeatures.d.ts.map +1 -0
  130. package/dist-esm/src/operationsInterfaces/componentCurrentBillingFeatures.js +9 -0
  131. package/dist-esm/src/operationsInterfaces/componentCurrentBillingFeatures.js.map +1 -0
  132. package/dist-esm/src/operationsInterfaces/componentFeatureCapabilities.d.ts +12 -0
  133. package/dist-esm/src/operationsInterfaces/componentFeatureCapabilities.d.ts.map +1 -0
  134. package/dist-esm/src/operationsInterfaces/componentFeatureCapabilities.js +9 -0
  135. package/dist-esm/src/operationsInterfaces/componentFeatureCapabilities.js.map +1 -0
  136. package/dist-esm/src/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts +45 -0
  137. package/dist-esm/src/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts.map +1 -0
  138. package/dist-esm/src/operationsInterfaces/componentLinkedStorageAccountsOperations.js +9 -0
  139. package/dist-esm/src/operationsInterfaces/componentLinkedStorageAccountsOperations.js.map +1 -0
  140. package/dist-esm/src/operationsInterfaces/componentQuotaStatus.d.ts +12 -0
  141. package/dist-esm/src/operationsInterfaces/componentQuotaStatus.d.ts.map +1 -0
  142. package/dist-esm/src/operationsInterfaces/componentQuotaStatus.js +9 -0
  143. package/dist-esm/src/operationsInterfaces/componentQuotaStatus.js.map +1 -0
  144. package/dist-esm/src/operationsInterfaces/components.d.ts +72 -0
  145. package/dist-esm/src/operationsInterfaces/components.d.ts.map +1 -0
  146. package/dist-esm/src/operationsInterfaces/components.js +9 -0
  147. package/dist-esm/src/operationsInterfaces/components.js.map +1 -0
  148. package/dist-esm/src/operationsInterfaces/exportConfigurations.d.ts +50 -0
  149. package/dist-esm/src/operationsInterfaces/exportConfigurations.d.ts.map +1 -0
  150. package/dist-esm/src/operationsInterfaces/exportConfigurations.js +9 -0
  151. package/dist-esm/src/operationsInterfaces/exportConfigurations.js.map +1 -0
  152. package/dist-esm/src/operationsInterfaces/favorites.d.ts +47 -0
  153. package/dist-esm/src/operationsInterfaces/favorites.d.ts.map +1 -0
  154. package/dist-esm/src/operationsInterfaces/favorites.js +9 -0
  155. package/dist-esm/src/operationsInterfaces/favorites.js.map +1 -0
  156. package/dist-esm/src/operationsInterfaces/index.d.ts +21 -0
  157. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  158. package/dist-esm/src/operationsInterfaces/index.js +28 -0
  159. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  160. package/dist-esm/src/operationsInterfaces/liveToken.d.ts +11 -0
  161. package/dist-esm/src/operationsInterfaces/liveToken.d.ts.map +1 -0
  162. package/dist-esm/src/operationsInterfaces/liveToken.js +9 -0
  163. package/dist-esm/src/operationsInterfaces/liveToken.js.map +1 -0
  164. package/dist-esm/src/operationsInterfaces/myWorkbooks.d.ts +49 -0
  165. package/dist-esm/src/operationsInterfaces/myWorkbooks.d.ts.map +1 -0
  166. package/dist-esm/src/operationsInterfaces/myWorkbooks.js +9 -0
  167. package/dist-esm/src/operationsInterfaces/myWorkbooks.js.map +1 -0
  168. package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
  169. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
  170. package/dist-esm/src/operationsInterfaces/operations.js +9 -0
  171. package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
  172. package/dist-esm/src/operationsInterfaces/proactiveDetectionConfigurations.d.ts +32 -0
  173. package/dist-esm/src/operationsInterfaces/proactiveDetectionConfigurations.d.ts.map +1 -0
  174. package/dist-esm/src/operationsInterfaces/proactiveDetectionConfigurations.js +9 -0
  175. package/dist-esm/src/operationsInterfaces/proactiveDetectionConfigurations.js.map +1 -0
  176. package/dist-esm/src/operationsInterfaces/webTestLocations.d.ts +13 -0
  177. package/dist-esm/src/operationsInterfaces/webTestLocations.d.ts.map +1 -0
  178. package/dist-esm/src/operationsInterfaces/webTestLocations.js +9 -0
  179. package/dist-esm/src/operationsInterfaces/webTestLocations.js.map +1 -0
  180. package/dist-esm/src/operationsInterfaces/webTests.d.ts +55 -0
  181. package/dist-esm/src/operationsInterfaces/webTests.d.ts.map +1 -0
  182. package/dist-esm/src/operationsInterfaces/webTests.js +9 -0
  183. package/dist-esm/src/operationsInterfaces/webTests.js.map +1 -0
  184. package/dist-esm/src/operationsInterfaces/workItemConfigurations.d.ts +58 -0
  185. package/dist-esm/src/operationsInterfaces/workItemConfigurations.d.ts.map +1 -0
  186. package/dist-esm/src/operationsInterfaces/workItemConfigurations.js +9 -0
  187. package/dist-esm/src/operationsInterfaces/workItemConfigurations.js.map +1 -0
  188. package/dist-esm/src/operationsInterfaces/workbookTemplates.d.ts +41 -0
  189. package/dist-esm/src/operationsInterfaces/workbookTemplates.d.ts.map +1 -0
  190. package/dist-esm/src/operationsInterfaces/workbookTemplates.js +9 -0
  191. package/dist-esm/src/operationsInterfaces/workbookTemplates.js.map +1 -0
  192. package/dist-esm/src/operationsInterfaces/workbooks.d.ts +63 -0
  193. package/dist-esm/src/operationsInterfaces/workbooks.d.ts.map +1 -0
  194. package/dist-esm/src/operationsInterfaces/workbooks.js +9 -0
  195. package/dist-esm/src/operationsInterfaces/workbooks.js.map +1 -0
  196. package/dist-esm/test/sampleTest.d.ts +2 -0
  197. package/dist-esm/test/sampleTest.d.ts.map +1 -0
  198. package/dist-esm/test/sampleTest.js +40 -0
  199. package/dist-esm/test/sampleTest.js.map +1 -0
  200. package/package.json +71 -31
  201. package/review/arm-appinsights.api.md +1779 -0
  202. package/rollup.config.js +181 -30
  203. package/src/applicationInsightsManagementClient.ts +148 -65
  204. package/src/index.ts +12 -0
  205. package/src/models/index.ts +1616 -2507
  206. package/src/models/mappers.ts +1596 -1083
  207. package/src/models/parameters.ts +370 -186
  208. package/src/operations/aPIKeys.ts +155 -191
  209. package/src/operations/analyticsItems.ts +122 -240
  210. package/src/operations/annotations.ts +187 -214
  211. package/src/operations/componentAvailableFeatures.ts +40 -57
  212. package/src/operations/componentCurrentBillingFeatures.ts +66 -110
  213. package/src/operations/componentFeatureCapabilities.ts +40 -57
  214. package/src/operations/componentLinkedStorageAccountsOperations.ts +128 -182
  215. package/src/operations/componentQuotaStatus.ts +39 -57
  216. package/src/operations/components.ts +327 -440
  217. package/src/operations/exportConfigurations.ts +139 -264
  218. package/src/operations/favorites.ts +134 -242
  219. package/src/operations/index.ts +6 -7
  220. package/src/operations/liveToken.ts +30 -50
  221. package/src/operations/myWorkbooks.ts +360 -252
  222. package/src/operations/operations.ts +84 -169
  223. package/src/operations/proactiveDetectionConfigurations.ts +97 -160
  224. package/src/operations/webTestLocations.ts +86 -53
  225. package/src/operations/webTests.ts +391 -411
  226. package/src/operations/workItemConfigurations.ts +202 -283
  227. package/src/operations/workbookTemplates.ts +286 -0
  228. package/src/operations/workbooks.ts +558 -196
  229. package/src/operationsInterfaces/aPIKeys.ts +76 -0
  230. package/src/operationsInterfaces/analyticsItems.ts +82 -0
  231. package/src/operationsInterfaces/annotations.ts +81 -0
  232. package/src/operationsInterfaces/componentAvailableFeatures.ts +27 -0
  233. package/src/operationsInterfaces/componentCurrentBillingFeatures.ts +44 -0
  234. package/src/operationsInterfaces/componentFeatureCapabilities.ts +27 -0
  235. package/src/operationsInterfaces/componentLinkedStorageAccountsOperations.ts +86 -0
  236. package/src/operationsInterfaces/componentQuotaStatus.ts +27 -0
  237. package/src/operationsInterfaces/components.ts +131 -0
  238. package/src/operationsInterfaces/exportConfigurations.ts +95 -0
  239. package/src/operationsInterfaces/favorites.ts +92 -0
  240. package/src/operationsInterfaces/index.ts +28 -0
  241. package/src/operationsInterfaces/liveToken.ts +22 -0
  242. package/src/operationsInterfaces/myWorkbooks.ts +95 -0
  243. package/src/operationsInterfaces/operations.ts +22 -0
  244. package/src/operationsInterfaces/proactiveDetectionConfigurations.ts +63 -0
  245. package/src/operationsInterfaces/webTestLocations.ts +29 -0
  246. package/src/operationsInterfaces/webTests.ts +104 -0
  247. package/src/operationsInterfaces/workItemConfigurations.ts +109 -0
  248. package/src/operationsInterfaces/workbookTemplates.ts +80 -0
  249. package/src/operationsInterfaces/workbooks.ts +120 -0
  250. package/tsconfig.json +3 -3
  251. package/types/arm-appinsights.d.ts +3102 -0
  252. package/types/tsdoc-metadata.json +11 -0
  253. package/dist/arm-appinsights.js +0 -6616
  254. package/dist/arm-appinsights.js.map +0 -1
  255. package/dist/arm-appinsights.min.js +0 -1
  256. package/dist/arm-appinsights.min.js.map +0 -1
  257. package/esm/applicationInsightsManagementClient.d.ts +0 -36
  258. package/esm/applicationInsightsManagementClient.d.ts.map +0 -1
  259. package/esm/applicationInsightsManagementClient.js +0 -51
  260. package/esm/applicationInsightsManagementClient.js.map +0 -1
  261. package/esm/applicationInsightsManagementClientContext.d.ts +0 -15
  262. package/esm/applicationInsightsManagementClientContext.d.ts.map +0 -1
  263. package/esm/applicationInsightsManagementClientContext.js +0 -55
  264. package/esm/applicationInsightsManagementClientContext.js.map +0 -1
  265. package/esm/models/aPIKeysMappers.d.ts +0 -2
  266. package/esm/models/aPIKeysMappers.d.ts.map +0 -1
  267. package/esm/models/aPIKeysMappers.js +0 -9
  268. package/esm/models/aPIKeysMappers.js.map +0 -1
  269. package/esm/models/analyticsItemsMappers.d.ts +0 -2
  270. package/esm/models/analyticsItemsMappers.d.ts.map +0 -1
  271. package/esm/models/analyticsItemsMappers.js +0 -9
  272. package/esm/models/analyticsItemsMappers.js.map +0 -1
  273. package/esm/models/annotationsMappers.d.ts +0 -2
  274. package/esm/models/annotationsMappers.d.ts.map +0 -1
  275. package/esm/models/annotationsMappers.js +0 -9
  276. package/esm/models/annotationsMappers.js.map +0 -1
  277. package/esm/models/componentAvailableFeaturesMappers.d.ts +0 -2
  278. package/esm/models/componentAvailableFeaturesMappers.d.ts.map +0 -1
  279. package/esm/models/componentAvailableFeaturesMappers.js +0 -9
  280. package/esm/models/componentAvailableFeaturesMappers.js.map +0 -1
  281. package/esm/models/componentCurrentBillingFeaturesMappers.d.ts +0 -2
  282. package/esm/models/componentCurrentBillingFeaturesMappers.d.ts.map +0 -1
  283. package/esm/models/componentCurrentBillingFeaturesMappers.js +0 -9
  284. package/esm/models/componentCurrentBillingFeaturesMappers.js.map +0 -1
  285. package/esm/models/componentFeatureCapabilitiesMappers.d.ts +0 -2
  286. package/esm/models/componentFeatureCapabilitiesMappers.d.ts.map +0 -1
  287. package/esm/models/componentFeatureCapabilitiesMappers.js +0 -9
  288. package/esm/models/componentFeatureCapabilitiesMappers.js.map +0 -1
  289. package/esm/models/componentLinkedStorageAccountsOperationsMappers.d.ts +0 -2
  290. package/esm/models/componentLinkedStorageAccountsOperationsMappers.d.ts.map +0 -1
  291. package/esm/models/componentLinkedStorageAccountsOperationsMappers.js +0 -9
  292. package/esm/models/componentLinkedStorageAccountsOperationsMappers.js.map +0 -1
  293. package/esm/models/componentQuotaStatusMappers.d.ts +0 -2
  294. package/esm/models/componentQuotaStatusMappers.d.ts.map +0 -1
  295. package/esm/models/componentQuotaStatusMappers.js +0 -9
  296. package/esm/models/componentQuotaStatusMappers.js.map +0 -1
  297. package/esm/models/componentsMappers.d.ts +0 -2
  298. package/esm/models/componentsMappers.d.ts.map +0 -1
  299. package/esm/models/componentsMappers.js +0 -9
  300. package/esm/models/componentsMappers.js.map +0 -1
  301. package/esm/models/exportConfigurationsMappers.d.ts +0 -2
  302. package/esm/models/exportConfigurationsMappers.d.ts.map +0 -1
  303. package/esm/models/exportConfigurationsMappers.js +0 -9
  304. package/esm/models/exportConfigurationsMappers.js.map +0 -1
  305. package/esm/models/favoritesMappers.d.ts +0 -2
  306. package/esm/models/favoritesMappers.d.ts.map +0 -1
  307. package/esm/models/favoritesMappers.js +0 -9
  308. package/esm/models/favoritesMappers.js.map +0 -1
  309. package/esm/models/index.d.ts +0 -3038
  310. package/esm/models/index.d.ts.map +0 -1
  311. package/esm/models/index.js +0 -8
  312. package/esm/models/index.js.map +0 -1
  313. package/esm/models/liveTokenMappers.d.ts +0 -2
  314. package/esm/models/liveTokenMappers.d.ts.map +0 -1
  315. package/esm/models/liveTokenMappers.js +0 -9
  316. package/esm/models/liveTokenMappers.js.map +0 -1
  317. package/esm/models/mappers.d.ts +0 -69
  318. package/esm/models/mappers.d.ts.map +0 -1
  319. package/esm/models/mappers.js.map +0 -1
  320. package/esm/models/myWorkbooksMappers.d.ts +0 -2
  321. package/esm/models/myWorkbooksMappers.d.ts.map +0 -1
  322. package/esm/models/myWorkbooksMappers.js +0 -9
  323. package/esm/models/myWorkbooksMappers.js.map +0 -1
  324. package/esm/models/operationsMappers.d.ts +0 -2
  325. package/esm/models/operationsMappers.d.ts.map +0 -1
  326. package/esm/models/operationsMappers.js +0 -9
  327. package/esm/models/operationsMappers.js.map +0 -1
  328. package/esm/models/parameters.d.ts +0 -36
  329. package/esm/models/parameters.d.ts.map +0 -1
  330. package/esm/models/parameters.js +0 -416
  331. package/esm/models/parameters.js.map +0 -1
  332. package/esm/models/proactiveDetectionConfigurationsMappers.d.ts +0 -2
  333. package/esm/models/proactiveDetectionConfigurationsMappers.d.ts.map +0 -1
  334. package/esm/models/proactiveDetectionConfigurationsMappers.js +0 -9
  335. package/esm/models/proactiveDetectionConfigurationsMappers.js.map +0 -1
  336. package/esm/models/webTestLocationsMappers.d.ts +0 -2
  337. package/esm/models/webTestLocationsMappers.d.ts.map +0 -1
  338. package/esm/models/webTestLocationsMappers.js +0 -9
  339. package/esm/models/webTestLocationsMappers.js.map +0 -1
  340. package/esm/models/webTestsMappers.d.ts +0 -2
  341. package/esm/models/webTestsMappers.d.ts.map +0 -1
  342. package/esm/models/webTestsMappers.js +0 -9
  343. package/esm/models/webTestsMappers.js.map +0 -1
  344. package/esm/models/workItemConfigurationsMappers.d.ts +0 -2
  345. package/esm/models/workItemConfigurationsMappers.d.ts.map +0 -1
  346. package/esm/models/workItemConfigurationsMappers.js +0 -9
  347. package/esm/models/workItemConfigurationsMappers.js.map +0 -1
  348. package/esm/models/workbooksMappers.d.ts +0 -2
  349. package/esm/models/workbooksMappers.d.ts.map +0 -1
  350. package/esm/models/workbooksMappers.js +0 -9
  351. package/esm/models/workbooksMappers.js.map +0 -1
  352. package/esm/operations/aPIKeys.d.ts +0 -109
  353. package/esm/operations/aPIKeys.d.ts.map +0 -1
  354. package/esm/operations/aPIKeys.js +0 -161
  355. package/esm/operations/aPIKeys.js.map +0 -1
  356. package/esm/operations/analyticsItems.d.ts +0 -139
  357. package/esm/operations/analyticsItems.d.ts.map +0 -1
  358. package/esm/operations/analyticsItems.js +0 -182
  359. package/esm/operations/analyticsItems.js.map +0 -1
  360. package/esm/operations/annotations.d.ts +0 -124
  361. package/esm/operations/annotations.d.ts.map +0 -1
  362. package/esm/operations/annotations.js +0 -185
  363. package/esm/operations/annotations.js.map +0 -1
  364. package/esm/operations/componentAvailableFeatures.d.ts +0 -34
  365. package/esm/operations/componentAvailableFeatures.d.ts.map +0 -1
  366. package/esm/operations/componentAvailableFeatures.js +0 -58
  367. package/esm/operations/componentAvailableFeatures.js.map +0 -1
  368. package/esm/operations/componentCurrentBillingFeatures.d.ts +0 -61
  369. package/esm/operations/componentCurrentBillingFeatures.d.ts.map +0 -1
  370. package/esm/operations/componentCurrentBillingFeatures.js +0 -95
  371. package/esm/operations/componentCurrentBillingFeatures.js.map +0 -1
  372. package/esm/operations/componentFeatureCapabilities.d.ts +0 -34
  373. package/esm/operations/componentFeatureCapabilities.d.ts.map +0 -1
  374. package/esm/operations/componentFeatureCapabilities.js +0 -58
  375. package/esm/operations/componentFeatureCapabilities.js.map +0 -1
  376. package/esm/operations/componentLinkedStorageAccountsOperations.d.ts +0 -109
  377. package/esm/operations/componentLinkedStorageAccountsOperations.d.ts.map +0 -1
  378. package/esm/operations/componentLinkedStorageAccountsOperations.js +0 -165
  379. package/esm/operations/componentLinkedStorageAccountsOperations.js.map +0 -1
  380. package/esm/operations/componentQuotaStatus.d.ts +0 -34
  381. package/esm/operations/componentQuotaStatus.d.ts.map +0 -1
  382. package/esm/operations/componentQuotaStatus.js +0 -58
  383. package/esm/operations/componentQuotaStatus.js.map +0 -1
  384. package/esm/operations/components.d.ts +0 -236
  385. package/esm/operations/components.d.ts.map +0 -1
  386. package/esm/operations/components.js +0 -344
  387. package/esm/operations/components.js.map +0 -1
  388. package/esm/operations/exportConfigurations.d.ts +0 -148
  389. package/esm/operations/exportConfigurations.d.ts.map +0 -1
  390. package/esm/operations/exportConfigurations.js +0 -221
  391. package/esm/operations/exportConfigurations.js.map +0 -1
  392. package/esm/operations/favorites.d.ts +0 -139
  393. package/esm/operations/favorites.d.ts.map +0 -1
  394. package/esm/operations/favorites.js +0 -214
  395. package/esm/operations/favorites.js.map +0 -1
  396. package/esm/operations/index.d.ts.map +0 -1
  397. package/esm/operations/index.js.map +0 -1
  398. package/esm/operations/liveToken.d.ts +0 -31
  399. package/esm/operations/liveToken.d.ts.map +0 -1
  400. package/esm/operations/liveToken.js +0 -55
  401. package/esm/operations/liveToken.js.map +0 -1
  402. package/esm/operations/myWorkbooks.d.ts +0 -148
  403. package/esm/operations/myWorkbooks.d.ts.map +0 -1
  404. package/esm/operations/myWorkbooks.js +0 -228
  405. package/esm/operations/myWorkbooks.js.map +0 -1
  406. package/esm/operations/operations.d.ts +0 -81
  407. package/esm/operations/operations.d.ts.map +0 -1
  408. package/esm/operations/operations.js +0 -127
  409. package/esm/operations/operations.js.map +0 -1
  410. package/esm/operations/proactiveDetectionConfigurations.d.ts +0 -94
  411. package/esm/operations/proactiveDetectionConfigurations.d.ts.map +0 -1
  412. package/esm/operations/proactiveDetectionConfigurations.js +0 -141
  413. package/esm/operations/proactiveDetectionConfigurations.js.map +0 -1
  414. package/esm/operations/webTestLocations.d.ts +0 -34
  415. package/esm/operations/webTestLocations.d.ts.map +0 -1
  416. package/esm/operations/webTestLocations.js +0 -58
  417. package/esm/operations/webTestLocations.js.map +0 -1
  418. package/esm/operations/webTests.d.ts +0 -214
  419. package/esm/operations/webTests.d.ts.map +0 -1
  420. package/esm/operations/webTests.js +0 -326
  421. package/esm/operations/webTests.js.map +0 -1
  422. package/esm/operations/workItemConfigurations.d.ts +0 -169
  423. package/esm/operations/workItemConfigurations.d.ts.map +0 -1
  424. package/esm/operations/workItemConfigurations.js +0 -228
  425. package/esm/operations/workItemConfigurations.js.map +0 -1
  426. package/esm/operations/workbooks.d.ts +0 -127
  427. package/esm/operations/workbooks.d.ts.map +0 -1
  428. package/esm/operations/workbooks.js +0 -197
  429. package/esm/operations/workbooks.js.map +0 -1
  430. package/src/applicationInsightsManagementClientContext.ts +0 -60
  431. package/src/models/aPIKeysMappers.ts +0 -14
  432. package/src/models/analyticsItemsMappers.ts +0 -13
  433. package/src/models/annotationsMappers.ts +0 -15
  434. package/src/models/componentAvailableFeaturesMappers.ts +0 -14
  435. package/src/models/componentCurrentBillingFeaturesMappers.ts +0 -13
  436. package/src/models/componentFeatureCapabilitiesMappers.ts +0 -12
  437. package/src/models/componentLinkedStorageAccountsOperationsMappers.ts +0 -31
  438. package/src/models/componentQuotaStatusMappers.ts +0 -12
  439. package/src/models/componentsMappers.ts +0 -36
  440. package/src/models/exportConfigurationsMappers.ts +0 -13
  441. package/src/models/favoritesMappers.ts +0 -12
  442. package/src/models/liveTokenMappers.ts +0 -12
  443. package/src/models/myWorkbooksMappers.ts +0 -32
  444. package/src/models/operationsMappers.ts +0 -18
  445. package/src/models/proactiveDetectionConfigurationsMappers.ts +0 -30
  446. package/src/models/webTestLocationsMappers.ts +0 -13
  447. package/src/models/webTestsMappers.ts +0 -32
  448. package/src/models/workItemConfigurationsMappers.ts +0 -16
  449. package/src/models/workbooksMappers.ts +0 -32
@@ -1,416 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Licensed under the MIT License. See License.txt in the project root for
4
- * license information.
5
- *
6
- * Code generated by Microsoft (R) AutoRest Code Generator.
7
- * Changes may cause incorrect behavior and will be lost if the code is
8
- * regenerated.
9
- */
10
- import * as msRest from "@azure/ms-rest-js";
11
- export var acceptLanguage = {
12
- parameterPath: "acceptLanguage",
13
- mapper: {
14
- serializedName: "accept-language",
15
- defaultValue: 'en-US',
16
- type: {
17
- name: "String"
18
- }
19
- }
20
- };
21
- export var annotationId = {
22
- parameterPath: "annotationId",
23
- mapper: {
24
- required: true,
25
- serializedName: "annotationId",
26
- type: {
27
- name: "String"
28
- }
29
- }
30
- };
31
- export var apiVersion0 = {
32
- parameterPath: "apiVersion",
33
- mapper: {
34
- required: true,
35
- isConstant: true,
36
- serializedName: "api-version",
37
- defaultValue: '2015-05-01',
38
- constraints: {
39
- MinLength: 1
40
- },
41
- type: {
42
- name: "String"
43
- }
44
- }
45
- };
46
- export var apiVersion1 = {
47
- parameterPath: "apiVersion",
48
- mapper: {
49
- required: true,
50
- isConstant: true,
51
- serializedName: "api-version",
52
- defaultValue: '2020-06-02-preview',
53
- constraints: {
54
- MinLength: 1
55
- },
56
- type: {
57
- name: "String"
58
- }
59
- }
60
- };
61
- export var apiVersion2 = {
62
- parameterPath: "apiVersion",
63
- mapper: {
64
- required: true,
65
- isConstant: true,
66
- serializedName: "api-version",
67
- defaultValue: '2018-05-01-preview',
68
- constraints: {
69
- MinLength: 1
70
- },
71
- type: {
72
- name: "String"
73
- }
74
- }
75
- };
76
- export var apiVersion3 = {
77
- parameterPath: "apiVersion",
78
- mapper: {
79
- required: true,
80
- isConstant: true,
81
- serializedName: "api-version",
82
- defaultValue: '2020-03-01-preview',
83
- constraints: {
84
- MinLength: 1
85
- },
86
- type: {
87
- name: "String"
88
- }
89
- }
90
- };
91
- export var canFetchContent = {
92
- parameterPath: [
93
- "options",
94
- "canFetchContent"
95
- ],
96
- mapper: {
97
- serializedName: "canFetchContent",
98
- type: {
99
- name: "Boolean"
100
- }
101
- }
102
- };
103
- export var category = {
104
- parameterPath: "category",
105
- mapper: {
106
- required: true,
107
- serializedName: "category",
108
- type: {
109
- name: "String"
110
- }
111
- }
112
- };
113
- export var componentName = {
114
- parameterPath: "componentName",
115
- mapper: {
116
- required: true,
117
- serializedName: "componentName",
118
- type: {
119
- name: "String"
120
- }
121
- }
122
- };
123
- export var configurationId = {
124
- parameterPath: "configurationId",
125
- mapper: {
126
- required: true,
127
- serializedName: "ConfigurationId",
128
- type: {
129
- name: "String"
130
- }
131
- }
132
- };
133
- export var end = {
134
- parameterPath: "end",
135
- mapper: {
136
- required: true,
137
- serializedName: "end",
138
- type: {
139
- name: "String"
140
- }
141
- }
142
- };
143
- export var exportId = {
144
- parameterPath: "exportId",
145
- mapper: {
146
- required: true,
147
- serializedName: "exportId",
148
- type: {
149
- name: "String"
150
- }
151
- }
152
- };
153
- export var favoriteId = {
154
- parameterPath: "favoriteId",
155
- mapper: {
156
- required: true,
157
- serializedName: "favoriteId",
158
- type: {
159
- name: "String"
160
- }
161
- }
162
- };
163
- export var favoriteType = {
164
- parameterPath: [
165
- "options",
166
- "favoriteType"
167
- ],
168
- mapper: {
169
- serializedName: "favoriteType",
170
- defaultValue: 'shared',
171
- type: {
172
- name: "Enum",
173
- allowedValues: [
174
- "shared",
175
- "user"
176
- ]
177
- }
178
- }
179
- };
180
- export var id = {
181
- parameterPath: [
182
- "options",
183
- "id"
184
- ],
185
- mapper: {
186
- serializedName: "id",
187
- type: {
188
- name: "String"
189
- }
190
- }
191
- };
192
- export var includeContent = {
193
- parameterPath: [
194
- "options",
195
- "includeContent"
196
- ],
197
- mapper: {
198
- serializedName: "includeContent",
199
- type: {
200
- name: "Boolean"
201
- }
202
- }
203
- };
204
- export var keyId = {
205
- parameterPath: "keyId",
206
- mapper: {
207
- required: true,
208
- serializedName: "keyId",
209
- type: {
210
- name: "String"
211
- }
212
- }
213
- };
214
- export var name = {
215
- parameterPath: [
216
- "options",
217
- "name"
218
- ],
219
- mapper: {
220
- serializedName: "name",
221
- type: {
222
- name: "String"
223
- }
224
- }
225
- };
226
- export var nextPageLink = {
227
- parameterPath: "nextPageLink",
228
- mapper: {
229
- required: true,
230
- serializedName: "nextLink",
231
- type: {
232
- name: "String"
233
- }
234
- },
235
- skipEncoding: true
236
- };
237
- export var overrideItem = {
238
- parameterPath: [
239
- "options",
240
- "overrideItem"
241
- ],
242
- mapper: {
243
- serializedName: "overrideItem",
244
- type: {
245
- name: "Boolean"
246
- }
247
- }
248
- };
249
- export var purgeId = {
250
- parameterPath: "purgeId",
251
- mapper: {
252
- required: true,
253
- serializedName: "purgeId",
254
- type: {
255
- name: "String"
256
- }
257
- }
258
- };
259
- export var resourceGroupName = {
260
- parameterPath: "resourceGroupName",
261
- mapper: {
262
- required: true,
263
- serializedName: "resourceGroupName",
264
- constraints: {
265
- MaxLength: 90,
266
- MinLength: 1,
267
- Pattern: /^[-\w\._\(\)]+$/
268
- },
269
- type: {
270
- name: "String"
271
- }
272
- }
273
- };
274
- export var resourceName = {
275
- parameterPath: "resourceName",
276
- mapper: {
277
- required: true,
278
- serializedName: "resourceName",
279
- type: {
280
- name: "String"
281
- }
282
- }
283
- };
284
- export var resourceUri = {
285
- parameterPath: "resourceUri",
286
- mapper: {
287
- required: true,
288
- serializedName: "resourceUri",
289
- type: {
290
- name: "String"
291
- }
292
- },
293
- skipEncoding: true
294
- };
295
- export var scope = {
296
- parameterPath: [
297
- "options",
298
- "scope"
299
- ],
300
- mapper: {
301
- serializedName: "scope",
302
- defaultValue: 'shared',
303
- type: {
304
- name: "String"
305
- }
306
- }
307
- };
308
- export var scopePath = {
309
- parameterPath: "scopePath",
310
- mapper: {
311
- required: true,
312
- serializedName: "scopePath",
313
- type: {
314
- name: "String"
315
- }
316
- }
317
- };
318
- export var sourceType = {
319
- parameterPath: [
320
- "options",
321
- "sourceType"
322
- ],
323
- mapper: {
324
- serializedName: "sourceType",
325
- type: {
326
- name: "String"
327
- }
328
- }
329
- };
330
- export var start = {
331
- parameterPath: "start",
332
- mapper: {
333
- required: true,
334
- serializedName: "start",
335
- type: {
336
- name: "String"
337
- }
338
- }
339
- };
340
- export var storageType = {
341
- parameterPath: "storageType",
342
- mapper: {
343
- required: true,
344
- isConstant: true,
345
- serializedName: "storageType",
346
- defaultValue: 'ServiceProfiler',
347
- type: {
348
- name: "String"
349
- }
350
- }
351
- };
352
- export var subscriptionId = {
353
- parameterPath: "subscriptionId",
354
- mapper: {
355
- required: true,
356
- serializedName: "subscriptionId",
357
- constraints: {
358
- MinLength: 1
359
- },
360
- type: {
361
- name: "String"
362
- }
363
- }
364
- };
365
- export var tags = {
366
- parameterPath: [
367
- "options",
368
- "tags"
369
- ],
370
- mapper: {
371
- serializedName: "tags",
372
- type: {
373
- name: "Sequence",
374
- element: {
375
- type: {
376
- name: "String"
377
- }
378
- }
379
- }
380
- },
381
- collectionFormat: msRest.QueryCollectionFormat.Csv
382
- };
383
- export var type = {
384
- parameterPath: [
385
- "options",
386
- "type"
387
- ],
388
- mapper: {
389
- serializedName: "type",
390
- defaultValue: 'none',
391
- type: {
392
- name: "String"
393
- }
394
- }
395
- };
396
- export var webTestName = {
397
- parameterPath: "webTestName",
398
- mapper: {
399
- required: true,
400
- serializedName: "webTestName",
401
- type: {
402
- name: "String"
403
- }
404
- }
405
- };
406
- export var workItemConfigId = {
407
- parameterPath: "workItemConfigId",
408
- mapper: {
409
- required: true,
410
- serializedName: "workItemConfigId",
411
- type: {
412
- name: "String"
413
- }
414
- }
415
- };
416
- //# sourceMappingURL=parameters.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"parameters.js","sourceRoot":"","sources":["../../src/models/parameters.ts"],"names":[],"mappings":"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"}
@@ -1,2 +0,0 @@
1
- export { ApplicationInsightsComponent, ApplicationInsightsComponentProactiveDetectionConfiguration, ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions, AzureEntityResource, BaseResource, CloudError, ComponentLinkedStorageAccounts, ComponentsResource, MyWorkbook, MyWorkbookResource, PrivateLinkScopedResource, ProxyResource, Resource, TrackedResource, WebTest, WebTestGeolocation, WebTestPropertiesConfiguration, WebtestsResource, Workbook, WorkbookResource } from "../models/mappers";
2
- //# sourceMappingURL=proactiveDetectionConfigurationsMappers.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"proactiveDetectionConfigurationsMappers.d.ts","sourceRoot":"","sources":["../../src/models/proactiveDetectionConfigurationsMappers.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,4BAA4B,EAC5B,2DAA2D,EAC3D,0EAA0E,EAC1E,mBAAmB,EACnB,YAAY,EACZ,UAAU,EACV,8BAA8B,EAC9B,kBAAkB,EAClB,UAAU,EACV,kBAAkB,EAClB,yBAAyB,EACzB,aAAa,EACb,QAAQ,EACR,eAAe,EACf,OAAO,EACP,kBAAkB,EAClB,8BAA8B,EAC9B,gBAAgB,EAChB,QAAQ,EACR,gBAAgB,EACjB,MAAM,mBAAmB,CAAC"}
@@ -1,9 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Licensed under the MIT License. See License.txt in the project root for license information.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
- export { ApplicationInsightsComponent, ApplicationInsightsComponentProactiveDetectionConfiguration, ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions, AzureEntityResource, BaseResource, CloudError, ComponentLinkedStorageAccounts, ComponentsResource, MyWorkbook, MyWorkbookResource, PrivateLinkScopedResource, ProxyResource, Resource, TrackedResource, WebTest, WebTestGeolocation, WebTestPropertiesConfiguration, WebtestsResource, Workbook, WorkbookResource } from "../models/mappers";
9
- //# sourceMappingURL=proactiveDetectionConfigurationsMappers.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"proactiveDetectionConfigurationsMappers.js","sourceRoot":"","sources":["../../src/models/proactiveDetectionConfigurationsMappers.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EACL,4BAA4B,EAC5B,2DAA2D,EAC3D,0EAA0E,EAC1E,mBAAmB,EACnB,YAAY,EACZ,UAAU,EACV,8BAA8B,EAC9B,kBAAkB,EAClB,UAAU,EACV,kBAAkB,EAClB,yBAAyB,EACzB,aAAa,EACb,QAAQ,EACR,eAAe,EACf,OAAO,EACP,kBAAkB,EAClB,8BAA8B,EAC9B,gBAAgB,EAChB,QAAQ,EACR,gBAAgB,EACjB,MAAM,mBAAmB,CAAC"}
@@ -1,2 +0,0 @@
1
- export { ApplicationInsightsComponentWebTestLocation, ApplicationInsightsWebTestLocationsListResult, CloudError } from "../models/mappers";
2
- //# sourceMappingURL=webTestLocationsMappers.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"webTestLocationsMappers.d.ts","sourceRoot":"","sources":["../../src/models/webTestLocationsMappers.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,2CAA2C,EAC3C,6CAA6C,EAC7C,UAAU,EACX,MAAM,mBAAmB,CAAC"}
@@ -1,9 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Licensed under the MIT License. See License.txt in the project root for license information.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
- export { ApplicationInsightsComponentWebTestLocation, ApplicationInsightsWebTestLocationsListResult, CloudError } from "../models/mappers";
9
- //# sourceMappingURL=webTestLocationsMappers.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"webTestLocationsMappers.js","sourceRoot":"","sources":["../../src/models/webTestLocationsMappers.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EACL,2CAA2C,EAC3C,6CAA6C,EAC7C,UAAU,EACX,MAAM,mBAAmB,CAAC"}
@@ -1,2 +0,0 @@
1
- export { ApplicationInsightsComponent, ApplicationInsightsComponentProactiveDetectionConfiguration, ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions, AzureEntityResource, BaseResource, CloudError, ComponentLinkedStorageAccounts, ComponentsResource, MyWorkbook, MyWorkbookResource, PrivateLinkScopedResource, ProxyResource, Resource, TagsResource, TrackedResource, WebTest, WebTestGeolocation, WebTestListResult, WebTestPropertiesConfiguration, WebtestsResource, Workbook, WorkbookResource } from "../models/mappers";
2
- //# sourceMappingURL=webTestsMappers.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"webTestsMappers.d.ts","sourceRoot":"","sources":["../../src/models/webTestsMappers.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,4BAA4B,EAC5B,2DAA2D,EAC3D,0EAA0E,EAC1E,mBAAmB,EACnB,YAAY,EACZ,UAAU,EACV,8BAA8B,EAC9B,kBAAkB,EAClB,UAAU,EACV,kBAAkB,EAClB,yBAAyB,EACzB,aAAa,EACb,QAAQ,EACR,YAAY,EACZ,eAAe,EACf,OAAO,EACP,kBAAkB,EAClB,iBAAiB,EACjB,8BAA8B,EAC9B,gBAAgB,EAChB,QAAQ,EACR,gBAAgB,EACjB,MAAM,mBAAmB,CAAC"}
@@ -1,9 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Licensed under the MIT License. See License.txt in the project root for license information.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
- export { ApplicationInsightsComponent, ApplicationInsightsComponentProactiveDetectionConfiguration, ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions, AzureEntityResource, BaseResource, CloudError, ComponentLinkedStorageAccounts, ComponentsResource, MyWorkbook, MyWorkbookResource, PrivateLinkScopedResource, ProxyResource, Resource, TagsResource, TrackedResource, WebTest, WebTestGeolocation, WebTestListResult, WebTestPropertiesConfiguration, WebtestsResource, Workbook, WorkbookResource } from "../models/mappers";
9
- //# sourceMappingURL=webTestsMappers.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"webTestsMappers.js","sourceRoot":"","sources":["../../src/models/webTestsMappers.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EACL,4BAA4B,EAC5B,2DAA2D,EAC3D,0EAA0E,EAC1E,mBAAmB,EACnB,YAAY,EACZ,UAAU,EACV,8BAA8B,EAC9B,kBAAkB,EAClB,UAAU,EACV,kBAAkB,EAClB,yBAAyB,EACzB,aAAa,EACb,QAAQ,EACR,YAAY,EACZ,eAAe,EACf,OAAO,EACP,kBAAkB,EAClB,iBAAiB,EACjB,8BAA8B,EAC9B,gBAAgB,EAChB,QAAQ,EACR,gBAAgB,EACjB,MAAM,mBAAmB,CAAC"}
@@ -1,2 +0,0 @@
1
- export { CloudError, InnerError, WorkItemConfiguration, WorkItemConfigurationError, WorkItemConfigurationsListResult, WorkItemCreateConfiguration } from "../models/mappers";
2
- //# sourceMappingURL=workItemConfigurationsMappers.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"workItemConfigurationsMappers.d.ts","sourceRoot":"","sources":["../../src/models/workItemConfigurationsMappers.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,UAAU,EACV,UAAU,EACV,qBAAqB,EACrB,0BAA0B,EAC1B,gCAAgC,EAChC,2BAA2B,EAC5B,MAAM,mBAAmB,CAAC"}
@@ -1,9 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Licensed under the MIT License. See License.txt in the project root for license information.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
- export { CloudError, InnerError, WorkItemConfiguration, WorkItemConfigurationError, WorkItemConfigurationsListResult, WorkItemCreateConfiguration } from "../models/mappers";
9
- //# sourceMappingURL=workItemConfigurationsMappers.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"workItemConfigurationsMappers.js","sourceRoot":"","sources":["../../src/models/workItemConfigurationsMappers.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EACL,UAAU,EACV,UAAU,EACV,qBAAqB,EACrB,0BAA0B,EAC1B,gCAAgC,EAChC,2BAA2B,EAC5B,MAAM,mBAAmB,CAAC"}
@@ -1,2 +0,0 @@
1
- export { ApplicationInsightsComponent, ApplicationInsightsComponentProactiveDetectionConfiguration, ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions, AzureEntityResource, BaseResource, ComponentLinkedStorageAccounts, ComponentsResource, ErrorFieldContract, MyWorkbook, MyWorkbookResource, PrivateLinkScopedResource, ProxyResource, Resource, TrackedResource, WebTest, WebTestGeolocation, WebTestPropertiesConfiguration, WebtestsResource, Workbook, WorkbookError, WorkbookResource, WorkbooksListResult } from "../models/mappers";
2
- //# sourceMappingURL=workbooksMappers.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"workbooksMappers.d.ts","sourceRoot":"","sources":["../../src/models/workbooksMappers.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,4BAA4B,EAC5B,2DAA2D,EAC3D,0EAA0E,EAC1E,mBAAmB,EACnB,YAAY,EACZ,8BAA8B,EAC9B,kBAAkB,EAClB,kBAAkB,EAClB,UAAU,EACV,kBAAkB,EAClB,yBAAyB,EACzB,aAAa,EACb,QAAQ,EACR,eAAe,EACf,OAAO,EACP,kBAAkB,EAClB,8BAA8B,EAC9B,gBAAgB,EAChB,QAAQ,EACR,aAAa,EACb,gBAAgB,EAChB,mBAAmB,EACpB,MAAM,mBAAmB,CAAC"}
@@ -1,9 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Licensed under the MIT License. See License.txt in the project root for license information.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
- export { ApplicationInsightsComponent, ApplicationInsightsComponentProactiveDetectionConfiguration, ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions, AzureEntityResource, BaseResource, ComponentLinkedStorageAccounts, ComponentsResource, ErrorFieldContract, MyWorkbook, MyWorkbookResource, PrivateLinkScopedResource, ProxyResource, Resource, TrackedResource, WebTest, WebTestGeolocation, WebTestPropertiesConfiguration, WebtestsResource, Workbook, WorkbookError, WorkbookResource, WorkbooksListResult } from "../models/mappers";
9
- //# sourceMappingURL=workbooksMappers.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"workbooksMappers.js","sourceRoot":"","sources":["../../src/models/workbooksMappers.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EACL,4BAA4B,EAC5B,2DAA2D,EAC3D,0EAA0E,EAC1E,mBAAmB,EACnB,YAAY,EACZ,8BAA8B,EAC9B,kBAAkB,EAClB,kBAAkB,EAClB,UAAU,EACV,kBAAkB,EAClB,yBAAyB,EACzB,aAAa,EACb,QAAQ,EACR,eAAe,EACf,OAAO,EACP,kBAAkB,EAClB,8BAA8B,EAC9B,gBAAgB,EAChB,QAAQ,EACR,aAAa,EACb,gBAAgB,EAChB,mBAAmB,EACpB,MAAM,mBAAmB,CAAC"}
@@ -1,109 +0,0 @@
1
- import * as msRest from "@azure/ms-rest-js";
2
- import * as Models from "../models";
3
- import { ApplicationInsightsManagementClientContext } from "../applicationInsightsManagementClientContext";
4
- /** Class representing a APIKeys. */
5
- export declare class APIKeys {
6
- private readonly client;
7
- /**
8
- * Create a APIKeys.
9
- * @param {ApplicationInsightsManagementClientContext} client Reference to the service client.
10
- */
11
- constructor(client: ApplicationInsightsManagementClientContext);
12
- /**
13
- * Gets a list of API keys of an Application Insights component.
14
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
15
- * @param resourceName The name of the Application Insights component resource.
16
- * @param [options] The optional parameters
17
- * @returns Promise<Models.APIKeysListResponse>
18
- */
19
- list(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase): Promise<Models.APIKeysListResponse>;
20
- /**
21
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
22
- * @param resourceName The name of the Application Insights component resource.
23
- * @param callback The callback
24
- */
25
- list(resourceGroupName: string, resourceName: string, callback: msRest.ServiceCallback<Models.ApplicationInsightsComponentAPIKeyListResult>): void;
26
- /**
27
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
28
- * @param resourceName The name of the Application Insights component resource.
29
- * @param options The optional parameters
30
- * @param callback The callback
31
- */
32
- list(resourceGroupName: string, resourceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ApplicationInsightsComponentAPIKeyListResult>): void;
33
- /**
34
- * Create an API Key of an Application Insights component.
35
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
36
- * @param resourceName The name of the Application Insights component resource.
37
- * @param aPIKeyProperties Properties that need to be specified to create an API key of a
38
- * Application Insights component.
39
- * @param [options] The optional parameters
40
- * @returns Promise<Models.APIKeysCreateResponse>
41
- */
42
- create(resourceGroupName: string, resourceName: string, aPIKeyProperties: Models.APIKeyRequest, options?: msRest.RequestOptionsBase): Promise<Models.APIKeysCreateResponse>;
43
- /**
44
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
45
- * @param resourceName The name of the Application Insights component resource.
46
- * @param aPIKeyProperties Properties that need to be specified to create an API key of a
47
- * Application Insights component.
48
- * @param callback The callback
49
- */
50
- create(resourceGroupName: string, resourceName: string, aPIKeyProperties: Models.APIKeyRequest, callback: msRest.ServiceCallback<Models.ApplicationInsightsComponentAPIKey>): void;
51
- /**
52
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
53
- * @param resourceName The name of the Application Insights component resource.
54
- * @param aPIKeyProperties Properties that need to be specified to create an API key of a
55
- * Application Insights component.
56
- * @param options The optional parameters
57
- * @param callback The callback
58
- */
59
- create(resourceGroupName: string, resourceName: string, aPIKeyProperties: Models.APIKeyRequest, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ApplicationInsightsComponentAPIKey>): void;
60
- /**
61
- * Delete an API Key of an Application Insights component.
62
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
63
- * @param resourceName The name of the Application Insights component resource.
64
- * @param keyId The API Key ID. This is unique within a Application Insights component.
65
- * @param [options] The optional parameters
66
- * @returns Promise<Models.APIKeysDeleteMethodResponse>
67
- */
68
- deleteMethod(resourceGroupName: string, resourceName: string, keyId: string, options?: msRest.RequestOptionsBase): Promise<Models.APIKeysDeleteMethodResponse>;
69
- /**
70
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
71
- * @param resourceName The name of the Application Insights component resource.
72
- * @param keyId The API Key ID. This is unique within a Application Insights component.
73
- * @param callback The callback
74
- */
75
- deleteMethod(resourceGroupName: string, resourceName: string, keyId: string, callback: msRest.ServiceCallback<Models.ApplicationInsightsComponentAPIKey>): void;
76
- /**
77
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
78
- * @param resourceName The name of the Application Insights component resource.
79
- * @param keyId The API Key ID. This is unique within a Application Insights component.
80
- * @param options The optional parameters
81
- * @param callback The callback
82
- */
83
- deleteMethod(resourceGroupName: string, resourceName: string, keyId: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ApplicationInsightsComponentAPIKey>): void;
84
- /**
85
- * Get the API Key for this key id.
86
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
87
- * @param resourceName The name of the Application Insights component resource.
88
- * @param keyId The API Key ID. This is unique within a Application Insights component.
89
- * @param [options] The optional parameters
90
- * @returns Promise<Models.APIKeysGetResponse>
91
- */
92
- get(resourceGroupName: string, resourceName: string, keyId: string, options?: msRest.RequestOptionsBase): Promise<Models.APIKeysGetResponse>;
93
- /**
94
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
95
- * @param resourceName The name of the Application Insights component resource.
96
- * @param keyId The API Key ID. This is unique within a Application Insights component.
97
- * @param callback The callback
98
- */
99
- get(resourceGroupName: string, resourceName: string, keyId: string, callback: msRest.ServiceCallback<Models.ApplicationInsightsComponentAPIKey>): void;
100
- /**
101
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
102
- * @param resourceName The name of the Application Insights component resource.
103
- * @param keyId The API Key ID. This is unique within a Application Insights component.
104
- * @param options The optional parameters
105
- * @param callback The callback
106
- */
107
- get(resourceGroupName: string, resourceName: string, keyId: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ApplicationInsightsComponentAPIKey>): void;
108
- }
109
- //# sourceMappingURL=aPIKeys.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"aPIKeys.d.ts","sourceRoot":"","sources":["../../src/operations/aPIKeys.ts"],"names":[],"mappings":"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"}