@azure/arm-appinsights 5.0.0-alpha.20250326.1 → 5.0.0-alpha.20250328.3

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 (477) hide show
  1. package/CHANGELOG.md +4 -12
  2. package/README.md +0 -1
  3. package/dist/browser/applicationInsightsManagementClient.d.ts +7 -5
  4. package/dist/browser/applicationInsightsManagementClient.d.ts.map +1 -1
  5. package/dist/browser/applicationInsightsManagementClient.js +22 -20
  6. package/dist/browser/applicationInsightsManagementClient.js.map +1 -1
  7. package/dist/browser/models/index.d.ts +573 -596
  8. package/dist/browser/models/index.d.ts.map +1 -1
  9. package/dist/browser/models/index.js +46 -62
  10. package/dist/browser/models/index.js.map +1 -1
  11. package/dist/browser/models/mappers.d.ts +31 -26
  12. package/dist/browser/models/mappers.d.ts.map +1 -1
  13. package/dist/browser/models/mappers.js +1750 -1587
  14. package/dist/browser/models/mappers.js.map +1 -1
  15. package/dist/browser/models/parameters.d.ts +17 -15
  16. package/dist/browser/models/parameters.d.ts.map +1 -1
  17. package/dist/browser/models/parameters.js +244 -217
  18. package/dist/browser/models/parameters.js.map +1 -1
  19. package/dist/browser/operations/aPIKeys.js +25 -25
  20. package/dist/browser/operations/aPIKeys.js.map +1 -1
  21. package/dist/browser/operations/analyticsItems.js +27 -27
  22. package/dist/browser/operations/analyticsItems.js.map +1 -1
  23. package/dist/browser/operations/annotations.js +30 -30
  24. package/dist/browser/operations/annotations.js.map +1 -1
  25. package/dist/browser/operations/componentAvailableFeatures.d.ts.map +1 -1
  26. package/dist/browser/operations/componentAvailableFeatures.js +6 -6
  27. package/dist/browser/operations/componentAvailableFeatures.js.map +1 -1
  28. package/dist/browser/operations/componentCurrentBillingFeatures.d.ts.map +1 -1
  29. package/dist/browser/operations/componentCurrentBillingFeatures.js +12 -12
  30. package/dist/browser/operations/componentCurrentBillingFeatures.js.map +1 -1
  31. package/dist/browser/operations/componentFeatureCapabilities.d.ts.map +1 -1
  32. package/dist/browser/operations/componentFeatureCapabilities.js +6 -6
  33. package/dist/browser/operations/componentFeatureCapabilities.js.map +1 -1
  34. package/dist/browser/operations/componentLinkedStorageAccountsOperations.d.ts.map +1 -1
  35. package/dist/browser/operations/componentLinkedStorageAccountsOperations.js +29 -29
  36. package/dist/browser/operations/componentLinkedStorageAccountsOperations.js.map +1 -1
  37. package/dist/browser/operations/componentQuotaStatus.js +6 -6
  38. package/dist/browser/operations/componentQuotaStatus.js.map +1 -1
  39. package/dist/browser/operations/components.d.ts +4 -0
  40. package/dist/browser/operations/components.d.ts.map +1 -1
  41. package/dist/browser/operations/components.js +69 -67
  42. package/dist/browser/operations/components.js.map +1 -1
  43. package/dist/browser/operations/deletedWorkbooks.d.ts +32 -0
  44. package/dist/browser/operations/deletedWorkbooks.d.ts.map +1 -0
  45. package/dist/browser/operations/deletedWorkbooks.js +141 -0
  46. package/dist/browser/operations/deletedWorkbooks.js.map +1 -0
  47. package/dist/browser/operations/exportConfigurations.js +38 -38
  48. package/dist/browser/operations/exportConfigurations.js.map +1 -1
  49. package/dist/browser/operations/favorites.js +35 -35
  50. package/dist/browser/operations/favorites.js.map +1 -1
  51. package/dist/browser/operations/index.d.ts +4 -3
  52. package/dist/browser/operations/index.d.ts.map +1 -1
  53. package/dist/browser/operations/index.js +4 -3
  54. package/dist/browser/operations/index.js.map +1 -1
  55. package/dist/browser/operations/liveToken.js +4 -4
  56. package/dist/browser/operations/liveToken.js.map +1 -1
  57. package/dist/browser/operations/operations.d.ts +32 -0
  58. package/dist/browser/operations/operations.d.ts.map +1 -0
  59. package/dist/browser/operations/operations.js +133 -0
  60. package/dist/browser/operations/operations.js.map +1 -0
  61. package/dist/browser/operations/proactiveDetectionConfigurations.d.ts.map +1 -1
  62. package/dist/browser/operations/proactiveDetectionConfigurations.js +23 -23
  63. package/dist/browser/operations/proactiveDetectionConfigurations.js.map +1 -1
  64. package/dist/browser/operations/webTestLocations.js +7 -7
  65. package/dist/browser/operations/webTestLocations.js.map +1 -1
  66. package/dist/browser/operations/webTests.d.ts +10 -10
  67. package/dist/browser/operations/webTests.js +64 -67
  68. package/dist/browser/operations/webTests.js.map +1 -1
  69. package/dist/browser/operations/workItemConfigurations.js +38 -38
  70. package/dist/browser/operations/workItemConfigurations.js.map +1 -1
  71. package/dist/browser/operations/workbookTemplates.js +35 -35
  72. package/dist/browser/operations/workbookTemplates.js.map +1 -1
  73. package/dist/browser/operations/workbooks.d.ts +8 -10
  74. package/dist/browser/operations/workbooks.d.ts.map +1 -1
  75. package/dist/browser/operations/workbooks.js +91 -104
  76. package/dist/browser/operations/workbooks.js.map +1 -1
  77. package/dist/browser/operationsInterfaces/aPIKeys.js.map +1 -1
  78. package/dist/browser/operationsInterfaces/analyticsItems.js.map +1 -1
  79. package/dist/browser/operationsInterfaces/annotations.js.map +1 -1
  80. package/dist/browser/operationsInterfaces/componentAvailableFeatures.js.map +1 -1
  81. package/dist/browser/operationsInterfaces/componentCurrentBillingFeatures.js.map +1 -1
  82. package/dist/browser/operationsInterfaces/componentFeatureCapabilities.js.map +1 -1
  83. package/dist/browser/operationsInterfaces/componentLinkedStorageAccountsOperations.js.map +1 -1
  84. package/dist/browser/operationsInterfaces/componentQuotaStatus.js.map +1 -1
  85. package/dist/browser/operationsInterfaces/components.d.ts +4 -0
  86. package/dist/browser/operationsInterfaces/components.d.ts.map +1 -1
  87. package/dist/browser/operationsInterfaces/components.js.map +1 -1
  88. package/dist/browser/operationsInterfaces/deletedWorkbooks.d.ts +11 -0
  89. package/dist/browser/operationsInterfaces/deletedWorkbooks.d.ts.map +1 -0
  90. package/dist/browser/operationsInterfaces/deletedWorkbooks.js +9 -0
  91. package/dist/browser/operationsInterfaces/deletedWorkbooks.js.map +1 -0
  92. package/dist/browser/operationsInterfaces/exportConfigurations.js.map +1 -1
  93. package/dist/browser/operationsInterfaces/favorites.js.map +1 -1
  94. package/dist/browser/operationsInterfaces/index.d.ts +4 -3
  95. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -1
  96. package/dist/browser/operationsInterfaces/index.js +4 -3
  97. package/dist/browser/operationsInterfaces/index.js.map +1 -1
  98. package/dist/browser/operationsInterfaces/liveToken.js.map +1 -1
  99. package/dist/browser/operationsInterfaces/operations.d.ts +11 -0
  100. package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
  101. package/dist/browser/operationsInterfaces/{myWorkbooks.js → operations.js} +1 -1
  102. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  103. package/dist/browser/operationsInterfaces/proactiveDetectionConfigurations.js.map +1 -1
  104. package/dist/browser/operationsInterfaces/webTestLocations.js.map +1 -1
  105. package/dist/browser/operationsInterfaces/webTests.d.ts +8 -8
  106. package/dist/browser/operationsInterfaces/webTests.js.map +1 -1
  107. package/dist/browser/operationsInterfaces/workItemConfigurations.js.map +1 -1
  108. package/dist/browser/operationsInterfaces/workbookTemplates.js.map +1 -1
  109. package/dist/browser/operationsInterfaces/workbooks.d.ts +6 -6
  110. package/dist/browser/operationsInterfaces/workbooks.js.map +1 -1
  111. package/dist/browser/pagingHelper.d.ts +4 -4
  112. package/dist/browser/pagingHelper.js +4 -4
  113. package/dist/browser/pagingHelper.js.map +1 -1
  114. package/dist/commonjs/applicationInsightsManagementClient.d.ts +7 -5
  115. package/dist/commonjs/applicationInsightsManagementClient.d.ts.map +1 -1
  116. package/dist/commonjs/applicationInsightsManagementClient.js +21 -19
  117. package/dist/commonjs/applicationInsightsManagementClient.js.map +1 -1
  118. package/dist/commonjs/models/index.d.ts +573 -596
  119. package/dist/commonjs/models/index.d.ts.map +1 -1
  120. package/dist/commonjs/models/index.js +47 -63
  121. package/dist/commonjs/models/index.js.map +1 -1
  122. package/dist/commonjs/models/mappers.d.ts +31 -26
  123. package/dist/commonjs/models/mappers.d.ts.map +1 -1
  124. package/dist/commonjs/models/mappers.js +1752 -1589
  125. package/dist/commonjs/models/mappers.js.map +1 -1
  126. package/dist/commonjs/models/parameters.d.ts +17 -15
  127. package/dist/commonjs/models/parameters.d.ts.map +1 -1
  128. package/dist/commonjs/models/parameters.js +245 -218
  129. package/dist/commonjs/models/parameters.js.map +1 -1
  130. package/dist/commonjs/operations/aPIKeys.js +25 -25
  131. package/dist/commonjs/operations/aPIKeys.js.map +1 -1
  132. package/dist/commonjs/operations/analyticsItems.js +27 -27
  133. package/dist/commonjs/operations/analyticsItems.js.map +1 -1
  134. package/dist/commonjs/operations/annotations.js +30 -30
  135. package/dist/commonjs/operations/annotations.js.map +1 -1
  136. package/dist/commonjs/operations/componentAvailableFeatures.d.ts.map +1 -1
  137. package/dist/commonjs/operations/componentAvailableFeatures.js +6 -6
  138. package/dist/commonjs/operations/componentAvailableFeatures.js.map +1 -1
  139. package/dist/commonjs/operations/componentCurrentBillingFeatures.d.ts.map +1 -1
  140. package/dist/commonjs/operations/componentCurrentBillingFeatures.js +12 -12
  141. package/dist/commonjs/operations/componentCurrentBillingFeatures.js.map +1 -1
  142. package/dist/commonjs/operations/componentFeatureCapabilities.d.ts.map +1 -1
  143. package/dist/commonjs/operations/componentFeatureCapabilities.js +6 -6
  144. package/dist/commonjs/operations/componentFeatureCapabilities.js.map +1 -1
  145. package/dist/commonjs/operations/componentLinkedStorageAccountsOperations.d.ts.map +1 -1
  146. package/dist/commonjs/operations/componentLinkedStorageAccountsOperations.js +29 -29
  147. package/dist/commonjs/operations/componentLinkedStorageAccountsOperations.js.map +1 -1
  148. package/dist/commonjs/operations/componentQuotaStatus.js +6 -6
  149. package/dist/commonjs/operations/componentQuotaStatus.js.map +1 -1
  150. package/dist/commonjs/operations/components.d.ts +4 -0
  151. package/dist/commonjs/operations/components.d.ts.map +1 -1
  152. package/dist/commonjs/operations/components.js +69 -67
  153. package/dist/commonjs/operations/components.js.map +1 -1
  154. package/dist/commonjs/operations/deletedWorkbooks.d.ts +32 -0
  155. package/dist/commonjs/operations/deletedWorkbooks.d.ts.map +1 -0
  156. package/dist/commonjs/operations/deletedWorkbooks.js +145 -0
  157. package/dist/commonjs/operations/deletedWorkbooks.js.map +1 -0
  158. package/dist/commonjs/operations/exportConfigurations.js +38 -38
  159. package/dist/commonjs/operations/exportConfigurations.js.map +1 -1
  160. package/dist/commonjs/operations/favorites.js +35 -35
  161. package/dist/commonjs/operations/favorites.js.map +1 -1
  162. package/dist/commonjs/operations/index.d.ts +4 -3
  163. package/dist/commonjs/operations/index.d.ts.map +1 -1
  164. package/dist/commonjs/operations/index.js +4 -3
  165. package/dist/commonjs/operations/index.js.map +1 -1
  166. package/dist/commonjs/operations/liveToken.js +4 -4
  167. package/dist/commonjs/operations/liveToken.js.map +1 -1
  168. package/dist/commonjs/operations/operations.d.ts +32 -0
  169. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  170. package/dist/commonjs/operations/operations.js +137 -0
  171. package/dist/commonjs/operations/operations.js.map +1 -0
  172. package/dist/commonjs/operations/proactiveDetectionConfigurations.d.ts.map +1 -1
  173. package/dist/commonjs/operations/proactiveDetectionConfigurations.js +23 -23
  174. package/dist/commonjs/operations/proactiveDetectionConfigurations.js.map +1 -1
  175. package/dist/commonjs/operations/webTestLocations.js +7 -7
  176. package/dist/commonjs/operations/webTestLocations.js.map +1 -1
  177. package/dist/commonjs/operations/webTests.d.ts +10 -10
  178. package/dist/commonjs/operations/webTests.js +64 -67
  179. package/dist/commonjs/operations/webTests.js.map +1 -1
  180. package/dist/commonjs/operations/workItemConfigurations.js +38 -38
  181. package/dist/commonjs/operations/workItemConfigurations.js.map +1 -1
  182. package/dist/commonjs/operations/workbookTemplates.js +35 -35
  183. package/dist/commonjs/operations/workbookTemplates.js.map +1 -1
  184. package/dist/commonjs/operations/workbooks.d.ts +8 -10
  185. package/dist/commonjs/operations/workbooks.d.ts.map +1 -1
  186. package/dist/commonjs/operations/workbooks.js +91 -104
  187. package/dist/commonjs/operations/workbooks.js.map +1 -1
  188. package/dist/commonjs/operationsInterfaces/aPIKeys.js.map +1 -1
  189. package/dist/commonjs/operationsInterfaces/analyticsItems.js.map +1 -1
  190. package/dist/commonjs/operationsInterfaces/annotations.js.map +1 -1
  191. package/dist/commonjs/operationsInterfaces/componentAvailableFeatures.js.map +1 -1
  192. package/dist/commonjs/operationsInterfaces/componentCurrentBillingFeatures.js.map +1 -1
  193. package/dist/commonjs/operationsInterfaces/componentFeatureCapabilities.js.map +1 -1
  194. package/dist/commonjs/operationsInterfaces/componentLinkedStorageAccountsOperations.js.map +1 -1
  195. package/dist/commonjs/operationsInterfaces/componentQuotaStatus.js.map +1 -1
  196. package/dist/commonjs/operationsInterfaces/components.d.ts +4 -0
  197. package/dist/commonjs/operationsInterfaces/components.d.ts.map +1 -1
  198. package/dist/commonjs/operationsInterfaces/components.js.map +1 -1
  199. package/dist/commonjs/operationsInterfaces/deletedWorkbooks.d.ts +11 -0
  200. package/dist/commonjs/operationsInterfaces/deletedWorkbooks.d.ts.map +1 -0
  201. package/dist/commonjs/operationsInterfaces/deletedWorkbooks.js +10 -0
  202. package/dist/commonjs/operationsInterfaces/deletedWorkbooks.js.map +1 -0
  203. package/dist/commonjs/operationsInterfaces/exportConfigurations.js.map +1 -1
  204. package/dist/commonjs/operationsInterfaces/favorites.js.map +1 -1
  205. package/dist/commonjs/operationsInterfaces/index.d.ts +4 -3
  206. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -1
  207. package/dist/commonjs/operationsInterfaces/index.js +4 -3
  208. package/dist/commonjs/operationsInterfaces/index.js.map +1 -1
  209. package/dist/commonjs/operationsInterfaces/liveToken.js.map +1 -1
  210. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  211. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  212. package/dist/commonjs/operationsInterfaces/{myWorkbooks.js → operations.js} +1 -1
  213. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  214. package/dist/commonjs/operationsInterfaces/proactiveDetectionConfigurations.js.map +1 -1
  215. package/dist/commonjs/operationsInterfaces/webTestLocations.js.map +1 -1
  216. package/dist/commonjs/operationsInterfaces/webTests.d.ts +8 -8
  217. package/dist/commonjs/operationsInterfaces/webTests.js.map +1 -1
  218. package/dist/commonjs/operationsInterfaces/workItemConfigurations.js.map +1 -1
  219. package/dist/commonjs/operationsInterfaces/workbookTemplates.js.map +1 -1
  220. package/dist/commonjs/operationsInterfaces/workbooks.d.ts +6 -6
  221. package/dist/commonjs/operationsInterfaces/workbooks.js.map +1 -1
  222. package/dist/commonjs/pagingHelper.d.ts +4 -4
  223. package/dist/commonjs/pagingHelper.js +4 -4
  224. package/dist/commonjs/pagingHelper.js.map +1 -1
  225. package/dist/commonjs/tsdoc-metadata.json +1 -1
  226. package/dist/esm/applicationInsightsManagementClient.d.ts +7 -5
  227. package/dist/esm/applicationInsightsManagementClient.d.ts.map +1 -1
  228. package/dist/esm/applicationInsightsManagementClient.js +22 -20
  229. package/dist/esm/applicationInsightsManagementClient.js.map +1 -1
  230. package/dist/esm/models/index.d.ts +573 -596
  231. package/dist/esm/models/index.d.ts.map +1 -1
  232. package/dist/esm/models/index.js +46 -62
  233. package/dist/esm/models/index.js.map +1 -1
  234. package/dist/esm/models/mappers.d.ts +31 -26
  235. package/dist/esm/models/mappers.d.ts.map +1 -1
  236. package/dist/esm/models/mappers.js +1750 -1587
  237. package/dist/esm/models/mappers.js.map +1 -1
  238. package/dist/esm/models/parameters.d.ts +17 -15
  239. package/dist/esm/models/parameters.d.ts.map +1 -1
  240. package/dist/esm/models/parameters.js +244 -217
  241. package/dist/esm/models/parameters.js.map +1 -1
  242. package/dist/esm/operations/aPIKeys.js +25 -25
  243. package/dist/esm/operations/aPIKeys.js.map +1 -1
  244. package/dist/esm/operations/analyticsItems.js +27 -27
  245. package/dist/esm/operations/analyticsItems.js.map +1 -1
  246. package/dist/esm/operations/annotations.js +30 -30
  247. package/dist/esm/operations/annotations.js.map +1 -1
  248. package/dist/esm/operations/componentAvailableFeatures.d.ts.map +1 -1
  249. package/dist/esm/operations/componentAvailableFeatures.js +6 -6
  250. package/dist/esm/operations/componentAvailableFeatures.js.map +1 -1
  251. package/dist/esm/operations/componentCurrentBillingFeatures.d.ts.map +1 -1
  252. package/dist/esm/operations/componentCurrentBillingFeatures.js +12 -12
  253. package/dist/esm/operations/componentCurrentBillingFeatures.js.map +1 -1
  254. package/dist/esm/operations/componentFeatureCapabilities.d.ts.map +1 -1
  255. package/dist/esm/operations/componentFeatureCapabilities.js +6 -6
  256. package/dist/esm/operations/componentFeatureCapabilities.js.map +1 -1
  257. package/dist/esm/operations/componentLinkedStorageAccountsOperations.d.ts.map +1 -1
  258. package/dist/esm/operations/componentLinkedStorageAccountsOperations.js +29 -29
  259. package/dist/esm/operations/componentLinkedStorageAccountsOperations.js.map +1 -1
  260. package/dist/esm/operations/componentQuotaStatus.js +6 -6
  261. package/dist/esm/operations/componentQuotaStatus.js.map +1 -1
  262. package/dist/esm/operations/components.d.ts +4 -0
  263. package/dist/esm/operations/components.d.ts.map +1 -1
  264. package/dist/esm/operations/components.js +69 -67
  265. package/dist/esm/operations/components.js.map +1 -1
  266. package/dist/esm/operations/deletedWorkbooks.d.ts +32 -0
  267. package/dist/esm/operations/deletedWorkbooks.d.ts.map +1 -0
  268. package/dist/esm/operations/deletedWorkbooks.js +141 -0
  269. package/dist/esm/operations/deletedWorkbooks.js.map +1 -0
  270. package/dist/esm/operations/exportConfigurations.js +38 -38
  271. package/dist/esm/operations/exportConfigurations.js.map +1 -1
  272. package/dist/esm/operations/favorites.js +35 -35
  273. package/dist/esm/operations/favorites.js.map +1 -1
  274. package/dist/esm/operations/index.d.ts +4 -3
  275. package/dist/esm/operations/index.d.ts.map +1 -1
  276. package/dist/esm/operations/index.js +4 -3
  277. package/dist/esm/operations/index.js.map +1 -1
  278. package/dist/esm/operations/liveToken.js +4 -4
  279. package/dist/esm/operations/liveToken.js.map +1 -1
  280. package/dist/esm/operations/operations.d.ts +32 -0
  281. package/dist/esm/operations/operations.d.ts.map +1 -0
  282. package/dist/esm/operations/operations.js +133 -0
  283. package/dist/esm/operations/operations.js.map +1 -0
  284. package/dist/esm/operations/proactiveDetectionConfigurations.d.ts.map +1 -1
  285. package/dist/esm/operations/proactiveDetectionConfigurations.js +23 -23
  286. package/dist/esm/operations/proactiveDetectionConfigurations.js.map +1 -1
  287. package/dist/esm/operations/webTestLocations.js +7 -7
  288. package/dist/esm/operations/webTestLocations.js.map +1 -1
  289. package/dist/esm/operations/webTests.d.ts +10 -10
  290. package/dist/esm/operations/webTests.js +64 -67
  291. package/dist/esm/operations/webTests.js.map +1 -1
  292. package/dist/esm/operations/workItemConfigurations.js +38 -38
  293. package/dist/esm/operations/workItemConfigurations.js.map +1 -1
  294. package/dist/esm/operations/workbookTemplates.js +35 -35
  295. package/dist/esm/operations/workbookTemplates.js.map +1 -1
  296. package/dist/esm/operations/workbooks.d.ts +8 -10
  297. package/dist/esm/operations/workbooks.d.ts.map +1 -1
  298. package/dist/esm/operations/workbooks.js +91 -104
  299. package/dist/esm/operations/workbooks.js.map +1 -1
  300. package/dist/esm/operationsInterfaces/aPIKeys.js.map +1 -1
  301. package/dist/esm/operationsInterfaces/analyticsItems.js.map +1 -1
  302. package/dist/esm/operationsInterfaces/annotations.js.map +1 -1
  303. package/dist/esm/operationsInterfaces/componentAvailableFeatures.js.map +1 -1
  304. package/dist/esm/operationsInterfaces/componentCurrentBillingFeatures.js.map +1 -1
  305. package/dist/esm/operationsInterfaces/componentFeatureCapabilities.js.map +1 -1
  306. package/dist/esm/operationsInterfaces/componentLinkedStorageAccountsOperations.js.map +1 -1
  307. package/dist/esm/operationsInterfaces/componentQuotaStatus.js.map +1 -1
  308. package/dist/esm/operationsInterfaces/components.d.ts +4 -0
  309. package/dist/esm/operationsInterfaces/components.d.ts.map +1 -1
  310. package/dist/esm/operationsInterfaces/components.js.map +1 -1
  311. package/dist/esm/operationsInterfaces/deletedWorkbooks.d.ts +11 -0
  312. package/dist/esm/operationsInterfaces/deletedWorkbooks.d.ts.map +1 -0
  313. package/dist/esm/operationsInterfaces/deletedWorkbooks.js +9 -0
  314. package/dist/esm/operationsInterfaces/deletedWorkbooks.js.map +1 -0
  315. package/dist/esm/operationsInterfaces/exportConfigurations.js.map +1 -1
  316. package/dist/esm/operationsInterfaces/favorites.js.map +1 -1
  317. package/dist/esm/operationsInterfaces/index.d.ts +4 -3
  318. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -1
  319. package/dist/esm/operationsInterfaces/index.js +4 -3
  320. package/dist/esm/operationsInterfaces/index.js.map +1 -1
  321. package/dist/esm/operationsInterfaces/liveToken.js.map +1 -1
  322. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  323. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  324. package/dist/esm/operationsInterfaces/{myWorkbooks.js → operations.js} +1 -1
  325. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  326. package/dist/esm/operationsInterfaces/proactiveDetectionConfigurations.js.map +1 -1
  327. package/dist/esm/operationsInterfaces/webTestLocations.js.map +1 -1
  328. package/dist/esm/operationsInterfaces/webTests.d.ts +8 -8
  329. package/dist/esm/operationsInterfaces/webTests.js.map +1 -1
  330. package/dist/esm/operationsInterfaces/workItemConfigurations.js.map +1 -1
  331. package/dist/esm/operationsInterfaces/workbookTemplates.js.map +1 -1
  332. package/dist/esm/operationsInterfaces/workbooks.d.ts +6 -6
  333. package/dist/esm/operationsInterfaces/workbooks.js.map +1 -1
  334. package/dist/esm/pagingHelper.d.ts +4 -4
  335. package/dist/esm/pagingHelper.js +4 -4
  336. package/dist/esm/pagingHelper.js.map +1 -1
  337. package/dist/react-native/applicationInsightsManagementClient.d.ts +7 -5
  338. package/dist/react-native/applicationInsightsManagementClient.d.ts.map +1 -1
  339. package/dist/react-native/applicationInsightsManagementClient.js +22 -20
  340. package/dist/react-native/applicationInsightsManagementClient.js.map +1 -1
  341. package/dist/react-native/models/index.d.ts +573 -596
  342. package/dist/react-native/models/index.d.ts.map +1 -1
  343. package/dist/react-native/models/index.js +46 -62
  344. package/dist/react-native/models/index.js.map +1 -1
  345. package/dist/react-native/models/mappers.d.ts +31 -26
  346. package/dist/react-native/models/mappers.d.ts.map +1 -1
  347. package/dist/react-native/models/mappers.js +1750 -1587
  348. package/dist/react-native/models/mappers.js.map +1 -1
  349. package/dist/react-native/models/parameters.d.ts +17 -15
  350. package/dist/react-native/models/parameters.d.ts.map +1 -1
  351. package/dist/react-native/models/parameters.js +244 -217
  352. package/dist/react-native/models/parameters.js.map +1 -1
  353. package/dist/react-native/operations/aPIKeys.js +25 -25
  354. package/dist/react-native/operations/aPIKeys.js.map +1 -1
  355. package/dist/react-native/operations/analyticsItems.js +27 -27
  356. package/dist/react-native/operations/analyticsItems.js.map +1 -1
  357. package/dist/react-native/operations/annotations.js +30 -30
  358. package/dist/react-native/operations/annotations.js.map +1 -1
  359. package/dist/react-native/operations/componentAvailableFeatures.d.ts.map +1 -1
  360. package/dist/react-native/operations/componentAvailableFeatures.js +6 -6
  361. package/dist/react-native/operations/componentAvailableFeatures.js.map +1 -1
  362. package/dist/react-native/operations/componentCurrentBillingFeatures.d.ts.map +1 -1
  363. package/dist/react-native/operations/componentCurrentBillingFeatures.js +12 -12
  364. package/dist/react-native/operations/componentCurrentBillingFeatures.js.map +1 -1
  365. package/dist/react-native/operations/componentFeatureCapabilities.d.ts.map +1 -1
  366. package/dist/react-native/operations/componentFeatureCapabilities.js +6 -6
  367. package/dist/react-native/operations/componentFeatureCapabilities.js.map +1 -1
  368. package/dist/react-native/operations/componentLinkedStorageAccountsOperations.d.ts.map +1 -1
  369. package/dist/react-native/operations/componentLinkedStorageAccountsOperations.js +29 -29
  370. package/dist/react-native/operations/componentLinkedStorageAccountsOperations.js.map +1 -1
  371. package/dist/react-native/operations/componentQuotaStatus.js +6 -6
  372. package/dist/react-native/operations/componentQuotaStatus.js.map +1 -1
  373. package/dist/react-native/operations/components.d.ts +4 -0
  374. package/dist/react-native/operations/components.d.ts.map +1 -1
  375. package/dist/react-native/operations/components.js +69 -67
  376. package/dist/react-native/operations/components.js.map +1 -1
  377. package/dist/react-native/operations/deletedWorkbooks.d.ts +32 -0
  378. package/dist/react-native/operations/deletedWorkbooks.d.ts.map +1 -0
  379. package/dist/react-native/operations/deletedWorkbooks.js +141 -0
  380. package/dist/react-native/operations/deletedWorkbooks.js.map +1 -0
  381. package/dist/react-native/operations/exportConfigurations.js +38 -38
  382. package/dist/react-native/operations/exportConfigurations.js.map +1 -1
  383. package/dist/react-native/operations/favorites.js +35 -35
  384. package/dist/react-native/operations/favorites.js.map +1 -1
  385. package/dist/react-native/operations/index.d.ts +4 -3
  386. package/dist/react-native/operations/index.d.ts.map +1 -1
  387. package/dist/react-native/operations/index.js +4 -3
  388. package/dist/react-native/operations/index.js.map +1 -1
  389. package/dist/react-native/operations/liveToken.js +4 -4
  390. package/dist/react-native/operations/liveToken.js.map +1 -1
  391. package/dist/react-native/operations/operations.d.ts +32 -0
  392. package/dist/react-native/operations/operations.d.ts.map +1 -0
  393. package/dist/react-native/operations/operations.js +133 -0
  394. package/dist/react-native/operations/operations.js.map +1 -0
  395. package/dist/react-native/operations/proactiveDetectionConfigurations.d.ts.map +1 -1
  396. package/dist/react-native/operations/proactiveDetectionConfigurations.js +23 -23
  397. package/dist/react-native/operations/proactiveDetectionConfigurations.js.map +1 -1
  398. package/dist/react-native/operations/webTestLocations.js +7 -7
  399. package/dist/react-native/operations/webTestLocations.js.map +1 -1
  400. package/dist/react-native/operations/webTests.d.ts +10 -10
  401. package/dist/react-native/operations/webTests.js +64 -67
  402. package/dist/react-native/operations/webTests.js.map +1 -1
  403. package/dist/react-native/operations/workItemConfigurations.js +38 -38
  404. package/dist/react-native/operations/workItemConfigurations.js.map +1 -1
  405. package/dist/react-native/operations/workbookTemplates.js +35 -35
  406. package/dist/react-native/operations/workbookTemplates.js.map +1 -1
  407. package/dist/react-native/operations/workbooks.d.ts +8 -10
  408. package/dist/react-native/operations/workbooks.d.ts.map +1 -1
  409. package/dist/react-native/operations/workbooks.js +91 -104
  410. package/dist/react-native/operations/workbooks.js.map +1 -1
  411. package/dist/react-native/operationsInterfaces/aPIKeys.js.map +1 -1
  412. package/dist/react-native/operationsInterfaces/analyticsItems.js.map +1 -1
  413. package/dist/react-native/operationsInterfaces/annotations.js.map +1 -1
  414. package/dist/react-native/operationsInterfaces/componentAvailableFeatures.js.map +1 -1
  415. package/dist/react-native/operationsInterfaces/componentCurrentBillingFeatures.js.map +1 -1
  416. package/dist/react-native/operationsInterfaces/componentFeatureCapabilities.js.map +1 -1
  417. package/dist/react-native/operationsInterfaces/componentLinkedStorageAccountsOperations.js.map +1 -1
  418. package/dist/react-native/operationsInterfaces/componentQuotaStatus.js.map +1 -1
  419. package/dist/react-native/operationsInterfaces/components.d.ts +4 -0
  420. package/dist/react-native/operationsInterfaces/components.d.ts.map +1 -1
  421. package/dist/react-native/operationsInterfaces/components.js.map +1 -1
  422. package/dist/react-native/operationsInterfaces/deletedWorkbooks.d.ts +11 -0
  423. package/dist/react-native/operationsInterfaces/deletedWorkbooks.d.ts.map +1 -0
  424. package/dist/react-native/operationsInterfaces/deletedWorkbooks.js +9 -0
  425. package/dist/react-native/operationsInterfaces/deletedWorkbooks.js.map +1 -0
  426. package/dist/react-native/operationsInterfaces/exportConfigurations.js.map +1 -1
  427. package/dist/react-native/operationsInterfaces/favorites.js.map +1 -1
  428. package/dist/react-native/operationsInterfaces/index.d.ts +4 -3
  429. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -1
  430. package/dist/react-native/operationsInterfaces/index.js +4 -3
  431. package/dist/react-native/operationsInterfaces/index.js.map +1 -1
  432. package/dist/react-native/operationsInterfaces/liveToken.js.map +1 -1
  433. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  434. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  435. package/dist/react-native/operationsInterfaces/{myWorkbooks.js → operations.js} +1 -1
  436. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  437. package/dist/react-native/operationsInterfaces/proactiveDetectionConfigurations.js.map +1 -1
  438. package/dist/react-native/operationsInterfaces/webTestLocations.js.map +1 -1
  439. package/dist/react-native/operationsInterfaces/webTests.d.ts +8 -8
  440. package/dist/react-native/operationsInterfaces/webTests.js.map +1 -1
  441. package/dist/react-native/operationsInterfaces/workItemConfigurations.js.map +1 -1
  442. package/dist/react-native/operationsInterfaces/workbookTemplates.js.map +1 -1
  443. package/dist/react-native/operationsInterfaces/workbooks.d.ts +6 -6
  444. package/dist/react-native/operationsInterfaces/workbooks.js.map +1 -1
  445. package/dist/react-native/pagingHelper.d.ts +4 -4
  446. package/dist/react-native/pagingHelper.js +4 -4
  447. package/dist/react-native/pagingHelper.js.map +1 -1
  448. package/package.json +10 -8
  449. package/review/arm-appinsights.api.md +146 -164
  450. package/dist/browser/operations/myWorkbooks.d.ts +0 -89
  451. package/dist/browser/operations/myWorkbooks.d.ts.map +0 -1
  452. package/dist/browser/operations/myWorkbooks.js +0 -414
  453. package/dist/browser/operations/myWorkbooks.js.map +0 -1
  454. package/dist/browser/operationsInterfaces/myWorkbooks.d.ts +0 -49
  455. package/dist/browser/operationsInterfaces/myWorkbooks.d.ts.map +0 -1
  456. package/dist/browser/operationsInterfaces/myWorkbooks.js.map +0 -1
  457. package/dist/commonjs/operations/myWorkbooks.d.ts +0 -89
  458. package/dist/commonjs/operations/myWorkbooks.d.ts.map +0 -1
  459. package/dist/commonjs/operations/myWorkbooks.js +0 -418
  460. package/dist/commonjs/operations/myWorkbooks.js.map +0 -1
  461. package/dist/commonjs/operationsInterfaces/myWorkbooks.d.ts +0 -49
  462. package/dist/commonjs/operationsInterfaces/myWorkbooks.d.ts.map +0 -1
  463. package/dist/commonjs/operationsInterfaces/myWorkbooks.js.map +0 -1
  464. package/dist/esm/operations/myWorkbooks.d.ts +0 -89
  465. package/dist/esm/operations/myWorkbooks.d.ts.map +0 -1
  466. package/dist/esm/operations/myWorkbooks.js +0 -414
  467. package/dist/esm/operations/myWorkbooks.js.map +0 -1
  468. package/dist/esm/operationsInterfaces/myWorkbooks.d.ts +0 -49
  469. package/dist/esm/operationsInterfaces/myWorkbooks.d.ts.map +0 -1
  470. package/dist/esm/operationsInterfaces/myWorkbooks.js.map +0 -1
  471. package/dist/react-native/operations/myWorkbooks.d.ts +0 -89
  472. package/dist/react-native/operations/myWorkbooks.d.ts.map +0 -1
  473. package/dist/react-native/operations/myWorkbooks.js +0 -414
  474. package/dist/react-native/operations/myWorkbooks.js.map +0 -1
  475. package/dist/react-native/operationsInterfaces/myWorkbooks.d.ts +0 -49
  476. package/dist/react-native/operationsInterfaces/myWorkbooks.d.ts.map +0 -1
  477. package/dist/react-native/operationsInterfaces/myWorkbooks.js.map +0 -1
