@azure/arm-servicemap 3.0.0-beta.1 → 3.0.0-beta.2

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 (547) hide show
  1. package/CHANGELOG.md +5 -3
  2. package/LICENSE +4 -4
  3. package/README.md +37 -17
  4. package/dist/browser/index.d.ts +5 -0
  5. package/dist/browser/index.d.ts.map +1 -0
  6. package/{dist-esm/src → dist/browser}/index.js +4 -3
  7. package/dist/browser/index.js.map +1 -0
  8. package/{dist-esm/src → dist/browser}/models/index.d.ts +148 -163
  9. package/dist/browser/models/index.d.ts.map +1 -0
  10. package/{dist-esm/src → dist/browser}/models/index.js +26 -0
  11. package/dist/browser/models/index.js.map +1 -0
  12. package/{dist-esm/src → dist/browser}/models/mappers.d.ts +9 -9
  13. package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +1 -1
  14. package/{dist-esm/src → dist/browser}/models/mappers.js +278 -140
  15. package/dist/browser/models/mappers.js.map +1 -0
  16. package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
  17. package/dist/browser/models/parameters.js.map +1 -0
  18. package/{dist-esm/src → dist/browser}/operations/clientGroups.d.ts +3 -3
  19. package/dist/browser/operations/clientGroups.d.ts.map +1 -0
  20. package/{dist-esm/src → dist/browser}/operations/clientGroups.js +30 -39
  21. package/dist/browser/operations/clientGroups.js.map +1 -0
  22. package/dist/browser/operations/index.d.ts +8 -0
  23. package/dist/browser/operations/index.d.ts.map +1 -0
  24. package/dist/browser/operations/index.js +15 -0
  25. package/dist/browser/operations/index.js.map +1 -0
  26. package/{dist-esm/src → dist/browser}/operations/machineGroups.d.ts +3 -3
  27. package/dist/browser/operations/machineGroups.d.ts.map +1 -0
  28. package/{dist-esm/src → dist/browser}/operations/machineGroups.js +30 -38
  29. package/dist/browser/operations/machineGroups.js.map +1 -0
  30. package/{dist-esm/src → dist/browser}/operations/machines.d.ts +3 -3
  31. package/dist/browser/operations/machines.d.ts.map +1 -0
  32. package/{dist-esm/src → dist/browser}/operations/machines.js +134 -183
  33. package/dist/browser/operations/machines.js.map +1 -0
  34. package/{dist-esm/src → dist/browser}/operations/maps.d.ts +3 -3
  35. package/dist/browser/operations/maps.d.ts.map +1 -0
  36. package/{dist-esm/src → dist/browser}/operations/maps.js +3 -2
  37. package/dist/browser/operations/maps.js.map +1 -0
  38. package/{dist-esm/src → dist/browser}/operations/ports.d.ts +3 -3
  39. package/dist/browser/operations/ports.d.ts.map +1 -0
  40. package/{dist-esm/src → dist/browser}/operations/ports.js +56 -73
  41. package/dist/browser/operations/ports.js.map +1 -0
  42. package/{dist-esm/src → dist/browser}/operations/processes.d.ts +3 -3
  43. package/dist/browser/operations/processes.d.ts.map +1 -0
  44. package/{dist-esm/src → dist/browser}/operations/processes.js +56 -73
  45. package/dist/browser/operations/processes.js.map +1 -0
  46. package/{dist-esm/src → dist/browser}/operations/summaries.d.ts +3 -3
  47. package/dist/browser/operations/summaries.d.ts.map +1 -0
  48. package/{dist-esm/src → dist/browser}/operations/summaries.js +3 -2
  49. package/dist/browser/operations/summaries.js.map +1 -0
  50. package/{dist-esm/src → dist/browser}/operationsInterfaces/clientGroups.d.ts +1 -1
  51. package/dist/browser/operationsInterfaces/clientGroups.d.ts.map +1 -0
  52. package/dist/browser/operationsInterfaces/clientGroups.js.map +1 -0
  53. package/dist/browser/operationsInterfaces/index.d.ts +8 -0
  54. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
  55. package/dist/browser/operationsInterfaces/index.js +15 -0
  56. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  57. package/{dist-esm/src → dist/browser}/operationsInterfaces/machineGroups.d.ts +1 -1
  58. package/dist/browser/operationsInterfaces/machineGroups.d.ts.map +1 -0
  59. package/dist/browser/operationsInterfaces/machineGroups.js.map +1 -0
  60. package/{dist-esm/src → dist/browser}/operationsInterfaces/machines.d.ts +1 -1
  61. package/dist/browser/operationsInterfaces/machines.d.ts.map +1 -0
  62. package/dist/browser/operationsInterfaces/machines.js.map +1 -0
  63. package/{dist-esm/src → dist/browser}/operationsInterfaces/maps.d.ts +1 -1
  64. package/dist/browser/operationsInterfaces/maps.d.ts.map +1 -0
  65. package/dist/browser/operationsInterfaces/maps.js.map +1 -0
  66. package/{dist-esm/src → dist/browser}/operationsInterfaces/ports.d.ts +1 -1
  67. package/dist/browser/operationsInterfaces/ports.d.ts.map +1 -0
  68. package/dist/browser/operationsInterfaces/ports.js.map +1 -0
  69. package/{dist-esm/src → dist/browser}/operationsInterfaces/processes.d.ts +1 -1
  70. package/dist/browser/operationsInterfaces/processes.d.ts.map +1 -0
  71. package/dist/browser/operationsInterfaces/processes.js.map +1 -0
  72. package/{dist-esm/src → dist/browser}/operationsInterfaces/summaries.d.ts +1 -1
  73. package/dist/browser/operationsInterfaces/summaries.d.ts.map +1 -0
  74. package/dist/browser/operationsInterfaces/summaries.js.map +1 -0
  75. package/dist/browser/package.json +3 -0
  76. package/dist/browser/pagingHelper.d.ts +13 -0
  77. package/dist/browser/pagingHelper.d.ts.map +1 -0
  78. package/dist/browser/pagingHelper.js +30 -0
  79. package/dist/browser/pagingHelper.js.map +1 -0
  80. package/{dist-esm/src → dist/browser}/serviceMap.d.ts +4 -2
  81. package/dist/browser/serviceMap.d.ts.map +1 -0
  82. package/dist/browser/serviceMap.js +118 -0
  83. package/dist/browser/serviceMap.js.map +1 -0
  84. package/dist/commonjs/index.d.ts +5 -0
  85. package/dist/commonjs/index.d.ts.map +1 -0
  86. package/dist/commonjs/index.js +19 -0
  87. package/dist/commonjs/index.js.map +1 -0
  88. package/{types/arm-servicemap.d.ts → dist/commonjs/models/index.d.ts} +1111 -1556
  89. package/dist/commonjs/models/index.d.ts.map +1 -0
  90. package/dist/commonjs/models/index.js +87 -0
  91. package/dist/commonjs/models/index.js.map +1 -0
  92. package/dist/commonjs/models/mappers.d.ts +91 -0
  93. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  94. package/dist/commonjs/models/mappers.js +2121 -0
  95. package/dist/commonjs/models/mappers.js.map +1 -0
  96. package/dist/commonjs/models/parameters.d.ts +22 -0
  97. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  98. package/dist/commonjs/models/parameters.js +235 -0
  99. package/dist/commonjs/models/parameters.js.map +1 -0
  100. package/dist/commonjs/operations/clientGroups.d.ts +57 -0
  101. package/dist/commonjs/operations/clientGroups.d.ts.map +1 -0
  102. package/dist/commonjs/operations/clientGroups.js +220 -0
  103. package/dist/commonjs/operations/clientGroups.js.map +1 -0
  104. package/dist/commonjs/operations/index.d.ts +8 -0
  105. package/dist/commonjs/operations/index.d.ts.map +1 -0
  106. package/dist/commonjs/operations/index.js +18 -0
  107. package/dist/commonjs/operations/index.js.map +1 -0
  108. package/dist/commonjs/operations/machineGroups.d.ts +71 -0
  109. package/dist/commonjs/operations/machineGroups.d.ts.map +1 -0
  110. package/dist/commonjs/operations/machineGroups.js +282 -0
  111. package/dist/commonjs/operations/machineGroups.js.map +1 -0
  112. package/dist/commonjs/operations/machines.d.ts +177 -0
  113. package/dist/commonjs/operations/machines.d.ts.map +1 -0
  114. package/dist/commonjs/operations/machines.js +694 -0
  115. package/dist/commonjs/operations/machines.js.map +1 -0
  116. package/dist/commonjs/operations/maps.d.ts +21 -0
  117. package/dist/commonjs/operations/maps.d.ts.map +1 -0
  118. package/dist/commonjs/operations/maps.js +62 -0
  119. package/dist/commonjs/operations/maps.js.map +1 -0
  120. package/dist/commonjs/operations/ports.d.ts +93 -0
  121. package/dist/commonjs/operations/ports.d.ts.map +1 -0
  122. package/dist/commonjs/operations/ports.js +364 -0
  123. package/dist/commonjs/operations/ports.js.map +1 -0
  124. package/dist/commonjs/operations/processes.d.ts +92 -0
  125. package/dist/commonjs/operations/processes.d.ts.map +1 -0
  126. package/dist/commonjs/operations/processes.js +359 -0
  127. package/dist/commonjs/operations/processes.js.map +1 -0
  128. package/dist/commonjs/operations/summaries.d.ts +20 -0
  129. package/dist/commonjs/operations/summaries.d.ts.map +1 -0
  130. package/dist/commonjs/operations/summaries.js +63 -0
  131. package/dist/commonjs/operations/summaries.js.map +1 -0
  132. package/dist/commonjs/operationsInterfaces/clientGroups.d.ts +30 -0
  133. package/dist/commonjs/operationsInterfaces/clientGroups.d.ts.map +1 -0
  134. package/dist/commonjs/operationsInterfaces/clientGroups.js +10 -0
  135. package/dist/commonjs/operationsInterfaces/clientGroups.js.map +1 -0
  136. package/dist/commonjs/operationsInterfaces/index.d.ts +8 -0
  137. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  138. package/dist/commonjs/operationsInterfaces/index.js +18 -0
  139. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  140. package/dist/commonjs/operationsInterfaces/machineGroups.d.ts +46 -0
  141. package/dist/commonjs/operationsInterfaces/machineGroups.d.ts.map +1 -0
  142. package/dist/commonjs/operationsInterfaces/machineGroups.js +10 -0
  143. package/dist/commonjs/operationsInterfaces/machineGroups.js.map +1 -0
  144. package/dist/commonjs/operationsInterfaces/machines.d.ts +68 -0
  145. package/dist/commonjs/operationsInterfaces/machines.d.ts.map +1 -0
  146. package/dist/commonjs/operationsInterfaces/machines.js +10 -0
  147. package/dist/commonjs/operationsInterfaces/machines.js.map +1 -0
  148. package/dist/commonjs/operationsInterfaces/maps.d.ts +13 -0
  149. package/dist/commonjs/operationsInterfaces/maps.d.ts.map +1 -0
  150. package/dist/commonjs/operationsInterfaces/maps.js +10 -0
  151. package/dist/commonjs/operationsInterfaces/maps.js.map +1 -0
  152. package/dist/commonjs/operationsInterfaces/ports.d.ts +43 -0
  153. package/dist/commonjs/operationsInterfaces/ports.d.ts.map +1 -0
  154. package/dist/commonjs/operationsInterfaces/ports.js +10 -0
  155. package/dist/commonjs/operationsInterfaces/ports.js.map +1 -0
  156. package/dist/commonjs/operationsInterfaces/processes.d.ts +42 -0
  157. package/dist/commonjs/operationsInterfaces/processes.d.ts.map +1 -0
  158. package/dist/commonjs/operationsInterfaces/processes.js +10 -0
  159. package/dist/commonjs/operationsInterfaces/processes.js.map +1 -0
  160. package/dist/commonjs/operationsInterfaces/summaries.d.ts +12 -0
  161. package/dist/commonjs/operationsInterfaces/summaries.d.ts.map +1 -0
  162. package/dist/commonjs/operationsInterfaces/summaries.js +10 -0
  163. package/dist/commonjs/operationsInterfaces/summaries.js.map +1 -0
  164. package/dist/commonjs/package.json +3 -0
  165. package/dist/commonjs/pagingHelper.d.ts +13 -0
  166. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  167. package/dist/commonjs/pagingHelper.js +34 -0
  168. package/dist/commonjs/pagingHelper.js.map +1 -0
  169. package/dist/commonjs/serviceMap.d.ts +26 -0
  170. package/dist/commonjs/serviceMap.d.ts.map +1 -0
  171. package/dist/commonjs/serviceMap.js +123 -0
  172. package/dist/commonjs/serviceMap.js.map +1 -0
  173. package/{types → dist/commonjs}/tsdoc-metadata.json +11 -11
  174. package/dist/esm/index.d.ts +5 -0
  175. package/dist/esm/index.d.ts.map +1 -0
  176. package/{src/index.ts → dist/esm/index.js} +5 -4
  177. package/dist/esm/index.js.map +1 -0
  178. package/dist/esm/models/index.d.ts +1111 -0
  179. package/dist/esm/models/index.d.ts.map +1 -0
  180. package/dist/esm/models/index.js +84 -0
  181. package/dist/esm/models/index.js.map +1 -0
  182. package/dist/esm/models/mappers.d.ts +91 -0
  183. package/dist/esm/models/mappers.d.ts.map +1 -0
  184. package/dist/esm/models/mappers.js +2117 -0
  185. package/dist/esm/models/mappers.js.map +1 -0
  186. package/dist/esm/models/parameters.d.ts +22 -0
  187. package/dist/esm/models/parameters.d.ts.map +1 -0
  188. package/dist/esm/models/parameters.js +232 -0
  189. package/dist/esm/models/parameters.js.map +1 -0
  190. package/dist/esm/operations/clientGroups.d.ts +57 -0
  191. package/dist/esm/operations/clientGroups.d.ts.map +1 -0
  192. package/dist/esm/operations/clientGroups.js +215 -0
  193. package/dist/esm/operations/clientGroups.js.map +1 -0
  194. package/dist/esm/operations/index.d.ts +8 -0
  195. package/dist/esm/operations/index.d.ts.map +1 -0
  196. package/dist/esm/operations/index.js +15 -0
  197. package/dist/esm/operations/index.js.map +1 -0
  198. package/dist/esm/operations/machineGroups.d.ts +71 -0
  199. package/dist/esm/operations/machineGroups.d.ts.map +1 -0
  200. package/dist/esm/operations/machineGroups.js +277 -0
  201. package/dist/esm/operations/machineGroups.js.map +1 -0
  202. package/dist/esm/operations/machines.d.ts +177 -0
  203. package/dist/esm/operations/machines.d.ts.map +1 -0
  204. package/dist/esm/operations/machines.js +689 -0
  205. package/dist/esm/operations/machines.js.map +1 -0
  206. package/dist/esm/operations/maps.d.ts +21 -0
  207. package/dist/esm/operations/maps.d.ts.map +1 -0
  208. package/dist/esm/operations/maps.js +57 -0
  209. package/dist/esm/operations/maps.js.map +1 -0
  210. package/dist/esm/operations/ports.d.ts +93 -0
  211. package/dist/esm/operations/ports.d.ts.map +1 -0
  212. package/dist/esm/operations/ports.js +359 -0
  213. package/dist/esm/operations/ports.js.map +1 -0
  214. package/dist/esm/operations/processes.d.ts +92 -0
  215. package/dist/esm/operations/processes.d.ts.map +1 -0
  216. package/dist/esm/operations/processes.js +354 -0
  217. package/dist/esm/operations/processes.js.map +1 -0
  218. package/dist/esm/operations/summaries.d.ts +20 -0
  219. package/dist/esm/operations/summaries.d.ts.map +1 -0
  220. package/dist/esm/operations/summaries.js +58 -0
  221. package/dist/esm/operations/summaries.js.map +1 -0
  222. package/dist/esm/operationsInterfaces/clientGroups.d.ts +30 -0
  223. package/dist/esm/operationsInterfaces/clientGroups.d.ts.map +1 -0
  224. package/dist/esm/operationsInterfaces/clientGroups.js +9 -0
  225. package/dist/esm/operationsInterfaces/clientGroups.js.map +1 -0
  226. package/dist/esm/operationsInterfaces/index.d.ts +8 -0
  227. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  228. package/dist/esm/operationsInterfaces/index.js +15 -0
  229. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  230. package/dist/esm/operationsInterfaces/machineGroups.d.ts +46 -0
  231. package/dist/esm/operationsInterfaces/machineGroups.d.ts.map +1 -0
  232. package/dist/esm/operationsInterfaces/machineGroups.js +9 -0
  233. package/dist/esm/operationsInterfaces/machineGroups.js.map +1 -0
  234. package/dist/esm/operationsInterfaces/machines.d.ts +68 -0
  235. package/dist/esm/operationsInterfaces/machines.d.ts.map +1 -0
  236. package/dist/esm/operationsInterfaces/machines.js +9 -0
  237. package/dist/esm/operationsInterfaces/machines.js.map +1 -0
  238. package/dist/esm/operationsInterfaces/maps.d.ts +13 -0
  239. package/dist/esm/operationsInterfaces/maps.d.ts.map +1 -0
  240. package/dist/esm/operationsInterfaces/maps.js +9 -0
  241. package/dist/esm/operationsInterfaces/maps.js.map +1 -0
  242. package/dist/esm/operationsInterfaces/ports.d.ts +43 -0
  243. package/dist/esm/operationsInterfaces/ports.d.ts.map +1 -0
  244. package/dist/esm/operationsInterfaces/ports.js +9 -0
  245. package/dist/esm/operationsInterfaces/ports.js.map +1 -0
  246. package/dist/esm/operationsInterfaces/processes.d.ts +42 -0
  247. package/dist/esm/operationsInterfaces/processes.d.ts.map +1 -0
  248. package/dist/esm/operationsInterfaces/processes.js +9 -0
  249. package/dist/esm/operationsInterfaces/processes.js.map +1 -0
  250. package/dist/esm/operationsInterfaces/summaries.d.ts +12 -0
  251. package/dist/esm/operationsInterfaces/summaries.d.ts.map +1 -0
  252. package/dist/esm/operationsInterfaces/summaries.js +9 -0
  253. package/dist/esm/operationsInterfaces/summaries.js.map +1 -0
  254. package/dist/esm/package.json +3 -0
  255. package/dist/esm/pagingHelper.d.ts +13 -0
  256. package/dist/esm/pagingHelper.d.ts.map +1 -0
  257. package/dist/esm/pagingHelper.js +30 -0
  258. package/dist/esm/pagingHelper.js.map +1 -0
  259. package/dist/esm/serviceMap.d.ts +26 -0
  260. package/dist/esm/serviceMap.d.ts.map +1 -0
  261. package/dist/esm/serviceMap.js +118 -0
  262. package/dist/esm/serviceMap.js.map +1 -0
  263. package/dist/react-native/index.d.ts +5 -0
  264. package/dist/react-native/index.d.ts.map +1 -0
  265. package/dist/react-native/index.js +13 -0
  266. package/dist/react-native/index.js.map +1 -0
  267. package/dist/react-native/models/index.d.ts +1111 -0
  268. package/dist/react-native/models/index.d.ts.map +1 -0
  269. package/dist/react-native/models/index.js +84 -0
  270. package/dist/react-native/models/index.js.map +1 -0
  271. package/dist/react-native/models/mappers.d.ts +91 -0
  272. package/dist/react-native/models/mappers.d.ts.map +1 -0
  273. package/dist/react-native/models/mappers.js +2117 -0
  274. package/dist/react-native/models/mappers.js.map +1 -0
  275. package/dist/react-native/models/parameters.d.ts +22 -0
  276. package/dist/react-native/models/parameters.d.ts.map +1 -0
  277. package/dist/react-native/models/parameters.js +232 -0
  278. package/dist/react-native/models/parameters.js.map +1 -0
  279. package/dist/react-native/operations/clientGroups.d.ts +57 -0
  280. package/dist/react-native/operations/clientGroups.d.ts.map +1 -0
  281. package/dist/react-native/operations/clientGroups.js +215 -0
  282. package/dist/react-native/operations/clientGroups.js.map +1 -0
  283. package/dist/react-native/operations/index.d.ts +8 -0
  284. package/dist/react-native/operations/index.d.ts.map +1 -0
  285. package/dist/react-native/operations/index.js +15 -0
  286. package/dist/react-native/operations/index.js.map +1 -0
  287. package/dist/react-native/operations/machineGroups.d.ts +71 -0
  288. package/dist/react-native/operations/machineGroups.d.ts.map +1 -0
  289. package/dist/react-native/operations/machineGroups.js +277 -0
  290. package/dist/react-native/operations/machineGroups.js.map +1 -0
  291. package/dist/react-native/operations/machines.d.ts +177 -0
  292. package/dist/react-native/operations/machines.d.ts.map +1 -0
  293. package/dist/react-native/operations/machines.js +689 -0
  294. package/dist/react-native/operations/machines.js.map +1 -0
  295. package/dist/react-native/operations/maps.d.ts +21 -0
  296. package/dist/react-native/operations/maps.d.ts.map +1 -0
  297. package/dist/react-native/operations/maps.js +57 -0
  298. package/dist/react-native/operations/maps.js.map +1 -0
  299. package/dist/react-native/operations/ports.d.ts +93 -0
  300. package/dist/react-native/operations/ports.d.ts.map +1 -0
  301. package/dist/react-native/operations/ports.js +359 -0
  302. package/dist/react-native/operations/ports.js.map +1 -0
  303. package/dist/react-native/operations/processes.d.ts +92 -0
  304. package/dist/react-native/operations/processes.d.ts.map +1 -0
  305. package/dist/react-native/operations/processes.js +354 -0
  306. package/dist/react-native/operations/processes.js.map +1 -0
  307. package/dist/react-native/operations/summaries.d.ts +20 -0
  308. package/dist/react-native/operations/summaries.d.ts.map +1 -0
  309. package/dist/react-native/operations/summaries.js +58 -0
  310. package/dist/react-native/operations/summaries.js.map +1 -0
  311. package/dist/react-native/operationsInterfaces/clientGroups.d.ts +30 -0
  312. package/dist/react-native/operationsInterfaces/clientGroups.d.ts.map +1 -0
  313. package/dist/react-native/operationsInterfaces/clientGroups.js +9 -0
  314. package/dist/react-native/operationsInterfaces/clientGroups.js.map +1 -0
  315. package/dist/react-native/operationsInterfaces/index.d.ts +8 -0
  316. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  317. package/dist/react-native/operationsInterfaces/index.js +15 -0
  318. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  319. package/dist/react-native/operationsInterfaces/machineGroups.d.ts +46 -0
  320. package/dist/react-native/operationsInterfaces/machineGroups.d.ts.map +1 -0
  321. package/dist/react-native/operationsInterfaces/machineGroups.js +9 -0
  322. package/dist/react-native/operationsInterfaces/machineGroups.js.map +1 -0
  323. package/dist/react-native/operationsInterfaces/machines.d.ts +68 -0
  324. package/dist/react-native/operationsInterfaces/machines.d.ts.map +1 -0
  325. package/dist/react-native/operationsInterfaces/machines.js +9 -0
  326. package/dist/react-native/operationsInterfaces/machines.js.map +1 -0
  327. package/dist/react-native/operationsInterfaces/maps.d.ts +13 -0
  328. package/dist/react-native/operationsInterfaces/maps.d.ts.map +1 -0
  329. package/dist/react-native/operationsInterfaces/maps.js +9 -0
  330. package/dist/react-native/operationsInterfaces/maps.js.map +1 -0
  331. package/dist/react-native/operationsInterfaces/ports.d.ts +43 -0
  332. package/dist/react-native/operationsInterfaces/ports.d.ts.map +1 -0
  333. package/dist/react-native/operationsInterfaces/ports.js +9 -0
  334. package/dist/react-native/operationsInterfaces/ports.js.map +1 -0
  335. package/dist/react-native/operationsInterfaces/processes.d.ts +42 -0
  336. package/dist/react-native/operationsInterfaces/processes.d.ts.map +1 -0
  337. package/dist/react-native/operationsInterfaces/processes.js +9 -0
  338. package/dist/react-native/operationsInterfaces/processes.js.map +1 -0
  339. package/dist/react-native/operationsInterfaces/summaries.d.ts +12 -0
  340. package/dist/react-native/operationsInterfaces/summaries.d.ts.map +1 -0
  341. package/dist/react-native/operationsInterfaces/summaries.js +9 -0
  342. package/dist/react-native/operationsInterfaces/summaries.js.map +1 -0
  343. package/dist/react-native/package.json +3 -0
  344. package/dist/react-native/pagingHelper.d.ts +13 -0
  345. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  346. package/dist/react-native/pagingHelper.js +30 -0
  347. package/dist/react-native/pagingHelper.js.map +1 -0
  348. package/dist/react-native/serviceMap.d.ts +26 -0
  349. package/dist/react-native/serviceMap.d.ts.map +1 -0
  350. package/dist/react-native/serviceMap.js +118 -0
  351. package/dist/react-native/serviceMap.js.map +1 -0
  352. package/package.json +104 -73
  353. package/review/{arm-servicemap.api.md → arm-servicemap-node.api.md} +105 -148
  354. package/LICENSE.txt +0 -21
  355. package/dist/index.js +0 -4469
  356. package/dist/index.js.map +0 -1
  357. package/dist/index.min.js +0 -1
  358. package/dist/index.min.js.map +0 -1
  359. package/dist-esm/samples-dev/smClientGroupsGet.d.ts +0 -2
  360. package/dist-esm/samples-dev/smClientGroupsGet.d.ts.map +0 -1
  361. package/dist-esm/samples-dev/smClientGroupsGet.js +0 -35
  362. package/dist-esm/samples-dev/smClientGroupsGet.js.map +0 -1
  363. package/dist-esm/samples-dev/smClientGroupsGetMembersCountGet.d.ts +0 -2
  364. package/dist-esm/samples-dev/smClientGroupsGetMembersCountGet.d.ts.map +0 -1
  365. package/dist-esm/samples-dev/smClientGroupsGetMembersCountGet.js +0 -35
  366. package/dist-esm/samples-dev/smClientGroupsGetMembersCountGet.js.map +0 -1
  367. package/dist-esm/samples-dev/smClientGroupsListMembersGet.d.ts +0 -2
  368. package/dist-esm/samples-dev/smClientGroupsListMembersGet.d.ts.map +0 -1
  369. package/dist-esm/samples-dev/smClientGroupsListMembersGet.js +0 -49
  370. package/dist-esm/samples-dev/smClientGroupsListMembersGet.js.map +0 -1
  371. package/dist-esm/samples-dev/smMachineGroupsCreatePost.d.ts +0 -2
  372. package/dist-esm/samples-dev/smMachineGroupsCreatePost.d.ts.map +0 -1
  373. package/dist-esm/samples-dev/smMachineGroupsCreatePost.js +0 -43
  374. package/dist-esm/samples-dev/smMachineGroupsCreatePost.js.map +0 -1
  375. package/dist-esm/samples-dev/smMachineGroupsDelete.d.ts +0 -2
  376. package/dist-esm/samples-dev/smMachineGroupsDelete.d.ts.map +0 -1
  377. package/dist-esm/samples-dev/smMachineGroupsDelete.js +0 -32
  378. package/dist-esm/samples-dev/smMachineGroupsDelete.js.map +0 -1
  379. package/dist-esm/samples-dev/smMachineGroupsGet.d.ts +0 -2
  380. package/dist-esm/samples-dev/smMachineGroupsGet.d.ts.map +0 -1
  381. package/dist-esm/samples-dev/smMachineGroupsGet.js +0 -32
  382. package/dist-esm/samples-dev/smMachineGroupsGet.js.map +0 -1
  383. package/dist-esm/samples-dev/smMachineGroupsListByWorkspaceGet.d.ts +0 -2
  384. package/dist-esm/samples-dev/smMachineGroupsListByWorkspaceGet.d.ts.map +0 -1
  385. package/dist-esm/samples-dev/smMachineGroupsListByWorkspaceGet.js +0 -48
  386. package/dist-esm/samples-dev/smMachineGroupsListByWorkspaceGet.js.map +0 -1
  387. package/dist-esm/samples-dev/smMachineGroupsUpdatePut.d.ts +0 -2
  388. package/dist-esm/samples-dev/smMachineGroupsUpdatePut.d.ts.map +0 -1
  389. package/dist-esm/samples-dev/smMachineGroupsUpdatePut.js +0 -44
  390. package/dist-esm/samples-dev/smMachineGroupsUpdatePut.js.map +0 -1
  391. package/dist-esm/samples-dev/smMachinesGet.d.ts +0 -2
  392. package/dist-esm/samples-dev/smMachinesGet.d.ts.map +0 -1
  393. package/dist-esm/samples-dev/smMachinesGet.js +0 -34
  394. package/dist-esm/samples-dev/smMachinesGet.js.map +0 -1
  395. package/dist-esm/samples-dev/smMachinesGetLivenessGet.d.ts +0 -2
  396. package/dist-esm/samples-dev/smMachinesGetLivenessGet.d.ts.map +0 -1
  397. package/dist-esm/samples-dev/smMachinesGetLivenessGet.js +0 -35
  398. package/dist-esm/samples-dev/smMachinesGetLivenessGet.js.map +0 -1
  399. package/dist-esm/samples-dev/smMachinesListByWorkspaceGet.d.ts +0 -2
  400. package/dist-esm/samples-dev/smMachinesListByWorkspaceGet.d.ts.map +0 -1
  401. package/dist-esm/samples-dev/smMachinesListByWorkspaceGet.js +0 -48
  402. package/dist-esm/samples-dev/smMachinesListByWorkspaceGet.js.map +0 -1
  403. package/dist-esm/samples-dev/smMachinesListConnectionsGet.d.ts +0 -2
  404. package/dist-esm/samples-dev/smMachinesListConnectionsGet.d.ts.map +0 -1
  405. package/dist-esm/samples-dev/smMachinesListConnectionsGet.js +0 -49
  406. package/dist-esm/samples-dev/smMachinesListConnectionsGet.js.map +0 -1
  407. package/dist-esm/samples-dev/smMachinesListMachineGroupMembershipGet.d.ts +0 -2
  408. package/dist-esm/samples-dev/smMachinesListMachineGroupMembershipGet.d.ts.map +0 -1
  409. package/dist-esm/samples-dev/smMachinesListMachineGroupMembershipGet.js +0 -49
  410. package/dist-esm/samples-dev/smMachinesListMachineGroupMembershipGet.js.map +0 -1
  411. package/dist-esm/samples-dev/smMachinesListPortsGet.d.ts +0 -2
  412. package/dist-esm/samples-dev/smMachinesListPortsGet.d.ts.map +0 -1
  413. package/dist-esm/samples-dev/smMachinesListPortsGet.js +0 -49
  414. package/dist-esm/samples-dev/smMachinesListPortsGet.js.map +0 -1
  415. package/dist-esm/samples-dev/smMachinesListProcessesGet.d.ts +0 -2
  416. package/dist-esm/samples-dev/smMachinesListProcessesGet.d.ts.map +0 -1
  417. package/dist-esm/samples-dev/smMachinesListProcessesGet.js +0 -49
  418. package/dist-esm/samples-dev/smMachinesListProcessesGet.js.map +0 -1
  419. package/dist-esm/samples-dev/smMachinesPortsGet.d.ts +0 -2
  420. package/dist-esm/samples-dev/smMachinesPortsGet.d.ts.map +0 -1
  421. package/dist-esm/samples-dev/smMachinesPortsGet.js +0 -36
  422. package/dist-esm/samples-dev/smMachinesPortsGet.js.map +0 -1
  423. package/dist-esm/samples-dev/smMachinesPortsGetLivenessGet.d.ts +0 -2
  424. package/dist-esm/samples-dev/smMachinesPortsGetLivenessGet.d.ts.map +0 -1
  425. package/dist-esm/samples-dev/smMachinesPortsGetLivenessGet.js +0 -36
  426. package/dist-esm/samples-dev/smMachinesPortsGetLivenessGet.js.map +0 -1
  427. package/dist-esm/samples-dev/smMachinesPortsListAcceptingProcessesGet.d.ts +0 -2
  428. package/dist-esm/samples-dev/smMachinesPortsListAcceptingProcessesGet.d.ts.map +0 -1
  429. package/dist-esm/samples-dev/smMachinesPortsListAcceptingProcessesGet.js +0 -50
  430. package/dist-esm/samples-dev/smMachinesPortsListAcceptingProcessesGet.js.map +0 -1
  431. package/dist-esm/samples-dev/smMachinesPortsListConnectionsGet.d.ts +0 -2
  432. package/dist-esm/samples-dev/smMachinesPortsListConnectionsGet.d.ts.map +0 -1
  433. package/dist-esm/samples-dev/smMachinesPortsListConnectionsGet.js +0 -50
  434. package/dist-esm/samples-dev/smMachinesPortsListConnectionsGet.js.map +0 -1
  435. package/dist-esm/samples-dev/smMachinesProcessesGet.d.ts +0 -2
  436. package/dist-esm/samples-dev/smMachinesProcessesGet.d.ts.map +0 -1
  437. package/dist-esm/samples-dev/smMachinesProcessesGet.js +0 -35
  438. package/dist-esm/samples-dev/smMachinesProcessesGet.js.map +0 -1
  439. package/dist-esm/samples-dev/smMachinesProcessesGetLivenessGet.d.ts +0 -2
  440. package/dist-esm/samples-dev/smMachinesProcessesGetLivenessGet.d.ts.map +0 -1
  441. package/dist-esm/samples-dev/smMachinesProcessesGetLivenessGet.js +0 -36
  442. package/dist-esm/samples-dev/smMachinesProcessesGetLivenessGet.js.map +0 -1
  443. package/dist-esm/samples-dev/smMachinesProcessesListAcceptingPortsGet.d.ts +0 -2
  444. package/dist-esm/samples-dev/smMachinesProcessesListAcceptingPortsGet.d.ts.map +0 -1
  445. package/dist-esm/samples-dev/smMachinesProcessesListAcceptingPortsGet.js +0 -50
  446. package/dist-esm/samples-dev/smMachinesProcessesListAcceptingPortsGet.js.map +0 -1
  447. package/dist-esm/samples-dev/smMachinesProcessesListConnectionsGet.d.ts +0 -2
  448. package/dist-esm/samples-dev/smMachinesProcessesListConnectionsGet.d.ts.map +0 -1
  449. package/dist-esm/samples-dev/smMachinesProcessesListConnectionsGet.js +0 -50
  450. package/dist-esm/samples-dev/smMachinesProcessesListConnectionsGet.js.map +0 -1
  451. package/dist-esm/samples-dev/smMapsGenerateMachineGroupDependencyPost.d.ts +0 -2
  452. package/dist-esm/samples-dev/smMapsGenerateMachineGroupDependencyPost.d.ts.map +0 -1
  453. package/dist-esm/samples-dev/smMapsGenerateMachineGroupDependencyPost.js +0 -38
  454. package/dist-esm/samples-dev/smMapsGenerateMachineGroupDependencyPost.js.map +0 -1
  455. package/dist-esm/samples-dev/smMapsGenerateMachineListDependencyPost.d.ts +0 -2
  456. package/dist-esm/samples-dev/smMapsGenerateMachineListDependencyPost.d.ts.map +0 -1
  457. package/dist-esm/samples-dev/smMapsGenerateMachineListDependencyPost.js +0 -41
  458. package/dist-esm/samples-dev/smMapsGenerateMachineListDependencyPost.js.map +0 -1
  459. package/dist-esm/samples-dev/smMapsGenerateSingleMachineDependencyPost.d.ts +0 -2
  460. package/dist-esm/samples-dev/smMapsGenerateSingleMachineDependencyPost.d.ts.map +0 -1
  461. package/dist-esm/samples-dev/smMapsGenerateSingleMachineDependencyPost.js +0 -37
  462. package/dist-esm/samples-dev/smMapsGenerateSingleMachineDependencyPost.js.map +0 -1
  463. package/dist-esm/samples-dev/smSummariesGetMachinesGet.d.ts +0 -2
  464. package/dist-esm/samples-dev/smSummariesGetMachinesGet.d.ts.map +0 -1
  465. package/dist-esm/samples-dev/smSummariesGetMachinesGet.js +0 -34
  466. package/dist-esm/samples-dev/smSummariesGetMachinesGet.js.map +0 -1
  467. package/dist-esm/src/index.d.ts +0 -5
  468. package/dist-esm/src/index.d.ts.map +0 -1
  469. package/dist-esm/src/index.js.map +0 -1
  470. package/dist-esm/src/models/index.d.ts.map +0 -1
  471. package/dist-esm/src/models/index.js.map +0 -1
  472. package/dist-esm/src/models/mappers.js.map +0 -1
  473. package/dist-esm/src/models/parameters.js.map +0 -1
  474. package/dist-esm/src/operations/clientGroups.d.ts.map +0 -1
  475. package/dist-esm/src/operations/clientGroups.js.map +0 -1
  476. package/dist-esm/src/operations/index.d.ts +0 -8
  477. package/dist-esm/src/operations/index.d.ts.map +0 -1
  478. package/dist-esm/src/operations/index.js +0 -15
  479. package/dist-esm/src/operations/index.js.map +0 -1
  480. package/dist-esm/src/operations/machineGroups.d.ts.map +0 -1
  481. package/dist-esm/src/operations/machineGroups.js.map +0 -1
  482. package/dist-esm/src/operations/machines.d.ts.map +0 -1
  483. package/dist-esm/src/operations/machines.js.map +0 -1
  484. package/dist-esm/src/operations/maps.d.ts.map +0 -1
  485. package/dist-esm/src/operations/maps.js.map +0 -1
  486. package/dist-esm/src/operations/ports.d.ts.map +0 -1
  487. package/dist-esm/src/operations/ports.js.map +0 -1
  488. package/dist-esm/src/operations/processes.d.ts.map +0 -1
  489. package/dist-esm/src/operations/processes.js.map +0 -1
  490. package/dist-esm/src/operations/summaries.d.ts.map +0 -1
  491. package/dist-esm/src/operations/summaries.js.map +0 -1
  492. package/dist-esm/src/operationsInterfaces/clientGroups.d.ts.map +0 -1
  493. package/dist-esm/src/operationsInterfaces/clientGroups.js.map +0 -1
  494. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -8
  495. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  496. package/dist-esm/src/operationsInterfaces/index.js +0 -15
  497. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  498. package/dist-esm/src/operationsInterfaces/machineGroups.d.ts.map +0 -1
  499. package/dist-esm/src/operationsInterfaces/machineGroups.js.map +0 -1
  500. package/dist-esm/src/operationsInterfaces/machines.d.ts.map +0 -1
  501. package/dist-esm/src/operationsInterfaces/machines.js.map +0 -1
  502. package/dist-esm/src/operationsInterfaces/maps.d.ts.map +0 -1
  503. package/dist-esm/src/operationsInterfaces/maps.js.map +0 -1
  504. package/dist-esm/src/operationsInterfaces/ports.d.ts.map +0 -1
  505. package/dist-esm/src/operationsInterfaces/ports.js.map +0 -1
  506. package/dist-esm/src/operationsInterfaces/processes.d.ts.map +0 -1
  507. package/dist-esm/src/operationsInterfaces/processes.js.map +0 -1
  508. package/dist-esm/src/operationsInterfaces/summaries.d.ts.map +0 -1
  509. package/dist-esm/src/operationsInterfaces/summaries.js.map +0 -1
  510. package/dist-esm/src/serviceMap.d.ts.map +0 -1
  511. package/dist-esm/src/serviceMap.js +0 -57
  512. package/dist-esm/src/serviceMap.js.map +0 -1
  513. package/dist-esm/test/sampleTest.d.ts +0 -2
  514. package/dist-esm/test/sampleTest.d.ts.map +0 -1
  515. package/dist-esm/test/sampleTest.js +0 -40
  516. package/dist-esm/test/sampleTest.js.map +0 -1
  517. package/rollup.config.js +0 -188
  518. package/src/models/index.ts +0 -1362
  519. package/src/models/mappers.ts +0 -2184
  520. package/src/models/parameters.ts +0 -260
  521. package/src/operations/clientGroups.ts +0 -310
  522. package/src/operations/index.ts +0 -15
  523. package/src/operations/machineGroups.ts +0 -385
  524. package/src/operations/machines.ts +0 -1030
  525. package/src/operations/maps.ts +0 -77
  526. package/src/operations/ports.ts +0 -538
  527. package/src/operations/processes.ts +0 -533
  528. package/src/operations/summaries.ts +0 -76
  529. package/src/operationsInterfaces/clientGroups.ts +0 -61
  530. package/src/operationsInterfaces/index.ts +0 -15
  531. package/src/operationsInterfaces/machineGroups.ts +0 -90
  532. package/src/operationsInterfaces/machines.ts +0 -126
  533. package/src/operationsInterfaces/maps.ts +0 -30
  534. package/src/operationsInterfaces/ports.ts +0 -85
  535. package/src/operationsInterfaces/processes.ts +0 -84
  536. package/src/operationsInterfaces/summaries.ts +0 -27
  537. package/src/serviceMap.ts +0 -103
  538. package/tsconfig.json +0 -20
  539. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  540. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  541. /package/{dist-esm/src → dist/browser}/operationsInterfaces/clientGroups.js +0 -0
  542. /package/{dist-esm/src → dist/browser}/operationsInterfaces/machineGroups.js +0 -0
  543. /package/{dist-esm/src → dist/browser}/operationsInterfaces/machines.js +0 -0
  544. /package/{dist-esm/src → dist/browser}/operationsInterfaces/maps.js +0 -0
  545. /package/{dist-esm/src → dist/browser}/operationsInterfaces/ports.js +0 -0
  546. /package/{dist-esm/src → dist/browser}/operationsInterfaces/processes.js +0 -0
  547. /package/{dist-esm/src → dist/browser}/operationsInterfaces/summaries.js +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mappers.js","sourceRoot":"","sources":["../../../src/models/mappers.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 * as coreClient from \"@azure/core-client\";\n\nexport const MachineCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MachineCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Machine\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Timezone: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Timezone\",\n modelProperties: {\n fullName: {\n serializedName: \"fullName\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AgentConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AgentConfiguration\",\n modelProperties: {\n agentId: {\n serializedName: \"agentId\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n dependencyAgentId: {\n serializedName: \"dependencyAgentId\",\n type: {\n name: \"String\"\n }\n },\n dependencyAgentVersion: {\n serializedName: \"dependencyAgentVersion\",\n type: {\n name: \"String\"\n }\n },\n dependencyAgentRevision: {\n serializedName: \"dependencyAgentRevision\",\n type: {\n name: \"String\"\n }\n },\n rebootStatus: {\n serializedName: \"rebootStatus\",\n type: {\n name: \"Enum\",\n allowedValues: [\"unknown\", \"rebooted\", \"notRebooted\"]\n }\n },\n clockGranularity: {\n serializedName: \"clockGranularity\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const MachineResourcesConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MachineResourcesConfiguration\",\n modelProperties: {\n physicalMemory: {\n serializedName: \"physicalMemory\",\n type: {\n name: \"Number\"\n }\n },\n cpus: {\n serializedName: \"cpus\",\n type: {\n name: \"Number\"\n }\n },\n cpuSpeed: {\n serializedName: \"cpuSpeed\",\n type: {\n name: \"Number\"\n }\n },\n cpuSpeedAccuracy: {\n serializedName: \"cpuSpeedAccuracy\",\n type: {\n name: \"Enum\",\n allowedValues: [\"actual\", \"estimated\"]\n }\n }\n }\n }\n};\n\nexport const NetworkConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NetworkConfiguration\",\n modelProperties: {\n ipv4Interfaces: {\n serializedName: \"ipv4Interfaces\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Ipv4NetworkInterface\"\n }\n }\n }\n },\n ipv6Interfaces: {\n serializedName: \"ipv6Interfaces\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Ipv6NetworkInterface\"\n }\n }\n }\n },\n defaultIpv4Gateways: {\n serializedName: \"defaultIpv4Gateways\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n macAddresses: {\n serializedName: \"macAddresses\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n dnsNames: {\n serializedName: \"dnsNames\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const Ipv4NetworkInterface: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Ipv4NetworkInterface\",\n modelProperties: {\n ipAddress: {\n serializedName: \"ipAddress\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n subnetMask: {\n defaultValue: \"255.255.255.255\",\n serializedName: \"subnetMask\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Ipv6NetworkInterface: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Ipv6NetworkInterface\",\n modelProperties: {\n ipAddress: {\n serializedName: \"ipAddress\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OperatingSystemConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperatingSystemConfiguration\",\n modelProperties: {\n family: {\n serializedName: \"family\",\n required: true,\n type: {\n name: \"Enum\",\n allowedValues: [\"unknown\", \"windows\", \"linux\", \"solaris\", \"aix\"]\n }\n },\n fullName: {\n serializedName: \"fullName\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n bitness: {\n serializedName: \"bitness\",\n required: true,\n type: {\n name: \"Enum\",\n allowedValues: [\"32bit\", \"64bit\"]\n }\n }\n }\n }\n};\n\nexport const VirtualMachineConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VirtualMachineConfiguration\",\n modelProperties: {\n virtualMachineType: {\n serializedName: \"virtualMachineType\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"unknown\",\n \"hyperv\",\n \"ldom\",\n \"lpar\",\n \"vmware\",\n \"virtualPc\",\n \"xen\"\n ]\n }\n },\n nativeMachineId: {\n serializedName: \"nativeMachineId\",\n type: {\n name: \"String\"\n }\n },\n virtualMachineName: {\n serializedName: \"virtualMachineName\",\n type: {\n name: \"String\"\n }\n },\n nativeHostMachineId: {\n serializedName: \"nativeHostMachineId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const HypervisorConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HypervisorConfiguration\",\n modelProperties: {\n hypervisorType: {\n serializedName: \"hypervisorType\",\n type: {\n name: \"Enum\",\n allowedValues: [\"unknown\", \"hyperv\"]\n }\n },\n nativeHostMachineId: {\n serializedName: \"nativeHostMachineId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const HostingConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HostingConfiguration\",\n uberParent: \"HostingConfiguration\",\n polymorphicDiscriminator: {\n serializedName: \"kind\",\n clientName: \"kind\"\n },\n modelProperties: {\n provider: {\n defaultValue: \"azure\",\n isConstant: true,\n serializedName: \"provider\",\n type: {\n name: \"String\"\n }\n },\n kind: {\n defaultValue: \"provider:azure\",\n isConstant: true,\n serializedName: \"kind\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Resource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Resource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ErrorResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorResponse\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorModel\"\n }\n }\n }\n }\n};\n\nexport const ErrorModel: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorModel\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Liveness: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Liveness\",\n modelProperties: {\n startTime: {\n serializedName: \"startTime\",\n required: true,\n type: {\n name: \"DateTime\"\n }\n },\n endTime: {\n serializedName: \"endTime\",\n required: true,\n type: {\n name: \"DateTime\"\n }\n },\n live: {\n serializedName: \"live\",\n required: true,\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const ConnectionCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectionCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Connection\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ResourceReference: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceReference\",\n uberParent: \"ResourceReference\",\n polymorphicDiscriminator: {\n serializedName: \"kind\",\n clientName: \"kind\"\n },\n modelProperties: {\n id: {\n serializedName: \"id\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n kind: {\n serializedName: \"kind\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const RelationshipProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RelationshipProperties\",\n modelProperties: {\n source: {\n serializedName: \"source\",\n type: {\n name: \"Composite\",\n className: \"ResourceReference\"\n }\n },\n destination: {\n serializedName: \"destination\",\n type: {\n name: \"Composite\",\n className: \"ResourceReference\"\n }\n },\n startTime: {\n serializedName: \"startTime\",\n type: {\n name: \"DateTime\"\n }\n },\n endTime: {\n serializedName: \"endTime\",\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const ProcessCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProcessCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Process\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ProcessDetails: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProcessDetails\",\n modelProperties: {\n persistentKey: {\n serializedName: \"persistentKey\",\n type: {\n name: \"String\"\n }\n },\n poolId: {\n serializedName: \"poolId\",\n type: {\n name: \"Number\"\n }\n },\n firstPid: {\n serializedName: \"firstPid\",\n type: {\n name: \"Number\"\n }\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n },\n companyName: {\n serializedName: \"companyName\",\n type: {\n name: \"String\"\n }\n },\n internalName: {\n serializedName: \"internalName\",\n type: {\n name: \"String\"\n }\n },\n productName: {\n serializedName: \"productName\",\n type: {\n name: \"String\"\n }\n },\n productVersion: {\n serializedName: \"productVersion\",\n type: {\n name: \"String\"\n }\n },\n fileVersion: {\n serializedName: \"fileVersion\",\n type: {\n name: \"String\"\n }\n },\n commandLine: {\n serializedName: \"commandLine\",\n type: {\n name: \"String\"\n }\n },\n executablePath: {\n serializedName: \"executablePath\",\n type: {\n name: \"String\"\n }\n },\n workingDirectory: {\n serializedName: \"workingDirectory\",\n type: {\n name: \"String\"\n }\n },\n services: {\n serializedName: \"services\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ProcessHostedService\"\n }\n }\n }\n },\n zoneName: {\n serializedName: \"zoneName\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ProcessHostedService: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProcessHostedService\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n displayName: {\n serializedName: \"displayName\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ProcessUser: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProcessUser\",\n modelProperties: {\n userName: {\n serializedName: \"userName\",\n type: {\n name: \"String\"\n }\n },\n userDomain: {\n serializedName: \"userDomain\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ProcessHostingConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProcessHostingConfiguration\",\n uberParent: \"ProcessHostingConfiguration\",\n polymorphicDiscriminator: {\n serializedName: \"kind\",\n clientName: \"kind\"\n },\n modelProperties: {\n provider: {\n defaultValue: \"azure\",\n isConstant: true,\n serializedName: \"provider\",\n type: {\n name: \"String\"\n }\n },\n kind: {\n defaultValue: \"provider:azure\",\n isConstant: true,\n serializedName: \"kind\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PortCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PortCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Port\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MachineGroupCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MachineGroupCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MachineGroup\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ClientGroupMembersCount: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ClientGroupMembersCount\",\n modelProperties: {\n startTime: {\n serializedName: \"startTime\",\n required: true,\n type: {\n name: \"DateTime\"\n }\n },\n endTime: {\n serializedName: \"endTime\",\n required: true,\n type: {\n name: \"DateTime\"\n }\n },\n groupId: {\n serializedName: \"groupId\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n count: {\n serializedName: \"count\",\n required: true,\n type: {\n name: \"Number\"\n }\n },\n accuracy: {\n serializedName: \"accuracy\",\n required: true,\n type: {\n name: \"Enum\",\n allowedValues: [\"actual\", \"estimated\"]\n }\n }\n }\n }\n};\n\nexport const ClientGroupMembersCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ClientGroupMembersCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ClientGroupMember\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MapRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MapRequest\",\n uberParent: \"MapRequest\",\n polymorphicDiscriminator: {\n serializedName: \"kind\",\n clientName: \"kind\"\n },\n modelProperties: {\n startTime: {\n serializedName: \"startTime\",\n type: {\n name: \"DateTime\"\n }\n },\n endTime: {\n serializedName: \"endTime\",\n type: {\n name: \"DateTime\"\n }\n },\n kind: {\n serializedName: \"kind\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MapResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MapResponse\",\n modelProperties: {\n startTime: {\n serializedName: \"startTime\",\n required: true,\n type: {\n name: \"DateTime\"\n }\n },\n endTime: {\n serializedName: \"endTime\",\n required: true,\n type: {\n name: \"DateTime\"\n }\n },\n map: {\n serializedName: \"map\",\n type: {\n name: \"Composite\",\n className: \"Map\"\n }\n }\n }\n }\n};\n\nexport const Map: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Map\",\n modelProperties: {\n nodes: {\n serializedName: \"nodes\",\n type: {\n name: \"Composite\",\n className: \"MapNodes\"\n }\n },\n edges: {\n serializedName: \"edges\",\n type: {\n name: \"Composite\",\n className: \"MapEdges\"\n }\n }\n }\n }\n};\n\nexport const MapNodes: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MapNodes\",\n modelProperties: {\n machines: {\n serializedName: \"machines\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Machine\"\n }\n }\n }\n },\n processes: {\n serializedName: \"processes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Process\"\n }\n }\n }\n },\n ports: {\n serializedName: \"ports\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Port\"\n }\n }\n }\n },\n clientGroups: {\n serializedName: \"clientGroups\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ClientGroup\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const MapEdges: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MapEdges\",\n modelProperties: {\n connections: {\n serializedName: \"connections\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Connection\"\n }\n }\n }\n },\n acceptors: {\n serializedName: \"acceptors\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Acceptor\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const MachineCountsByOperatingSystem: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MachineCountsByOperatingSystem\",\n modelProperties: {\n windows: {\n serializedName: \"windows\",\n required: true,\n type: {\n name: \"Number\"\n }\n },\n linux: {\n serializedName: \"linux\",\n required: true,\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const SummaryProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SummaryProperties\",\n modelProperties: {\n startTime: {\n serializedName: \"startTime\",\n required: true,\n type: {\n name: \"DateTime\"\n }\n },\n endTime: {\n serializedName: \"endTime\",\n required: true,\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const ImageConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ImageConfiguration\",\n modelProperties: {\n publisher: {\n serializedName: \"publisher\",\n type: {\n name: \"String\"\n }\n },\n offering: {\n serializedName: \"offering\",\n type: {\n name: \"String\"\n }\n },\n sku: {\n serializedName: \"sku\",\n type: {\n name: \"String\"\n }\n },\n version: {\n serializedName: \"version\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AzureCloudServiceConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AzureCloudServiceConfiguration\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n instanceId: {\n serializedName: \"instanceId\",\n type: {\n name: \"String\"\n }\n },\n deployment: {\n serializedName: \"deployment\",\n type: {\n name: \"String\"\n }\n },\n roleName: {\n serializedName: \"roleName\",\n type: {\n name: \"String\"\n }\n },\n roleType: {\n serializedName: \"roleType\",\n type: {\n name: \"Enum\",\n allowedValues: [\"unknown\", \"worker\", \"web\"]\n }\n }\n }\n }\n};\n\nexport const AzureVmScaleSetConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AzureVmScaleSetConfiguration\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n instanceId: {\n serializedName: \"instanceId\",\n type: {\n name: \"String\"\n }\n },\n deployment: {\n serializedName: \"deployment\",\n type: {\n name: \"String\"\n }\n },\n resourceId: {\n serializedName: \"resourceId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AzureServiceFabricClusterConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AzureServiceFabricClusterConfiguration\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n clusterId: {\n serializedName: \"clusterId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AzureHostingConfiguration: coreClient.CompositeMapper = {\n serializedName: \"provider:azure\",\n type: {\n name: \"Composite\",\n className: \"AzureHostingConfiguration\",\n uberParent: \"HostingConfiguration\",\n polymorphicDiscriminator:\n HostingConfiguration.type.polymorphicDiscriminator,\n modelProperties: {\n ...HostingConfiguration.type.modelProperties,\n vmId: {\n serializedName: \"vmId\",\n type: {\n name: \"String\"\n }\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n size: {\n serializedName: \"size\",\n type: {\n name: \"String\"\n }\n },\n updateDomain: {\n serializedName: \"updateDomain\",\n type: {\n name: \"String\"\n }\n },\n faultDomain: {\n serializedName: \"faultDomain\",\n type: {\n name: \"String\"\n }\n },\n subscriptionId: {\n serializedName: \"subscriptionId\",\n type: {\n name: \"String\"\n }\n },\n resourceGroup: {\n serializedName: \"resourceGroup\",\n type: {\n name: \"String\"\n }\n },\n resourceId: {\n serializedName: \"resourceId\",\n type: {\n name: \"String\"\n }\n },\n image: {\n serializedName: \"image\",\n type: {\n name: \"Composite\",\n className: \"ImageConfiguration\"\n }\n },\n cloudService: {\n serializedName: \"cloudService\",\n type: {\n name: \"Composite\",\n className: \"AzureCloudServiceConfiguration\"\n }\n },\n vmScaleSet: {\n serializedName: \"vmScaleSet\",\n type: {\n name: \"Composite\",\n className: \"AzureVmScaleSetConfiguration\"\n }\n },\n serviceFabricCluster: {\n serializedName: \"serviceFabricCluster\",\n type: {\n name: \"Composite\",\n className: \"AzureServiceFabricClusterConfiguration\"\n }\n }\n }\n }\n};\n\nexport const CoreResource: coreClient.CompositeMapper = {\n serializedName: \"CoreResource\",\n type: {\n name: \"Composite\",\n className: \"CoreResource\",\n uberParent: \"Resource\",\n polymorphicDiscriminator: {\n serializedName: \"kind\",\n clientName: \"kind\"\n },\n modelProperties: {\n ...Resource.type.modelProperties,\n etag: {\n serializedName: \"etag\",\n type: {\n name: \"String\"\n }\n },\n kind: {\n serializedName: \"kind\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Relationship: coreClient.CompositeMapper = {\n serializedName: \"Relationship\",\n type: {\n name: \"Composite\",\n className: \"Relationship\",\n uberParent: \"Resource\",\n polymorphicDiscriminator: {\n serializedName: \"kind\",\n clientName: \"kind\"\n },\n modelProperties: {\n ...Resource.type.modelProperties,\n kind: {\n serializedName: \"kind\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ClientGroupMember: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ClientGroupMember\",\n modelProperties: {\n ...Resource.type.modelProperties,\n ipAddress: {\n serializedName: \"properties.ipAddress\",\n type: {\n name: \"String\"\n }\n },\n port: {\n serializedName: \"properties.port\",\n type: {\n name: \"Composite\",\n className: \"PortReference\"\n }\n },\n processes: {\n serializedName: \"properties.processes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ProcessReference\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const Summary: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Summary\",\n modelProperties: {\n ...Resource.type.modelProperties\n }\n }\n};\n\nexport const MachineReference: coreClient.CompositeMapper = {\n serializedName: \"ref:machine\",\n type: {\n name: \"Composite\",\n className: \"MachineReference\",\n uberParent: \"ResourceReference\",\n polymorphicDiscriminator: ResourceReference.type.polymorphicDiscriminator,\n modelProperties: {\n ...ResourceReference.type.modelProperties\n }\n }\n};\n\nexport const PortReference: coreClient.CompositeMapper = {\n serializedName: \"ref:port\",\n type: {\n name: \"Composite\",\n className: \"PortReference\",\n uberParent: \"ResourceReference\",\n polymorphicDiscriminator: ResourceReference.type.polymorphicDiscriminator,\n modelProperties: {\n ...ResourceReference.type.modelProperties,\n machine: {\n serializedName: \"properties.machine\",\n type: {\n name: \"Composite\",\n className: \"MachineReference\"\n }\n },\n ipAddress: {\n serializedName: \"properties.ipAddress\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n portNumber: {\n serializedName: \"properties.portNumber\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const MachineReferenceWithHints: coreClient.CompositeMapper = {\n serializedName: \"ref:machinewithhints\",\n type: {\n name: \"Composite\",\n className: \"MachineReferenceWithHints\",\n uberParent: \"ResourceReference\",\n polymorphicDiscriminator: ResourceReference.type.polymorphicDiscriminator,\n modelProperties: {\n ...ResourceReference.type.modelProperties,\n displayNameHint: {\n serializedName: \"properties.displayNameHint\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n osFamilyHint: {\n serializedName: \"properties.osFamilyHint\",\n readOnly: true,\n type: {\n name: \"Enum\",\n allowedValues: [\"unknown\", \"windows\", \"linux\", \"solaris\", \"aix\"]\n }\n }\n }\n }\n};\n\nexport const ProcessReference: coreClient.CompositeMapper = {\n serializedName: \"ref:process\",\n type: {\n name: \"Composite\",\n className: \"ProcessReference\",\n uberParent: \"ResourceReference\",\n polymorphicDiscriminator: ResourceReference.type.polymorphicDiscriminator,\n modelProperties: {\n ...ResourceReference.type.modelProperties,\n machine: {\n serializedName: \"properties.machine\",\n type: {\n name: \"Composite\",\n className: \"MachineReference\"\n }\n }\n }\n }\n};\n\nexport const ClientGroupReference: coreClient.CompositeMapper = {\n serializedName: \"ref:clientgroup\",\n type: {\n name: \"Composite\",\n className: \"ClientGroupReference\",\n uberParent: \"ResourceReference\",\n polymorphicDiscriminator: ResourceReference.type.polymorphicDiscriminator,\n modelProperties: {\n ...ResourceReference.type.modelProperties\n }\n }\n};\n\nexport const ConnectionProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectionProperties\",\n modelProperties: {\n ...RelationshipProperties.type.modelProperties,\n serverPort: {\n serializedName: \"serverPort\",\n type: {\n name: \"Composite\",\n className: \"PortReference\"\n }\n },\n failureState: {\n serializedName: \"failureState\",\n type: {\n name: \"Enum\",\n allowedValues: [\"ok\", \"failed\", \"mixed\"]\n }\n }\n }\n }\n};\n\nexport const AzureProcessHostingConfiguration: coreClient.CompositeMapper = {\n serializedName: \"provider:azure\",\n type: {\n name: \"Composite\",\n className: \"AzureProcessHostingConfiguration\",\n uberParent: \"ProcessHostingConfiguration\",\n polymorphicDiscriminator:\n ProcessHostingConfiguration.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProcessHostingConfiguration.type.modelProperties,\n cloudService: {\n serializedName: \"cloudService\",\n type: {\n name: \"Composite\",\n className: \"AzureCloudServiceConfiguration\"\n }\n }\n }\n }\n};\n\nexport const SingleMachineDependencyMapRequest: coreClient.CompositeMapper = {\n serializedName: \"map:single-machine-dependency\",\n type: {\n name: \"Composite\",\n className: \"SingleMachineDependencyMapRequest\",\n uberParent: \"MapRequest\",\n polymorphicDiscriminator: MapRequest.type.polymorphicDiscriminator,\n modelProperties: {\n ...MapRequest.type.modelProperties,\n machineId: {\n serializedName: \"machineId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MultipleMachinesMapRequest: coreClient.CompositeMapper = {\n serializedName: \"MultipleMachinesMapRequest\",\n type: {\n name: \"Composite\",\n className: \"MultipleMachinesMapRequest\",\n uberParent: \"MapRequest\",\n polymorphicDiscriminator: {\n serializedName: \"kind\",\n clientName: \"kind\"\n },\n modelProperties: {\n ...MapRequest.type.modelProperties,\n filterProcesses: {\n serializedName: \"filterProcesses\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const MachinesSummaryProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MachinesSummaryProperties\",\n modelProperties: {\n ...SummaryProperties.type.modelProperties,\n total: {\n serializedName: \"total\",\n required: true,\n type: {\n name: \"Number\"\n }\n },\n live: {\n serializedName: \"live\",\n required: true,\n type: {\n name: \"Number\"\n }\n },\n os: {\n serializedName: \"os\",\n type: {\n name: \"Composite\",\n className: \"MachineCountsByOperatingSystem\"\n }\n }\n }\n }\n};\n\nexport const Machine: coreClient.CompositeMapper = {\n serializedName: \"machine\",\n type: {\n name: \"Composite\",\n className: \"Machine\",\n uberParent: \"CoreResource\",\n polymorphicDiscriminator: CoreResource.type.polymorphicDiscriminator,\n modelProperties: {\n ...CoreResource.type.modelProperties,\n timestamp: {\n serializedName: \"properties.timestamp\",\n type: {\n name: \"DateTime\"\n }\n },\n monitoringState: {\n serializedName: \"properties.monitoringState\",\n type: {\n name: \"Enum\",\n allowedValues: [\"monitored\", \"discovered\"]\n }\n },\n virtualizationState: {\n serializedName: \"properties.virtualizationState\",\n type: {\n name: \"Enum\",\n allowedValues: [\"unknown\", \"physical\", \"virtual\", \"hypervisor\"]\n }\n },\n displayName: {\n serializedName: \"properties.displayName\",\n type: {\n name: \"String\"\n }\n },\n computerName: {\n serializedName: \"properties.computerName\",\n type: {\n name: \"String\"\n }\n },\n fullyQualifiedDomainName: {\n serializedName: \"properties.fullyQualifiedDomainName\",\n type: {\n name: \"String\"\n }\n },\n bootTime: {\n serializedName: \"properties.bootTime\",\n type: {\n name: \"DateTime\"\n }\n },\n timezone: {\n serializedName: \"properties.timezone\",\n type: {\n name: \"Composite\",\n className: \"Timezone\"\n }\n },\n agent: {\n serializedName: \"properties.agent\",\n type: {\n name: \"Composite\",\n className: \"AgentConfiguration\"\n }\n },\n resources: {\n serializedName: \"properties.resources\",\n type: {\n name: \"Composite\",\n className: \"MachineResourcesConfiguration\"\n }\n },\n networking: {\n serializedName: \"properties.networking\",\n type: {\n name: \"Composite\",\n className: \"NetworkConfiguration\"\n }\n },\n operatingSystem: {\n serializedName: \"properties.operatingSystem\",\n type: {\n name: \"Composite\",\n className: \"OperatingSystemConfiguration\"\n }\n },\n virtualMachine: {\n serializedName: \"properties.virtualMachine\",\n type: {\n name: \"Composite\",\n className: \"VirtualMachineConfiguration\"\n }\n },\n hypervisor: {\n serializedName: \"properties.hypervisor\",\n type: {\n name: \"Composite\",\n className: \"HypervisorConfiguration\"\n }\n },\n hosting: {\n serializedName: \"properties.hosting\",\n type: {\n name: \"Composite\",\n className: \"HostingConfiguration\"\n }\n }\n }\n }\n};\n\nexport const Process: coreClient.CompositeMapper = {\n serializedName: \"process\",\n type: {\n name: \"Composite\",\n className: \"Process\",\n uberParent: \"CoreResource\",\n polymorphicDiscriminator: CoreResource.type.polymorphicDiscriminator,\n modelProperties: {\n ...CoreResource.type.modelProperties,\n timestamp: {\n serializedName: \"properties.timestamp\",\n type: {\n name: \"DateTime\"\n }\n },\n monitoringState: {\n serializedName: \"properties.monitoringState\",\n type: {\n name: \"Enum\",\n allowedValues: [\"monitored\", \"discovered\"]\n }\n },\n machine: {\n serializedName: \"properties.machine\",\n type: {\n name: \"Composite\",\n className: \"ResourceReference\"\n }\n },\n executableName: {\n serializedName: \"properties.executableName\",\n type: {\n name: \"String\"\n }\n },\n displayName: {\n serializedName: \"properties.displayName\",\n type: {\n name: \"String\"\n }\n },\n startTime: {\n serializedName: \"properties.startTime\",\n type: {\n name: \"DateTime\"\n }\n },\n role: {\n serializedName: \"properties.role\",\n type: {\n name: \"String\"\n }\n },\n group: {\n serializedName: \"properties.group\",\n type: {\n name: \"String\"\n }\n },\n details: {\n serializedName: \"properties.details\",\n type: {\n name: \"Composite\",\n className: \"ProcessDetails\"\n }\n },\n user: {\n serializedName: \"properties.user\",\n type: {\n name: \"Composite\",\n className: \"ProcessUser\"\n }\n },\n clientOf: {\n serializedName: \"properties.clientOf\",\n type: {\n name: \"Composite\",\n className: \"ResourceReference\"\n }\n },\n acceptorOf: {\n serializedName: \"properties.acceptorOf\",\n type: {\n name: \"Composite\",\n className: \"ResourceReference\"\n }\n },\n hosting: {\n serializedName: \"properties.hosting\",\n type: {\n name: \"Composite\",\n className: \"ProcessHostingConfiguration\"\n }\n }\n }\n }\n};\n\nexport const Port: coreClient.CompositeMapper = {\n serializedName: \"port\",\n type: {\n name: \"Composite\",\n className: \"Port\",\n uberParent: \"CoreResource\",\n polymorphicDiscriminator: CoreResource.type.polymorphicDiscriminator,\n modelProperties: {\n ...CoreResource.type.modelProperties,\n monitoringState: {\n serializedName: \"properties.monitoringState\",\n type: {\n name: \"Enum\",\n allowedValues: [\"monitored\", \"discovered\"]\n }\n },\n machine: {\n serializedName: \"properties.machine\",\n type: {\n name: \"Composite\",\n className: \"ResourceReference\"\n }\n },\n displayName: {\n serializedName: \"properties.displayName\",\n type: {\n name: \"String\"\n }\n },\n ipAddress: {\n serializedName: \"properties.ipAddress\",\n type: {\n name: \"String\"\n }\n },\n portNumber: {\n serializedName: \"properties.portNumber\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const MachineGroup: coreClient.CompositeMapper = {\n serializedName: \"machineGroup\",\n type: {\n name: \"Composite\",\n className: \"MachineGroup\",\n uberParent: \"CoreResource\",\n polymorphicDiscriminator: CoreResource.type.polymorphicDiscriminator,\n modelProperties: {\n ...CoreResource.type.modelProperties,\n groupType: {\n serializedName: \"properties.groupType\",\n type: {\n name: \"String\"\n }\n },\n displayName: {\n constraints: {\n MaxLength: 256,\n MinLength: 1\n },\n serializedName: \"properties.displayName\",\n type: {\n name: \"String\"\n }\n },\n count: {\n serializedName: \"properties.count\",\n type: {\n name: \"Number\"\n }\n },\n machines: {\n serializedName: \"properties.machines\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MachineReferenceWithHints\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ClientGroup: coreClient.CompositeMapper = {\n serializedName: \"clientGroup\",\n type: {\n name: \"Composite\",\n className: \"ClientGroup\",\n uberParent: \"CoreResource\",\n polymorphicDiscriminator: CoreResource.type.polymorphicDiscriminator,\n modelProperties: {\n ...CoreResource.type.modelProperties,\n clientsOf: {\n serializedName: \"properties.clientsOf\",\n type: {\n name: \"Composite\",\n className: \"ResourceReference\"\n }\n }\n }\n }\n};\n\nexport const Connection: coreClient.CompositeMapper = {\n serializedName: \"rel:connection\",\n type: {\n name: \"Composite\",\n className: \"Connection\",\n uberParent: \"Relationship\",\n polymorphicDiscriminator: Relationship.type.polymorphicDiscriminator,\n modelProperties: {\n ...Relationship.type.modelProperties,\n source: {\n serializedName: \"properties.source\",\n type: {\n name: \"Composite\",\n className: \"ResourceReference\"\n }\n },\n destination: {\n serializedName: \"properties.destination\",\n type: {\n name: \"Composite\",\n className: \"ResourceReference\"\n }\n },\n startTime: {\n serializedName: \"properties.startTime\",\n type: {\n name: \"DateTime\"\n }\n },\n endTime: {\n serializedName: \"properties.endTime\",\n type: {\n name: \"DateTime\"\n }\n },\n serverPort: {\n serializedName: \"properties.serverPort\",\n type: {\n name: \"Composite\",\n className: \"PortReference\"\n }\n },\n failureState: {\n serializedName: \"properties.failureState\",\n type: {\n name: \"Enum\",\n allowedValues: [\"ok\", \"failed\", \"mixed\"]\n }\n }\n }\n }\n};\n\nexport const Acceptor: coreClient.CompositeMapper = {\n serializedName: \"rel:acceptor\",\n type: {\n name: \"Composite\",\n className: \"Acceptor\",\n uberParent: \"Relationship\",\n polymorphicDiscriminator: Relationship.type.polymorphicDiscriminator,\n modelProperties: {\n ...Relationship.type.modelProperties,\n source: {\n serializedName: \"properties.source\",\n type: {\n name: \"Composite\",\n className: \"PortReference\"\n }\n },\n destination: {\n serializedName: \"properties.destination\",\n type: {\n name: \"Composite\",\n className: \"ProcessReference\"\n }\n },\n startTime: {\n serializedName: \"properties.startTime\",\n type: {\n name: \"DateTime\"\n }\n },\n endTime: {\n serializedName: \"properties.endTime\",\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const MachinesSummary: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MachinesSummary\",\n modelProperties: {\n ...Summary.type.modelProperties,\n startTime: {\n serializedName: \"properties.startTime\",\n type: {\n name: \"DateTime\"\n }\n },\n endTime: {\n serializedName: \"properties.endTime\",\n type: {\n name: \"DateTime\"\n }\n },\n total: {\n serializedName: \"properties.total\",\n type: {\n name: \"Number\"\n }\n },\n live: {\n serializedName: \"properties.live\",\n type: {\n name: \"Number\"\n }\n },\n os: {\n serializedName: \"properties.os\",\n type: {\n name: \"Composite\",\n className: \"MachineCountsByOperatingSystem\"\n }\n }\n }\n }\n};\n\nexport const MachineListMapRequest: coreClient.CompositeMapper = {\n serializedName: \"map:machine-list-dependency\",\n type: {\n name: \"Composite\",\n className: \"MachineListMapRequest\",\n uberParent: \"MultipleMachinesMapRequest\",\n polymorphicDiscriminator:\n MultipleMachinesMapRequest.type.polymorphicDiscriminator,\n modelProperties: {\n ...MultipleMachinesMapRequest.type.modelProperties,\n machineIds: {\n serializedName: \"machineIds\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const MachineGroupMapRequest: coreClient.CompositeMapper = {\n serializedName: \"map:machine-group-dependency\",\n type: {\n name: \"Composite\",\n className: \"MachineGroupMapRequest\",\n uberParent: \"MultipleMachinesMapRequest\",\n polymorphicDiscriminator:\n MultipleMachinesMapRequest.type.polymorphicDiscriminator,\n modelProperties: {\n ...MultipleMachinesMapRequest.type.modelProperties,\n machineGroupId: {\n serializedName: \"machineGroupId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport let discriminators = {\n HostingConfiguration: HostingConfiguration,\n ResourceReference: ResourceReference,\n ProcessHostingConfiguration: ProcessHostingConfiguration,\n MapRequest: MapRequest,\n \"HostingConfiguration.provider:azure\": AzureHostingConfiguration,\n \"Resource.CoreResource\": CoreResource,\n \"Resource.Relationship\": Relationship,\n \"ResourceReference.ref:machine\": MachineReference,\n \"ResourceReference.ref:port\": PortReference,\n \"ResourceReference.ref:machinewithhints\": MachineReferenceWithHints,\n \"ResourceReference.ref:process\": ProcessReference,\n \"ResourceReference.ref:clientgroup\": ClientGroupReference,\n \"ProcessHostingConfiguration.provider:azure\": AzureProcessHostingConfiguration,\n \"MapRequest.map:single-machine-dependency\": SingleMachineDependencyMapRequest,\n \"MapRequest.MultipleMachinesMapRequest\": MultipleMachinesMapRequest,\n \"CoreResource.machine\": Machine,\n \"CoreResource.process\": Process,\n \"CoreResource.port\": Port,\n \"CoreResource.machineGroup\": MachineGroup,\n \"CoreResource.clientGroup\": ClientGroup,\n \"Relationship.rel:connection\": Connection,\n \"Relationship.rel:acceptor\": Acceptor,\n \"MultipleMachinesMapRequest.map:machine-list-dependency\": MachineListMapRequest,\n \"MultipleMachinesMapRequest.map:machine-group-dependency\": MachineGroupMapRequest\n};\n"]}
