@azure/arm-appinsights 5.0.0-beta.6 → 5.0.0-beta.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (998) hide show
  1. package/CHANGELOG.md +5 -15
  2. package/LICENSE +4 -4
  3. package/README.md +30 -19
  4. package/dist/browser/applicationInsightsManagementClient.d.ts +37 -0
  5. package/dist/browser/applicationInsightsManagementClient.d.ts.map +1 -0
  6. package/dist/browser/applicationInsightsManagementClient.js +90 -0
  7. package/dist/browser/applicationInsightsManagementClient.js.map +1 -0
  8. package/dist/browser/index.d.ts +5 -0
  9. package/dist/browser/index.d.ts.map +1 -0
  10. package/dist/browser/index.js +13 -0
  11. package/dist/browser/index.js.map +1 -0
  12. package/dist/browser/models/index.d.ts +2147 -0
  13. package/dist/browser/models/index.d.ts.map +1 -0
  14. package/dist/browser/models/index.js +170 -0
  15. package/dist/browser/models/index.js.map +1 -0
  16. package/dist/browser/models/mappers.d.ts +93 -0
  17. package/dist/browser/models/mappers.d.ts.map +1 -0
  18. package/dist/browser/models/mappers.js +3239 -0
  19. package/dist/browser/models/mappers.js.map +1 -0
  20. package/dist/browser/models/parameters.d.ts +65 -0
  21. package/dist/browser/models/parameters.d.ts.map +1 -0
  22. package/dist/browser/models/parameters.js +542 -0
  23. package/dist/browser/models/parameters.js.map +1 -0
  24. package/dist/browser/operations/aPIKeys.d.ts +55 -0
  25. package/dist/browser/operations/aPIKeys.d.ts.map +1 -0
  26. package/dist/browser/operations/aPIKeys.js +191 -0
  27. package/dist/browser/operations/aPIKeys.js.map +1 -0
  28. package/dist/browser/operations/analyticsItems.d.ts +51 -0
  29. package/dist/browser/operations/analyticsItems.d.ts.map +1 -0
  30. package/dist/browser/operations/analyticsItems.js +157 -0
  31. package/dist/browser/operations/analyticsItems.js.map +1 -0
  32. package/dist/browser/operations/annotations.d.ts +63 -0
  33. package/dist/browser/operations/annotations.d.ts.map +1 -0
  34. package/dist/browser/operations/annotations.js +213 -0
  35. package/dist/browser/operations/annotations.js.map +1 -0
  36. package/dist/browser/operations/componentAvailableFeatures.d.ts +20 -0
  37. package/dist/browser/operations/componentAvailableFeatures.d.ts.map +1 -0
  38. package/dist/browser/operations/componentAvailableFeatures.js +50 -0
  39. package/dist/browser/operations/componentAvailableFeatures.js.map +1 -0
  40. package/dist/browser/operations/componentCurrentBillingFeatures.d.ts +29 -0
  41. package/dist/browser/operations/componentCurrentBillingFeatures.d.ts.map +1 -0
  42. package/dist/browser/operations/componentCurrentBillingFeatures.js +81 -0
  43. package/dist/browser/operations/componentCurrentBillingFeatures.js.map +1 -0
  44. package/dist/browser/operations/componentFeatureCapabilities.d.ts +20 -0
  45. package/dist/browser/operations/componentFeatureCapabilities.d.ts.map +1 -0
  46. package/dist/browser/operations/componentFeatureCapabilities.js +50 -0
  47. package/dist/browser/operations/componentFeatureCapabilities.js.map +1 -0
  48. package/dist/browser/operations/componentLinkedStorageAccountsOperations.d.ts +53 -0
  49. package/dist/browser/operations/componentLinkedStorageAccountsOperations.d.ts.map +1 -0
  50. package/dist/browser/operations/componentLinkedStorageAccountsOperations.js +174 -0
  51. package/dist/browser/operations/componentLinkedStorageAccountsOperations.js.map +1 -0
  52. package/dist/browser/operations/componentQuotaStatus.d.ts +20 -0
  53. package/dist/browser/operations/componentQuotaStatus.d.ts.map +1 -0
  54. package/dist/browser/operations/componentQuotaStatus.js +50 -0
  55. package/dist/browser/operations/componentQuotaStatus.js.map +1 -0
  56. package/dist/browser/operations/components.d.ts +112 -0
  57. package/dist/browser/operations/components.d.ts.map +1 -0
  58. package/dist/browser/operations/components.js +459 -0
  59. package/dist/browser/operations/components.js.map +1 -0
  60. package/dist/browser/operations/deletedWorkbooks.d.ts +32 -0
  61. package/dist/browser/operations/deletedWorkbooks.d.ts.map +1 -0
  62. package/dist/browser/operations/deletedWorkbooks.js +141 -0
  63. package/dist/browser/operations/deletedWorkbooks.js.map +1 -0
  64. package/dist/browser/operations/exportConfigurations.d.ts +58 -0
  65. package/dist/browser/operations/exportConfigurations.d.ts.map +1 -0
  66. package/dist/browser/operations/exportConfigurations.js +195 -0
  67. package/dist/browser/operations/exportConfigurations.js.map +1 -0
  68. package/dist/browser/operations/favorites.d.ts +55 -0
  69. package/dist/browser/operations/favorites.d.ts.map +1 -0
  70. package/dist/browser/operations/favorites.js +196 -0
  71. package/dist/browser/operations/favorites.js.map +1 -0
  72. package/dist/browser/operations/index.d.ts +21 -0
  73. package/dist/browser/operations/index.d.ts.map +1 -0
  74. package/dist/browser/operations/index.js +28 -0
  75. package/dist/browser/operations/index.js.map +1 -0
  76. package/dist/browser/operations/liveToken.d.ts +19 -0
  77. package/dist/browser/operations/liveToken.d.ts.map +1 -0
  78. package/dist/browser/operations/liveToken.js +47 -0
  79. package/dist/browser/operations/liveToken.js.map +1 -0
  80. package/dist/browser/operations/operations.d.ts +32 -0
  81. package/dist/browser/operations/operations.d.ts.map +1 -0
  82. package/dist/browser/operations/operations.js +133 -0
  83. package/dist/browser/operations/operations.js.map +1 -0
  84. package/dist/browser/operations/proactiveDetectionConfigurations.d.ts +40 -0
  85. package/dist/browser/operations/proactiveDetectionConfigurations.d.ts.map +1 -0
  86. package/dist/browser/operations/proactiveDetectionConfigurations.js +130 -0
  87. package/dist/browser/operations/proactiveDetectionConfigurations.js.map +1 -0
  88. package/dist/browser/operations/webTestLocations.d.ts +30 -0
  89. package/dist/browser/operations/webTestLocations.d.ts.map +1 -0
  90. package/dist/browser/operations/webTestLocations.js +102 -0
  91. package/dist/browser/operations/webTestLocations.js.map +1 -0
  92. package/dist/browser/operations/webTests.d.ts +108 -0
  93. package/dist/browser/operations/webTests.d.ts.map +1 -0
  94. package/dist/browser/operations/webTests.js +472 -0
  95. package/dist/browser/operations/webTests.js.map +1 -0
  96. package/dist/browser/operations/workItemConfigurations.d.ts +75 -0
  97. package/dist/browser/operations/workItemConfigurations.d.ts.map +1 -0
  98. package/dist/browser/operations/workItemConfigurations.js +263 -0
  99. package/dist/browser/operations/workItemConfigurations.js.map +1 -0
  100. package/dist/browser/operations/workbookTemplates.d.ts +57 -0
  101. package/dist/browser/operations/workbookTemplates.d.ts.map +1 -0
  102. package/dist/browser/operations/workbookTemplates.js +229 -0
  103. package/dist/browser/operations/workbookTemplates.js.map +1 -0
  104. package/dist/browser/operations/workbooks.d.ts +118 -0
  105. package/dist/browser/operations/workbooks.d.ts.map +1 -0
  106. package/dist/browser/operations/workbooks.js +557 -0
  107. package/dist/browser/operations/workbooks.js.map +1 -0
  108. package/dist/browser/operationsInterfaces/aPIKeys.d.ts +38 -0
  109. package/dist/browser/operationsInterfaces/aPIKeys.d.ts.map +1 -0
  110. package/dist/browser/operationsInterfaces/aPIKeys.js.map +1 -0
  111. package/dist/browser/operationsInterfaces/analyticsItems.d.ts +43 -0
  112. package/dist/browser/operationsInterfaces/analyticsItems.d.ts.map +1 -0
  113. package/dist/browser/operationsInterfaces/analyticsItems.js.map +1 -0
  114. package/dist/browser/operationsInterfaces/annotations.d.ts +43 -0
  115. package/dist/browser/operationsInterfaces/annotations.d.ts.map +1 -0
  116. package/dist/browser/operationsInterfaces/annotations.js.map +1 -0
  117. package/dist/browser/operationsInterfaces/componentAvailableFeatures.d.ts +12 -0
  118. package/dist/browser/operationsInterfaces/componentAvailableFeatures.d.ts.map +1 -0
  119. package/dist/browser/operationsInterfaces/componentAvailableFeatures.js.map +1 -0
  120. package/dist/browser/operationsInterfaces/componentCurrentBillingFeatures.d.ts +21 -0
  121. package/dist/browser/operationsInterfaces/componentCurrentBillingFeatures.d.ts.map +1 -0
  122. package/dist/browser/operationsInterfaces/componentCurrentBillingFeatures.js.map +1 -0
  123. package/dist/browser/operationsInterfaces/componentFeatureCapabilities.d.ts +12 -0
  124. package/dist/browser/operationsInterfaces/componentFeatureCapabilities.d.ts.map +1 -0
  125. package/dist/browser/operationsInterfaces/componentFeatureCapabilities.js.map +1 -0
  126. package/dist/browser/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts +45 -0
  127. package/dist/browser/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts.map +1 -0
  128. package/dist/browser/operationsInterfaces/componentLinkedStorageAccountsOperations.js.map +1 -0
  129. package/dist/browser/operationsInterfaces/componentQuotaStatus.d.ts +12 -0
  130. package/dist/browser/operationsInterfaces/componentQuotaStatus.d.ts.map +1 -0
  131. package/dist/browser/operationsInterfaces/componentQuotaStatus.js.map +1 -0
  132. package/dist/browser/operationsInterfaces/components.d.ts +76 -0
  133. package/dist/browser/operationsInterfaces/components.d.ts.map +1 -0
  134. package/dist/browser/operationsInterfaces/components.js.map +1 -0
  135. package/dist/browser/operationsInterfaces/deletedWorkbooks.d.ts +11 -0
  136. package/dist/browser/operationsInterfaces/deletedWorkbooks.d.ts.map +1 -0
  137. package/dist/browser/operationsInterfaces/deletedWorkbooks.js +9 -0
  138. package/dist/browser/operationsInterfaces/deletedWorkbooks.js.map +1 -0
  139. package/dist/browser/operationsInterfaces/exportConfigurations.d.ts +50 -0
  140. package/dist/browser/operationsInterfaces/exportConfigurations.d.ts.map +1 -0
  141. package/dist/browser/operationsInterfaces/exportConfigurations.js.map +1 -0
  142. package/dist/browser/operationsInterfaces/favorites.d.ts +47 -0
  143. package/dist/browser/operationsInterfaces/favorites.d.ts.map +1 -0
  144. package/dist/browser/operationsInterfaces/favorites.js.map +1 -0
  145. package/dist/browser/operationsInterfaces/index.d.ts +21 -0
  146. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
  147. package/dist/browser/operationsInterfaces/index.js +28 -0
  148. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  149. package/dist/browser/operationsInterfaces/liveToken.d.ts +11 -0
  150. package/dist/browser/operationsInterfaces/liveToken.d.ts.map +1 -0
  151. package/dist/browser/operationsInterfaces/liveToken.js.map +1 -0
  152. package/dist/browser/operationsInterfaces/operations.d.ts +11 -0
  153. package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
  154. package/dist/browser/operationsInterfaces/operations.js +9 -0
  155. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  156. package/dist/browser/operationsInterfaces/proactiveDetectionConfigurations.d.ts +32 -0
  157. package/dist/browser/operationsInterfaces/proactiveDetectionConfigurations.d.ts.map +1 -0
  158. package/dist/browser/operationsInterfaces/proactiveDetectionConfigurations.js.map +1 -0
  159. package/dist/browser/operationsInterfaces/webTestLocations.d.ts +13 -0
  160. package/dist/browser/operationsInterfaces/webTestLocations.d.ts.map +1 -0
  161. package/dist/browser/operationsInterfaces/webTestLocations.js.map +1 -0
  162. package/dist/browser/operationsInterfaces/webTests.d.ts +55 -0
  163. package/dist/browser/operationsInterfaces/webTests.d.ts.map +1 -0
  164. package/dist/browser/operationsInterfaces/webTests.js.map +1 -0
  165. package/dist/browser/operationsInterfaces/workItemConfigurations.d.ts +58 -0
  166. package/dist/browser/operationsInterfaces/workItemConfigurations.d.ts.map +1 -0
  167. package/dist/browser/operationsInterfaces/workItemConfigurations.js.map +1 -0
  168. package/dist/browser/operationsInterfaces/workbookTemplates.d.ts +41 -0
  169. package/dist/browser/operationsInterfaces/workbookTemplates.d.ts.map +1 -0
  170. package/dist/browser/operationsInterfaces/workbookTemplates.js.map +1 -0
  171. package/dist/browser/operationsInterfaces/workbooks.d.ts +63 -0
  172. package/dist/browser/operationsInterfaces/workbooks.d.ts.map +1 -0
  173. package/dist/browser/operationsInterfaces/workbooks.js.map +1 -0
  174. package/dist/browser/package.json +3 -0
  175. package/dist/browser/pagingHelper.d.ts +13 -0
  176. package/dist/browser/pagingHelper.d.ts.map +1 -0
  177. package/dist/browser/pagingHelper.js +32 -0
  178. package/dist/browser/pagingHelper.js.map +1 -0
  179. package/dist/commonjs/applicationInsightsManagementClient.d.ts +37 -0
  180. package/dist/commonjs/applicationInsightsManagementClient.d.ts.map +1 -0
  181. package/dist/commonjs/applicationInsightsManagementClient.js +95 -0
  182. package/dist/commonjs/applicationInsightsManagementClient.js.map +1 -0
  183. package/dist/commonjs/index.d.ts +5 -0
  184. package/dist/commonjs/index.d.ts.map +1 -0
  185. package/dist/commonjs/index.js +19 -0
  186. package/dist/commonjs/index.js.map +1 -0
  187. package/dist/commonjs/models/index.d.ts +2147 -0
  188. package/dist/commonjs/models/index.d.ts.map +1 -0
  189. package/dist/commonjs/models/index.js +173 -0
  190. package/dist/commonjs/models/index.js.map +1 -0
  191. package/dist/commonjs/models/mappers.d.ts +93 -0
  192. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  193. package/dist/commonjs/models/mappers.js +3243 -0
  194. package/dist/commonjs/models/mappers.js.map +1 -0
  195. package/dist/commonjs/models/parameters.d.ts +65 -0
  196. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  197. package/dist/commonjs/models/parameters.js +546 -0
  198. package/dist/commonjs/models/parameters.js.map +1 -0
  199. package/dist/commonjs/operations/aPIKeys.d.ts +55 -0
  200. package/dist/commonjs/operations/aPIKeys.d.ts.map +1 -0
  201. package/dist/commonjs/operations/aPIKeys.js +195 -0
  202. package/dist/commonjs/operations/aPIKeys.js.map +1 -0
  203. package/dist/commonjs/operations/analyticsItems.d.ts +51 -0
  204. package/dist/commonjs/operations/analyticsItems.d.ts.map +1 -0
  205. package/dist/commonjs/operations/analyticsItems.js +162 -0
  206. package/dist/commonjs/operations/analyticsItems.js.map +1 -0
  207. package/dist/commonjs/operations/annotations.d.ts +63 -0
  208. package/dist/commonjs/operations/annotations.d.ts.map +1 -0
  209. package/dist/commonjs/operations/annotations.js +217 -0
  210. package/dist/commonjs/operations/annotations.js.map +1 -0
  211. package/dist/commonjs/operations/componentAvailableFeatures.d.ts +20 -0
  212. package/dist/commonjs/operations/componentAvailableFeatures.d.ts.map +1 -0
  213. package/dist/commonjs/operations/componentAvailableFeatures.js +55 -0
  214. package/dist/commonjs/operations/componentAvailableFeatures.js.map +1 -0
  215. package/dist/commonjs/operations/componentCurrentBillingFeatures.d.ts +29 -0
  216. package/dist/commonjs/operations/componentCurrentBillingFeatures.d.ts.map +1 -0
  217. package/dist/commonjs/operations/componentCurrentBillingFeatures.js +86 -0
  218. package/dist/commonjs/operations/componentCurrentBillingFeatures.js.map +1 -0
  219. package/dist/commonjs/operations/componentFeatureCapabilities.d.ts +20 -0
  220. package/dist/commonjs/operations/componentFeatureCapabilities.d.ts.map +1 -0
  221. package/dist/commonjs/operations/componentFeatureCapabilities.js +55 -0
  222. package/dist/commonjs/operations/componentFeatureCapabilities.js.map +1 -0
  223. package/dist/commonjs/operations/componentLinkedStorageAccountsOperations.d.ts +53 -0
  224. package/dist/commonjs/operations/componentLinkedStorageAccountsOperations.d.ts.map +1 -0
  225. package/dist/commonjs/operations/componentLinkedStorageAccountsOperations.js +179 -0
  226. package/dist/commonjs/operations/componentLinkedStorageAccountsOperations.js.map +1 -0
  227. package/dist/commonjs/operations/componentQuotaStatus.d.ts +20 -0
  228. package/dist/commonjs/operations/componentQuotaStatus.d.ts.map +1 -0
  229. package/dist/commonjs/operations/componentQuotaStatus.js +55 -0
  230. package/dist/commonjs/operations/componentQuotaStatus.js.map +1 -0
  231. package/dist/commonjs/operations/components.d.ts +112 -0
  232. package/dist/commonjs/operations/components.d.ts.map +1 -0
  233. package/dist/commonjs/operations/components.js +463 -0
  234. package/dist/commonjs/operations/components.js.map +1 -0
  235. package/dist/commonjs/operations/deletedWorkbooks.d.ts +32 -0
  236. package/dist/commonjs/operations/deletedWorkbooks.d.ts.map +1 -0
  237. package/dist/commonjs/operations/deletedWorkbooks.js +145 -0
  238. package/dist/commonjs/operations/deletedWorkbooks.js.map +1 -0
  239. package/dist/commonjs/operations/exportConfigurations.d.ts +58 -0
  240. package/dist/commonjs/operations/exportConfigurations.d.ts.map +1 -0
  241. package/dist/commonjs/operations/exportConfigurations.js +200 -0
  242. package/dist/commonjs/operations/exportConfigurations.js.map +1 -0
  243. package/dist/commonjs/operations/favorites.d.ts +55 -0
  244. package/dist/commonjs/operations/favorites.d.ts.map +1 -0
  245. package/dist/commonjs/operations/favorites.js +201 -0
  246. package/dist/commonjs/operations/favorites.js.map +1 -0
  247. package/dist/commonjs/operations/index.d.ts +21 -0
  248. package/dist/commonjs/operations/index.d.ts.map +1 -0
  249. package/dist/commonjs/operations/index.js +31 -0
  250. package/dist/commonjs/operations/index.js.map +1 -0
  251. package/dist/commonjs/operations/liveToken.d.ts +19 -0
  252. package/dist/commonjs/operations/liveToken.d.ts.map +1 -0
  253. package/dist/commonjs/operations/liveToken.js +52 -0
  254. package/dist/commonjs/operations/liveToken.js.map +1 -0
  255. package/dist/commonjs/operations/operations.d.ts +32 -0
  256. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  257. package/dist/commonjs/operations/operations.js +137 -0
  258. package/dist/commonjs/operations/operations.js.map +1 -0
  259. package/dist/commonjs/operations/proactiveDetectionConfigurations.d.ts +40 -0
  260. package/dist/commonjs/operations/proactiveDetectionConfigurations.d.ts.map +1 -0
  261. package/dist/commonjs/operations/proactiveDetectionConfigurations.js +135 -0
  262. package/dist/commonjs/operations/proactiveDetectionConfigurations.js.map +1 -0
  263. package/dist/commonjs/operations/webTestLocations.d.ts +30 -0
  264. package/dist/commonjs/operations/webTestLocations.d.ts.map +1 -0
  265. package/dist/commonjs/operations/webTestLocations.js +106 -0
  266. package/dist/commonjs/operations/webTestLocations.js.map +1 -0
  267. package/dist/commonjs/operations/webTests.d.ts +108 -0
  268. package/dist/commonjs/operations/webTests.d.ts.map +1 -0
  269. package/dist/commonjs/operations/webTests.js +476 -0
  270. package/dist/commonjs/operations/webTests.js.map +1 -0
  271. package/dist/commonjs/operations/workItemConfigurations.d.ts +75 -0
  272. package/dist/commonjs/operations/workItemConfigurations.d.ts.map +1 -0
  273. package/dist/commonjs/operations/workItemConfigurations.js +267 -0
  274. package/dist/commonjs/operations/workItemConfigurations.js.map +1 -0
  275. package/dist/commonjs/operations/workbookTemplates.d.ts +57 -0
  276. package/dist/commonjs/operations/workbookTemplates.d.ts.map +1 -0
  277. package/dist/commonjs/operations/workbookTemplates.js +233 -0
  278. package/dist/commonjs/operations/workbookTemplates.js.map +1 -0
  279. package/dist/commonjs/operations/workbooks.d.ts +118 -0
  280. package/dist/commonjs/operations/workbooks.d.ts.map +1 -0
  281. package/dist/commonjs/operations/workbooks.js +561 -0
  282. package/dist/commonjs/operations/workbooks.js.map +1 -0
  283. package/dist/commonjs/operationsInterfaces/aPIKeys.d.ts +38 -0
  284. package/dist/commonjs/operationsInterfaces/aPIKeys.d.ts.map +1 -0
  285. package/dist/commonjs/operationsInterfaces/aPIKeys.js +10 -0
  286. package/dist/commonjs/operationsInterfaces/aPIKeys.js.map +1 -0
  287. package/dist/commonjs/operationsInterfaces/analyticsItems.d.ts +43 -0
  288. package/dist/commonjs/operationsInterfaces/analyticsItems.d.ts.map +1 -0
  289. package/dist/commonjs/operationsInterfaces/analyticsItems.js +10 -0
  290. package/dist/commonjs/operationsInterfaces/analyticsItems.js.map +1 -0
  291. package/dist/commonjs/operationsInterfaces/annotations.d.ts +43 -0
  292. package/dist/commonjs/operationsInterfaces/annotations.d.ts.map +1 -0
  293. package/dist/commonjs/operationsInterfaces/annotations.js +10 -0
  294. package/dist/commonjs/operationsInterfaces/annotations.js.map +1 -0
  295. package/dist/commonjs/operationsInterfaces/componentAvailableFeatures.d.ts +12 -0
  296. package/dist/commonjs/operationsInterfaces/componentAvailableFeatures.d.ts.map +1 -0
  297. package/dist/commonjs/operationsInterfaces/componentAvailableFeatures.js +10 -0
  298. package/dist/commonjs/operationsInterfaces/componentAvailableFeatures.js.map +1 -0
  299. package/dist/commonjs/operationsInterfaces/componentCurrentBillingFeatures.d.ts +21 -0
  300. package/dist/commonjs/operationsInterfaces/componentCurrentBillingFeatures.d.ts.map +1 -0
  301. package/dist/commonjs/operationsInterfaces/componentCurrentBillingFeatures.js +10 -0
  302. package/dist/commonjs/operationsInterfaces/componentCurrentBillingFeatures.js.map +1 -0
  303. package/dist/commonjs/operationsInterfaces/componentFeatureCapabilities.d.ts +12 -0
  304. package/dist/commonjs/operationsInterfaces/componentFeatureCapabilities.d.ts.map +1 -0
  305. package/dist/commonjs/operationsInterfaces/componentFeatureCapabilities.js +10 -0
  306. package/dist/commonjs/operationsInterfaces/componentFeatureCapabilities.js.map +1 -0
  307. package/dist/commonjs/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts +45 -0
  308. package/dist/commonjs/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts.map +1 -0
  309. package/dist/commonjs/operationsInterfaces/componentLinkedStorageAccountsOperations.js +10 -0
  310. package/dist/commonjs/operationsInterfaces/componentLinkedStorageAccountsOperations.js.map +1 -0
  311. package/dist/commonjs/operationsInterfaces/componentQuotaStatus.d.ts +12 -0
  312. package/dist/commonjs/operationsInterfaces/componentQuotaStatus.d.ts.map +1 -0
  313. package/dist/commonjs/operationsInterfaces/componentQuotaStatus.js +10 -0
  314. package/dist/commonjs/operationsInterfaces/componentQuotaStatus.js.map +1 -0
  315. package/dist/commonjs/operationsInterfaces/components.d.ts +76 -0
  316. package/dist/commonjs/operationsInterfaces/components.d.ts.map +1 -0
  317. package/dist/commonjs/operationsInterfaces/components.js +10 -0
  318. package/dist/commonjs/operationsInterfaces/components.js.map +1 -0
  319. package/dist/commonjs/operationsInterfaces/deletedWorkbooks.d.ts +11 -0
  320. package/dist/commonjs/operationsInterfaces/deletedWorkbooks.d.ts.map +1 -0
  321. package/dist/commonjs/operationsInterfaces/deletedWorkbooks.js +10 -0
  322. package/dist/commonjs/operationsInterfaces/deletedWorkbooks.js.map +1 -0
  323. package/dist/commonjs/operationsInterfaces/exportConfigurations.d.ts +50 -0
  324. package/dist/commonjs/operationsInterfaces/exportConfigurations.d.ts.map +1 -0
  325. package/dist/commonjs/operationsInterfaces/exportConfigurations.js +10 -0
  326. package/dist/commonjs/operationsInterfaces/exportConfigurations.js.map +1 -0
  327. package/dist/commonjs/operationsInterfaces/favorites.d.ts +47 -0
  328. package/dist/commonjs/operationsInterfaces/favorites.d.ts.map +1 -0
  329. package/dist/commonjs/operationsInterfaces/favorites.js +10 -0
  330. package/dist/commonjs/operationsInterfaces/favorites.js.map +1 -0
  331. package/dist/commonjs/operationsInterfaces/index.d.ts +21 -0
  332. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  333. package/dist/commonjs/operationsInterfaces/index.js +31 -0
  334. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  335. package/dist/commonjs/operationsInterfaces/liveToken.d.ts +11 -0
  336. package/dist/commonjs/operationsInterfaces/liveToken.d.ts.map +1 -0
  337. package/dist/commonjs/operationsInterfaces/liveToken.js +10 -0
  338. package/dist/commonjs/operationsInterfaces/liveToken.js.map +1 -0
  339. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  340. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  341. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  342. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  343. package/dist/commonjs/operationsInterfaces/proactiveDetectionConfigurations.d.ts +32 -0
  344. package/dist/commonjs/operationsInterfaces/proactiveDetectionConfigurations.d.ts.map +1 -0
  345. package/dist/commonjs/operationsInterfaces/proactiveDetectionConfigurations.js +10 -0
  346. package/dist/commonjs/operationsInterfaces/proactiveDetectionConfigurations.js.map +1 -0
  347. package/dist/commonjs/operationsInterfaces/webTestLocations.d.ts +13 -0
  348. package/dist/commonjs/operationsInterfaces/webTestLocations.d.ts.map +1 -0
  349. package/dist/commonjs/operationsInterfaces/webTestLocations.js +10 -0
  350. package/dist/commonjs/operationsInterfaces/webTestLocations.js.map +1 -0
  351. package/dist/commonjs/operationsInterfaces/webTests.d.ts +55 -0
  352. package/dist/commonjs/operationsInterfaces/webTests.d.ts.map +1 -0
  353. package/dist/commonjs/operationsInterfaces/webTests.js +10 -0
  354. package/dist/commonjs/operationsInterfaces/webTests.js.map +1 -0
  355. package/dist/commonjs/operationsInterfaces/workItemConfigurations.d.ts +58 -0
  356. package/dist/commonjs/operationsInterfaces/workItemConfigurations.d.ts.map +1 -0
  357. package/dist/commonjs/operationsInterfaces/workItemConfigurations.js +10 -0
  358. package/dist/commonjs/operationsInterfaces/workItemConfigurations.js.map +1 -0
  359. package/dist/commonjs/operationsInterfaces/workbookTemplates.d.ts +41 -0
  360. package/dist/commonjs/operationsInterfaces/workbookTemplates.d.ts.map +1 -0
  361. package/dist/commonjs/operationsInterfaces/workbookTemplates.js +10 -0
  362. package/dist/commonjs/operationsInterfaces/workbookTemplates.js.map +1 -0
  363. package/dist/commonjs/operationsInterfaces/workbooks.d.ts +63 -0
  364. package/dist/commonjs/operationsInterfaces/workbooks.d.ts.map +1 -0
  365. package/dist/commonjs/operationsInterfaces/workbooks.js +10 -0
  366. package/dist/commonjs/operationsInterfaces/workbooks.js.map +1 -0
  367. package/dist/commonjs/package.json +3 -0
  368. package/dist/commonjs/pagingHelper.d.ts +13 -0
  369. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  370. package/dist/commonjs/pagingHelper.js +36 -0
  371. package/dist/commonjs/pagingHelper.js.map +1 -0
  372. package/dist/commonjs/tsdoc-metadata.json +11 -0
  373. package/dist/esm/applicationInsightsManagementClient.d.ts +37 -0
  374. package/dist/esm/applicationInsightsManagementClient.d.ts.map +1 -0
  375. package/dist/esm/applicationInsightsManagementClient.js +90 -0
  376. package/dist/esm/applicationInsightsManagementClient.js.map +1 -0
  377. package/dist/esm/index.d.ts +5 -0
  378. package/dist/esm/index.d.ts.map +1 -0
  379. package/dist/esm/index.js +13 -0
  380. package/dist/esm/index.js.map +1 -0
  381. package/dist/esm/models/index.d.ts +2147 -0
  382. package/dist/esm/models/index.d.ts.map +1 -0
  383. package/dist/esm/models/index.js +170 -0
  384. package/dist/esm/models/index.js.map +1 -0
  385. package/dist/esm/models/mappers.d.ts +93 -0
  386. package/dist/esm/models/mappers.d.ts.map +1 -0
  387. package/dist/esm/models/mappers.js +3239 -0
  388. package/dist/esm/models/mappers.js.map +1 -0
  389. package/dist/esm/models/parameters.d.ts +65 -0
  390. package/dist/esm/models/parameters.d.ts.map +1 -0
  391. package/dist/esm/models/parameters.js +542 -0
  392. package/dist/esm/models/parameters.js.map +1 -0
  393. package/dist/esm/operations/aPIKeys.d.ts +55 -0
  394. package/dist/esm/operations/aPIKeys.d.ts.map +1 -0
  395. package/dist/esm/operations/aPIKeys.js +191 -0
  396. package/dist/esm/operations/aPIKeys.js.map +1 -0
  397. package/dist/esm/operations/analyticsItems.d.ts +51 -0
  398. package/dist/esm/operations/analyticsItems.d.ts.map +1 -0
  399. package/dist/esm/operations/analyticsItems.js +157 -0
  400. package/dist/esm/operations/analyticsItems.js.map +1 -0
  401. package/dist/esm/operations/annotations.d.ts +63 -0
  402. package/dist/esm/operations/annotations.d.ts.map +1 -0
  403. package/dist/esm/operations/annotations.js +213 -0
  404. package/dist/esm/operations/annotations.js.map +1 -0
  405. package/dist/esm/operations/componentAvailableFeatures.d.ts +20 -0
  406. package/dist/esm/operations/componentAvailableFeatures.d.ts.map +1 -0
  407. package/dist/esm/operations/componentAvailableFeatures.js +50 -0
  408. package/dist/esm/operations/componentAvailableFeatures.js.map +1 -0
  409. package/dist/esm/operations/componentCurrentBillingFeatures.d.ts +29 -0
  410. package/dist/esm/operations/componentCurrentBillingFeatures.d.ts.map +1 -0
  411. package/dist/esm/operations/componentCurrentBillingFeatures.js +81 -0
  412. package/dist/esm/operations/componentCurrentBillingFeatures.js.map +1 -0
  413. package/dist/esm/operations/componentFeatureCapabilities.d.ts +20 -0
  414. package/dist/esm/operations/componentFeatureCapabilities.d.ts.map +1 -0
  415. package/dist/esm/operations/componentFeatureCapabilities.js +50 -0
  416. package/dist/esm/operations/componentFeatureCapabilities.js.map +1 -0
  417. package/dist/esm/operations/componentLinkedStorageAccountsOperations.d.ts +53 -0
  418. package/dist/esm/operations/componentLinkedStorageAccountsOperations.d.ts.map +1 -0
  419. package/dist/esm/operations/componentLinkedStorageAccountsOperations.js +174 -0
  420. package/dist/esm/operations/componentLinkedStorageAccountsOperations.js.map +1 -0
  421. package/dist/esm/operations/componentQuotaStatus.d.ts +20 -0
  422. package/dist/esm/operations/componentQuotaStatus.d.ts.map +1 -0
  423. package/dist/esm/operations/componentQuotaStatus.js +50 -0
  424. package/dist/esm/operations/componentQuotaStatus.js.map +1 -0
  425. package/dist/esm/operations/components.d.ts +112 -0
  426. package/dist/esm/operations/components.d.ts.map +1 -0
  427. package/dist/esm/operations/components.js +459 -0
  428. package/dist/esm/operations/components.js.map +1 -0
  429. package/dist/esm/operations/deletedWorkbooks.d.ts +32 -0
  430. package/dist/esm/operations/deletedWorkbooks.d.ts.map +1 -0
  431. package/dist/esm/operations/deletedWorkbooks.js +141 -0
  432. package/dist/esm/operations/deletedWorkbooks.js.map +1 -0
  433. package/dist/esm/operations/exportConfigurations.d.ts +58 -0
  434. package/dist/esm/operations/exportConfigurations.d.ts.map +1 -0
  435. package/dist/esm/operations/exportConfigurations.js +195 -0
  436. package/dist/esm/operations/exportConfigurations.js.map +1 -0
  437. package/dist/esm/operations/favorites.d.ts +55 -0
  438. package/dist/esm/operations/favorites.d.ts.map +1 -0
  439. package/dist/esm/operations/favorites.js +196 -0
  440. package/dist/esm/operations/favorites.js.map +1 -0
  441. package/dist/esm/operations/index.d.ts +21 -0
  442. package/dist/esm/operations/index.d.ts.map +1 -0
  443. package/dist/esm/operations/index.js +28 -0
  444. package/dist/esm/operations/index.js.map +1 -0
  445. package/dist/esm/operations/liveToken.d.ts +19 -0
  446. package/dist/esm/operations/liveToken.d.ts.map +1 -0
  447. package/dist/esm/operations/liveToken.js +47 -0
  448. package/dist/esm/operations/liveToken.js.map +1 -0
  449. package/dist/esm/operations/operations.d.ts +32 -0
  450. package/dist/esm/operations/operations.d.ts.map +1 -0
  451. package/dist/esm/operations/operations.js +133 -0
  452. package/dist/esm/operations/operations.js.map +1 -0
  453. package/dist/esm/operations/proactiveDetectionConfigurations.d.ts +40 -0
  454. package/dist/esm/operations/proactiveDetectionConfigurations.d.ts.map +1 -0
  455. package/dist/esm/operations/proactiveDetectionConfigurations.js +130 -0
  456. package/dist/esm/operations/proactiveDetectionConfigurations.js.map +1 -0
  457. package/dist/esm/operations/webTestLocations.d.ts +30 -0
  458. package/dist/esm/operations/webTestLocations.d.ts.map +1 -0
  459. package/dist/esm/operations/webTestLocations.js +102 -0
  460. package/dist/esm/operations/webTestLocations.js.map +1 -0
  461. package/dist/esm/operations/webTests.d.ts +108 -0
  462. package/dist/esm/operations/webTests.d.ts.map +1 -0
  463. package/dist/esm/operations/webTests.js +472 -0
  464. package/dist/esm/operations/webTests.js.map +1 -0
  465. package/dist/esm/operations/workItemConfigurations.d.ts +75 -0
  466. package/dist/esm/operations/workItemConfigurations.d.ts.map +1 -0
  467. package/dist/esm/operations/workItemConfigurations.js +263 -0
  468. package/dist/esm/operations/workItemConfigurations.js.map +1 -0
  469. package/dist/esm/operations/workbookTemplates.d.ts +57 -0
  470. package/dist/esm/operations/workbookTemplates.d.ts.map +1 -0
  471. package/dist/esm/operations/workbookTemplates.js +229 -0
  472. package/dist/esm/operations/workbookTemplates.js.map +1 -0
  473. package/dist/esm/operations/workbooks.d.ts +118 -0
  474. package/dist/esm/operations/workbooks.d.ts.map +1 -0
  475. package/dist/esm/operations/workbooks.js +557 -0
  476. package/dist/esm/operations/workbooks.js.map +1 -0
  477. package/dist/esm/operationsInterfaces/aPIKeys.d.ts +38 -0
  478. package/dist/esm/operationsInterfaces/aPIKeys.d.ts.map +1 -0
  479. package/dist/esm/operationsInterfaces/aPIKeys.js +9 -0
  480. package/dist/esm/operationsInterfaces/aPIKeys.js.map +1 -0
  481. package/dist/esm/operationsInterfaces/analyticsItems.d.ts +43 -0
  482. package/dist/esm/operationsInterfaces/analyticsItems.d.ts.map +1 -0
  483. package/dist/esm/operationsInterfaces/analyticsItems.js +9 -0
  484. package/dist/esm/operationsInterfaces/analyticsItems.js.map +1 -0
  485. package/dist/esm/operationsInterfaces/annotations.d.ts +43 -0
  486. package/dist/esm/operationsInterfaces/annotations.d.ts.map +1 -0
  487. package/dist/esm/operationsInterfaces/annotations.js +9 -0
  488. package/dist/esm/operationsInterfaces/annotations.js.map +1 -0
  489. package/dist/esm/operationsInterfaces/componentAvailableFeatures.d.ts +12 -0
  490. package/dist/esm/operationsInterfaces/componentAvailableFeatures.d.ts.map +1 -0
  491. package/dist/esm/operationsInterfaces/componentAvailableFeatures.js +9 -0
  492. package/dist/esm/operationsInterfaces/componentAvailableFeatures.js.map +1 -0
  493. package/dist/esm/operationsInterfaces/componentCurrentBillingFeatures.d.ts +21 -0
  494. package/dist/esm/operationsInterfaces/componentCurrentBillingFeatures.d.ts.map +1 -0
  495. package/dist/esm/operationsInterfaces/componentCurrentBillingFeatures.js +9 -0
  496. package/dist/esm/operationsInterfaces/componentCurrentBillingFeatures.js.map +1 -0
  497. package/dist/esm/operationsInterfaces/componentFeatureCapabilities.d.ts +12 -0
  498. package/dist/esm/operationsInterfaces/componentFeatureCapabilities.d.ts.map +1 -0
  499. package/dist/esm/operationsInterfaces/componentFeatureCapabilities.js +9 -0
  500. package/dist/esm/operationsInterfaces/componentFeatureCapabilities.js.map +1 -0
  501. package/dist/esm/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts +45 -0
  502. package/dist/esm/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts.map +1 -0
  503. package/dist/esm/operationsInterfaces/componentLinkedStorageAccountsOperations.js +9 -0
  504. package/dist/esm/operationsInterfaces/componentLinkedStorageAccountsOperations.js.map +1 -0
  505. package/dist/esm/operationsInterfaces/componentQuotaStatus.d.ts +12 -0
  506. package/dist/esm/operationsInterfaces/componentQuotaStatus.d.ts.map +1 -0
  507. package/dist/esm/operationsInterfaces/componentQuotaStatus.js +9 -0
  508. package/dist/esm/operationsInterfaces/componentQuotaStatus.js.map +1 -0
  509. package/dist/esm/operationsInterfaces/components.d.ts +76 -0
  510. package/dist/esm/operationsInterfaces/components.d.ts.map +1 -0
  511. package/dist/esm/operationsInterfaces/components.js +9 -0
  512. package/dist/esm/operationsInterfaces/components.js.map +1 -0
  513. package/dist/esm/operationsInterfaces/deletedWorkbooks.d.ts +11 -0
  514. package/dist/esm/operationsInterfaces/deletedWorkbooks.d.ts.map +1 -0
  515. package/dist/esm/operationsInterfaces/deletedWorkbooks.js +9 -0
  516. package/dist/esm/operationsInterfaces/deletedWorkbooks.js.map +1 -0
  517. package/dist/esm/operationsInterfaces/exportConfigurations.d.ts +50 -0
  518. package/dist/esm/operationsInterfaces/exportConfigurations.d.ts.map +1 -0
  519. package/dist/esm/operationsInterfaces/exportConfigurations.js +9 -0
  520. package/dist/esm/operationsInterfaces/exportConfigurations.js.map +1 -0
  521. package/dist/esm/operationsInterfaces/favorites.d.ts +47 -0
  522. package/dist/esm/operationsInterfaces/favorites.d.ts.map +1 -0
  523. package/dist/esm/operationsInterfaces/favorites.js +9 -0
  524. package/dist/esm/operationsInterfaces/favorites.js.map +1 -0
  525. package/dist/esm/operationsInterfaces/index.d.ts +21 -0
  526. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  527. package/dist/esm/operationsInterfaces/index.js +28 -0
  528. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  529. package/dist/esm/operationsInterfaces/liveToken.d.ts +11 -0
  530. package/dist/esm/operationsInterfaces/liveToken.d.ts.map +1 -0
  531. package/dist/esm/operationsInterfaces/liveToken.js +9 -0
  532. package/dist/esm/operationsInterfaces/liveToken.js.map +1 -0
  533. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  534. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  535. package/dist/esm/operationsInterfaces/operations.js +9 -0
  536. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  537. package/dist/esm/operationsInterfaces/proactiveDetectionConfigurations.d.ts +32 -0
  538. package/dist/esm/operationsInterfaces/proactiveDetectionConfigurations.d.ts.map +1 -0
  539. package/dist/esm/operationsInterfaces/proactiveDetectionConfigurations.js +9 -0
  540. package/dist/esm/operationsInterfaces/proactiveDetectionConfigurations.js.map +1 -0
  541. package/dist/esm/operationsInterfaces/webTestLocations.d.ts +13 -0
  542. package/dist/esm/operationsInterfaces/webTestLocations.d.ts.map +1 -0
  543. package/dist/esm/operationsInterfaces/webTestLocations.js +9 -0
  544. package/dist/esm/operationsInterfaces/webTestLocations.js.map +1 -0
  545. package/dist/esm/operationsInterfaces/webTests.d.ts +55 -0
  546. package/dist/esm/operationsInterfaces/webTests.d.ts.map +1 -0
  547. package/dist/esm/operationsInterfaces/webTests.js +9 -0
  548. package/dist/esm/operationsInterfaces/webTests.js.map +1 -0
  549. package/dist/esm/operationsInterfaces/workItemConfigurations.d.ts +58 -0
  550. package/dist/esm/operationsInterfaces/workItemConfigurations.d.ts.map +1 -0
  551. package/dist/esm/operationsInterfaces/workItemConfigurations.js +9 -0
  552. package/dist/esm/operationsInterfaces/workItemConfigurations.js.map +1 -0
  553. package/dist/esm/operationsInterfaces/workbookTemplates.d.ts +41 -0
  554. package/dist/esm/operationsInterfaces/workbookTemplates.d.ts.map +1 -0
  555. package/dist/esm/operationsInterfaces/workbookTemplates.js +9 -0
  556. package/dist/esm/operationsInterfaces/workbookTemplates.js.map +1 -0
  557. package/dist/esm/operationsInterfaces/workbooks.d.ts +63 -0
  558. package/dist/esm/operationsInterfaces/workbooks.d.ts.map +1 -0
  559. package/dist/esm/operationsInterfaces/workbooks.js +9 -0
  560. package/dist/esm/operationsInterfaces/workbooks.js.map +1 -0
  561. package/dist/esm/package.json +3 -0
  562. package/dist/esm/pagingHelper.d.ts +13 -0
  563. package/dist/esm/pagingHelper.d.ts.map +1 -0
  564. package/dist/esm/pagingHelper.js +32 -0
  565. package/dist/esm/pagingHelper.js.map +1 -0
  566. package/dist/react-native/applicationInsightsManagementClient.d.ts +37 -0
  567. package/dist/react-native/applicationInsightsManagementClient.d.ts.map +1 -0
  568. package/dist/react-native/applicationInsightsManagementClient.js +90 -0
  569. package/dist/react-native/applicationInsightsManagementClient.js.map +1 -0
  570. package/dist/react-native/index.d.ts +5 -0
  571. package/dist/react-native/index.d.ts.map +1 -0
  572. package/dist/react-native/index.js +13 -0
  573. package/dist/react-native/index.js.map +1 -0
  574. package/dist/react-native/models/index.d.ts +2147 -0
  575. package/dist/react-native/models/index.d.ts.map +1 -0
  576. package/dist/react-native/models/index.js +170 -0
  577. package/dist/react-native/models/index.js.map +1 -0
  578. package/dist/react-native/models/mappers.d.ts +93 -0
  579. package/dist/react-native/models/mappers.d.ts.map +1 -0
  580. package/dist/react-native/models/mappers.js +3239 -0
  581. package/dist/react-native/models/mappers.js.map +1 -0
  582. package/dist/react-native/models/parameters.d.ts +65 -0
  583. package/dist/react-native/models/parameters.d.ts.map +1 -0
  584. package/dist/react-native/models/parameters.js +542 -0
  585. package/dist/react-native/models/parameters.js.map +1 -0
  586. package/dist/react-native/operations/aPIKeys.d.ts +55 -0
  587. package/dist/react-native/operations/aPIKeys.d.ts.map +1 -0
  588. package/dist/react-native/operations/aPIKeys.js +191 -0
  589. package/dist/react-native/operations/aPIKeys.js.map +1 -0
  590. package/dist/react-native/operations/analyticsItems.d.ts +51 -0
  591. package/dist/react-native/operations/analyticsItems.d.ts.map +1 -0
  592. package/dist/react-native/operations/analyticsItems.js +157 -0
  593. package/dist/react-native/operations/analyticsItems.js.map +1 -0
  594. package/dist/react-native/operations/annotations.d.ts +63 -0
  595. package/dist/react-native/operations/annotations.d.ts.map +1 -0
  596. package/dist/react-native/operations/annotations.js +213 -0
  597. package/dist/react-native/operations/annotations.js.map +1 -0
  598. package/dist/react-native/operations/componentAvailableFeatures.d.ts +20 -0
  599. package/dist/react-native/operations/componentAvailableFeatures.d.ts.map +1 -0
  600. package/dist/react-native/operations/componentAvailableFeatures.js +50 -0
  601. package/dist/react-native/operations/componentAvailableFeatures.js.map +1 -0
  602. package/dist/react-native/operations/componentCurrentBillingFeatures.d.ts +29 -0
  603. package/dist/react-native/operations/componentCurrentBillingFeatures.d.ts.map +1 -0
  604. package/dist/react-native/operations/componentCurrentBillingFeatures.js +81 -0
  605. package/dist/react-native/operations/componentCurrentBillingFeatures.js.map +1 -0
  606. package/dist/react-native/operations/componentFeatureCapabilities.d.ts +20 -0
  607. package/dist/react-native/operations/componentFeatureCapabilities.d.ts.map +1 -0
  608. package/dist/react-native/operations/componentFeatureCapabilities.js +50 -0
  609. package/dist/react-native/operations/componentFeatureCapabilities.js.map +1 -0
  610. package/dist/react-native/operations/componentLinkedStorageAccountsOperations.d.ts +53 -0
  611. package/dist/react-native/operations/componentLinkedStorageAccountsOperations.d.ts.map +1 -0
  612. package/dist/react-native/operations/componentLinkedStorageAccountsOperations.js +174 -0
  613. package/dist/react-native/operations/componentLinkedStorageAccountsOperations.js.map +1 -0
  614. package/dist/react-native/operations/componentQuotaStatus.d.ts +20 -0
  615. package/dist/react-native/operations/componentQuotaStatus.d.ts.map +1 -0
  616. package/dist/react-native/operations/componentQuotaStatus.js +50 -0
  617. package/dist/react-native/operations/componentQuotaStatus.js.map +1 -0
  618. package/dist/react-native/operations/components.d.ts +112 -0
  619. package/dist/react-native/operations/components.d.ts.map +1 -0
  620. package/dist/react-native/operations/components.js +459 -0
  621. package/dist/react-native/operations/components.js.map +1 -0
  622. package/dist/react-native/operations/deletedWorkbooks.d.ts +32 -0
  623. package/dist/react-native/operations/deletedWorkbooks.d.ts.map +1 -0
  624. package/dist/react-native/operations/deletedWorkbooks.js +141 -0
  625. package/dist/react-native/operations/deletedWorkbooks.js.map +1 -0
  626. package/dist/react-native/operations/exportConfigurations.d.ts +58 -0
  627. package/dist/react-native/operations/exportConfigurations.d.ts.map +1 -0
  628. package/dist/react-native/operations/exportConfigurations.js +195 -0
  629. package/dist/react-native/operations/exportConfigurations.js.map +1 -0
  630. package/dist/react-native/operations/favorites.d.ts +55 -0
  631. package/dist/react-native/operations/favorites.d.ts.map +1 -0
  632. package/dist/react-native/operations/favorites.js +196 -0
  633. package/dist/react-native/operations/favorites.js.map +1 -0
  634. package/dist/react-native/operations/index.d.ts +21 -0
  635. package/dist/react-native/operations/index.d.ts.map +1 -0
  636. package/dist/react-native/operations/index.js +28 -0
  637. package/dist/react-native/operations/index.js.map +1 -0
  638. package/dist/react-native/operations/liveToken.d.ts +19 -0
  639. package/dist/react-native/operations/liveToken.d.ts.map +1 -0
  640. package/dist/react-native/operations/liveToken.js +47 -0
  641. package/dist/react-native/operations/liveToken.js.map +1 -0
  642. package/dist/react-native/operations/operations.d.ts +32 -0
  643. package/dist/react-native/operations/operations.d.ts.map +1 -0
  644. package/dist/react-native/operations/operations.js +133 -0
  645. package/dist/react-native/operations/operations.js.map +1 -0
  646. package/dist/react-native/operations/proactiveDetectionConfigurations.d.ts +40 -0
  647. package/dist/react-native/operations/proactiveDetectionConfigurations.d.ts.map +1 -0
  648. package/dist/react-native/operations/proactiveDetectionConfigurations.js +130 -0
  649. package/dist/react-native/operations/proactiveDetectionConfigurations.js.map +1 -0
  650. package/dist/react-native/operations/webTestLocations.d.ts +30 -0
  651. package/dist/react-native/operations/webTestLocations.d.ts.map +1 -0
  652. package/dist/react-native/operations/webTestLocations.js +102 -0
  653. package/dist/react-native/operations/webTestLocations.js.map +1 -0
  654. package/dist/react-native/operations/webTests.d.ts +108 -0
  655. package/dist/react-native/operations/webTests.d.ts.map +1 -0
  656. package/dist/react-native/operations/webTests.js +472 -0
  657. package/dist/react-native/operations/webTests.js.map +1 -0
  658. package/dist/react-native/operations/workItemConfigurations.d.ts +75 -0
  659. package/dist/react-native/operations/workItemConfigurations.d.ts.map +1 -0
  660. package/dist/react-native/operations/workItemConfigurations.js +263 -0
  661. package/dist/react-native/operations/workItemConfigurations.js.map +1 -0
  662. package/dist/react-native/operations/workbookTemplates.d.ts +57 -0
  663. package/dist/react-native/operations/workbookTemplates.d.ts.map +1 -0
  664. package/dist/react-native/operations/workbookTemplates.js +229 -0
  665. package/dist/react-native/operations/workbookTemplates.js.map +1 -0
  666. package/dist/react-native/operations/workbooks.d.ts +118 -0
  667. package/dist/react-native/operations/workbooks.d.ts.map +1 -0
  668. package/dist/react-native/operations/workbooks.js +557 -0
  669. package/dist/react-native/operations/workbooks.js.map +1 -0
  670. package/dist/react-native/operationsInterfaces/aPIKeys.d.ts +38 -0
  671. package/dist/react-native/operationsInterfaces/aPIKeys.d.ts.map +1 -0
  672. package/dist/react-native/operationsInterfaces/aPIKeys.js +9 -0
  673. package/dist/react-native/operationsInterfaces/aPIKeys.js.map +1 -0
  674. package/dist/react-native/operationsInterfaces/analyticsItems.d.ts +43 -0
  675. package/dist/react-native/operationsInterfaces/analyticsItems.d.ts.map +1 -0
  676. package/dist/react-native/operationsInterfaces/analyticsItems.js +9 -0
  677. package/dist/react-native/operationsInterfaces/analyticsItems.js.map +1 -0
  678. package/dist/react-native/operationsInterfaces/annotations.d.ts +43 -0
  679. package/dist/react-native/operationsInterfaces/annotations.d.ts.map +1 -0
  680. package/dist/react-native/operationsInterfaces/annotations.js +9 -0
  681. package/dist/react-native/operationsInterfaces/annotations.js.map +1 -0
  682. package/dist/react-native/operationsInterfaces/componentAvailableFeatures.d.ts +12 -0
  683. package/dist/react-native/operationsInterfaces/componentAvailableFeatures.d.ts.map +1 -0
  684. package/dist/react-native/operationsInterfaces/componentAvailableFeatures.js +9 -0
  685. package/dist/react-native/operationsInterfaces/componentAvailableFeatures.js.map +1 -0
  686. package/dist/react-native/operationsInterfaces/componentCurrentBillingFeatures.d.ts +21 -0
  687. package/dist/react-native/operationsInterfaces/componentCurrentBillingFeatures.d.ts.map +1 -0
  688. package/dist/react-native/operationsInterfaces/componentCurrentBillingFeatures.js +9 -0
  689. package/dist/react-native/operationsInterfaces/componentCurrentBillingFeatures.js.map +1 -0
  690. package/dist/react-native/operationsInterfaces/componentFeatureCapabilities.d.ts +12 -0
  691. package/dist/react-native/operationsInterfaces/componentFeatureCapabilities.d.ts.map +1 -0
  692. package/dist/react-native/operationsInterfaces/componentFeatureCapabilities.js +9 -0
  693. package/dist/react-native/operationsInterfaces/componentFeatureCapabilities.js.map +1 -0
  694. package/dist/react-native/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts +45 -0
  695. package/dist/react-native/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts.map +1 -0
  696. package/dist/react-native/operationsInterfaces/componentLinkedStorageAccountsOperations.js +9 -0
  697. package/dist/react-native/operationsInterfaces/componentLinkedStorageAccountsOperations.js.map +1 -0
  698. package/dist/react-native/operationsInterfaces/componentQuotaStatus.d.ts +12 -0
  699. package/dist/react-native/operationsInterfaces/componentQuotaStatus.d.ts.map +1 -0
  700. package/dist/react-native/operationsInterfaces/componentQuotaStatus.js +9 -0
  701. package/dist/react-native/operationsInterfaces/componentQuotaStatus.js.map +1 -0
  702. package/dist/react-native/operationsInterfaces/components.d.ts +76 -0
  703. package/dist/react-native/operationsInterfaces/components.d.ts.map +1 -0
  704. package/dist/react-native/operationsInterfaces/components.js +9 -0
  705. package/dist/react-native/operationsInterfaces/components.js.map +1 -0
  706. package/dist/react-native/operationsInterfaces/deletedWorkbooks.d.ts +11 -0
  707. package/dist/react-native/operationsInterfaces/deletedWorkbooks.d.ts.map +1 -0
  708. package/dist/react-native/operationsInterfaces/deletedWorkbooks.js +9 -0
  709. package/dist/react-native/operationsInterfaces/deletedWorkbooks.js.map +1 -0
  710. package/dist/react-native/operationsInterfaces/exportConfigurations.d.ts +50 -0
  711. package/dist/react-native/operationsInterfaces/exportConfigurations.d.ts.map +1 -0
  712. package/dist/react-native/operationsInterfaces/exportConfigurations.js +9 -0
  713. package/dist/react-native/operationsInterfaces/exportConfigurations.js.map +1 -0
  714. package/dist/react-native/operationsInterfaces/favorites.d.ts +47 -0
  715. package/dist/react-native/operationsInterfaces/favorites.d.ts.map +1 -0
  716. package/dist/react-native/operationsInterfaces/favorites.js +9 -0
  717. package/dist/react-native/operationsInterfaces/favorites.js.map +1 -0
  718. package/dist/react-native/operationsInterfaces/index.d.ts +21 -0
  719. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  720. package/dist/react-native/operationsInterfaces/index.js +28 -0
  721. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  722. package/dist/react-native/operationsInterfaces/liveToken.d.ts +11 -0
  723. package/dist/react-native/operationsInterfaces/liveToken.d.ts.map +1 -0
  724. package/dist/react-native/operationsInterfaces/liveToken.js +9 -0
  725. package/dist/react-native/operationsInterfaces/liveToken.js.map +1 -0
  726. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  727. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  728. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  729. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  730. package/dist/react-native/operationsInterfaces/proactiveDetectionConfigurations.d.ts +32 -0
  731. package/dist/react-native/operationsInterfaces/proactiveDetectionConfigurations.d.ts.map +1 -0
  732. package/dist/react-native/operationsInterfaces/proactiveDetectionConfigurations.js +9 -0
  733. package/dist/react-native/operationsInterfaces/proactiveDetectionConfigurations.js.map +1 -0
  734. package/dist/react-native/operationsInterfaces/webTestLocations.d.ts +13 -0
  735. package/dist/react-native/operationsInterfaces/webTestLocations.d.ts.map +1 -0
  736. package/dist/react-native/operationsInterfaces/webTestLocations.js +9 -0
  737. package/dist/react-native/operationsInterfaces/webTestLocations.js.map +1 -0
  738. package/dist/react-native/operationsInterfaces/webTests.d.ts +55 -0
  739. package/dist/react-native/operationsInterfaces/webTests.d.ts.map +1 -0
  740. package/dist/react-native/operationsInterfaces/webTests.js +9 -0
  741. package/dist/react-native/operationsInterfaces/webTests.js.map +1 -0
  742. package/dist/react-native/operationsInterfaces/workItemConfigurations.d.ts +58 -0
  743. package/dist/react-native/operationsInterfaces/workItemConfigurations.d.ts.map +1 -0
  744. package/dist/react-native/operationsInterfaces/workItemConfigurations.js +9 -0
  745. package/dist/react-native/operationsInterfaces/workItemConfigurations.js.map +1 -0
  746. package/dist/react-native/operationsInterfaces/workbookTemplates.d.ts +41 -0
  747. package/dist/react-native/operationsInterfaces/workbookTemplates.d.ts.map +1 -0
  748. package/dist/react-native/operationsInterfaces/workbookTemplates.js +9 -0
  749. package/dist/react-native/operationsInterfaces/workbookTemplates.js.map +1 -0
  750. package/dist/react-native/operationsInterfaces/workbooks.d.ts +63 -0
  751. package/dist/react-native/operationsInterfaces/workbooks.d.ts.map +1 -0
  752. package/dist/react-native/operationsInterfaces/workbooks.js +9 -0
  753. package/dist/react-native/operationsInterfaces/workbooks.js.map +1 -0
  754. package/dist/react-native/package.json +3 -0
  755. package/dist/react-native/pagingHelper.d.ts +13 -0
  756. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  757. package/dist/react-native/pagingHelper.js +32 -0
  758. package/dist/react-native/pagingHelper.js.map +1 -0
  759. package/package.json +90 -61
  760. package/review/arm-appinsights.api.md +202 -264
  761. package/LICENSE.txt +0 -21
  762. package/dist/index.js +0 -7745
  763. package/dist/index.js.map +0 -1
  764. package/dist/index.min.js +0 -1
  765. package/dist/index.min.js.map +0 -1
  766. package/dist-esm/src/applicationInsightsManagementClient.d.ts +0 -35
  767. package/dist-esm/src/applicationInsightsManagementClient.d.ts.map +0 -1
  768. package/dist-esm/src/applicationInsightsManagementClient.js +0 -86
  769. package/dist-esm/src/applicationInsightsManagementClient.js.map +0 -1
  770. package/dist-esm/src/index.d.ts +0 -5
  771. package/dist-esm/src/index.d.ts.map +0 -1
  772. package/dist-esm/src/index.js +0 -12
  773. package/dist-esm/src/index.js.map +0 -1
  774. package/dist-esm/src/models/index.d.ts +0 -2119
  775. package/dist-esm/src/models/index.d.ts.map +0 -1
  776. package/dist-esm/src/models/index.js +0 -137
  777. package/dist-esm/src/models/index.js.map +0 -1
  778. package/dist-esm/src/models/mappers.d.ts +0 -88
  779. package/dist-esm/src/models/mappers.d.ts.map +0 -1
  780. package/dist-esm/src/models/mappers.js +0 -3076
  781. package/dist-esm/src/models/mappers.js.map +0 -1
  782. package/dist-esm/src/models/parameters.d.ts +0 -63
  783. package/dist-esm/src/models/parameters.d.ts.map +0 -1
  784. package/dist-esm/src/models/parameters.js +0 -515
  785. package/dist-esm/src/models/parameters.js.map +0 -1
  786. package/dist-esm/src/operations/aPIKeys.d.ts +0 -55
  787. package/dist-esm/src/operations/aPIKeys.d.ts.map +0 -1
  788. package/dist-esm/src/operations/aPIKeys.js +0 -185
  789. package/dist-esm/src/operations/aPIKeys.js.map +0 -1
  790. package/dist-esm/src/operations/analyticsItems.d.ts +0 -51
  791. package/dist-esm/src/operations/analyticsItems.d.ts.map +0 -1
  792. package/dist-esm/src/operations/analyticsItems.js +0 -157
  793. package/dist-esm/src/operations/analyticsItems.js.map +0 -1
  794. package/dist-esm/src/operations/annotations.d.ts +0 -63
  795. package/dist-esm/src/operations/annotations.d.ts.map +0 -1
  796. package/dist-esm/src/operations/annotations.js +0 -207
  797. package/dist-esm/src/operations/annotations.js.map +0 -1
  798. package/dist-esm/src/operations/componentAvailableFeatures.d.ts +0 -20
  799. package/dist-esm/src/operations/componentAvailableFeatures.d.ts.map +0 -1
  800. package/dist-esm/src/operations/componentAvailableFeatures.js +0 -50
  801. package/dist-esm/src/operations/componentAvailableFeatures.js.map +0 -1
  802. package/dist-esm/src/operations/componentCurrentBillingFeatures.d.ts +0 -29
  803. package/dist-esm/src/operations/componentCurrentBillingFeatures.d.ts.map +0 -1
  804. package/dist-esm/src/operations/componentCurrentBillingFeatures.js +0 -81
  805. package/dist-esm/src/operations/componentCurrentBillingFeatures.js.map +0 -1
  806. package/dist-esm/src/operations/componentFeatureCapabilities.d.ts +0 -20
  807. package/dist-esm/src/operations/componentFeatureCapabilities.d.ts.map +0 -1
  808. package/dist-esm/src/operations/componentFeatureCapabilities.js +0 -50
  809. package/dist-esm/src/operations/componentFeatureCapabilities.js.map +0 -1
  810. package/dist-esm/src/operations/componentLinkedStorageAccountsOperations.d.ts +0 -53
  811. package/dist-esm/src/operations/componentLinkedStorageAccountsOperations.d.ts.map +0 -1
  812. package/dist-esm/src/operations/componentLinkedStorageAccountsOperations.js +0 -174
  813. package/dist-esm/src/operations/componentLinkedStorageAccountsOperations.js.map +0 -1
  814. package/dist-esm/src/operations/componentQuotaStatus.d.ts +0 -20
  815. package/dist-esm/src/operations/componentQuotaStatus.d.ts.map +0 -1
  816. package/dist-esm/src/operations/componentQuotaStatus.js +0 -50
  817. package/dist-esm/src/operations/componentQuotaStatus.js.map +0 -1
  818. package/dist-esm/src/operations/components.d.ts +0 -108
  819. package/dist-esm/src/operations/components.d.ts.map +0 -1
  820. package/dist-esm/src/operations/components.js +0 -430
  821. package/dist-esm/src/operations/components.js.map +0 -1
  822. package/dist-esm/src/operations/exportConfigurations.d.ts +0 -58
  823. package/dist-esm/src/operations/exportConfigurations.d.ts.map +0 -1
  824. package/dist-esm/src/operations/exportConfigurations.js +0 -195
  825. package/dist-esm/src/operations/exportConfigurations.js.map +0 -1
  826. package/dist-esm/src/operations/favorites.d.ts +0 -55
  827. package/dist-esm/src/operations/favorites.d.ts.map +0 -1
  828. package/dist-esm/src/operations/favorites.js +0 -196
  829. package/dist-esm/src/operations/favorites.js.map +0 -1
  830. package/dist-esm/src/operations/index.d.ts +0 -20
  831. package/dist-esm/src/operations/index.d.ts.map +0 -1
  832. package/dist-esm/src/operations/index.js +0 -27
  833. package/dist-esm/src/operations/index.js.map +0 -1
  834. package/dist-esm/src/operations/liveToken.d.ts +0 -19
  835. package/dist-esm/src/operations/liveToken.d.ts.map +0 -1
  836. package/dist-esm/src/operations/liveToken.js +0 -47
  837. package/dist-esm/src/operations/liveToken.js.map +0 -1
  838. package/dist-esm/src/operations/myWorkbooks.d.ts +0 -89
  839. package/dist-esm/src/operations/myWorkbooks.d.ts.map +0 -1
  840. package/dist-esm/src/operations/myWorkbooks.js +0 -387
  841. package/dist-esm/src/operations/myWorkbooks.js.map +0 -1
  842. package/dist-esm/src/operations/proactiveDetectionConfigurations.d.ts +0 -40
  843. package/dist-esm/src/operations/proactiveDetectionConfigurations.d.ts.map +0 -1
  844. package/dist-esm/src/operations/proactiveDetectionConfigurations.js +0 -130
  845. package/dist-esm/src/operations/proactiveDetectionConfigurations.js.map +0 -1
  846. package/dist-esm/src/operations/webTestLocations.d.ts +0 -30
  847. package/dist-esm/src/operations/webTestLocations.d.ts.map +0 -1
  848. package/dist-esm/src/operations/webTestLocations.js +0 -96
  849. package/dist-esm/src/operations/webTestLocations.js.map +0 -1
  850. package/dist-esm/src/operations/webTests.d.ts +0 -108
  851. package/dist-esm/src/operations/webTests.d.ts.map +0 -1
  852. package/dist-esm/src/operations/webTests.js +0 -435
  853. package/dist-esm/src/operations/webTests.js.map +0 -1
  854. package/dist-esm/src/operations/workItemConfigurations.d.ts +0 -75
  855. package/dist-esm/src/operations/workItemConfigurations.d.ts.map +0 -1
  856. package/dist-esm/src/operations/workItemConfigurations.js +0 -257
  857. package/dist-esm/src/operations/workItemConfigurations.js.map +0 -1
  858. package/dist-esm/src/operations/workbookTemplates.d.ts +0 -57
  859. package/dist-esm/src/operations/workbookTemplates.d.ts.map +0 -1
  860. package/dist-esm/src/operations/workbookTemplates.js +0 -223
  861. package/dist-esm/src/operations/workbookTemplates.js.map +0 -1
  862. package/dist-esm/src/operations/workbooks.d.ts +0 -120
  863. package/dist-esm/src/operations/workbooks.d.ts.map +0 -1
  864. package/dist-esm/src/operations/workbooks.js +0 -530
  865. package/dist-esm/src/operations/workbooks.js.map +0 -1
  866. package/dist-esm/src/operationsInterfaces/aPIKeys.d.ts +0 -38
  867. package/dist-esm/src/operationsInterfaces/aPIKeys.d.ts.map +0 -1
  868. package/dist-esm/src/operationsInterfaces/aPIKeys.js.map +0 -1
  869. package/dist-esm/src/operationsInterfaces/analyticsItems.d.ts +0 -43
  870. package/dist-esm/src/operationsInterfaces/analyticsItems.d.ts.map +0 -1
  871. package/dist-esm/src/operationsInterfaces/analyticsItems.js.map +0 -1
  872. package/dist-esm/src/operationsInterfaces/annotations.d.ts +0 -43
  873. package/dist-esm/src/operationsInterfaces/annotations.d.ts.map +0 -1
  874. package/dist-esm/src/operationsInterfaces/annotations.js.map +0 -1
  875. package/dist-esm/src/operationsInterfaces/componentAvailableFeatures.d.ts +0 -12
  876. package/dist-esm/src/operationsInterfaces/componentAvailableFeatures.d.ts.map +0 -1
  877. package/dist-esm/src/operationsInterfaces/componentAvailableFeatures.js.map +0 -1
  878. package/dist-esm/src/operationsInterfaces/componentCurrentBillingFeatures.d.ts +0 -21
  879. package/dist-esm/src/operationsInterfaces/componentCurrentBillingFeatures.d.ts.map +0 -1
  880. package/dist-esm/src/operationsInterfaces/componentCurrentBillingFeatures.js.map +0 -1
  881. package/dist-esm/src/operationsInterfaces/componentFeatureCapabilities.d.ts +0 -12
  882. package/dist-esm/src/operationsInterfaces/componentFeatureCapabilities.d.ts.map +0 -1
  883. package/dist-esm/src/operationsInterfaces/componentFeatureCapabilities.js.map +0 -1
  884. package/dist-esm/src/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts +0 -45
  885. package/dist-esm/src/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts.map +0 -1
  886. package/dist-esm/src/operationsInterfaces/componentLinkedStorageAccountsOperations.js.map +0 -1
  887. package/dist-esm/src/operationsInterfaces/componentQuotaStatus.d.ts +0 -12
  888. package/dist-esm/src/operationsInterfaces/componentQuotaStatus.d.ts.map +0 -1
  889. package/dist-esm/src/operationsInterfaces/componentQuotaStatus.js.map +0 -1
  890. package/dist-esm/src/operationsInterfaces/components.d.ts +0 -72
  891. package/dist-esm/src/operationsInterfaces/components.d.ts.map +0 -1
  892. package/dist-esm/src/operationsInterfaces/components.js.map +0 -1
  893. package/dist-esm/src/operationsInterfaces/exportConfigurations.d.ts +0 -50
  894. package/dist-esm/src/operationsInterfaces/exportConfigurations.d.ts.map +0 -1
  895. package/dist-esm/src/operationsInterfaces/exportConfigurations.js.map +0 -1
  896. package/dist-esm/src/operationsInterfaces/favorites.d.ts +0 -47
  897. package/dist-esm/src/operationsInterfaces/favorites.d.ts.map +0 -1
  898. package/dist-esm/src/operationsInterfaces/favorites.js.map +0 -1
  899. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -20
  900. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  901. package/dist-esm/src/operationsInterfaces/index.js +0 -27
  902. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  903. package/dist-esm/src/operationsInterfaces/liveToken.d.ts +0 -11
  904. package/dist-esm/src/operationsInterfaces/liveToken.d.ts.map +0 -1
  905. package/dist-esm/src/operationsInterfaces/liveToken.js.map +0 -1
  906. package/dist-esm/src/operationsInterfaces/myWorkbooks.d.ts +0 -49
  907. package/dist-esm/src/operationsInterfaces/myWorkbooks.d.ts.map +0 -1
  908. package/dist-esm/src/operationsInterfaces/myWorkbooks.js +0 -9
  909. package/dist-esm/src/operationsInterfaces/myWorkbooks.js.map +0 -1
  910. package/dist-esm/src/operationsInterfaces/proactiveDetectionConfigurations.d.ts +0 -32
  911. package/dist-esm/src/operationsInterfaces/proactiveDetectionConfigurations.d.ts.map +0 -1
  912. package/dist-esm/src/operationsInterfaces/proactiveDetectionConfigurations.js.map +0 -1
  913. package/dist-esm/src/operationsInterfaces/webTestLocations.d.ts +0 -13
  914. package/dist-esm/src/operationsInterfaces/webTestLocations.d.ts.map +0 -1
  915. package/dist-esm/src/operationsInterfaces/webTestLocations.js.map +0 -1
  916. package/dist-esm/src/operationsInterfaces/webTests.d.ts +0 -55
  917. package/dist-esm/src/operationsInterfaces/webTests.d.ts.map +0 -1
  918. package/dist-esm/src/operationsInterfaces/webTests.js.map +0 -1
  919. package/dist-esm/src/operationsInterfaces/workItemConfigurations.d.ts +0 -58
  920. package/dist-esm/src/operationsInterfaces/workItemConfigurations.d.ts.map +0 -1
  921. package/dist-esm/src/operationsInterfaces/workItemConfigurations.js.map +0 -1
  922. package/dist-esm/src/operationsInterfaces/workbookTemplates.d.ts +0 -41
  923. package/dist-esm/src/operationsInterfaces/workbookTemplates.d.ts.map +0 -1
  924. package/dist-esm/src/operationsInterfaces/workbookTemplates.js.map +0 -1
  925. package/dist-esm/src/operationsInterfaces/workbooks.d.ts +0 -63
  926. package/dist-esm/src/operationsInterfaces/workbooks.d.ts.map +0 -1
  927. package/dist-esm/src/operationsInterfaces/workbooks.js.map +0 -1
  928. package/dist-esm/test/sampleTest.d.ts +0 -2
  929. package/dist-esm/test/sampleTest.d.ts.map +0 -1
  930. package/dist-esm/test/sampleTest.js +0 -38
  931. package/dist-esm/test/sampleTest.js.map +0 -1
  932. package/rollup.config.js +0 -122
  933. package/src/applicationInsightsManagementClient.ts +0 -182
  934. package/src/index.ts +0 -12
  935. package/src/models/index.ts +0 -2406
  936. package/src/models/mappers.ts +0 -3258
  937. package/src/models/parameters.ts +0 -601
  938. package/src/operations/aPIKeys.ts +0 -246
  939. package/src/operations/analyticsItems.ts +0 -215
  940. package/src/operations/annotations.ts +0 -294
  941. package/src/operations/componentAvailableFeatures.ts +0 -70
  942. package/src/operations/componentCurrentBillingFeatures.ts +0 -114
  943. package/src/operations/componentFeatureCapabilities.ts +0 -70
  944. package/src/operations/componentLinkedStorageAccountsOperations.ts +0 -235
  945. package/src/operations/componentQuotaStatus.ts +0 -69
  946. package/src/operations/components.ts +0 -543
  947. package/src/operations/exportConfigurations.ts +0 -264
  948. package/src/operations/favorites.ts +0 -265
  949. package/src/operations/index.ts +0 -27
  950. package/src/operations/liveToken.ts +0 -61
  951. package/src/operations/myWorkbooks.ts +0 -509
  952. package/src/operations/proactiveDetectionConfigurations.ts +0 -179
  953. package/src/operations/webTestLocations.ts +0 -120
  954. package/src/operations/webTests.ts +0 -565
  955. package/src/operations/workItemConfigurations.ts +0 -341
  956. package/src/operations/workbookTemplates.ts +0 -286
  957. package/src/operations/workbooks.ts +0 -706
  958. package/src/operationsInterfaces/aPIKeys.ts +0 -76
  959. package/src/operationsInterfaces/analyticsItems.ts +0 -82
  960. package/src/operationsInterfaces/annotations.ts +0 -81
  961. package/src/operationsInterfaces/componentAvailableFeatures.ts +0 -27
  962. package/src/operationsInterfaces/componentCurrentBillingFeatures.ts +0 -44
  963. package/src/operationsInterfaces/componentFeatureCapabilities.ts +0 -27
  964. package/src/operationsInterfaces/componentLinkedStorageAccountsOperations.ts +0 -86
  965. package/src/operationsInterfaces/componentQuotaStatus.ts +0 -27
  966. package/src/operationsInterfaces/components.ts +0 -131
  967. package/src/operationsInterfaces/exportConfigurations.ts +0 -95
  968. package/src/operationsInterfaces/favorites.ts +0 -92
  969. package/src/operationsInterfaces/index.ts +0 -27
  970. package/src/operationsInterfaces/liveToken.ts +0 -22
  971. package/src/operationsInterfaces/myWorkbooks.ts +0 -95
  972. package/src/operationsInterfaces/proactiveDetectionConfigurations.ts +0 -63
  973. package/src/operationsInterfaces/webTestLocations.ts +0 -29
  974. package/src/operationsInterfaces/webTests.ts +0 -104
  975. package/src/operationsInterfaces/workItemConfigurations.ts +0 -109
  976. package/src/operationsInterfaces/workbookTemplates.ts +0 -80
  977. package/src/operationsInterfaces/workbooks.ts +0 -120
  978. package/tsconfig.json +0 -27
  979. package/types/arm-appinsights.d.ts +0 -3131
  980. package/types/tsdoc-metadata.json +0 -11
  981. /package/{dist-esm/src → dist/browser}/operationsInterfaces/aPIKeys.js +0 -0
  982. /package/{dist-esm/src → dist/browser}/operationsInterfaces/analyticsItems.js +0 -0
  983. /package/{dist-esm/src → dist/browser}/operationsInterfaces/annotations.js +0 -0
  984. /package/{dist-esm/src → dist/browser}/operationsInterfaces/componentAvailableFeatures.js +0 -0
  985. /package/{dist-esm/src → dist/browser}/operationsInterfaces/componentCurrentBillingFeatures.js +0 -0
  986. /package/{dist-esm/src → dist/browser}/operationsInterfaces/componentFeatureCapabilities.js +0 -0
  987. /package/{dist-esm/src → dist/browser}/operationsInterfaces/componentLinkedStorageAccountsOperations.js +0 -0
  988. /package/{dist-esm/src → dist/browser}/operationsInterfaces/componentQuotaStatus.js +0 -0
  989. /package/{dist-esm/src → dist/browser}/operationsInterfaces/components.js +0 -0
  990. /package/{dist-esm/src → dist/browser}/operationsInterfaces/exportConfigurations.js +0 -0
  991. /package/{dist-esm/src → dist/browser}/operationsInterfaces/favorites.js +0 -0
  992. /package/{dist-esm/src → dist/browser}/operationsInterfaces/liveToken.js +0 -0
  993. /package/{dist-esm/src → dist/browser}/operationsInterfaces/proactiveDetectionConfigurations.js +0 -0
  994. /package/{dist-esm/src → dist/browser}/operationsInterfaces/webTestLocations.js +0 -0
  995. /package/{dist-esm/src → dist/browser}/operationsInterfaces/webTests.js +0 -0
  996. /package/{dist-esm/src → dist/browser}/operationsInterfaces/workItemConfigurations.js +0 -0
  997. /package/{dist-esm/src → dist/browser}/operationsInterfaces/workbookTemplates.js +0 -0
  998. /package/{dist-esm/src → dist/browser}/operationsInterfaces/workbooks.js +0 -0