@@ -1,4 +1,94 @@
1
1
  import * as coreClient from "@azure/core-client";
2
+ /** Describes the list of Application Insights Resources. */
3
+ export interface ApplicationInsightsComponentListResult {
4
+ /** List of Application Insights component definitions. */
5
+ value: ApplicationInsightsComponent[];
6
+ /** The URI to get the next set of Application Insights component definitions if too many components where returned in the result set. */
7
+ nextLink?: string;
8
+ }
9
+ /** The private link scope resource reference. */
10
+ export interface PrivateLinkScopedResource {
11
+ /** The full resource Id of the private link scope resource. */
12
+ resourceId?: string;
13
+ /** The private link scope unique Identifier. */
14
+ scopeId?: string;
15
+ }
16
+ /** An azure resource object */
17
+ export interface ComponentsResource {
18
+ /**
19
+ * Azure resource Id
20
+ * NOTE: This property will not be serialized. It can only be populated by the server.
21
+ */
22
+ readonly id?: string;
23
+ /**
24
+ * Azure resource name
25
+ * NOTE: This property will not be serialized. It can only be populated by the server.
26
+ */
27
+ readonly name?: string;
28
+ /**
29
+ * Azure resource type
30
+ * NOTE: This property will not be serialized. It can only be populated by the server.
31
+ */
32
+ readonly type?: string;
33
+ /** Resource location */
34
+ location: string;
35
+ /** Resource tags */
36
+ tags?: {
37
+ [propertyName: string]: string;
38
+ };
39
+ }
40
+ export interface ErrorResponseComponents {
41
+ /** Error response indicates Insights service is not able to process the incoming request. The reason is provided in the error message. */
42
+ error?: ErrorResponseComponentsError;
43
+ }
44
+ /** Error response indicates Insights service is not able to process the incoming request. The reason is provided in the error message. */
45
+ export interface ErrorResponseComponentsError {
46
+ /**
47
+ * Error code.
48
+ * NOTE: This property will not be serialized. It can only be populated by the server.
49
+ */
50
+ readonly code?: string;
51
+ /**
52
+ * Error message indicating why the operation failed.
53
+ * NOTE: This property will not be serialized. It can only be populated by the server.
54
+ */
55
+ readonly message?: string;
56
+ }
57
+ /** A container holding only the Tags for a resource, allowing the user to update the tags on a WebTest instance. */
58
+ export interface TagsResource {
59
+ /** Resource tags */
60
+ tags?: {
61
+ [propertyName: string]: string;
62
+ };
63
+ }
64
+ /** Describes the body of a purge request for an App Insights component */
65
+ export interface ComponentPurgeBody {
66
+ /** Table from which to purge data. */
67
+ table: string;
68
+ /** The set of columns and filters (queries) to run over them to purge the resulting data. */
69
+ filters: ComponentPurgeBodyFilters[];
70
+ }
71
+ /** User-defined filters to return data which will be purged from the table. */
72
+ export interface ComponentPurgeBodyFilters {
73
+ /** The column of the table over which the given query should run */
74
+ column?: string;
75
+ /** A query operator to evaluate over the provided column and value(s). Supported operators are ==, =~, in, in~, >, >=, <, <=, between, and have the same behavior as they would in a KQL query. */
76
+ operator?: string;
77
+ /** the value for the operator to function over. This can be a number (e.g., > 100), a string (timestamp >= '2017-09-01') or array of values. */
78
+ value?: any;
79
+ /** When filtering over custom dimensions, this key will be used as the name of the custom dimension. */
80
+ key?: string;
81
+ }
82
+ /** Response containing operationId for a specific purge action. */
83
+ export interface ComponentPurgeResponse {
84
+ /** Id to use when querying for status for a particular purge operation. */
85
+ operationId: string;
86
+ }
87
+ /** Response containing status for a specific purge operation. */
88
+ export interface ComponentPurgeStatusResponse {
89
+ /** Status of the operation represented by the requested Id. */
90
+ status: PurgeState;
91
+ }
2
92
  /** Annotations list result. */