@@ -5,7 +5,7 @@
5
5
  * Code generated by Microsoft (R) AutoRest Code Generator.
6
6
  * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
7
  */
8
- import { MapRequest as MapRequestMapper, MachineGroup as MachineGroupMapper } from "../models/mappers";
8
+ import { MapRequest as MapRequestMapper, MachineGroup as MachineGroupMapper } from "../models/mappers.js";
9
9
  export const accept = {
10
10
  parameterPath: "accept",
11
11
  mapper: {
@@ -0,0 +1 @@
1
+ {"version":3,"file":"parameters.js","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport {\n OperationParameter,\n OperationURLParameter,\n OperationQueryParameter\n} from \"@azure/core-client\";\nimport {\n MapRequest as MapRequestMapper,\n MachineGroup as MachineGroupMapper\n} from \"../models/mappers.js\";\n\nexport const accept: OperationParameter = {\n parameterPath: \"accept\",\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Accept\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const $host: OperationURLParameter = {\n parameterPath: \"$host\",\n mapper: {\n serializedName: \"$host\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const subscriptionId: OperationURLParameter = {\n parameterPath: \"subscriptionId\",\n mapper: {\n serializedName: \"subscriptionId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const resourceGroupName: OperationURLParameter = {\n parameterPath: \"resourceGroupName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"[a-zA-Z0-9_-]+\"),\n MaxLength: 64,\n MinLength: 1\n },\n serializedName: \"resourceGroupName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const workspaceName: OperationURLParameter = {\n parameterPath: \"workspaceName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"[a-zA-Z0-9_][a-zA-Z0-9_-]+[a-zA-Z0-9_]\"),\n MaxLength: 63,\n MinLength: 3\n },\n serializedName: \"workspaceName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const apiVersion: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2015-11-01-preview\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const live: OperationQueryParameter = {\n parameterPath: [\"options\", \"live\"],\n mapper: {\n defaultValue: true,\n serializedName: \"live\",\n type: {\n name: \"Boolean\"\n }\n }\n};\n\nexport const startTime: OperationQueryParameter = {\n parameterPath: [\"options\", \"startTime\"],\n mapper: {\n serializedName: \"startTime\",\n type: {\n name: \"DateTime\"\n }\n }\n};\n\nexport const endTime: OperationQueryParameter = {\n parameterPath: [\"options\", \"endTime\"],\n mapper: {\n serializedName: \"endTime\",\n type: {\n name: \"DateTime\"\n }\n }\n};\n\nexport const timestamp: OperationQueryParameter = {\n parameterPath: [\"options\", \"timestamp\"],\n mapper: {\n serializedName: \"timestamp\",\n type: {\n name: \"DateTime\"\n }\n }\n};\n\nexport const top: OperationQueryParameter = {\n parameterPath: [\"options\", \"top\"],\n mapper: {\n constraints: {\n InclusiveMaximum: 200,\n InclusiveMinimum: 1\n },\n serializedName: \"$top\",\n type: {\n name: \"Number\"\n }\n }\n};\n\nexport const machineName: OperationURLParameter = {\n parameterPath: \"machineName\",\n mapper: {\n constraints: {\n MaxLength: 64,\n MinLength: 3\n },\n serializedName: \"machineName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const nextLink: OperationURLParameter = {\n parameterPath: \"nextLink\",\n mapper: {\n serializedName: \"nextLink\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const processName: OperationURLParameter = {\n parameterPath: \"processName\",\n mapper: {\n constraints: {\n MaxLength: 128,\n MinLength: 3\n },\n serializedName: \"processName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const portName: OperationURLParameter = {\n parameterPath: \"portName\",\n mapper: {\n constraints: {\n MaxLength: 64,\n MinLength: 3\n },\n serializedName: \"portName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const clientGroupName: OperationURLParameter = {\n parameterPath: \"clientGroupName\",\n mapper: {\n constraints: {\n MaxLength: 256,\n MinLength: 3\n },\n serializedName: \"clientGroupName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const contentType: OperationParameter = {\n parameterPath: [\"options\", \"contentType\"],\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Content-Type\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const request: OperationParameter = {\n parameterPath: \"request\",\n mapper: MapRequestMapper\n};\n\nexport const machineGroup: OperationParameter = {\n parameterPath: \"machineGroup\",\n mapper: MachineGroupMapper\n};\n\nexport const machineGroupName: OperationURLParameter = {\n parameterPath: \"machineGroupName\",\n mapper: {\n constraints: {\n MaxLength: 36,\n MinLength: 36\n },\n serializedName: \"machineGroupName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n"]}
@@ -1,7 +1,7 @@
1
1
  import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
- import { ClientGroups } from "../operationsInterfaces";
3
- import { ServiceMap } from "../serviceMap";
4
- import { ClientGroupMember, ClientGroupsListMembersOptionalParams, ClientGroupsGetOptionalParams, ClientGroupsGetResponse, ClientGroupsGetMembersCountOptionalParams, ClientGroupsGetMembersCountResponse } from "../models";
2
+ import { ClientGroups } from "../operationsInterfaces/index.js";
3
+ import { ServiceMap } from "../serviceMap.js";
4
+ import { ClientGroupMember, ClientGroupsListMembersOptionalParams, ClientGroupsGetOptionalParams, ClientGroupsGetResponse, ClientGroupsGetMembersCountOptionalParams, ClientGroupsGetMembersCountResponse } from "../models/index.js";
5
5
  /** Class containing ClientGroups operations. */
6
6
  export declare class ClientGroupsImpl implements ClientGroups {
7
7
  private readonly client;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"clientGroups.d.ts","sourceRoot":"","sources":["../../../src/operations/clientGroups.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,YAAY,EAAE,MAAM,kCAAkC,CAAC;AAIhE,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAC9C,OAAO,EACL,iBAAiB,EAEjB,qCAAqC,EAErC,6BAA6B,EAC7B,uBAAuB,EACvB,yCAAyC,EACzC,mCAAmC,EAEpC,MAAM,oBAAoB,CAAC;AAG5B,gDAAgD;AAChD,qBAAa,gBAAiB,YAAW,YAAY;IACnD,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAa;IAEpC;;;OAGG;gBACS,MAAM,EAAE,UAAU;IAI9B;;;;;;OAMG;IACI,WAAW,CAChB,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,MAAM,EACrB,eAAe,EAAE,MAAM,EACvB,OAAO,CAAC,EAAE,qCAAqC,GAC9C,0BAA0B,CAAC,iBAAiB,CAAC;YA6BjC,qBAAqB;YAoCrB,oBAAoB;IAgBnC;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,MAAM,EACrB,eAAe,EAAE,MAAM,EACvB,OAAO,CAAC,EAAE,6BAA6B,GACtC,OAAO,CAAC,uBAAuB,CAAC;IAOnC;;;;;;OAMG;IACH,eAAe,CACb,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,MAAM,EACrB,eAAe,EAAE,MAAM,EACvB,OAAO,CAAC,EAAE,yCAAyC,GAClD,OAAO,CAAC,mCAAmC,CAAC;IAO/C;;;;;;OAMG;IACH,OAAO,CAAC,YAAY;IAYpB;;;;;;;OAOG;IACH,OAAO,CAAC,gBAAgB;CAYzB"}
@@ -5,13 +5,14 @@
5
5
  * Code generated by Microsoft (R) AutoRest Code Generator.
6
6
  * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
7
  */
8
- import { __asyncDelegator, __asyncGenerator, __asyncValues, __await } from "tslib";
8
+ import { setContinuationToken } from "../pagingHelper.js";
9
9
  import * as coreClient from "@azure/core-client";
10
- import * as Mappers from "../models/mappers";
11
- import * as Parameters from "../models/parameters";
10
+ import * as Mappers from "../models/mappers.js";
11
+ import * as Parameters from "../models/parameters.js";
12
12
  /// <reference lib="esnext.asynciterable" />
13
13
  /** Class containing ClientGroups operations. */
14
14
  export class ClientGroupsImpl {
15
+ client;
15
16
  /**
16
17
  * Initialize a new instance of the class ClientGroups class.
17
18
  * @param client Reference to the service client
@@ -35,40 +36,36 @@ export class ClientGroupsImpl {
35
36
  [Symbol.asyncIterator]() {
36
37
  return this;
37
38
  },
38
- byPage: () => {
39
- return this.listMembersPagingPage(resourceGroupName, workspaceName, clientGroupName, options);
39
+ byPage: (settings) => {
40
+ if (settings?.maxPageSize) {
41
+ throw new Error("maxPageSize is not supported by this operation.");
42
+ }
43
+ return this.listMembersPagingPage(resourceGroupName, workspaceName, clientGroupName, options, settings);
40
44
  }
41
45
  };
42
46
  }
43
- listMembersPagingPage(resourceGroupName, workspaceName, clientGroupName, options) {
44
- return __asyncGenerator(this, arguments, function* listMembersPagingPage_1() {
45
- let result = yield __await(this._listMembers(resourceGroupName, workspaceName, clientGroupName, options));
46
- yield yield __await(result.value || []);
47
- let continuationToken = result.nextLink;
48
- while (continuationToken) {
49
- result = yield __await(this._listMembersNext(resourceGroupName, workspaceName, clientGroupName, continuationToken, options));
50
- continuationToken = result.nextLink;
51
- yield yield __await(result.value || []);
52
- }
53
- });
47
+ async *listMembersPagingPage(resourceGroupName, workspaceName, clientGroupName, options, settings) {
48
+ let result;
49
+ let continuationToken = settings?.continuationToken;
50
+ if (!continuationToken) {
51
+ result = await this._listMembers(resourceGroupName, workspaceName, clientGroupName, options);
52
+ let page = result.value || [];
53
+ continuationToken = result.nextLink;
54
+ setContinuationToken(page, continuationToken);
55
+ yield page;
56
+ }
57
+ while (continuationToken) {
58
+ result = await this._listMembersNext(resourceGroupName, workspaceName, clientGroupName, continuationToken, options);
59
+ continuationToken = result.nextLink;
60
+ let page = result.value || [];
61
+ setContinuationToken(page, continuationToken);
62
+ yield page;
63
+ }
54
64
  }
55
- listMembersPagingAll(resourceGroupName, workspaceName, clientGroupName, options) {
56
- return __asyncGenerator(this, arguments, function* listMembersPagingAll_1() {
57
- var e_1, _a;
58
- try {
59
- for (var _b = __asyncValues(this.listMembersPagingPage(resourceGroupName, workspaceName, clientGroupName, options)), _c; _c = yield __await(_b.next()), !_c.done;) {
60
- const page = _c.value;
61
- yield __await(yield* __asyncDelegator(__asyncValues(page)));
62
- }
63
- }
64
- catch (e_1_1) { e_1 = { error: e_1_1 }; }
65
- finally {
66
- try {
67
- if (_c && !_c.done && (_a = _b.return)) yield __await(_a.call(_b));
68
- }
69
- finally { if (e_1) throw e_1.error; }
70
- }
71
- });
65
+ async *listMembersPagingAll(resourceGroupName, workspaceName, clientGroupName, options) {
66
+ for await (const page of this.listMembersPagingPage(resourceGroupName, workspaceName, clientGroupName, options)) {
67
+ yield* page;
68
+ }
72
69
  }
73
70
  /**
74
71
  * Retrieves the specified client group
@@ -204,12 +201,6 @@ const listMembersNextOperationSpec = {
204
201
  bodyMapper: Mappers.ErrorResponse
205
202
  }
206
203
  },
207
- queryParameters: [
208
- Parameters.apiVersion,
209
- Parameters.startTime,
210
- Parameters.endTime,
211
- Parameters.top
212
- ],
213
204
  urlParameters: [
214
205
  Parameters.$host,
215
206
  Parameters.subscriptionId,
@@ -0,0 +1 @@
1
+ {"version":3,"file":"clientGroups.js","sourceRoot":"","sources":["../../../src/operations/clientGroups.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAGH,OAAO,EAAE,oBAAoB,EAAE,MAAM,oBAAoB,CAAC;AAE1D,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,OAAO,MAAM,sBAAsB,CAAC;AAChD,OAAO,KAAK,UAAU,MAAM,yBAAyB,CAAC;AActD,4CAA4C;AAC5C,gDAAgD;AAChD,MAAM,OAAO,gBAAgB;IACV,MAAM,CAAa;IAEpC;;;OAGG;IACH,YAAY,MAAkB;QAC5B,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAED;;;;;;OAMG;IACI,WAAW,CAChB,iBAAyB,EACzB,aAAqB,EACrB,eAAuB,EACvB,OAA+C;QAE/C,MAAM,IAAI,GAAG,IAAI,CAAC,oBAAoB,CACpC,iBAAiB,EACjB,aAAa,EACb,eAAe,EACf,OAAO,CACR,CAAC;QACF,OAAO;YACL,IAAI;gBACF,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;YACrB,CAAC;YACD,CAAC,MAAM,CAAC,aAAa,CAAC;gBACpB,OAAO,IAAI,CAAC;YACd,CAAC;YACD,MAAM,EAAE,CAAC,QAAuB,EAAE,EAAE;gBAClC,IAAI,QAAQ,EAAE,WAAW,EAAE,CAAC;oBAC1B,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;gBACrE,CAAC;gBACD,OAAO,IAAI,CAAC,qBAAqB,CAC/B,iBAAiB,EACjB,aAAa,EACb,eAAe,EACf,OAAO,EACP,QAAQ,CACT,CAAC;YACJ,CAAC;SACF,CAAC;IACJ,CAAC;IAEO,KAAK,CAAC,CAAC,qBAAqB,CAClC,iBAAyB,EACzB,aAAqB,EACrB,eAAuB,EACvB,OAA+C,EAC/C,QAAuB;QAEvB,IAAI,MAAuC,CAAC;QAC5C,IAAI,iBAAiB,GAAG,QAAQ,EAAE,iBAAiB,CAAC;QACpD,IAAI,CAAC,iBAAiB,EAAE,CAAC;YACvB,MAAM,GAAG,MAAM,IAAI,CAAC,YAAY,CAC9B,iBAAiB,EACjB,aAAa,EACb,eAAe,EACf,OAAO,CACR,CAAC;YACF,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;YAC9B,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;YACpC,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;YAC9C,MAAM,IAAI,CAAC;QACb,CAAC;QACD,OAAO,iBAAiB,EAAE,CAAC;YACzB,MAAM,GAAG,MAAM,IAAI,CAAC,gBAAgB,CAClC,iBAAiB,EACjB,aAAa,EACb,eAAe,EACf,iBAAiB,EACjB,OAAO,CACR,CAAC;YACF,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;YACpC,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;YAC9B,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;YAC9C,MAAM,IAAI,CAAC;QACb,CAAC;IACH,CAAC;IAEO,KAAK,CAAC,CAAC,oBAAoB,CACjC,iBAAyB,EACzB,aAAqB,EACrB,eAAuB,EACvB,OAA+C;QAE/C,IAAI,KAAK,EAAE,MAAM,IAAI,IAAI,IAAI,CAAC,qBAAqB,CACjD,iBAAiB,EACjB,aAAa,EACb,eAAe,EACf,OAAO,CACR,EAAE,CAAC;YACF,KAAK,CAAC,CAAC,IAAI,CAAC;QACd,CAAC;IACH,CAAC;IAED;;;;;;OAMG;IACH,GAAG,CACD,iBAAyB,EACzB,aAAqB,EACrB,eAAuB,EACvB,OAAuC;QAEvC,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,aAAa,EAAE,eAAe,EAAE,OAAO,EAAE,EAC9D,gBAAgB,CACjB,CAAC;IACJ,CAAC;IAED;;;;;;OAMG;IACH,eAAe,CACb,iBAAyB,EACzB,aAAqB,EACrB,eAAuB,EACvB,OAAmD;QAEnD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,aAAa,EAAE,eAAe,EAAE,OAAO,EAAE,EAC9D,4BAA4B,CAC7B,CAAC;IACJ,CAAC;IAED;;;;;;OAMG;IACK,YAAY,CAClB,iBAAyB,EACzB,aAAqB,EACrB,eAAuB,EACvB,OAA+C;QAE/C,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,aAAa,EAAE,eAAe,EAAE,OAAO,EAAE,EAC9D,wBAAwB,CACzB,CAAC;IACJ,CAAC;IAED;;;;;;;OAOG;IACK,gBAAgB,CACtB,iBAAyB,EACzB,aAAqB,EACrB,eAAuB,EACvB,QAAgB,EAChB,OAAmD;QAEnD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,aAAa,EAAE,eAAe,EAAE,QAAQ,EAAE,OAAO,EAAE,EACxE,4BAA4B,CAC7B,CAAC;IACJ,CAAC;CACF;AACD,2BAA2B;AAC3B,MAAM,UAAU,GAAG,UAAU,CAAC,gBAAgB,CAAC,OAAO,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;AAE3E,MAAM,gBAAgB,GAA6B;IACjD,IAAI,EACF,0LAA0L;IAC5L,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,WAAW;SAChC;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,eAAe,EAAE;QACf,UAAU,CAAC,UAAU;QACrB,UAAU,CAAC,SAAS;QACpB,UAAU,CAAC,OAAO;KACnB;IACD,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,aAAa;QACxB,UAAU,CAAC,eAAe;KAC3B;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,4BAA4B,GAA6B;IAC7D,IAAI,EACF,uMAAuM;IACzM,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,uBAAuB;SAC5C;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,eAAe,EAAE;QACf,UAAU,CAAC,UAAU;QACrB,UAAU,CAAC,SAAS;QACpB,UAAU,CAAC,OAAO;KACnB;IACD,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,aAAa;QACxB,UAAU,CAAC,eAAe;KAC3B;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,wBAAwB,GAA6B;IACzD,IAAI,EACF,kMAAkM;IACpM,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,4BAA4B;SACjD;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,eAAe,EAAE;QACf,UAAU,CAAC,UAAU;QACrB,UAAU,CAAC,SAAS;QACpB,UAAU,CAAC,OAAO;QAClB,UAAU,CAAC,GAAG;KACf;IACD,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,aAAa;QACxB,UAAU,CAAC,eAAe;KAC3B;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,4BAA4B,GAA6B;IAC7D,IAAI,EAAE,YAAY;IAClB,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,4BAA4B;SACjD;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,aAAa;QACxB,UAAU,CAAC,QAAQ;QACnB,UAAU,CAAC,eAAe;KAC3B;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC","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 { ClientGroups } 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 { ServiceMap } from \"../serviceMap.js\";\nimport {\n ClientGroupMember,\n ClientGroupsListMembersNextOptionalParams,\n ClientGroupsListMembersOptionalParams,\n ClientGroupsListMembersResponse,\n ClientGroupsGetOptionalParams,\n ClientGroupsGetResponse,\n ClientGroupsGetMembersCountOptionalParams,\n ClientGroupsGetMembersCountResponse,\n ClientGroupsListMembersNextResponse\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing ClientGroups operations. */\nexport class ClientGroupsImpl implements ClientGroups {\n private readonly client: ServiceMap;\n\n /**\n * Initialize a new instance of the class ClientGroups class.\n * @param client Reference to the service client\n */\n constructor(client: ServiceMap) {\n this.client = client;\n }\n\n /**\n * Returns the members of the client group during the specified time interval.\n * @param resourceGroupName Resource group name within the specified subscriptionId.\n * @param workspaceName OMS workspace containing the resources of interest.\n * @param clientGroupName Client Group resource name.\n * @param options The options parameters.\n */\n public listMembers(\n resourceGroupName: string,\n workspaceName: string,\n clientGroupName: string,\n options?: ClientGroupsListMembersOptionalParams\n ): PagedAsyncIterableIterator<ClientGroupMember> {\n const iter = this.listMembersPagingAll(\n resourceGroupName,\n workspaceName,\n clientGroupName,\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.listMembersPagingPage(\n resourceGroupName,\n workspaceName,\n clientGroupName,\n options,\n settings\n );\n }\n };\n }\n\n private async *listMembersPagingPage(\n resourceGroupName: string,\n workspaceName: string,\n clientGroupName: string,\n options?: ClientGroupsListMembersOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<ClientGroupMember[]> {\n let result: ClientGroupsListMembersResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listMembers(\n resourceGroupName,\n workspaceName,\n clientGroupName,\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._listMembersNext(\n resourceGroupName,\n workspaceName,\n clientGroupName,\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 *listMembersPagingAll(\n resourceGroupName: string,\n workspaceName: string,\n clientGroupName: string,\n options?: ClientGroupsListMembersOptionalParams\n ): AsyncIterableIterator<ClientGroupMember> {\n for await (const page of this.listMembersPagingPage(\n resourceGroupName,\n workspaceName,\n clientGroupName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Retrieves the specified client group\n * @param resourceGroupName Resource group name within the specified subscriptionId.\n * @param workspaceName OMS workspace containing the resources of interest.\n * @param clientGroupName Client Group resource name.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n workspaceName: string,\n clientGroupName: string,\n options?: ClientGroupsGetOptionalParams\n ): Promise<ClientGroupsGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, workspaceName, clientGroupName, options },\n getOperationSpec\n );\n }\n\n /**\n * Returns the approximate number of members in the client group.\n * @param resourceGroupName Resource group name within the specified subscriptionId.\n * @param workspaceName OMS workspace containing the resources of interest.\n * @param clientGroupName Client Group resource name.\n * @param options The options parameters.\n */\n getMembersCount(\n resourceGroupName: string,\n workspaceName: string,\n clientGroupName: string,\n options?: ClientGroupsGetMembersCountOptionalParams\n ): Promise<ClientGroupsGetMembersCountResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, workspaceName, clientGroupName, options },\n getMembersCountOperationSpec\n );\n }\n\n /**\n * Returns the members of the client group during the specified time interval.\n * @param resourceGroupName Resource group name within the specified subscriptionId.\n * @param workspaceName OMS workspace containing the resources of interest.\n * @param clientGroupName Client Group resource name.\n * @param options The options parameters.\n */\n private _listMembers(\n resourceGroupName: string,\n workspaceName: string,\n clientGroupName: string,\n options?: ClientGroupsListMembersOptionalParams\n ): Promise<ClientGroupsListMembersResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, workspaceName, clientGroupName, options },\n listMembersOperationSpec\n );\n }\n\n /**\n * ListMembersNext\n * @param resourceGroupName Resource group name within the specified subscriptionId.\n * @param workspaceName OMS workspace containing the resources of interest.\n * @param clientGroupName Client Group resource name.\n * @param nextLink The nextLink from the previous successful call to the ListMembers method.\n * @param options The options parameters.\n */\n private _listMembersNext(\n resourceGroupName: string,\n workspaceName: string,\n clientGroupName: string,\n nextLink: string,\n options?: ClientGroupsListMembersNextOptionalParams\n ): Promise<ClientGroupsListMembersNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, workspaceName, clientGroupName, nextLink, options },\n listMembersNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/features/serviceMap/clientGroups/{clientGroupName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ClientGroup\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [\n Parameters.apiVersion,\n Parameters.startTime,\n Parameters.endTime\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.workspaceName,\n Parameters.clientGroupName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getMembersCountOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/features/serviceMap/clientGroups/{clientGroupName}/membersCount\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ClientGroupMembersCount\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [\n Parameters.apiVersion,\n Parameters.startTime,\n Parameters.endTime\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.workspaceName,\n Parameters.clientGroupName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listMembersOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/features/serviceMap/clientGroups/{clientGroupName}/members\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ClientGroupMembersCollection\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [\n Parameters.apiVersion,\n Parameters.startTime,\n Parameters.endTime,\n Parameters.top\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.workspaceName,\n Parameters.clientGroupName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listMembersNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ClientGroupMembersCollection\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.workspaceName,\n Parameters.nextLink,\n Parameters.clientGroupName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n"]}
@@ -0,0 +1,8 @@
1
+ export * from "./machines.js";
2
+ export * from "./processes.js";
3
+ export * from "./ports.js";
4
+ export * from "./clientGroups.js";
5
+ export * from "./maps.js";
6
+ export * from "./summaries.js";
7
+ export * from "./machineGroups.js";
8
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":"AAQA,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,cAAc,mBAAmB,CAAC;AAClC,cAAc,WAAW,CAAC;AAC1B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,oBAAoB,CAAC"}
@@ -0,0 +1,15 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ export * from "./machines.js";
9
+ export * from "./processes.js";
10
+ export * from "./ports.js";
11
+ export * from "./clientGroups.js";
12
+ export * from "./maps.js";
13
+ export * from "./summaries.js";
14
+ export * from "./machineGroups.js";
15
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,cAAc,mBAAmB,CAAC;AAClC,cAAc,WAAW,CAAC;AAC1B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,oBAAoB,CAAC","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\nexport * from \"./machines.js\";\nexport * from \"./processes.js\";\nexport * from \"./ports.js\";\nexport * from \"./clientGroups.js\";\nexport * from \"./maps.js\";\nexport * from \"./summaries.js\";\nexport * from \"./machineGroups.js\";\n"]}
@@ -1,7 +1,7 @@
1
1
  import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
- import { MachineGroups } from "../operationsInterfaces";
3
- import { ServiceMap } from "../serviceMap";
4
- import { MachineGroup, MachineGroupsListByWorkspaceOptionalParams, MachineGroupsCreateOptionalParams, MachineGroupsCreateResponse, MachineGroupsGetOptionalParams, MachineGroupsGetResponse, MachineGroupsUpdateOptionalParams, MachineGroupsUpdateResponse, MachineGroupsDeleteOptionalParams } from "../models";
2
+ import { MachineGroups } from "../operationsInterfaces/index.js";
3
+ import { ServiceMap } from "../serviceMap.js";
4
+ import { MachineGroup, MachineGroupsListByWorkspaceOptionalParams, MachineGroupsCreateOptionalParams, MachineGroupsCreateResponse, MachineGroupsGetOptionalParams, MachineGroupsGetResponse, MachineGroupsUpdateOptionalParams, MachineGroupsUpdateResponse, MachineGroupsDeleteOptionalParams } from "../models/index.js";
5
5
  /** Class containing MachineGroups operations. */
6
6
  export declare class MachineGroupsImpl implements MachineGroups {
7
7
  private readonly client;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"machineGroups.d.ts","sourceRoot":"","sources":["../../../src/operations/machineGroups.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,aAAa,EAAE,MAAM,kCAAkC,CAAC;AAIjE,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAC9C,OAAO,EACL,YAAY,EAEZ,0CAA0C,EAE1C,iCAAiC,EACjC,2BAA2B,EAC3B,8BAA8B,EAC9B,wBAAwB,EACxB,iCAAiC,EACjC,2BAA2B,EAC3B,iCAAiC,EAElC,MAAM,oBAAoB,CAAC;AAG5B,iDAAiD;AACjD,qBAAa,iBAAkB,YAAW,aAAa;IACrD,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAa;IAEpC;;;OAGG;gBACS,MAAM,EAAE,UAAU;IAI9B;;;;;OAKG;IACI,eAAe,CACpB,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,MAAM,EACrB,OAAO,CAAC,EAAE,0CAA0C,GACnD,0BAA0B,CAAC,YAAY,CAAC;YA2B5B,yBAAyB;YAiCzB,wBAAwB;IAcvC;;;;;OAKG;IACH,OAAO,CAAC,gBAAgB;IAWxB;;;;;;OAMG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,MAAM,EACrB,YAAY,EAAE,YAAY,EAC1B,OAAO,CAAC,EAAE,iCAAiC,GAC1C,OAAO,CAAC,2BAA2B,CAAC;IAOvC;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,MAAM,EACrB,gBAAgB,EAAE,MAAM,EACxB,OAAO,CAAC,EAAE,8BAA8B,GACvC,OAAO,CAAC,wBAAwB,CAAC;IAOpC;;;;;;;OAOG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,MAAM,EACrB,gBAAgB,EAAE,MAAM,EACxB,YAAY,EAAE,YAAY,EAC1B,OAAO,CAAC,EAAE,iCAAiC,GAC1C,OAAO,CAAC,2BAA2B,CAAC;IAavC;;;;;;OAMG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,MAAM,EACrB,gBAAgB,EAAE,MAAM,EACxB,OAAO,CAAC,EAAE,iCAAiC,GAC1C,OAAO,CAAC,IAAI,CAAC;IAOhB;;;;;;OAMG;IACH,OAAO,CAAC,oBAAoB;CAW7B"}
@@ -5,13 +5,14 @@
5
5
  * Code generated by Microsoft (R) AutoRest Code Generator.
6
6
  * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
7
  */
8
- import { __asyncDelegator, __asyncGenerator, __asyncValues, __await } from "tslib";
8
+ import { setContinuationToken } from "../pagingHelper.js";
9
9
  import * as coreClient from "@azure/core-client";
10
- import * as Mappers from "../models/mappers";
11
- import * as Parameters from "../models/parameters";
10
+ import * as Mappers from "../models/mappers.js";
11
+ import * as Parameters from "../models/parameters.js";
12
12
  /// <reference lib="esnext.asynciterable" />
13
13
  /** Class containing MachineGroups operations. */
14
14
  export class MachineGroupsImpl {
15
+ client;
15
16
  /**
16
17
  * Initialize a new instance of the class MachineGroups class.
17
18
  * @param client Reference to the service client
@@ -34,40 +35,36 @@ export class MachineGroupsImpl {
34
35
  [Symbol.asyncIterator]() {
35
36
  return this;
36
37
  },
37
- byPage: () => {
38
- return this.listByWorkspacePagingPage(resourceGroupName, workspaceName, options);
38
+ byPage: (settings) => {
39
+ if (settings?.maxPageSize) {
40
+ throw new Error("maxPageSize is not supported by this operation.");
41
+ }
42
+ return this.listByWorkspacePagingPage(resourceGroupName, workspaceName, options, settings);
39
43
  }
40
44
  };
41
45
  }
42
- listByWorkspacePagingPage(resourceGroupName, workspaceName, options) {
43
- return __asyncGenerator(this, arguments, function* listByWorkspacePagingPage_1() {
44
- let result = yield __await(this._listByWorkspace(resourceGroupName, workspaceName, options));
45
- yield yield __await(result.value || []);
46
- let continuationToken = result.nextLink;
47
- while (continuationToken) {
48
- result = yield __await(this._listByWorkspaceNext(resourceGroupName, workspaceName, continuationToken, options));
49
- continuationToken = result.nextLink;
50
- yield yield __await(result.value || []);
51
- }
52
- });
46
+ async *listByWorkspacePagingPage(resourceGroupName, workspaceName, options, settings) {
47
+ let result;
48
+ let continuationToken = settings?.continuationToken;
49
+ if (!continuationToken) {
50
+ result = await this._listByWorkspace(resourceGroupName, workspaceName, options);
51
+ let page = result.value || [];
52
+ continuationToken = result.nextLink;
53
+ setContinuationToken(page, continuationToken);
54
+ yield page;
55
+ }
56
+ while (continuationToken) {
57
+ result = await this._listByWorkspaceNext(resourceGroupName, workspaceName, continuationToken, options);
58
+ continuationToken = result.nextLink;
59
+ let page = result.value || [];
60
+ setContinuationToken(page, continuationToken);
61
+ yield page;
62
+ }
53
63
  }
54
- listByWorkspacePagingAll(resourceGroupName, workspaceName, options) {
55
- return __asyncGenerator(this, arguments, function* listByWorkspacePagingAll_1() {
56
- var e_1, _a;
57
- try {
58
- for (var _b = __asyncValues(this.listByWorkspacePagingPage(resourceGroupName, workspaceName, options)), _c; _c = yield __await(_b.next()), !_c.done;) {
59
- const page = _c.value;
60
- yield __await(yield* __asyncDelegator(__asyncValues(page)));
61
- }
62
- }
63
- catch (e_1_1) { e_1 = { error: e_1_1 }; }
64
- finally {
65
- try {
66
- if (_c && !_c.done && (_a = _b.return)) yield __await(_a.call(_b));
67
- }
68
- finally { if (e_1) throw e_1.error; }
69
- }
70
- });
64
+ async *listByWorkspacePagingAll(resourceGroupName, workspaceName, options) {
65
+ for await (const page of this.listByWorkspacePagingPage(resourceGroupName, workspaceName, options)) {
66
+ yield* page;
67
+ }
71
68
  }
72
69
  /**
73
70
  * Returns all machine groups during the specified time interval.
@@ -267,11 +264,6 @@ const listByWorkspaceNextOperationSpec = {
267
264
  bodyMapper: Mappers.ErrorResponse
268
265
  }
269
266
  },
270
- queryParameters: [
271
- Parameters.apiVersion,
272
- Parameters.startTime,
273
- Parameters.endTime
274
- ],
275
267
  urlParameters: [
276
268
  Parameters.$host,
277
269
  Parameters.subscriptionId,
@@ -0,0 +1 @@
1
+ {"version":3,"file":"machineGroups.js","sourceRoot":"","sources":["../../../src/operations/machineGroups.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 { MachineGroups } 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 { ServiceMap } from \"../serviceMap.js\";\nimport {\n MachineGroup,\n MachineGroupsListByWorkspaceNextOptionalParams,\n MachineGroupsListByWorkspaceOptionalParams,\n MachineGroupsListByWorkspaceResponse,\n MachineGroupsCreateOptionalParams,\n MachineGroupsCreateResponse,\n MachineGroupsGetOptionalParams,\n MachineGroupsGetResponse,\n MachineGroupsUpdateOptionalParams,\n MachineGroupsUpdateResponse,\n MachineGroupsDeleteOptionalParams,\n MachineGroupsListByWorkspaceNextResponse\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing MachineGroups operations. */\nexport class MachineGroupsImpl implements MachineGroups {\n private readonly client: ServiceMap;\n\n /**\n * Initialize a new instance of the class MachineGroups class.\n * @param client Reference to the service client\n */\n constructor(client: ServiceMap) {\n this.client = client;\n }\n\n /**\n * Returns all machine groups during the specified time interval.\n * @param resourceGroupName Resource group name within the specified subscriptionId.\n * @param workspaceName OMS workspace containing the resources of interest.\n * @param options The options parameters.\n */\n public listByWorkspace(\n resourceGroupName: string,\n workspaceName: string,\n options?: MachineGroupsListByWorkspaceOptionalParams\n ): PagedAsyncIterableIterator<MachineGroup> {\n const iter = this.listByWorkspacePagingAll(\n resourceGroupName,\n workspaceName,\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.listByWorkspacePagingPage(\n resourceGroupName,\n workspaceName,\n options,\n settings\n );\n }\n };\n }\n\n private async *listByWorkspacePagingPage(\n resourceGroupName: string,\n workspaceName: string,\n options?: MachineGroupsListByWorkspaceOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<MachineGroup[]> {\n let result: MachineGroupsListByWorkspaceResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listByWorkspace(\n resourceGroupName,\n workspaceName,\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._listByWorkspaceNext(\n resourceGroupName,\n workspaceName,\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 *listByWorkspacePagingAll(\n resourceGroupName: string,\n workspaceName: string,\n options?: MachineGroupsListByWorkspaceOptionalParams\n ): AsyncIterableIterator<MachineGroup> {\n for await (const page of this.listByWorkspacePagingPage(\n resourceGroupName,\n workspaceName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Returns all machine groups during the specified time interval.\n * @param resourceGroupName Resource group name within the specified subscriptionId.\n * @param workspaceName OMS workspace containing the resources of interest.\n * @param options The options parameters.\n */\n private _listByWorkspace(\n resourceGroupName: string,\n workspaceName: string,\n options?: MachineGroupsListByWorkspaceOptionalParams\n ): Promise<MachineGroupsListByWorkspaceResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, workspaceName, options },\n listByWorkspaceOperationSpec\n );\n }\n\n /**\n * Creates a new machine group.\n * @param resourceGroupName Resource group name within the specified subscriptionId.\n * @param workspaceName OMS workspace containing the resources of interest.\n * @param machineGroup Machine Group resource to create.\n * @param options The options parameters.\n */\n create(\n resourceGroupName: string,\n workspaceName: string,\n machineGroup: MachineGroup,\n options?: MachineGroupsCreateOptionalParams\n ): Promise<MachineGroupsCreateResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, workspaceName, machineGroup, options },\n createOperationSpec\n );\n }\n\n /**\n * Returns the specified machine group as it existed during the specified time interval.\n * @param resourceGroupName Resource group name within the specified subscriptionId.\n * @param workspaceName OMS workspace containing the resources of interest.\n * @param machineGroupName Machine Group resource name.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n workspaceName: string,\n machineGroupName: string,\n options?: MachineGroupsGetOptionalParams\n ): Promise<MachineGroupsGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, workspaceName, machineGroupName, options },\n getOperationSpec\n );\n }\n\n /**\n * Updates a machine group.\n * @param resourceGroupName Resource group name within the specified subscriptionId.\n * @param workspaceName OMS workspace containing the resources of interest.\n * @param machineGroupName Machine Group resource name.\n * @param machineGroup Machine Group resource to update.\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n workspaceName: string,\n machineGroupName: string,\n machineGroup: MachineGroup,\n options?: MachineGroupsUpdateOptionalParams\n ): Promise<MachineGroupsUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n workspaceName,\n machineGroupName,\n machineGroup,\n options\n },\n updateOperationSpec\n );\n }\n\n /**\n * Deletes the specified Machine Group.\n * @param resourceGroupName Resource group name within the specified subscriptionId.\n * @param workspaceName OMS workspace containing the resources of interest.\n * @param machineGroupName Machine Group resource name.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n workspaceName: string,\n machineGroupName: string,\n options?: MachineGroupsDeleteOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceGroupName, workspaceName, machineGroupName, options },\n deleteOperationSpec\n );\n }\n\n /**\n * ListByWorkspaceNext\n * @param resourceGroupName Resource group name within the specified subscriptionId.\n * @param workspaceName OMS workspace containing the resources of interest.\n * @param nextLink The nextLink from the previous successful call to the ListByWorkspace method.\n * @param options The options parameters.\n */\n private _listByWorkspaceNext(\n resourceGroupName: string,\n workspaceName: string,\n nextLink: string,\n options?: MachineGroupsListByWorkspaceNextOptionalParams\n ): Promise<MachineGroupsListByWorkspaceNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, workspaceName, nextLink, options },\n listByWorkspaceNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listByWorkspaceOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/features/serviceMap/machineGroups\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.MachineGroupCollection\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [\n Parameters.apiVersion,\n Parameters.startTime,\n Parameters.endTime\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.workspaceName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/features/serviceMap/machineGroups\",\n httpMethod: \"POST\",\n responses: {\n 201: {\n bodyMapper: Mappers.MachineGroup\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.machineGroup,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.workspaceName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/features/serviceMap/machineGroups/{machineGroupName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.MachineGroup\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [\n Parameters.apiVersion,\n Parameters.startTime,\n Parameters.endTime\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.workspaceName,\n Parameters.machineGroupName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/features/serviceMap/machineGroups/{machineGroupName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.MachineGroup\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.machineGroup,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.workspaceName,\n Parameters.machineGroupName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/features/serviceMap/machineGroups/{machineGroupName}\",\n httpMethod: \"DELETE\",\n responses: {\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.workspaceName,\n Parameters.machineGroupName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByWorkspaceNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.MachineGroupCollection\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.workspaceName,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n"]}