@@ -0,0 +1,476 @@
1
+ "use strict";
2
+ /*
3
+ * Copyright (c) Microsoft Corporation.
4
+ * Licensed under the MIT License.
5
+ *
6
+ * Code generated by Microsoft (R) AutoRest Code Generator.
7
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ exports.WebTestsImpl = void 0;
11
+ const tslib_1 = require("tslib");
12
+ const pagingHelper_js_1 = require("../pagingHelper.js");
13
+ const coreClient = tslib_1.__importStar(require("@azure/core-client"));
14
+ const Mappers = tslib_1.__importStar(require("../models/mappers.js"));
15
+ const Parameters = tslib_1.__importStar(require("../models/parameters.js"));
16
+ /// <reference lib="esnext.asynciterable" />
17
+ /** Class containing WebTests operations. */
18
+ class WebTestsImpl {
19
+ /**
20
+ * Initialize a new instance of the class WebTests class.
21
+ * @param client Reference to the service client
22
+ */
23
+ constructor(client) {
24
+ this.client = client;
25
+ }
26
+ /**
27
+ * Get all Application Insights web tests defined for the specified resource group.
28
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
29
+ * @param options The options parameters.
30
+ */
31
+ listByResourceGroup(resourceGroupName, options) {
32
+ const iter = this.listByResourceGroupPagingAll(resourceGroupName, options);
33
+ return {
34
+ next() {
35
+ return iter.next();
36
+ },
37
+ [Symbol.asyncIterator]() {
38
+ return this;
39
+ },
40
+ byPage: (settings) => {
41
+ if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
42
+ throw new Error("maxPageSize is not supported by this operation.");
43
+ }
44
+ return this.listByResourceGroupPagingPage(resourceGroupName, options, settings);
45
+ },
46
+ };
47
+ }
48
+ listByResourceGroupPagingPage(resourceGroupName, options, settings) {
49
+ return tslib_1.__asyncGenerator(this, arguments, function* listByResourceGroupPagingPage_1() {
50
+ let result;
51
+ let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
52
+ if (!continuationToken) {
53
+ result = yield tslib_1.__await(this._listByResourceGroup(resourceGroupName, options));
54
+ let page = result.value || [];
55
+ continuationToken = result.nextLink;
56
+ (0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
57
+ yield yield tslib_1.__await(page);
58
+ }
59
+ while (continuationToken) {
60
+ result = yield tslib_1.__await(this._listByResourceGroupNext(resourceGroupName, continuationToken, options));
61
+ continuationToken = result.nextLink;
62
+ let page = result.value || [];
63
+ (0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
64
+ yield yield tslib_1.__await(page);
65
+ }
66
+ });
67
+ }
68
+ listByResourceGroupPagingAll(resourceGroupName, options) {
69
+ return tslib_1.__asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
70
+ var _a, e_1, _b, _c;
71
+ try {
72
+ for (var _d = true, _e = tslib_1.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib_1.__await(_e.next()), _a = _f.done, !_a; _d = true) {
73
+ _c = _f.value;
74
+ _d = false;
75
+ const page = _c;
76
+ yield tslib_1.__await(yield* tslib_1.__asyncDelegator(tslib_1.__asyncValues(page)));
77
+ }
78
+ }
79
+ catch (e_1_1) { e_1 = { error: e_1_1 }; }
80
+ finally {
81
+ try {
82
+ if (!_d && !_a && (_b = _e.return)) yield tslib_1.__await(_b.call(_e));
83
+ }
84
+ finally { if (e_1) throw e_1.error; }
85
+ }
86
+ });
87
+ }
88
+ /**
89
+ * Get all Application Insights web test definitions for the specified subscription.
90
+ * @param options The options parameters.
91
+ */
92
+ list(options) {
93
+ const iter = this.listPagingAll(options);
94
+ return {
95
+ next() {
96
+ return iter.next();
97
+ },
98
+ [Symbol.asyncIterator]() {
99
+ return this;
100
+ },
101
+ byPage: (settings) => {
102
+ if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
103
+ throw new Error("maxPageSize is not supported by this operation.");
104
+ }
105
+ return this.listPagingPage(options, settings);
106
+ },
107
+ };
108
+ }
109
+ listPagingPage(options, settings) {
110
+ return tslib_1.__asyncGenerator(this, arguments, function* listPagingPage_1() {
111
+ let result;
112
+ let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
113
+ if (!continuationToken) {
114
+ result = yield tslib_1.__await(this._list(options));
115
+ let page = result.value || [];
116
+ continuationToken = result.nextLink;
117
+ (0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
118
+ yield yield tslib_1.__await(page);
119
+ }
120
+ while (continuationToken) {
121
+ result = yield tslib_1.__await(this._listNext(continuationToken, options));
122
+ continuationToken = result.nextLink;
123
+ let page = result.value || [];
124
+ (0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
125
+ yield yield tslib_1.__await(page);
126
+ }
127
+ });
128
+ }
129
+ listPagingAll(options) {
130
+ return tslib_1.__asyncGenerator(this, arguments, function* listPagingAll_1() {
131
+ var _a, e_2, _b, _c;
132
+ try {
133
+ for (var _d = true, _e = tslib_1.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib_1.__await(_e.next()), _a = _f.done, !_a; _d = true) {
134
+ _c = _f.value;
135
+ _d = false;
136
+ const page = _c;
137
+ yield tslib_1.__await(yield* tslib_1.__asyncDelegator(tslib_1.__asyncValues(page)));
138
+ }
139
+ }
140
+ catch (e_2_1) { e_2 = { error: e_2_1 }; }
141
+ finally {
142
+ try {
143
+ if (!_d && !_a && (_b = _e.return)) yield tslib_1.__await(_b.call(_e));
144
+ }
145
+ finally { if (e_2) throw e_2.error; }
146
+ }
147
+ });
148
+ }
149
+ /**
150
+ * Get all Application Insights web tests defined for the specified component.
151
+ * @param componentName The name of the Application Insights component resource.
152
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
153
+ * @param options The options parameters.
154
+ */
155
+ listByComponent(componentName, resourceGroupName, options) {
156
+ const iter = this.listByComponentPagingAll(componentName, resourceGroupName, options);
157
+ return {
158
+ next() {
159
+ return iter.next();
160
+ },
161
+ [Symbol.asyncIterator]() {
162
+ return this;
163
+ },
164
+ byPage: (settings) => {
165
+ if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
166
+ throw new Error("maxPageSize is not supported by this operation.");
167
+ }
168
+ return this.listByComponentPagingPage(componentName, resourceGroupName, options, settings);
169
+ },
170
+ };
171
+ }
172
+ listByComponentPagingPage(componentName, resourceGroupName, options, settings) {
173
+ return tslib_1.__asyncGenerator(this, arguments, function* listByComponentPagingPage_1() {
174
+ let result;
175
+ let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
176
+ if (!continuationToken) {
177
+ result = yield tslib_1.__await(this._listByComponent(componentName, resourceGroupName, options));
178
+ let page = result.value || [];
179
+ continuationToken = result.nextLink;
180
+ (0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
181
+ yield yield tslib_1.__await(page);
182
+ }
183
+ while (continuationToken) {
184
+ result = yield tslib_1.__await(this._listByComponentNext(componentName, resourceGroupName, continuationToken, options));
185
+ continuationToken = result.nextLink;
186
+ let page = result.value || [];
187
+ (0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
188
+ yield yield tslib_1.__await(page);
189
+ }
190
+ });
191
+ }
192
+ listByComponentPagingAll(componentName, resourceGroupName, options) {
193
+ return tslib_1.__asyncGenerator(this, arguments, function* listByComponentPagingAll_1() {
194
+ var _a, e_3, _b, _c;
195
+ try {
196
+ for (var _d = true, _e = tslib_1.__asyncValues(this.listByComponentPagingPage(componentName, resourceGroupName, options)), _f; _f = yield tslib_1.__await(_e.next()), _a = _f.done, !_a; _d = true) {
197
+ _c = _f.value;
198
+ _d = false;
199
+ const page = _c;
200
+ yield tslib_1.__await(yield* tslib_1.__asyncDelegator(tslib_1.__asyncValues(page)));
201
+ }
202
+ }
203
+ catch (e_3_1) { e_3 = { error: e_3_1 }; }
204
+ finally {
205
+ try {
206
+ if (!_d && !_a && (_b = _e.return)) yield tslib_1.__await(_b.call(_e));
207
+ }
208
+ finally { if (e_3) throw e_3.error; }
209
+ }
210
+ });
211
+ }
212
+ /**
213
+ * Get all Application Insights web tests defined for the specified resource group.
214
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
215
+ * @param options The options parameters.
216
+ */
217
+ _listByResourceGroup(resourceGroupName, options) {
218
+ return this.client.sendOperationRequest({ resourceGroupName, options }, listByResourceGroupOperationSpec);
219
+ }
220
+ /**
221
+ * Get a specific Application Insights web test definition.
222
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
223
+ * @param webTestName The name of the Application Insights WebTest resource.
224
+ * @param options The options parameters.
225
+ */
226
+ get(resourceGroupName, webTestName, options) {
227
+ return this.client.sendOperationRequest({ resourceGroupName, webTestName, options }, getOperationSpec);
228
+ }
229
+ /**
230
+ * Creates or updates an Application Insights web test definition.
231
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
232
+ * @param webTestName The name of the Application Insights WebTest resource.
233
+ * @param webTestDefinition Properties that need to be specified to create or update an Application
234
+ * Insights web test definition.
235
+ * @param options The options parameters.
236
+ */
237
+ createOrUpdate(resourceGroupName, webTestName, webTestDefinition, options) {
238
+ return this.client.sendOperationRequest({ resourceGroupName, webTestName, webTestDefinition, options }, createOrUpdateOperationSpec);
239
+ }
240
+ /**
241
+ * Updates the tags associated with an Application Insights web test.
242
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
243
+ * @param webTestName The name of the Application Insights WebTest resource.
244
+ * @param webTestTags Updated tag information to associate with the web test resource.
245
+ * @param options The options parameters.
246
+ */
247
+ updateTags(resourceGroupName, webTestName, webTestTags, options) {
248
+ return this.client.sendOperationRequest({ resourceGroupName, webTestName, webTestTags, options }, updateTagsOperationSpec);
249
+ }
250
+ /**
251
+ * Deletes an Application Insights web test.
252
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
253
+ * @param webTestName The name of the Application Insights WebTest resource.
254
+ * @param options The options parameters.
255
+ */
256
+ delete(resourceGroupName, webTestName, options) {
257
+ return this.client.sendOperationRequest({ resourceGroupName, webTestName, options }, deleteOperationSpec);
258
+ }
259
+ /**
260
+ * Get all Application Insights web test definitions for the specified subscription.
261
+ * @param options The options parameters.
262
+ */
263
+ _list(options) {
264
+ return this.client.sendOperationRequest({ options }, listOperationSpec);
265
+ }
266
+ /**
267
+ * Get all Application Insights web tests defined for the specified component.
268
+ * @param componentName The name of the Application Insights component resource.
269
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
270
+ * @param options The options parameters.
271
+ */
272
+ _listByComponent(componentName, resourceGroupName, options) {
273
+ return this.client.sendOperationRequest({ componentName, resourceGroupName, options }, listByComponentOperationSpec);
274
+ }
275
+ /**
276
+ * ListByResourceGroupNext
277
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
278
+ * @param nextLink The nextLink from the previous successful call to the ListByResourceGroup method.
279
+ * @param options The options parameters.
280
+ */
281
+ _listByResourceGroupNext(resourceGroupName, nextLink, options) {
282
+ return this.client.sendOperationRequest({ resourceGroupName, nextLink, options }, listByResourceGroupNextOperationSpec);
283
+ }
284
+ /**
285
+ * ListNext
286
+ * @param nextLink The nextLink from the previous successful call to the List method.
287
+ * @param options The options parameters.
288
+ */
289
+ _listNext(nextLink, options) {
290
+ return this.client.sendOperationRequest({ nextLink, options }, listNextOperationSpec);
291
+ }
292
+ /**
293
+ * ListByComponentNext
294
+ * @param componentName The name of the Application Insights component resource.
295
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
296
+ * @param nextLink The nextLink from the previous successful call to the ListByComponent method.
297
+ * @param options The options parameters.
298
+ */
299
+ _listByComponentNext(componentName, resourceGroupName, nextLink, options) {
300
+ return this.client.sendOperationRequest({ componentName, resourceGroupName, nextLink, options }, listByComponentNextOperationSpec);
301
+ }
302
+ }
303
+ exports.WebTestsImpl = WebTestsImpl;
304
+ // Operation Specifications
305
+ const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
306
+ const listByResourceGroupOperationSpec = {
307
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/webtests",
308
+ httpMethod: "GET",
309
+ responses: {
310
+ 200: {
311
+ bodyMapper: Mappers.WebTestListResult,
312
+ },
313
+ },
314
+ queryParameters: [Parameters.apiVersion2],
315
+ urlParameters: [
316
+ Parameters.$host,
317
+ Parameters.subscriptionId,
318
+ Parameters.resourceGroupName,
319
+ ],
320
+ headerParameters: [Parameters.accept],
321
+ serializer,
322
+ };
323
+ const getOperationSpec = {
324
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/webtests/{webTestName}",
325
+ httpMethod: "GET",
326
+ responses: {
327
+ 200: {
328
+ bodyMapper: Mappers.WebTest,
329
+ },
330
+ },
331
+ queryParameters: [Parameters.apiVersion2],
332
+ urlParameters: [
333
+ Parameters.$host,
334
+ Parameters.subscriptionId,
335
+ Parameters.resourceGroupName,
336
+ Parameters.webTestName,
337
+ ],
338
+ headerParameters: [Parameters.accept],
339
+ serializer,
340
+ };
341
+ const createOrUpdateOperationSpec = {
342
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/webtests/{webTestName}",
343
+ httpMethod: "PUT",
344
+ responses: {
345
+ 200: {
346
+ bodyMapper: Mappers.WebTest,
347
+ },
348
+ },
349
+ requestBody: Parameters.webTestDefinition,
350
+ queryParameters: [Parameters.apiVersion2],
351
+ urlParameters: [
352
+ Parameters.$host,
353
+ Parameters.subscriptionId,
354
+ Parameters.resourceGroupName,
355
+ Parameters.webTestName,
356
+ ],
357
+ headerParameters: [Parameters.accept, Parameters.contentType],
358
+ mediaType: "json",
359
+ serializer,
360
+ };
361
+ const updateTagsOperationSpec = {
362
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/webtests/{webTestName}",
363
+ httpMethod: "PATCH",
364
+ responses: {
365
+ 200: {
366
+ bodyMapper: Mappers.WebTest,
367
+ },
368
+ },
369
+ requestBody: Parameters.webTestTags,
370
+ queryParameters: [Parameters.apiVersion2],
371
+ urlParameters: [
372
+ Parameters.$host,
373
+ Parameters.subscriptionId,
374
+ Parameters.resourceGroupName,
375
+ Parameters.webTestName,
376
+ ],
377
+ headerParameters: [Parameters.accept, Parameters.contentType],
378
+ mediaType: "json",
379
+ serializer,
380
+ };
381
+ const deleteOperationSpec = {
382
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/webtests/{webTestName}",
383
+ httpMethod: "DELETE",
384
+ responses: { 200: {}, 204: {} },
385
+ queryParameters: [Parameters.apiVersion2],
386
+ urlParameters: [
387
+ Parameters.$host,
388
+ Parameters.subscriptionId,
389
+ Parameters.resourceGroupName,
390
+ Parameters.webTestName,
391
+ ],
392
+ serializer,
393
+ };
394
+ const listOperationSpec = {
395
+ path: "/subscriptions/{subscriptionId}/providers/Microsoft.Insights/webtests",
396
+ httpMethod: "GET",
397
+ responses: {
398
+ 200: {
399
+ bodyMapper: Mappers.WebTestListResult,
400
+ },
401
+ },
402
+ queryParameters: [Parameters.apiVersion2],
403
+ urlParameters: [Parameters.$host, Parameters.subscriptionId],
404
+ headerParameters: [Parameters.accept],
405
+ serializer,
406
+ };
407
+ const listByComponentOperationSpec = {
408
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{componentName}/webtests",
409
+ httpMethod: "GET",
410
+ responses: {
411
+ 200: {
412
+ bodyMapper: Mappers.WebTestListResult,
413
+ },
414
+ },
415
+ queryParameters: [Parameters.apiVersion2],
416
+ urlParameters: [
417
+ Parameters.$host,
418
+ Parameters.subscriptionId,
419
+ Parameters.resourceGroupName,
420
+ Parameters.componentName,
421
+ ],
422
+ headerParameters: [Parameters.accept],
423
+ serializer,
424
+ };
425
+ const listByResourceGroupNextOperationSpec = {
426
+ path: "{nextLink}",
427
+ httpMethod: "GET",
428
+ responses: {
429
+ 200: {
430
+ bodyMapper: Mappers.WebTestListResult,
431
+ },
432
+ },
433
+ urlParameters: [
434
+ Parameters.$host,
435
+ Parameters.subscriptionId,
436
+ Parameters.resourceGroupName,
437
+ Parameters.nextLink,
438
+ ],
439
+ headerParameters: [Parameters.accept],
440
+ serializer,
441
+ };
442
+ const listNextOperationSpec = {
443
+ path: "{nextLink}",
444
+ httpMethod: "GET",
445
+ responses: {
446
+ 200: {
447
+ bodyMapper: Mappers.WebTestListResult,
448
+ },
449
+ },
450
+ urlParameters: [
451
+ Parameters.$host,
452
+ Parameters.subscriptionId,
453
+ Parameters.nextLink,
454
+ ],
455
+ headerParameters: [Parameters.accept],
456
+ serializer,
457
+ };
458
+ const listByComponentNextOperationSpec = {
459
+ path: "{nextLink}",
460
+ httpMethod: "GET",
461
+ responses: {
462
+ 200: {
463
+ bodyMapper: Mappers.WebTestListResult,
464
+ },
465
+ },
466
+ urlParameters: [
467
+ Parameters.$host,
468
+ Parameters.subscriptionId,
469
+ Parameters.resourceGroupName,
470
+ Parameters.nextLink,
471
+ Parameters.componentName,
472
+ ],
473
+ headerParameters: [Parameters.accept],
474
+ serializer,
475
+ };
476
+ //# sourceMappingURL=webTests.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"webTests.js","sourceRoot":"","sources":["../../../src/operations/webTests.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport { WebTests } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { ApplicationInsightsManagementClient } from \"../applicationInsightsManagementClient.js\";\nimport {\n WebTest,\n WebTestsListByResourceGroupNextOptionalParams,\n WebTestsListByResourceGroupOptionalParams,\n WebTestsListByResourceGroupResponse,\n WebTestsListNextOptionalParams,\n WebTestsListOptionalParams,\n WebTestsListResponse,\n WebTestsListByComponentNextOptionalParams,\n WebTestsListByComponentOptionalParams,\n WebTestsListByComponentResponse,\n WebTestsGetOptionalParams,\n WebTestsGetResponse,\n WebTestsCreateOrUpdateOptionalParams,\n WebTestsCreateOrUpdateResponse,\n TagsResource,\n WebTestsUpdateTagsOptionalParams,\n WebTestsUpdateTagsResponse,\n WebTestsDeleteOptionalParams,\n WebTestsListByResourceGroupNextResponse,\n WebTestsListNextResponse,\n WebTestsListByComponentNextResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing WebTests operations. */\nexport class WebTestsImpl implements WebTests {\n private readonly client: ApplicationInsightsManagementClient;\n\n /**\n * Initialize a new instance of the class WebTests class.\n * @param client Reference to the service client\n */\n constructor(client: ApplicationInsightsManagementClient) {\n this.client = client;\n }\n\n /**\n * Get all Application Insights web tests defined for the specified resource group.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param options The options parameters.\n */\n public listByResourceGroup(\n resourceGroupName: string,\n options?: WebTestsListByResourceGroupOptionalParams,\n ): PagedAsyncIterableIterator<WebTest> {\n const iter = this.listByResourceGroupPagingAll(resourceGroupName, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listByResourceGroupPagingPage(\n resourceGroupName,\n options,\n settings,\n );\n },\n };\n }\n\n private async *listByResourceGroupPagingPage(\n resourceGroupName: string,\n options?: WebTestsListByResourceGroupOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<WebTest[]> {\n let result: WebTestsListByResourceGroupResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listByResourceGroup(resourceGroupName, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listByResourceGroupNext(\n resourceGroupName,\n continuationToken,\n options,\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listByResourceGroupPagingAll(\n resourceGroupName: string,\n options?: WebTestsListByResourceGroupOptionalParams,\n ): AsyncIterableIterator<WebTest> {\n for await (const page of this.listByResourceGroupPagingPage(\n resourceGroupName,\n options,\n )) {\n yield* page;\n }\n }\n\n /**\n * Get all Application Insights web test definitions for the specified subscription.\n * @param options The options parameters.\n */\n public list(\n options?: WebTestsListOptionalParams,\n ): PagedAsyncIterableIterator<WebTest> {\n const iter = this.listPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(options, settings);\n },\n };\n }\n\n private async *listPagingPage(\n options?: WebTestsListOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<WebTest[]> {\n let result: WebTestsListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listPagingAll(\n options?: WebTestsListOptionalParams,\n ): AsyncIterableIterator<WebTest> {\n for await (const page of this.listPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Get all Application Insights web tests defined for the specified component.\n * @param componentName The name of the Application Insights component resource.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param options The options parameters.\n */\n public listByComponent(\n componentName: string,\n resourceGroupName: string,\n options?: WebTestsListByComponentOptionalParams,\n ): PagedAsyncIterableIterator<WebTest> {\n const iter = this.listByComponentPagingAll(\n componentName,\n resourceGroupName,\n options,\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listByComponentPagingPage(\n componentName,\n resourceGroupName,\n options,\n settings,\n );\n },\n };\n }\n\n private async *listByComponentPagingPage(\n componentName: string,\n resourceGroupName: string,\n options?: WebTestsListByComponentOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<WebTest[]> {\n let result: WebTestsListByComponentResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listByComponent(\n componentName,\n resourceGroupName,\n options,\n );\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listByComponentNext(\n componentName,\n resourceGroupName,\n continuationToken,\n options,\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listByComponentPagingAll(\n componentName: string,\n resourceGroupName: string,\n options?: WebTestsListByComponentOptionalParams,\n ): AsyncIterableIterator<WebTest> {\n for await (const page of this.listByComponentPagingPage(\n componentName,\n resourceGroupName,\n options,\n )) {\n yield* page;\n }\n }\n\n /**\n * Get all Application Insights web tests defined for the specified resource group.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param options The options parameters.\n */\n private _listByResourceGroup(\n resourceGroupName: string,\n options?: WebTestsListByResourceGroupOptionalParams,\n ): Promise<WebTestsListByResourceGroupResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, options },\n listByResourceGroupOperationSpec,\n );\n }\n\n /**\n * Get a specific Application Insights web test definition.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param webTestName The name of the Application Insights WebTest resource.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n webTestName: string,\n options?: WebTestsGetOptionalParams,\n ): Promise<WebTestsGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, webTestName, options },\n getOperationSpec,\n );\n }\n\n /**\n * Creates or updates an Application Insights web test definition.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param webTestName The name of the Application Insights WebTest resource.\n * @param webTestDefinition Properties that need to be specified to create or update an Application\n * Insights web test definition.\n * @param options The options parameters.\n */\n createOrUpdate(\n resourceGroupName: string,\n webTestName: string,\n webTestDefinition: WebTest,\n options?: WebTestsCreateOrUpdateOptionalParams,\n ): Promise<WebTestsCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, webTestName, webTestDefinition, options },\n createOrUpdateOperationSpec,\n );\n }\n\n /**\n * Updates the tags associated with an Application Insights web test.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param webTestName The name of the Application Insights WebTest resource.\n * @param webTestTags Updated tag information to associate with the web test resource.\n * @param options The options parameters.\n */\n updateTags(\n resourceGroupName: string,\n webTestName: string,\n webTestTags: TagsResource,\n options?: WebTestsUpdateTagsOptionalParams,\n ): Promise<WebTestsUpdateTagsResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, webTestName, webTestTags, options },\n updateTagsOperationSpec,\n );\n }\n\n /**\n * Deletes an Application Insights web test.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param webTestName The name of the Application Insights WebTest resource.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n webTestName: string,\n options?: WebTestsDeleteOptionalParams,\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceGroupName, webTestName, options },\n deleteOperationSpec,\n );\n }\n\n /**\n * Get all Application Insights web test definitions for the specified subscription.\n * @param options The options parameters.\n */\n private _list(\n options?: WebTestsListOptionalParams,\n ): Promise<WebTestsListResponse> {\n return this.client.sendOperationRequest({ options }, listOperationSpec);\n }\n\n /**\n * Get all Application Insights web tests defined for the specified component.\n * @param componentName The name of the Application Insights component resource.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param options The options parameters.\n */\n private _listByComponent(\n componentName: string,\n resourceGroupName: string,\n options?: WebTestsListByComponentOptionalParams,\n ): Promise<WebTestsListByComponentResponse> {\n return this.client.sendOperationRequest(\n { componentName, resourceGroupName, options },\n listByComponentOperationSpec,\n );\n }\n\n /**\n * ListByResourceGroupNext\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param nextLink The nextLink from the previous successful call to the ListByResourceGroup method.\n * @param options The options parameters.\n */\n private _listByResourceGroupNext(\n resourceGroupName: string,\n nextLink: string,\n options?: WebTestsListByResourceGroupNextOptionalParams,\n ): Promise<WebTestsListByResourceGroupNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, nextLink, options },\n listByResourceGroupNextOperationSpec,\n );\n }\n\n /**\n * ListNext\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n nextLink: string,\n options?: WebTestsListNextOptionalParams,\n ): Promise<WebTestsListNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listNextOperationSpec,\n );\n }\n\n /**\n * ListByComponentNext\n * @param componentName The name of the Application Insights component resource.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param nextLink The nextLink from the previous successful call to the ListByComponent method.\n * @param options The options parameters.\n */\n private _listByComponentNext(\n componentName: string,\n resourceGroupName: string,\n nextLink: string,\n options?: WebTestsListByComponentNextOptionalParams,\n ): Promise<WebTestsListByComponentNextResponse> {\n return this.client.sendOperationRequest(\n { componentName, resourceGroupName, nextLink, options },\n listByComponentNextOperationSpec,\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listByResourceGroupOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/webtests\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.WebTestListResult,\n },\n },\n queryParameters: [Parameters.apiVersion2],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/webtests/{webTestName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.WebTest,\n },\n },\n queryParameters: [Parameters.apiVersion2],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.webTestName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/webtests/{webTestName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.WebTest,\n },\n },\n requestBody: Parameters.webTestDefinition,\n queryParameters: [Parameters.apiVersion2],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.webTestName,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst updateTagsOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/webtests/{webTestName}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.WebTest,\n },\n },\n requestBody: Parameters.webTestTags,\n queryParameters: [Parameters.apiVersion2],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.webTestName,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/webtests/{webTestName}\",\n httpMethod: \"DELETE\",\n responses: { 200: {}, 204: {} },\n queryParameters: [Parameters.apiVersion2],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.webTestName,\n ],\n serializer,\n};\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.Insights/webtests\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.WebTestListResult,\n },\n },\n queryParameters: [Parameters.apiVersion2],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listByComponentOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{componentName}/webtests\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.WebTestListResult,\n },\n },\n queryParameters: [Parameters.apiVersion2],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.componentName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listByResourceGroupNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.WebTestListResult,\n },\n },\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.nextLink,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.WebTestListResult,\n },\n },\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.nextLink,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listByComponentNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.WebTestListResult,\n },\n },\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.nextLink,\n Parameters.componentName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
@@ -0,0 +1,75 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { WorkItemConfigurations } from "../operationsInterfaces/index.js";
3
+ import { ApplicationInsightsManagementClient } from "../applicationInsightsManagementClient.js";
4
+ import { WorkItemConfiguration, WorkItemConfigurationsListOptionalParams, WorkItemCreateConfiguration, WorkItemConfigurationsCreateOptionalParams, WorkItemConfigurationsCreateResponse, WorkItemConfigurationsGetDefaultOptionalParams, WorkItemConfigurationsGetDefaultResponse, WorkItemConfigurationsDeleteOptionalParams, WorkItemConfigurationsGetItemOptionalParams, WorkItemConfigurationsGetItemResponse, WorkItemConfigurationsUpdateItemOptionalParams, WorkItemConfigurationsUpdateItemResponse } from "../models/index.js";
5
+ /** Class containing WorkItemConfigurations operations. */
6
+ export declare class WorkItemConfigurationsImpl implements WorkItemConfigurations {
7
+ private readonly client;
8
+ /**
9
+ * Initialize a new instance of the class WorkItemConfigurations class.
10
+ * @param client Reference to the service client
11
+ */
12
+ constructor(client: ApplicationInsightsManagementClient);
13
+ /**
14
+ * Gets the list work item configurations that exist for the application
15
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
16
+ * @param resourceName The name of the Application Insights component resource.
17
+ * @param options The options parameters.
18
+ */
19
+ list(resourceGroupName: string, resourceName: string, options?: WorkItemConfigurationsListOptionalParams): PagedAsyncIterableIterator<WorkItemConfiguration>;
20
+ private listPagingPage;
21
+ private listPagingAll;
22
+ /**
23
+ * Gets the list work item configurations that exist for the application
24
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
25
+ * @param resourceName The name of the Application Insights component resource.
26
+ * @param options The options parameters.
27
+ */
28
+ private _list;
29
+ /**
30
+ * Create a work item configuration for an Application Insights component.
31
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
32
+ * @param resourceName The name of the Application Insights component resource.
33
+ * @param workItemConfigurationProperties Properties that need to be specified to create a work item
34
+ * configuration of a Application Insights component.
35
+ * @param options The options parameters.
36
+ */
37
+ create(resourceGroupName: string, resourceName: string, workItemConfigurationProperties: WorkItemCreateConfiguration, options?: WorkItemConfigurationsCreateOptionalParams): Promise<WorkItemConfigurationsCreateResponse>;
38
+ /**
39
+ * Gets default work item configurations that exist for the application
40
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
41
+ * @param resourceName The name of the Application Insights component resource.
42
+ * @param options The options parameters.
43
+ */
44
+ getDefault(resourceGroupName: string, resourceName: string, options?: WorkItemConfigurationsGetDefaultOptionalParams): Promise<WorkItemConfigurationsGetDefaultResponse>;
45
+ /**
46
+ * Delete a work item configuration of an Application Insights component.
47
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
48
+ * @param resourceName The name of the Application Insights component resource.
49
+ * @param workItemConfigId The unique work item configuration Id. This can be either friendly name of
50
+ * connector as defined in connector configuration
51
+ * @param options The options parameters.
52
+ */
53
+ delete(resourceGroupName: string, resourceName: string, workItemConfigId: string, options?: WorkItemConfigurationsDeleteOptionalParams): Promise<void>;
54
+ /**
55
+ * Gets specified work item configuration for an Application Insights component.
56
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
57
+ * @param resourceName The name of the Application Insights component resource.
58
+ * @param workItemConfigId The unique work item configuration Id. This can be either friendly name of
59
+ * connector as defined in connector configuration
60
+ * @param options The options parameters.
61
+ */
62
+ getItem(resourceGroupName: string, resourceName: string, workItemConfigId: string, options?: WorkItemConfigurationsGetItemOptionalParams): Promise<WorkItemConfigurationsGetItemResponse>;
63
+ /**
64
+ * Update a work item configuration for an Application Insights component.
65
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
66
+ * @param resourceName The name of the Application Insights component resource.
67
+ * @param workItemConfigId The unique work item configuration Id. This can be either friendly name of
68
+ * connector as defined in connector configuration
69
+ * @param workItemConfigurationProperties Properties that need to be specified to update a work item
70
+ * configuration for this Application Insights component.
71
+ * @param options The options parameters.
72
+ */
73
+ updateItem(resourceGroupName: string, resourceName: string, workItemConfigId: string, workItemConfigurationProperties: WorkItemCreateConfiguration, options?: WorkItemConfigurationsUpdateItemOptionalParams): Promise<WorkItemConfigurationsUpdateItemResponse>;
74
+ }
75
+ //# sourceMappingURL=workItemConfigurations.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"workItemConfigurations.d.ts","sourceRoot":"","sources":["../../../src/operations/workItemConfigurations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAC9E,OAAO,EAAE,sBAAsB,EAAE,MAAM,kCAAkC,CAAC;AAI1E,OAAO,EAAE,mCAAmC,EAAE,MAAM,2CAA2C,CAAC;AAChG,OAAO,EACL,qBAAqB,EACrB,wCAAwC,EAExC,2BAA2B,EAC3B,0CAA0C,EAC1C,oCAAoC,EACpC,8CAA8C,EAC9C,wCAAwC,EACxC,0CAA0C,EAC1C,2CAA2C,EAC3C,qCAAqC,EACrC,8CAA8C,EAC9C,wCAAwC,EACzC,MAAM,oBAAoB,CAAC;AAG5B,0DAA0D;AAC1D,qBAAa,0BAA2B,YAAW,sBAAsB;IACvE,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAsC;IAE7D;;;OAGG;gBACS,MAAM,EAAE,mCAAmC;IAIvD;;;;;OAKG;IACI,IAAI,CACT,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,wCAAwC,GACjD,0BAA0B,CAAC,qBAAqB,CAAC;YAuBrC,cAAc;YAWd,aAAa;IAc5B;;;;;OAKG;IACH,OAAO,CAAC,KAAK;IAWb;;;;;;;OAOG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,+BAA+B,EAAE,2BAA2B,EAC5D,OAAO,CAAC,EAAE,0CAA0C,GACnD,OAAO,CAAC,oCAAoC,CAAC;IAYhD;;;;;OAKG;IACH,UAAU,CACR,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,8CAA8C,GACvD,OAAO,CAAC,wCAAwC,CAAC;IAOpD;;;;;;;OAOG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,gBAAgB,EAAE,MAAM,EACxB,OAAO,CAAC,EAAE,0CAA0C,GACnD,OAAO,CAAC,IAAI,CAAC;IAOhB;;;;;;;OAOG;IACH,OAAO,CACL,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,gBAAgB,EAAE,MAAM,EACxB,OAAO,CAAC,EAAE,2CAA2C,GACpD,OAAO,CAAC,qCAAqC,CAAC;IAOjD;;;;;;;;;OASG;IACH,UAAU,CACR,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,gBAAgB,EAAE,MAAM,EACxB,+BAA+B,EAAE,2BAA2B,EAC5D,OAAO,CAAC,EAAE,8CAA8C,GACvD,OAAO,CAAC,wCAAwC,CAAC;CAYrD"}