3
93
  export interface AnnotationsListResult {
4
94
  /**
@@ -533,16 +623,16 @@ export interface ApplicationInsightsComponentWebTestLocation {
533
623
  */
534
624
  readonly tag?: string;
535
625
  }
536
- /** A list of 0 or more Application Insights web test definitions. */
626
+ /** A list of 0 or more Application Insights WebTest definitions. */
537
627
  export interface WebTestListResult {
538
- /** Set of Application Insights web test definitions. */
628
+ /** Set of Application Insights WebTest definitions. */
539
629
  value: WebTest[];
540
- /** The link to get the next part of the returned list of web tests, should the return set be too large for a single request. May be null. */
630
+ /** The link to get the next part of the returned list of WebTest, should the return set be too large for a single request. May be null. */
541
631
  nextLink?: string;
542
632
  }
543
- /** Geo-physical location to run a web test from. You must specify one or more locations for the test to run from. */
633
+ /** Geo-physical location to run a WebTest from. You must specify one or more locations for the test to run from. */
544
634
  export interface WebTestGeolocation {
545
- /** Location ID for the webtest to run from. */
635
+ /** Location ID for the WebTest to run from. */
546
636
  location?: string;
547
637
  }
548
638
  /** An XML configuration specification for a WebTest. */
@@ -550,6 +640,50 @@ export interface WebTestPropertiesConfiguration {
550
640
  /** The XML specification of a WebTest to run against an application. */
551
641
  webTest?: string;
552
642
  }
643
+ /** The collection of request properties */
644
+ export interface WebTestPropertiesRequest {
645
+ /** Url location to test. */
646
+ requestUrl?: string;
647
+ /** List of headers and their values to add to the WebTest call. */
648
+ headers?: HeaderField[];
649
+ /** Http verb to use for this web test. */
650
+ httpVerb?: string;
651
+ /** Base64 encoded string body to send with this web test. */
652
+ requestBody?: string;
653
+ /** Parse Dependent request for this WebTest. */
654
+ parseDependentRequests?: boolean;
655
+ /** Follow redirects for this web test. */
656
+ followRedirects?: boolean;
657
+ }
658
+ /** A header to add to the WebTest. */
659
+ export interface HeaderField {
660
+ /** The name of the header. */
661
+ headerFieldName?: string;
662
+ /** The value of the header. */
663
+ headerFieldValue?: string;
664
+ }
665
+ /** The collection of validation rule properties */
666
+ export interface WebTestPropertiesValidationRules {
667
+ /** The collection of content validation properties */
668
+ contentValidation?: WebTestPropertiesValidationRulesContentValidation;
669
+ /** Checks to see if the SSL cert is still valid. */
670
+ sSLCheck?: boolean;
671
+ /** A number of days to check still remain before the the existing SSL cert expires. Value must be positive and the SSLCheck must be set to true. */
672
+ sSLCertRemainingLifetimeCheck?: number;
673
+ /** Validate that the WebTest returns the http status code provided. */
674
+ expectedHttpStatusCode?: number;
675
+ /** When set, validation will ignore the status code. */
676
+ ignoreHttpStatusCode?: boolean;
677
+ }
678
+ /** The collection of content validation properties */
679
+ export interface WebTestPropertiesValidationRulesContentValidation {
680
+ /** Content to look for in the return of the WebTest. Must not be null or empty. */
681
+ contentMatch?: string;
682
+ /** When set, this value makes the ContentMatch validation case insensitive. */
683
+ ignoreCase?: boolean;
684
+ /** When true, validation will pass if there is a match for the ContentMatch string. If false, validation will fail if there is a match */
685
+ passIfTextFound?: boolean;
686
+ }
553
687
  /** An azure resource object */
554
688
  export interface WebtestsResource {
555
689
  /**
@@ -574,13 +708,6 @@ export interface WebtestsResource {
574
708
  [propertyName: string]: string;
575
709
  };
576
710
  }
577
- /** A container holding only the Tags for a resource, allowing the user to update the tags on a WebTest instance. */
578
- export interface TagsResource {
579
- /** Resource tags */
580
- tags?: {
581
- [propertyName: string]: string;
582
- };
583
- }
584
711
  /** Properties that define an Analytics item that is associated to an Application Insights component. */
585
712
  export interface ApplicationInsightsComponentAnalyticsItem {
586
713
  /** Internally assigned unique id of the item definition. */
@@ -616,6 +743,47 @@ export interface ApplicationInsightsComponentAnalyticsItemProperties {
616
743
  /** A function alias, used when the type of the item is Function */
617
744
  functionAlias?: string;
618
745
  }
746
+ /** Result of the request to list Azure Workbooks operations. It contains a list of operations and a URL link to get the next set of results. */
747
+ export interface OperationListResult {
748
+ /** List of Workbook operations supported by the Microsoft.Insights resource provider. */
749
+ value?: Operation[];
750
+ /** URL to get the next set of operation list results if there are any. */
751
+ nextLink?: string;
752
+ }
753
+ /** Azure Workbooks REST API operation */
754
+ export interface Operation {
755
+ /** Operation name: {provider}/{resource}/{operation} */
756
+ name?: string;
757
+ /** The object that represents the operation. */
758
+ display?: OperationDisplay;
759
+ }
760
+ /** The object that represents the operation. */
761
+ export interface OperationDisplay {
762
+ /** Service provider: Microsoft.Insights */
763
+ provider?: string;
764
+ /** Resource on which the operation is performed: Profile, endpoint, etc. */
765
+ resource?: string;
766
+ /** Operation type: Read, write, delete, etc. */
767
+ operation?: string;
768
+ }
769
+ /** Error response indicates Insights service is not able to process the incoming request. The reason is provided in the error message. */
770
+ export interface ErrorResponse {
771
+ /** Error code. */
772
+ code?: string;
773
+ /** Error message indicating why the operation failed. */
774
+ message?: string;
775
+ /** The list of invalid fields send in request, in case of validation error. */
776
+ details?: ErrorFieldContract[];
777
+ }
778
+ /** Error Field contract. */
779
+ export interface ErrorFieldContract {
780
+ /** Property level error code. */
781
+ code?: string;
782
+ /** Human-readable representation of property-level error. */
783
+ message?: string;
784
+ /** Property name. */
785
+ target?: string;
786
+ }
619
787
  /** WorkbookTemplate list result. */
620
788
  export interface WorkbookTemplatesListResult {
621
789
  /** An array of workbook templates. */
@@ -708,12 +876,12 @@ export interface WorkbookTemplateUpdateParameters {
708
876
  };
709
877
  }
710
878
  /** Workbook list result. */
711
- export interface MyWorkbooksListResult {
879
+ export interface WorkbooksListResult {
712
880
  /**
713
- * An array of private workbooks.
881
+ * An array of workbooks.
714
882
  * NOTE: This property will not be serialized. It can only be populated by the server.
715
883
  */
716
- readonly value?: MyWorkbook[];
884
+ readonly value?: Workbook[];
717
885
  nextLink?: string;
718
886
  }
719
887
  /** Metadata pertaining to creation and last modification of the resource. */
@@ -731,79 +899,6 @@ export interface SystemData {
731
899
  /** The timestamp of resource last modification (UTC) */
732
900
  lastModifiedAt?: Date;
733
901
  }
734
- /** An azure resource object */
735
- export interface MyWorkbookResource {
736
- /** Identity used for BYOS */
737
- identity?: MyWorkbookManagedIdentity;
738
- /** Azure resource Id */
739
- id?: string;
740
- /** Azure resource name */
741
- name?: string;
742
- /** Azure resource type */
743
- type?: string;
744
- /** Resource location */
745
- location?: string;
746
- /** Resource tags */
747
- tags?: {
748
- [propertyName: string]: string;
749
- };
750
- /** Resource etag */
751
- etag?: {
752
- [propertyName: string]: string;
753
- };
754
- }
755
- /** Customer Managed Identity */
756
- export interface MyWorkbookManagedIdentity {
757
- /** Customer Managed Identity */
758
- userAssignedIdentities?: MyWorkbookUserAssignedIdentities;
759
- /** The identity type. */
760
- type?: MyWorkbookManagedIdentityType;
761
- }
762
- /** Customer Managed Identity */
763
- export interface MyWorkbookUserAssignedIdentities {
764
- /**
765
- * The principal ID of resource identity.
766
- * NOTE: This property will not be serialized. It can only be populated by the server.
767
- */
768
- readonly principalId?: string;
769
- /**
770
- * The tenant ID of resource.
771
- * NOTE: This property will not be serialized. It can only be populated by the server.
772
- */
773
- readonly tenantId?: string;
774
- }
775
- /** Error response. */
776
- export interface MyWorkbookError {
777
- /** The error details. */
778
- error?: ErrorDefinition;
779
- }
780
- /** Error definition. */
781
- export interface ErrorDefinition {
782
- /**
783
- * Service specific error code which serves as the substatus for the HTTP error code.
784
- * NOTE: This property will not be serialized. It can only be populated by the server.
785
- */
786
- readonly code?: string;
787
- /**
788
- * Description of the error.
789
- * NOTE: This property will not be serialized. It can only be populated by the server.
790
- */
791
- readonly message?: string;
792
- /**
793
- * Internal error details.
794
- * NOTE: This property will not be serialized. It can only be populated by the server.
795
- */
796
- readonly innererror?: any;
797
- }
798
- /** Workbook list result. */
799
- export interface WorkbooksListResult {
800
- /**
801
- * An array of workbooks.
802
- * NOTE: This property will not be serialized. It can only be populated by the server.
803
- */
804
- readonly value?: Workbook[];
805
- nextLink?: string;
806
- }
807
902
  /** Managed service identity (system assigned and/or user assigned identities) */
808
903
  export interface ManagedServiceIdentity {
809
904
  /**
@@ -875,7 +970,15 @@ export interface WorkbookErrorDefinition {
875
970
  * Internal error details.
876
971
  * NOTE: This property will not be serialized. It can only be populated by the server.
877
972
  */
878
- readonly innerError?: any;
973
+ readonly innererror?: WorkbookInnerErrorTrace;
974
+ }
975
+ /** Error details */
976
+ export interface WorkbookInnerErrorTrace {
977
+ /**
978
+ * detailed error trace
979
+ * NOTE: This property will not be serialized. It can only be populated by the server.
980
+ */
981
+ readonly trace?: string[];
879
982
  }
880
983
  /** The parameters that can be provided when updating workbook properties properties. */
881
984
  export interface WorkbookUpdateParameters {
@@ -898,50 +1001,20 @@ export interface WorkbookUpdateParameters {
898
1001
  /** The unique revision id for this workbook definition */
899
1002
  revision?: string;
900
1003
  }
901
- /** Describes the list of Application Insights Resources. */
902
- export interface ApplicationInsightsComponentListResult {
903
- /** List of Application Insights component definitions. */
904
- value: ApplicationInsightsComponent[];
905
- /** The URI to get the next set of Application Insights component definitions if too many components where returned in the result set. */
906
- nextLink?: string;
907
- }
908
- /** The private link scope resource reference. */
909
- export interface PrivateLinkScopedResource {
910
- /** The full resource Id of the private link scope resource. */
911
- resourceId?: string;
912
- /** The private link scope unique Identifier. */
913
- scopeId?: string;
914
- }
915
- /** An azure resource object */
916
- export interface ComponentsResource {
917
- /**
918
- * Azure resource Id
919
- * NOTE: This property will not be serialized. It can only be populated by the server.
920
- */
921
- readonly id?: string;
922
- /**
923
- * Azure resource name
924
- * NOTE: This property will not be serialized. It can only be populated by the server.
925
- */
926
- readonly name?: string;
1004
+ /** The response to a live token query. */
1005
+ export interface LiveTokenResponse {
927
1006
  /**
928
- * Azure resource type
1007
+ * JWT token for accessing live metrics stream data.
929
1008
  * NOTE: This property will not be serialized. It can only be populated by the server.
930
1009
  */
931
- readonly type?: string;
932
- /** Resource location */
933
- location: string;
934
- /** Resource tags */
935
- tags?: {
936
- [propertyName: string]: string;
937
- };
1010
+ readonly liveToken?: string;
938
1011
  }
939
- export interface ErrorResponseComponents {
1012
+ export interface ErrorResponseLinkedStorage {
940
1013
  /** Error response indicates Insights service is not able to process the incoming request. The reason is provided in the error message. */
941
- error?: ErrorResponseComponentsError;
1014
+ error?: ErrorResponseLinkedStorageError;
942
1015
  }
943
1016
  /** Error response indicates Insights service is not able to process the incoming request. The reason is provided in the error message. */
944
- export interface ErrorResponseComponentsError {
1017
+ export interface ErrorResponseLinkedStorageError {
945
1018
  /**
946
1019
  * Error code.
947
1020
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -953,104 +1026,68 @@ export interface ErrorResponseComponentsError {
953
1026
  */
954
1027
  readonly message?: string;
955
1028
  }
956
- /** Describes the body of a purge request for an App Insights component */
957
- export interface ComponentPurgeBody {
958
- /** Table from which to purge data. */
959
- table: string;
960
- /** The set of columns and filters (queries) to run over them to purge the resulting data. */
961
- filters: ComponentPurgeBodyFilters[];
1029
+ /** An Application Insights component linked storage accounts patch */
1030
+ export interface ComponentLinkedStorageAccountsPatch {
1031
+ /** Linked storage account resource ID */
1032
+ linkedStorageAccount?: string;
962
1033
  }
963
- /** User-defined filters to return data which will be purged from the table. */
964
- export interface ComponentPurgeBodyFilters {
965
- /** The column of the table over which the given query should run */
966
- column?: string;
967
- /** A query operator to evaluate over the provided column and value(s). Supported operators are ==, =~, in, in~, >, >=, <, <=, between, and have the same behavior as they would in a KQL query. */
968
- operator?: string;
969
- /** the value for the operator to function over. This can be a number (e.g., > 100), a string (timestamp >= '2017-09-01') or array of values. */
970
- value?: any;
971
- /** When filtering over custom dimensions, this key will be used as the name of the custom dimension. */
972
- key?: string;
973
- }
974
- /** Response containing operationId for a specific purge action. */
975
- export interface ComponentPurgeResponse {
976
- /** Id to use when querying for status for a particular purge operation. */
977
- operationId: string;
978
- }
979
- /** Response containing status for a specific purge operation. */
980
- export interface ComponentPurgeStatusResponse {
981
- /** Status of the operation represented by the requested Id. */
982
- status: PurgeState;
983
- }
984
- export interface ErrorResponseLinkedStorage {
985
- /** Error response indicates Insights service is not able to process the incoming request. The reason is provided in the error message. */
986
- error?: ErrorResponseLinkedStorageError;
1034
+ /** Workbook list result. */
1035
+ export interface DeletedWorkbooksListResult {
1036
+ /**
1037
+ * An array of workbooks.
1038
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1039
+ */
1040
+ readonly value?: DeletedWorkbook[];
1041
+ nextLink?: string;
987
1042
  }
988
- /** Error response indicates Insights service is not able to process the incoming request. The reason is provided in the error message. */
989
- export interface ErrorResponseLinkedStorageError {
1043
+ /** Common fields that are returned in the response for all Azure Resource Manager resources */
1044
+ export interface ResourceAutoGenerated {
990
1045
  /**
991
- * Error code.
1046
+ * Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
992
1047
  * NOTE: This property will not be serialized. It can only be populated by the server.
993
1048
  */
994
- readonly code?: string;
1049
+ readonly id?: string;
995
1050
  /**
996
- * Error message indicating why the operation failed.
1051
+ * The name of the resource
997
1052
  * NOTE: This property will not be serialized. It can only be populated by the server.
998
1053
  */
999
- readonly message?: string;
1000
- }
1001
- /** An Application Insights component linked storage accounts patch */
1002
- export interface ComponentLinkedStorageAccountsPatch {
1003
- /** Linked storage account resource ID */
1004
- linkedStorageAccount?: string;
1005
- }
1006
- /** The response to a live token query. */
1007
- export interface LiveTokenResponse {
1054
+ readonly name?: string;
1008
1055
  /**
1009
- * JWT token for accessing live metrics stream data.
1056
+ * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
1010
1057
  * NOTE: This property will not be serialized. It can only be populated by the server.
1011
1058
  */
1012
- readonly liveToken?: string;
1013
- }
1014
- /** Error response indicates Insights service is not able to process the incoming request. The reason is provided in the error message. */
1015
- export interface ErrorResponse {
1016
- /** Error code. */
1017
- code?: string;
1018
- /** Error message indicating why the operation failed. */
1019
- message?: string;
1020
- }
1021
- /** CDN REST API operation */
1022
- export interface Operation {
1023
- /** Operation name: {provider}/{resource}/{operation} */
1024
- name?: string;
1025
- /** The object that represents the operation. */
1026
- display?: OperationDisplay;
1027
- }
1028
- /** The object that represents the operation. */
1029
- export interface OperationDisplay {
1030
- /** Service provider: Microsoft.Cdn */
1031
- provider?: string;
1032
- /** Resource on which the operation is performed: Profile, endpoint, etc. */
1033
- resource?: string;
1034
- /** Operation type: Read, write, delete, etc. */
1035
- operation?: string;
1059
+ readonly type?: string;
1060
+ /**
1061
+ * Azure Resource Manager metadata containing createdBy and modifiedBy information.
1062
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1063
+ */
1064
+ readonly systemData?: SystemData;
1036
1065
  }
1037
- /** Result of the request to list CDN operations. It contains a list of operations and a URL link to get the next set of results. */
1038
- export interface OperationListResult {
1039
- /** List of CDN operations supported by the CDN resource provider. */
1040
- value?: Operation[];
1041
- /** URL to get the next set of operation list results if there are any. */
1042
- nextLink?: string;
1066
+ /** Error response. */
1067
+ export interface DeletedWorkbookError {
1068
+ /** The error details. */
1069
+ error?: DeletedWorkbookErrorDefinition;
1043
1070
  }
1044
- /** Error details */
1045
- export interface InnerErrorTrace {
1071
+ /** Error definition. */
1072
+ export interface DeletedWorkbookErrorDefinition {
1046
1073
  /**
1047
- * detailed error trace
1074
+ * Service specific error code which serves as the substatus for the HTTP error code.
1048
1075
  * NOTE: This property will not be serialized. It can only be populated by the server.
1049
1076
  */
1050
- readonly trace?: string[];
1077
+ readonly code?: string;
1078
+ /**
1079
+ * Description of the error.
1080
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1081
+ */
1082
+ readonly message?: string;
1083
+ /**
1084
+ * Internal error details.
1085
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1086
+ */
1087
+ readonly innererror?: DeletedWorkbookInnerErrorTrace;
1051
1088
  }
1052
1089
  /** Error details */
1053
- export interface WorkbookInnerErrorTrace {
1090
+ export interface DeletedWorkbookInnerErrorTrace {
1054
1091
  /**
1055
1092
  * detailed error trace
1056
1093
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -1088,100 +1125,6 @@ export interface OperationInfo {
1088
1125
  /** Description of the operation */
1089
1126
  description?: string;
1090
1127
  }
1091
- /** An Application Insights web test definition. */
1092
- export interface WebTest extends WebtestsResource {
1093
- /** The kind of web test that this web test watches. Choices are ping and multistep. */
1094
- kind?: WebTestKind;
1095
- /** Unique ID of this WebTest. This is typically the same value as the Name field. */
1096
- syntheticMonitorId?: string;
1097
- /** User defined name if this WebTest. */
1098
- webTestName?: string;
1099
- /** Purpose/user defined descriptive test for this WebTest. */
1100
- description?: string;
1101
- /** Is the test actively being monitored. */
1102
- enabled?: boolean;
1103
- /** Interval in seconds between test runs for this WebTest. Default value is 300. */
1104
- frequency?: number;
1105
- /** Seconds until this WebTest will timeout and fail. Default value is 30. */
1106
- timeout?: number;
1107
- /** The kind of web test this is, valid choices are ping and multistep. */
1108
- webTestKind?: WebTestKind;
1109
- /** Allow for retries should this WebTest fail. */
1110
- retryEnabled?: boolean;
1111
- /** A list of where to physically run the tests from to give global coverage for accessibility of your application. */
1112
- locations?: WebTestGeolocation[];
1113
- /** An XML configuration specification for a WebTest. */
1114
- configuration?: WebTestPropertiesConfiguration;
1115
- /**
1116
- * Current state of this component, whether or not is has been provisioned within the resource group it is defined. Users cannot change this value but are able to read from it. Values will include Succeeded, Deploying, Canceled, and Failed.
1117
- * NOTE: This property will not be serialized. It can only be populated by the server.
1118
- */
1119
- readonly provisioningState?: string;
1120
- }
1121
- /** An Application Insights workbook template definition. */
1122
- export interface WorkbookTemplate extends WorkbookTemplateResource {
1123
- /** Priority of the template. Determines which template to open when a workbook gallery is opened in viewer mode. */
1124
- priority?: number;
1125
- /** Information about the author of the workbook template. */
1126
- author?: string;
1127
- /** Valid JSON object containing workbook template payload. */
1128
- templateData?: Record<string, unknown>;
1129
- /** Workbook galleries supported by the template. */
1130
- galleries?: WorkbookTemplateGallery[];
1131
- /** Key value pair of localized gallery. Each key is the locale code of languages supported by the Azure portal. */
1132
- localized?: {
1133
- [propertyName: string]: WorkbookTemplateLocalizedGallery[];
1134
- };
1135
- }
1136
- /** An Application Insights private workbook definition. */
1137
- export interface MyWorkbook extends MyWorkbookResource {
1138
- /** The kind of workbook. Choices are user and shared. */
1139
- kind?: Kind;
1140
- /**
1141
- * Metadata pertaining to creation and last modification of the resource.
1142
- * NOTE: This property will not be serialized. It can only be populated by the server.
1143
- */
1144
- readonly systemData?: SystemData;
1145
- /** The user-defined name of the private workbook. */
1146
- displayName?: string;
1147
- /** Configuration of this particular private workbook. Configuration data is a string containing valid JSON */
1148
- serializedData?: string;
1149
- /** This instance's version of the data model. This can change as new features are added that can be marked private workbook. */
1150
- version?: string;
1151
- /**
1152
- * Date and time in UTC of the last modification that was made to this private workbook definition.
1153
- * NOTE: This property will not be serialized. It can only be populated by the server.
1154
- */
1155
- readonly timeModified?: string;
1156
- /** Workbook category, as defined by the user at creation time. */
1157
- category?: string;
1158
- /** A list of 0 or more tags that are associated with this private workbook definition */
1159
- tagsPropertiesTags?: string[];
1160
- /**
1161
- * Unique user id of the specific user that owns this private workbook.
1162
- * NOTE: This property will not be serialized. It can only be populated by the server.
1163
- */
1164
- readonly userId?: string;
1165
- /** Optional resourceId for a source resource. */
1166
- sourceId?: string;
1167
- /** BYOS Storage Account URI */
1168
- storageUri?: string;
1169
- }
1170
- /** Identity used for BYOS */
1171
- export interface WorkbookResourceIdentity extends ManagedServiceIdentity {
1172
- }
1173
- /** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
1174
- export interface TrackedResource extends Resource {
1175
- /** Resource tags. */
1176
- tags?: {
1177
- [propertyName: string]: string;
1178
- };
1179
- /** The geo-location where the resource lives */
1180
- location: string;
1181
- }
1182
- /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
1183
- export interface ProxyResource extends Resource {
1184
- }
1185
1128
  /** An Application Insights component definition. */
1186
1129
  export interface ApplicationInsightsComponent extends ComponentsResource {
1187
1130
  /** The kind of application that this component refers to, used to customize UI. This value is a freeform string, values should typically be one of the following: web, ios, other, store, java, phone. */
@@ -1272,6 +1215,79 @@ export interface ApplicationInsightsComponent extends ComponentsResource {
1272
1215
  /** Force users to create their own storage account for profiler and debugger. */
1273
1216
  forceCustomerStorageForProfiler?: boolean;
1274
1217
  }
1218
+ /** An Application Insights WebTest definition. */
1219
+ export interface WebTest extends WebtestsResource {
1220
+ /** The kind of WebTest that this web test watches. Choices are ping, multistep and standard. */
1221
+ kind?: WebTestKind;
1222
+ /** Unique ID of this WebTest. This is typically the same value as the Name field. */
1223
+ syntheticMonitorId?: string;
1224
+ /** User defined name if this WebTest. */
1225
+ webTestName?: string;
1226
+ /** User defined description for this WebTest. */
1227
+ description?: string;
1228
+ /** Is the test actively being monitored. */
1229
+ enabled?: boolean;
1230
+ /** Interval in seconds between test runs for this WebTest. Default value is 300. */
1231
+ frequency?: number;
1232
+ /** Seconds until this WebTest will timeout and fail. Default value is 30. */
1233
+ timeout?: number;
1234
+ /** The kind of web test this is, valid choices are ping, multistep and standard. */
1235
+ webTestKind?: WebTestKind;
1236
+ /** Allow for retries should this WebTest fail. */
1237
+ retryEnabled?: boolean;
1238
+ /** A list of where to physically run the tests from to give global coverage for accessibility of your application. */
1239
+ locations?: WebTestGeolocation[];
1240
+ /** An XML configuration specification for a WebTest. */
1241
+ configuration?: WebTestPropertiesConfiguration;
1242
+ /**
1243
+ * Current state of this component, whether or not is has been provisioned within the resource group it is defined. Users cannot change this value but are able to read from it. Values will include Succeeded, Deploying, Canceled, and Failed.
1244
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1245
+ */
1246
+ readonly provisioningState?: string;
1247
+ /** The collection of request properties */
1248
+ request?: WebTestPropertiesRequest;
1249
+ /** The collection of validation rule properties */
1250
+ validationRules?: WebTestPropertiesValidationRules;
1251
+ }
1252
+ /** An Application Insights workbook template definition. */
1253
+ export interface WorkbookTemplate extends WorkbookTemplateResource {
1254
+ /** Priority of the template. Determines which template to open when a workbook gallery is opened in viewer mode. */
1255
+ priority?: number;
1256
+ /** Information about the author of the workbook template. */
1257
+ author?: string;
1258
+ /** Valid JSON object containing workbook template payload. */
1259
+ templateData?: Record<string, unknown>;
1260
+ /** Workbook galleries supported by the template. */
1261
+ galleries?: WorkbookTemplateGallery[];
1262
+ /** Key value pair of localized gallery. Each key is the locale code of languages supported by the Azure portal. */
1263
+ localized?: {
1264
+ [propertyName: string]: WorkbookTemplateLocalizedGallery[];
1265
+ };
1266
+ }
1267
+ /** Identity used for BYOS */
1268
+ export interface WorkbookResourceIdentity extends ManagedServiceIdentity {
1269
+ }
1270
+ /** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
1271
+ export interface TrackedResource extends Resource {
1272
+ /** Resource tags. */
1273
+ tags?: {
1274
+ [propertyName: string]: string;
1275
+ };
1276
+ /** The geo-location where the resource lives */
1277
+ location: string;
1278
+ }
1279
+ /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
1280
+ export interface ProxyResource extends Resource {
1281
+ }
1282
+ /** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
1283
+ export interface TrackedResourceAutoGenerated extends ResourceAutoGenerated {
1284
+ /** Resource tags. */
1285
+ tags?: {
1286
+ [propertyName: string]: string;
1287
+ };
1288
+ /** The geo-location where the resource lives */
1289
+ location: string;
1290
+ }
1275
1291
  /** An azure resource object */
1276
1292
  export interface WorkbookResource extends TrackedResource {
1277
1293
  /** Identity used for BYOS */
@@ -1286,6 +1302,13 @@ export interface ComponentLinkedStorageAccounts extends ProxyResource {
1286
1302
  /** Linked storage account resource ID */
1287
1303
  linkedStorageAccount?: string;
1288
1304
  }
1305
+ /** An azure resource object */
1306
+ export interface DeletedWorkbookResource extends TrackedResourceAutoGenerated {
1307
+ /** The kind of workbook. Only valid value is shared. */
1308
+ kind?: WorkbookSharedTypeKind;
1309
+ /** Resource etag */
1310
+ etag?: string;
1311
+ }
1289
1312
  /** A workbook definition. */
1290
1313
  export interface Workbook extends WorkbookResource {
1291
1314
  /**
@@ -1325,6 +1348,133 @@ export interface Workbook extends WorkbookResource {
1325
1348
  */
1326
1349
  readonly revision?: string;
1327
1350
  }
1351
+ /** A workbook definition. */
1352
+ export interface DeletedWorkbook extends DeletedWorkbookResource {
1353
+ /** The user-defined name (display name) of the workbook. */
1354
+ displayName?: string;
1355
+ /** Configuration of this particular workbook. Configuration data is a string containing valid JSON */
1356
+ serializedData?: string;
1357
+ /** Workbook schema version format, like 'Notebook/1.0', which should match the workbook in serializedData */
1358
+ version?: string;
1359
+ /**
1360
+ * Date and time in UTC of the last modification that was made to this workbook definition.
1361
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1362
+ */
1363
+ readonly timeModified?: Date;
1364
+ /** Workbook category, as defined by the user at creation time. */
1365
+ category?: string;
1366
+ /** Being deprecated, please use the other tags field */
1367
+ tagsPropertiesTags?: string[];
1368
+ /**
1369
+ * Unique user id of the specific user that owns this workbook.
1370
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1371
+ */
1372
+ readonly userId?: string;
1373
+ /** ResourceId for a source resource. */
1374
+ sourceId?: string;
1375
+ /** The resourceId to the storage account when bring your own storage is used */
1376
+ storageUri?: string;
1377
+ /** The description of the workbook. */
1378
+ description?: string;
1379
+ /**
1380
+ * The unique revision id for this workbook definition
1381
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1382
+ */
1383
+ readonly revision?: string;
1384
+ }
1385
+ /** Known values of {@link ApplicationType} that the service accepts. */
1386
+ export declare enum KnownApplicationType {
1387
+ /** Web */
1388
+ Web = "web",
1389
+ /** Other */
1390
+ Other = "other"
1391
+ }
1392
+ /**
1393
+ * Defines values for ApplicationType. \
1394
+ * {@link KnownApplicationType} can be used interchangeably with ApplicationType,
1395
+ * this enum contains the known values that the service supports.
1396
+ * ### Known values supported by the service
1397
+ * **web** \
1398
+ * **other**
1399
+ */
1400
+ export type ApplicationType = string;
1401
+ /** Known values of {@link FlowType} that the service accepts. */
1402
+ export declare enum KnownFlowType {
1403
+ /** Bluefield */
1404
+ Bluefield = "Bluefield"
1405
+ }
1406
+ /**
1407
+ * Defines values for FlowType. \
1408
+ * {@link KnownFlowType} can be used interchangeably with FlowType,
1409
+ * this enum contains the known values that the service supports.
1410
+ * ### Known values supported by the service
1411
+ * **Bluefield**
1412
+ */
1413
+ export type FlowType = string;
1414
+ /** Known values of {@link RequestSource} that the service accepts. */
1415
+ export declare enum KnownRequestSource {
1416
+ /** Rest */
1417
+ Rest = "rest"
1418
+ }
1419
+ /**
1420
+ * Defines values for RequestSource. \
1421
+ * {@link KnownRequestSource} can be used interchangeably with RequestSource,
1422
+ * this enum contains the known values that the service supports.
1423
+ * ### Known values supported by the service
1424
+ * **rest**
1425
+ */
1426
+ export type RequestSource = string;
1427
+ /** Known values of {@link PublicNetworkAccessType} that the service accepts. */
1428
+ export declare enum KnownPublicNetworkAccessType {
1429
+ /** Enables connectivity to Application Insights through public DNS. */
1430
+ Enabled = "Enabled",
1431
+ /** Disables public connectivity to Application Insights through public DNS. */
1432
+ Disabled = "Disabled"
1433
+ }
1434
+ /**
1435
+ * Defines values for PublicNetworkAccessType. \
1436
+ * {@link KnownPublicNetworkAccessType} can be used interchangeably with PublicNetworkAccessType,
1437
+ * this enum contains the known values that the service supports.
1438
+ * ### Known values supported by the service
1439
+ * **Enabled**: Enables connectivity to Application Insights through public DNS. \
1440
+ * **Disabled**: Disables public connectivity to Application Insights through public DNS.
1441
+ */
1442
+ export type PublicNetworkAccessType = string;
1443
+ /** Known values of {@link IngestionMode} that the service accepts. */
1444
+ export declare enum KnownIngestionMode {
1445
+ /** ApplicationInsights */
1446
+ ApplicationInsights = "ApplicationInsights",
1447
+ /** ApplicationInsightsWithDiagnosticSettings */
1448
+ ApplicationInsightsWithDiagnosticSettings = "ApplicationInsightsWithDiagnosticSettings",
1449
+ /** LogAnalytics */
1450
+ LogAnalytics = "LogAnalytics"
1451
+ }
1452
+ /**
1453
+ * Defines values for IngestionMode. \
1454
+ * {@link KnownIngestionMode} can be used interchangeably with IngestionMode,
1455
+ * this enum contains the known values that the service supports.
1456
+ * ### Known values supported by the service
1457
+ * **ApplicationInsights** \
1458
+ * **ApplicationInsightsWithDiagnosticSettings** \
1459
+ * **LogAnalytics**
1460
+ */
1461
+ export type IngestionMode = string;
1462
+ /** Known values of {@link PurgeState} that the service accepts. */
1463
+ export declare enum KnownPurgeState {
1464
+ /** Pending */
1465
+ Pending = "pending",
1466
+ /** Completed */
1467
+ Completed = "completed"
1468
+ }
1469
+ /**
1470
+ * Defines values for PurgeState. \
1471
+ * {@link KnownPurgeState} can be used interchangeably with PurgeState,
1472
+ * this enum contains the known values that the service supports.
1473
+ * ### Known values supported by the service
1474
+ * **pending** \
1475
+ * **completed**
1476
+ */
1477
+ export type PurgeState = string;
1328
1478
  /** Known values of {@link FavoriteSourceType} that the service accepts. */
1329
1479
  export declare enum KnownFavoriteSourceType {
1330
1480
  /** Retention */
@@ -1460,201 +1610,76 @@ export declare enum KnownCategoryType {
1460
1610
  * **retention**
1461
1611
  */
1462
1612
  export type CategoryType = string;
1463
- /** Known values of {@link Kind} that the service accepts. */
1464
- export declare enum KnownKind {
1465
- /** User */
1466
- User = "user",
1467
- /** Shared */
1468
- Shared = "shared"
1469
- }
1470
- /**
1471
- * Defines values for Kind. \
1472
- * {@link KnownKind} can be used interchangeably with Kind,
1473
- * this enum contains the known values that the service supports.
1474
- * ### Known values supported by the service
1475
- * **user** \
1476
- * **shared**
1477
- */
1478
- export type Kind = string;
1479
1613
  /** Known values of {@link CreatedByType} that the service accepts. */
1480
- export declare enum KnownCreatedByType {
1481
- /** User */
1482
- User = "User",
1483
- /** Application */
1484
- Application = "Application",
1485
- /** ManagedIdentity */
1486
- ManagedIdentity = "ManagedIdentity",
1487
- /** Key */
1488
- Key = "Key"
1489
- }
1490
- /**
1491
- * Defines values for CreatedByType. \
1492
- * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
1493
- * this enum contains the known values that the service supports.
1494
- * ### Known values supported by the service
1495
- * **User** \
1496
- * **Application** \
1497
- * **ManagedIdentity** \
1498
- * **Key**
1499
- */
1500
- export type CreatedByType = string;
1501
- /** Known values of {@link MyWorkbookManagedIdentityType} that the service accepts. */
1502
- export declare enum KnownMyWorkbookManagedIdentityType {
1503
- /** UserAssigned */
1504
- UserAssigned = "UserAssigned",
1505
- /** None */
1506
- None = "None"
1507
- }
1508
- /**
1509
- * Defines values for MyWorkbookManagedIdentityType. \
1510
- * {@link KnownMyWorkbookManagedIdentityType} can be used interchangeably with MyWorkbookManagedIdentityType,
1511
- * this enum contains the known values that the service supports.
1512
- * ### Known values supported by the service
1513
- * **UserAssigned** \
1514
- * **None**
1515
- */
1516
- export type MyWorkbookManagedIdentityType = string;
1517
- /** Known values of {@link ManagedServiceIdentityType} that the service accepts. */
1518
- export declare enum KnownManagedServiceIdentityType {
1519
- /** None */
1520
- None = "None",
1521
- /** SystemAssigned */
1522
- SystemAssigned = "SystemAssigned",
1523
- /** UserAssigned */
1524
- UserAssigned = "UserAssigned",
1525
- /** SystemAssignedUserAssigned */
1526
- SystemAssignedUserAssigned = "SystemAssigned,UserAssigned"
1527
- }
1528
- /**
1529
- * Defines values for ManagedServiceIdentityType. \
1530
- * {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,
1531
- * this enum contains the known values that the service supports.
1532
- * ### Known values supported by the service
1533
- * **None** \
1534
- * **SystemAssigned** \
1535
- * **UserAssigned** \
1536
- * **SystemAssigned,UserAssigned**
1537
- */
1538
- export type ManagedServiceIdentityType = string;
1539
- /** Known values of {@link WorkbookSharedTypeKind} that the service accepts. */
1540
- export declare enum KnownWorkbookSharedTypeKind {
1541
- /** Shared */
1542
- Shared = "shared"
1543
- }
1544
- /**
1545
- * Defines values for WorkbookSharedTypeKind. \
1546
- * {@link KnownWorkbookSharedTypeKind} can be used interchangeably with WorkbookSharedTypeKind,
1547
- * this enum contains the known values that the service supports.
1548
- * ### Known values supported by the service
1549
- * **shared**
1550
- */
1551
- export type WorkbookSharedTypeKind = string;
1552
- /** Known values of {@link WorkbookUpdateSharedTypeKind} that the service accepts. */
1553
- export declare enum KnownWorkbookUpdateSharedTypeKind {
1554
- /** Shared */
1555
- Shared = "shared"
1556
- }
1557
- /**
1558
- * Defines values for WorkbookUpdateSharedTypeKind. \
1559
- * {@link KnownWorkbookUpdateSharedTypeKind} can be used interchangeably with WorkbookUpdateSharedTypeKind,
1560
- * this enum contains the known values that the service supports.
1561
- * ### Known values supported by the service
1562
- * **shared**
1563
- */
1564
- export type WorkbookUpdateSharedTypeKind = string;
1565
- /** Known values of {@link ApplicationType} that the service accepts. */
1566
- export declare enum KnownApplicationType {
1567
- /** Web */
1568
- Web = "web",
1569
- /** Other */
1570
- Other = "other"
1571
- }
1572
- /**
1573
- * Defines values for ApplicationType. \
1574
- * {@link KnownApplicationType} can be used interchangeably with ApplicationType,
1575
- * this enum contains the known values that the service supports.
1576
- * ### Known values supported by the service
1577
- * **web** \
1578
- * **other**
1579
- */
1580
- export type ApplicationType = string;
1581
- /** Known values of {@link FlowType} that the service accepts. */
1582
- export declare enum KnownFlowType {
1583
- /** Bluefield */
1584
- Bluefield = "Bluefield"
1585
- }
1586
- /**
1587
- * Defines values for FlowType. \
1588
- * {@link KnownFlowType} can be used interchangeably with FlowType,
1589
- * this enum contains the known values that the service supports.
1590
- * ### Known values supported by the service
1591
- * **Bluefield**
1592
- */
1593
- export type FlowType = string;
1594
- /** Known values of {@link RequestSource} that the service accepts. */
1595
- export declare enum KnownRequestSource {
1596
- /** Rest */
1597
- Rest = "rest"
1614
+ export declare enum KnownCreatedByType {
1615
+ /** User */
1616
+ User = "User",
1617
+ /** Application */
1618
+ Application = "Application",
1619
+ /** ManagedIdentity */
1620
+ ManagedIdentity = "ManagedIdentity",
1621
+ /** Key */
1622
+ Key = "Key"
1598
1623
  }
1599
1624
  /**
1600
- * Defines values for RequestSource. \
1601
- * {@link KnownRequestSource} can be used interchangeably with RequestSource,
1625
+ * Defines values for CreatedByType. \
1626
+ * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
1602
1627
  * this enum contains the known values that the service supports.
1603
1628
  * ### Known values supported by the service
1604
- * **rest**
1629
+ * **User** \
1630
+ * **Application** \
1631
+ * **ManagedIdentity** \
1632
+ * **Key**
1605
1633
  */
1606
- export type RequestSource = string;
1607
- /** Known values of {@link PublicNetworkAccessType} that the service accepts. */
1608
- export declare enum KnownPublicNetworkAccessType {
1609
- /** Enables connectivity to Application Insights through public DNS. */
1610
- Enabled = "Enabled",
1611
- /** Disables public connectivity to Application Insights through public DNS. */
1612
- Disabled = "Disabled"
1634
+ export type CreatedByType = string;
1635
+ /** Known values of {@link ManagedServiceIdentityType} that the service accepts. */
1636
+ export declare enum KnownManagedServiceIdentityType {
1637
+ /** None */
1638
+ None = "None",
1639
+ /** SystemAssigned */
1640
+ SystemAssigned = "SystemAssigned",
1641
+ /** UserAssigned */
1642
+ UserAssigned = "UserAssigned",
1643
+ /** SystemAssignedUserAssigned */
1644
+ SystemAssignedUserAssigned = "SystemAssigned,UserAssigned"
1613
1645
  }
1614
1646
  /**
1615
- * Defines values for PublicNetworkAccessType. \
1616
- * {@link KnownPublicNetworkAccessType} can be used interchangeably with PublicNetworkAccessType,
1647
+ * Defines values for ManagedServiceIdentityType. \
1648
+ * {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,
1617
1649
  * this enum contains the known values that the service supports.
1618
1650
  * ### Known values supported by the service
1619
- * **Enabled**: Enables connectivity to Application Insights through public DNS. \
1620
- * **Disabled**: Disables public connectivity to Application Insights through public DNS.
1651
+ * **None** \
1652
+ * **SystemAssigned** \
1653
+ * **UserAssigned** \
1654
+ * **SystemAssigned,UserAssigned**
1621
1655
  */
1622
- export type PublicNetworkAccessType = string;
1623
- /** Known values of {@link IngestionMode} that the service accepts. */
1624
- export declare enum KnownIngestionMode {
1625
- /** ApplicationInsights */
1626
- ApplicationInsights = "ApplicationInsights",
1627
- /** ApplicationInsightsWithDiagnosticSettings */
1628
- ApplicationInsightsWithDiagnosticSettings = "ApplicationInsightsWithDiagnosticSettings",
1629
- /** LogAnalytics */
1630
- LogAnalytics = "LogAnalytics"
1656
+ export type ManagedServiceIdentityType = string;
1657
+ /** Known values of {@link WorkbookSharedTypeKind} that the service accepts. */
1658
+ export declare enum KnownWorkbookSharedTypeKind {
1659
+ /** Shared */
1660
+ Shared = "shared"
1631
1661
  }
1632
1662
  /**
1633
- * Defines values for IngestionMode. \
1634
- * {@link KnownIngestionMode} can be used interchangeably with IngestionMode,
1663
+ * Defines values for WorkbookSharedTypeKind. \
1664
+ * {@link KnownWorkbookSharedTypeKind} can be used interchangeably with WorkbookSharedTypeKind,
1635
1665
  * this enum contains the known values that the service supports.
1636
1666
  * ### Known values supported by the service
1637
- * **ApplicationInsights** \
1638
- * **ApplicationInsightsWithDiagnosticSettings** \
1639
- * **LogAnalytics**
1667
+ * **shared**
1640
1668
  */
1641
- export type IngestionMode = string;
1642
- /** Known values of {@link PurgeState} that the service accepts. */
1643
- export declare enum KnownPurgeState {
1644
- /** Pending */
1645
- Pending = "pending",
1646
- /** Completed */
1647
- Completed = "completed"
1669
+ export type WorkbookSharedTypeKind = string;
1670
+ /** Known values of {@link WorkbookUpdateSharedTypeKind} that the service accepts. */
1671
+ export declare enum KnownWorkbookUpdateSharedTypeKind {
1672
+ /** Shared */
1673
+ Shared = "shared"
1648
1674
  }
1649
1675
  /**
1650
- * Defines values for PurgeState. \
1651
- * {@link KnownPurgeState} can be used interchangeably with PurgeState,
1676
+ * Defines values for WorkbookUpdateSharedTypeKind. \
1677
+ * {@link KnownWorkbookUpdateSharedTypeKind} can be used interchangeably with WorkbookUpdateSharedTypeKind,
1652
1678
  * this enum contains the known values that the service supports.
1653
1679
  * ### Known values supported by the service
1654
- * **pending** \
1655
- * **completed**
1680
+ * **shared**
1656
1681
  */
1657
- export type PurgeState = string;
1682
+ export type WorkbookUpdateSharedTypeKind = string;
1658
1683
  /** Known values of {@link StorageType} that the service accepts. */
1659
1684
  export declare enum KnownStorageType {
1660
1685
  /** ServiceProfiler */
@@ -1671,7 +1696,55 @@ export type StorageType = string;
1671
1696
  /** Defines values for FavoriteType. */
1672
1697
  export type FavoriteType = "shared" | "user";
1673
1698
  /** Defines values for WebTestKind. */
1674
- export type WebTestKind = "ping" | "multistep";
1699
+ export type WebTestKind = "ping" | "multistep" | "standard";
1700
+ /** Optional parameters. */
1701
+ export interface ComponentsListOptionalParams extends coreClient.OperationOptions {
1702
+ }
1703
+ /** Contains response data for the list operation. */
1704
+ export type ComponentsListResponse = ApplicationInsightsComponentListResult;
1705
+ /** Optional parameters. */
1706
+ export interface ComponentsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
1707
+ }
1708
+ /** Contains response data for the listByResourceGroup operation. */
1709
+ export type ComponentsListByResourceGroupResponse = ApplicationInsightsComponentListResult;
1710
+ /** Optional parameters. */
1711
+ export interface ComponentsDeleteOptionalParams extends coreClient.OperationOptions {
1712
+ }
1713
+ /** Optional parameters. */
1714
+ export interface ComponentsGetOptionalParams extends coreClient.OperationOptions {
1715
+ }
1716
+ /** Contains response data for the get operation. */
1717
+ export type ComponentsGetResponse = ApplicationInsightsComponent;
1718
+ /** Optional parameters. */
1719
+ export interface ComponentsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1720
+ }
1721
+ /** Contains response data for the createOrUpdate operation. */
1722
+ export type ComponentsCreateOrUpdateResponse = ApplicationInsightsComponent;
1723
+ /** Optional parameters. */
1724
+ export interface ComponentsUpdateTagsOptionalParams extends coreClient.OperationOptions {
1725
+ }
1726
+ /** Contains response data for the updateTags operation. */
1727
+ export type ComponentsUpdateTagsResponse = ApplicationInsightsComponent;
1728
+ /** Optional parameters. */
1729
+ export interface ComponentsPurgeOptionalParams extends coreClient.OperationOptions {
1730
+ }
1731
+ /** Contains response data for the purge operation. */
1732
+ export type ComponentsPurgeResponse = ComponentPurgeResponse;
1733
+ /** Optional parameters. */
1734
+ export interface ComponentsGetPurgeStatusOptionalParams extends coreClient.OperationOptions {
1735
+ }
1736
+ /** Contains response data for the getPurgeStatus operation. */
1737
+ export type ComponentsGetPurgeStatusResponse = ComponentPurgeStatusResponse;
1738
+ /** Optional parameters. */
1739
+ export interface ComponentsListNextOptionalParams extends coreClient.OperationOptions {
1740
+ }
1741
+ /** Contains response data for the listNext operation. */
1742
+ export type ComponentsListNextResponse = ApplicationInsightsComponentListResult;
1743
+ /** Optional parameters. */
1744
+ export interface ComponentsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
1745
+ }
1746
+ /** Contains response data for the listByResourceGroupNext operation. */
1747
+ export type ComponentsListByResourceGroupNextResponse = ApplicationInsightsComponentListResult;
1675
1748
  /** Optional parameters. */
1676
1749
  export interface AnnotationsListOptionalParams extends coreClient.OperationOptions {
1677
1750
  }
@@ -1892,7 +1965,7 @@ export interface AnalyticsItemsListOptionalParams extends coreClient.OperationOp
1892
1965
  /** Enum indicating if this item definition is owned by a specific user or is shared between all users with access to the Application Insights component. */
1893
1966
  scope?: ItemScope;
1894
1967
  /** Enum indicating the type of the Analytics item. */
1895
- typeParam?: ItemTypeParameter;
1968
+ type?: ItemTypeParameter;
1896
1969
  /** Flag indicating whether or not to return the content of each applicable item. If false, only return the item information. */
1897
1970
  includeContent?: boolean;
1898
1971
  }
@@ -1922,6 +1995,16 @@ export interface AnalyticsItemsDeleteOptionalParams extends coreClient.Operation
1922
1995
  name?: string;
1923
1996
  }
1924
1997
  /** Optional parameters. */
1998
+ export interface OperationsListOptionalParams extends coreClient.OperationOptions {
1999
+ }
2000
+ /** Contains response data for the list operation. */
2001
+ export type OperationsListResponse = OperationListResult;
2002
+ /** Optional parameters. */
2003
+ export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
2004
+ }
2005
+ /** Contains response data for the listNext operation. */
2006
+ export type OperationsListNextResponse = OperationListResult;
2007
+ /** Optional parameters. */
1925
2008
  export interface WorkbookTemplatesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
1926
2009
  }
1927
2010
  /** Contains response data for the listByResourceGroup operation. */
@@ -1947,68 +2030,6 @@ export interface WorkbookTemplatesUpdateOptionalParams extends coreClient.Operat
1947
2030
  /** Contains response data for the update operation. */
1948
2031
  export type WorkbookTemplatesUpdateResponse = WorkbookTemplate;
1949
2032
  /** Optional parameters. */
1950
- export interface MyWorkbooksListByResourceGroupOptionalParams extends coreClient.OperationOptions {
1951
- /** Flag indicating whether or not to return the full content for each applicable workbook. If false, only return summary content for workbooks. */
1952
- canFetchContent?: boolean;
1953
- /** Tags presents on each workbook returned. */
1954
- tags?: string[];
1955
- /** Azure Resource Id that will fetch all linked workbooks. */
1956
- sourceId?: string;
1957
- }
1958
- /** Contains response data for the listByResourceGroup operation. */
1959
- export type MyWorkbooksListByResourceGroupResponse = MyWorkbooksListResult;
1960
- /** Optional parameters. */
1961
- export interface MyWorkbooksListBySubscriptionOptionalParams extends coreClient.OperationOptions {
1962
- /** Flag indicating whether or not to return the full content for each applicable workbook. If false, only return summary content for workbooks. */
1963
- canFetchContent?: boolean;
1964
- /** Tags presents on each workbook returned. */
1965
- tags?: string[];
1966
- }
1967
- /** Contains response data for the listBySubscription operation. */
1968
- export type MyWorkbooksListBySubscriptionResponse = MyWorkbooksListResult;
1969
- /** Optional parameters. */
1970
- export interface MyWorkbooksGetOptionalParams extends coreClient.OperationOptions {
1971
- }
1972
- /** Contains response data for the get operation. */
1973
- export type MyWorkbooksGetResponse = MyWorkbook;
1974
- /** Optional parameters. */
1975
- export interface MyWorkbooksDeleteOptionalParams extends coreClient.OperationOptions {
1976
- }
1977
- /** Optional parameters. */
1978
- export interface MyWorkbooksCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1979
- /** Azure Resource Id that will fetch all linked workbooks. */
1980
- sourceId?: string;
1981
- }
1982
- /** Contains response data for the createOrUpdate operation. */
1983
- export type MyWorkbooksCreateOrUpdateResponse = MyWorkbook;
1984
- /** Optional parameters. */
1985
- export interface MyWorkbooksUpdateOptionalParams extends coreClient.OperationOptions {
1986
- /** Azure Resource Id that will fetch all linked workbooks. */
1987
- sourceId?: string;
1988
- }
1989
- /** Contains response data for the update operation. */
1990
- export type MyWorkbooksUpdateResponse = MyWorkbook;
1991
- /** Optional parameters. */
1992
- export interface MyWorkbooksListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
1993
- /** Flag indicating whether or not to return the full content for each applicable workbook. If false, only return summary content for workbooks. */
1994
- canFetchContent?: boolean;
1995
- /** Tags presents on each workbook returned. */
1996
- tags?: string[];
1997
- /** Azure Resource Id that will fetch all linked workbooks. */
1998
- sourceId?: string;
1999
- }
2000
- /** Contains response data for the listByResourceGroupNext operation. */
2001
- export type MyWorkbooksListByResourceGroupNextResponse = MyWorkbooksListResult;
2002
- /** Optional parameters. */
2003
- export interface MyWorkbooksListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
2004
- /** Flag indicating whether or not to return the full content for each applicable workbook. If false, only return summary content for workbooks. */
2005
- canFetchContent?: boolean;
2006
- /** Tags presents on each workbook returned. */
2007
- tags?: string[];
2008
- }
2009
- /** Contains response data for the listBySubscriptionNext operation. */
2010
- export type MyWorkbooksListBySubscriptionNextResponse = MyWorkbooksListResult;
2011
- /** Optional parameters. */
2012
2033
  export interface WorkbooksListBySubscriptionOptionalParams extends coreClient.OperationOptions {
2013
2034
  /** Flag indicating whether or not to return the full content for each applicable workbook. If false, only return summary content for workbooks. */
2014
2035
  canFetchContent?: boolean;
@@ -2066,21 +2087,11 @@ export interface WorkbooksRevisionGetOptionalParams extends coreClient.Operation
2066
2087
  export type WorkbooksRevisionGetResponse = Workbook;
2067
2088
  /** Optional parameters. */
2068
2089
  export interface WorkbooksListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
2069
- /** Flag indicating whether or not to return the full content for each applicable workbook. If false, only return summary content for workbooks. */
2070
- canFetchContent?: boolean;
2071
- /** Tags presents on each workbook returned. */
2072
- tags?: string[];
2073
2090
  }
2074
2091
  /** Contains response data for the listBySubscriptionNext operation. */
2075
2092
  export type WorkbooksListBySubscriptionNextResponse = WorkbooksListResult;
2076
2093
  /** Optional parameters. */
2077
2094
  export interface WorkbooksListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
2078
- /** Flag indicating whether or not to return the full content for each applicable workbook. If false, only return summary content for workbooks. */
2079
- canFetchContent?: boolean;
2080
- /** Tags presents on each workbook returned. */
2081
- tags?: string[];
2082
- /** Azure Resource Id that will fetch all linked workbooks. */
2083
- sourceId?: string;
2084
2095
  }
2085
2096
  /** Contains response data for the listByResourceGroupNext operation. */
2086
2097
  export type WorkbooksListByResourceGroupNextResponse = WorkbooksListResult;
@@ -2090,53 +2101,10 @@ export interface WorkbooksRevisionsListNextOptionalParams extends coreClient.Ope
2090
2101
  /** Contains response data for the revisionsListNext operation. */
2091
2102
  export type WorkbooksRevisionsListNextResponse = WorkbooksListResult;
2092
2103
  /** Optional parameters. */
2093
- export interface ComponentsListOptionalParams extends coreClient.OperationOptions {
2094
- }
2095
- /** Contains response data for the list operation. */
2096
- export type ComponentsListResponse = ApplicationInsightsComponentListResult;
2097
- /** Optional parameters. */
2098
- export interface ComponentsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
2099
- }
2100
- /** Contains response data for the listByResourceGroup operation. */
2101
- export type ComponentsListByResourceGroupResponse = ApplicationInsightsComponentListResult;
2102
- /** Optional parameters. */
2103
- export interface ComponentsDeleteOptionalParams extends coreClient.OperationOptions {
2104
- }
2105
- /** Optional parameters. */
2106
- export interface ComponentsGetOptionalParams extends coreClient.OperationOptions {
2104
+ export interface LiveTokenGetOptionalParams extends coreClient.OperationOptions {
2107
2105
  }
2108
2106
  /** Contains response data for the get operation. */
2109
- export type ComponentsGetResponse = ApplicationInsightsComponent;
2110
- /** Optional parameters. */
2111
- export interface ComponentsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
2112
- }
2113
- /** Contains response data for the createOrUpdate operation. */
2114
- export type ComponentsCreateOrUpdateResponse = ApplicationInsightsComponent;
2115
- /** Optional parameters. */
2116
- export interface ComponentsUpdateTagsOptionalParams extends coreClient.OperationOptions {
2117
- }
2118
- /** Contains response data for the updateTags operation. */
2119
- export type ComponentsUpdateTagsResponse = ApplicationInsightsComponent;
2120
- /** Optional parameters. */
2121
- export interface ComponentsPurgeOptionalParams extends coreClient.OperationOptions {
2122
- }
2123
- /** Contains response data for the purge operation. */
2124
- export type ComponentsPurgeResponse = ComponentPurgeResponse;
2125
- /** Optional parameters. */
2126
- export interface ComponentsGetPurgeStatusOptionalParams extends coreClient.OperationOptions {
2127
- }
2128
- /** Contains response data for the getPurgeStatus operation. */
2129
- export type ComponentsGetPurgeStatusResponse = ComponentPurgeStatusResponse;
2130
- /** Optional parameters. */
2131
- export interface ComponentsListNextOptionalParams extends coreClient.OperationOptions {
2132
- }
2133
- /** Contains response data for the listNext operation. */
2134
- export type ComponentsListNextResponse = ApplicationInsightsComponentListResult;
2135
- /** Optional parameters. */
2136
- export interface ComponentsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
2137
- }
2138
- /** Contains response data for the listByResourceGroupNext operation. */
2139
- export type ComponentsListByResourceGroupNextResponse = ApplicationInsightsComponentListResult;
2107
+ export type LiveTokenGetResponse = LiveTokenResponse;
2140
2108
  /** Optional parameters. */
2141
2109
  export interface ComponentLinkedStorageAccountsGetOptionalParams extends coreClient.OperationOptions {
2142
2110
  }
@@ -2156,10 +2124,19 @@ export type ComponentLinkedStorageAccountsUpdateResponse = ComponentLinkedStorag
2156
2124
  export interface ComponentLinkedStorageAccountsDeleteOptionalParams extends coreClient.OperationOptions {
2157
2125
  }
2158
2126
  /** Optional parameters. */
2159
- export interface LiveTokenGetOptionalParams extends coreClient.OperationOptions {
2127
+ export interface DeletedWorkbooksListBySubscriptionOptionalParams extends coreClient.OperationOptions {
2128
+ /** Tags presents on each workbook returned. */
2129
+ tags?: string[];
2130
+ /** Category of workbook to return. */
2131
+ category?: CategoryType;
2160
2132
  }
2161
- /** Contains response data for the get operation. */
2162
- export type LiveTokenGetResponse = LiveTokenResponse;
2133
+ /** Contains response data for the listBySubscription operation. */
2134
+ export type DeletedWorkbooksListBySubscriptionResponse = DeletedWorkbooksListResult;
2135
+ /** Optional parameters. */
2136
+ export interface DeletedWorkbooksListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
2137
+ }
2138
+ /** Contains response data for the listBySubscriptionNext operation. */
2139
+ export type DeletedWorkbooksListBySubscriptionNextResponse = DeletedWorkbooksListResult;
2163
2140
  /** Optional parameters. */
2164
2141
  export interface ApplicationInsightsManagementClientOptionalParams extends coreClient.ServiceClientOptions {
2165
2142
  /** server parameter */