@azure/arm-devspaces 2.1.1-alpha.20250114.1 → 2.1.1-alpha.20250116.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 (326) hide show
  1. package/{dist-esm/src → dist/browser}/devSpacesManagementClient.d.ts +2 -2
  2. package/dist/browser/devSpacesManagementClient.d.ts.map +1 -0
  3. package/{dist-esm/src → dist/browser}/devSpacesManagementClient.js +15 -18
  4. package/dist/browser/devSpacesManagementClient.js.map +1 -0
  5. package/dist/browser/index.d.ts +5 -0
  6. package/{dist-esm/src → dist/browser}/index.d.ts.map +1 -1
  7. package/{dist-esm/src → dist/browser}/index.js +4 -4
  8. package/dist/browser/index.js.map +1 -0
  9. package/dist/browser/lroImpl.js +25 -0
  10. package/dist/browser/lroImpl.js.map +1 -0
  11. package/dist/browser/models/index.js.map +1 -0
  12. package/dist/browser/models/mappers.js.map +1 -0
  13. package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
  14. package/dist/browser/models/parameters.js.map +1 -0
  15. package/{dist-esm/src → dist/browser}/operations/containerHostMappings.d.ts +3 -3
  16. package/dist/browser/operations/containerHostMappings.d.ts.map +1 -0
  17. package/{dist-esm/src → dist/browser}/operations/containerHostMappings.js +2 -2
  18. package/dist/browser/operations/containerHostMappings.js.map +1 -0
  19. package/{dist-esm/src → dist/browser}/operations/controllers.d.ts +3 -3
  20. package/dist/browser/operations/controllers.d.ts.map +1 -0
  21. package/{dist-esm/src → dist/browser}/operations/controllers.js +69 -77
  22. package/dist/browser/operations/controllers.js.map +1 -0
  23. package/dist/browser/operations/index.d.ts +4 -0
  24. package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
  25. package/{dist-esm/src/operationsInterfaces → dist/browser/operations}/index.js +3 -3
  26. package/dist/browser/operations/index.js.map +1 -0
  27. package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
  28. package/dist/browser/operations/operations.d.ts.map +1 -0
  29. package/{dist-esm/src → dist/browser}/operations/operations.js +3 -3
  30. package/dist/browser/operations/operations.js.map +1 -0
  31. package/{dist-esm/src → dist/browser}/operationsInterfaces/containerHostMappings.d.ts +1 -1
  32. package/dist/browser/operationsInterfaces/containerHostMappings.d.ts.map +1 -0
  33. package/dist/browser/operationsInterfaces/containerHostMappings.js.map +1 -0
  34. package/{dist-esm/src → dist/browser}/operationsInterfaces/controllers.d.ts +1 -1
  35. package/dist/browser/operationsInterfaces/controllers.d.ts.map +1 -0
  36. package/dist/browser/operationsInterfaces/controllers.js.map +1 -0
  37. package/dist/browser/operationsInterfaces/index.d.ts +4 -0
  38. package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
  39. package/{dist-esm/src/operations → dist/browser/operationsInterfaces}/index.js +3 -3
  40. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  41. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
  42. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts.map +1 -1
  43. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  44. package/dist/browser/package.json +3 -0
  45. package/dist/browser/pagingHelper.js.map +1 -0
  46. package/dist/commonjs/devSpacesManagementClient.d.ts +22 -0
  47. package/dist/commonjs/devSpacesManagementClient.d.ts.map +1 -0
  48. package/dist/commonjs/devSpacesManagementClient.js +104 -0
  49. package/dist/commonjs/devSpacesManagementClient.js.map +1 -0
  50. package/dist/commonjs/index.d.ts +5 -0
  51. package/dist/commonjs/index.d.ts.map +1 -0
  52. package/dist/commonjs/index.js +19 -0
  53. package/dist/commonjs/index.js.map +1 -0
  54. package/dist/commonjs/lroImpl.d.ts +16 -0
  55. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  56. package/dist/commonjs/lroImpl.js +29 -0
  57. package/dist/commonjs/lroImpl.js.map +1 -0
  58. package/dist/commonjs/models/index.d.ts +296 -0
  59. package/dist/commonjs/models/index.d.ts.map +1 -0
  60. package/dist/commonjs/models/index.js +41 -0
  61. package/dist/commonjs/models/index.js.map +1 -0
  62. package/dist/commonjs/models/mappers.d.ts +23 -0
  63. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  64. package/dist/commonjs/models/mappers.js +411 -0
  65. package/dist/commonjs/models/mappers.js.map +1 -0
  66. package/dist/commonjs/models/parameters.d.ts +15 -0
  67. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  68. package/dist/commonjs/models/parameters.js +132 -0
  69. package/dist/commonjs/models/parameters.js.map +1 -0
  70. package/dist/commonjs/operations/containerHostMappings.d.ts +23 -0
  71. package/dist/commonjs/operations/containerHostMappings.d.ts.map +1 -0
  72. package/dist/commonjs/operations/containerHostMappings.js +64 -0
  73. package/dist/commonjs/operations/containerHostMappings.js.map +1 -0
  74. package/dist/commonjs/operations/controllers.d.ts +111 -0
  75. package/dist/commonjs/operations/controllers.d.ts.map +1 -0
  76. package/dist/commonjs/operations/controllers.js +517 -0
  77. package/dist/commonjs/operations/controllers.js.map +1 -0
  78. package/dist/commonjs/operations/index.d.ts +4 -0
  79. package/dist/commonjs/operations/index.d.ts.map +1 -0
  80. package/dist/commonjs/operations/index.js +14 -0
  81. package/dist/commonjs/operations/index.js.map +1 -0
  82. package/dist/commonjs/operations/operations.d.ts +34 -0
  83. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  84. package/dist/commonjs/operations/operations.js +134 -0
  85. package/dist/commonjs/operations/operations.js.map +1 -0
  86. package/dist/commonjs/operationsInterfaces/containerHostMappings.d.ts +15 -0
  87. package/dist/commonjs/operationsInterfaces/containerHostMappings.d.ts.map +1 -0
  88. package/dist/commonjs/operationsInterfaces/containerHostMappings.js +10 -0
  89. package/dist/commonjs/operationsInterfaces/containerHostMappings.js.map +1 -0
  90. package/dist/commonjs/operationsInterfaces/controllers.d.ts +74 -0
  91. package/dist/commonjs/operationsInterfaces/controllers.d.ts.map +1 -0
  92. package/dist/commonjs/operationsInterfaces/controllers.js +10 -0
  93. package/dist/commonjs/operationsInterfaces/controllers.js.map +1 -0
  94. package/dist/commonjs/operationsInterfaces/index.d.ts +4 -0
  95. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  96. package/dist/commonjs/operationsInterfaces/index.js +14 -0
  97. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  98. package/dist/commonjs/operationsInterfaces/operations.d.ts +12 -0
  99. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  100. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  101. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  102. package/dist/commonjs/package.json +3 -0
  103. package/dist/commonjs/pagingHelper.d.ts +13 -0
  104. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  105. package/dist/commonjs/pagingHelper.js +36 -0
  106. package/dist/commonjs/pagingHelper.js.map +1 -0
  107. package/dist/esm/devSpacesManagementClient.d.ts +22 -0
  108. package/dist/esm/devSpacesManagementClient.d.ts.map +1 -0
  109. package/dist/esm/devSpacesManagementClient.js +99 -0
  110. package/dist/esm/devSpacesManagementClient.js.map +1 -0
  111. package/dist/esm/index.d.ts +5 -0
  112. package/dist/esm/index.d.ts.map +1 -0
  113. package/{src/index.ts → dist/esm/index.js} +5 -5
  114. package/dist/esm/index.js.map +1 -0
  115. package/dist/esm/lroImpl.d.ts +16 -0
  116. package/dist/esm/lroImpl.d.ts.map +1 -0
  117. package/dist/esm/lroImpl.js +25 -0
  118. package/dist/esm/lroImpl.js.map +1 -0
  119. package/dist/esm/models/index.d.ts +296 -0
  120. package/dist/esm/models/index.d.ts.map +1 -0
  121. package/dist/esm/models/index.js +38 -0
  122. package/dist/esm/models/index.js.map +1 -0
  123. package/dist/esm/models/mappers.d.ts +23 -0
  124. package/dist/esm/models/mappers.d.ts.map +1 -0
  125. package/dist/esm/models/mappers.js +408 -0
  126. package/dist/esm/models/mappers.js.map +1 -0
  127. package/dist/esm/models/parameters.d.ts +15 -0
  128. package/dist/esm/models/parameters.d.ts.map +1 -0
  129. package/dist/esm/models/parameters.js +129 -0
  130. package/dist/esm/models/parameters.js.map +1 -0
  131. package/dist/esm/operations/containerHostMappings.d.ts +23 -0
  132. package/dist/esm/operations/containerHostMappings.d.ts.map +1 -0
  133. package/dist/esm/operations/containerHostMappings.js +59 -0
  134. package/dist/esm/operations/containerHostMappings.js.map +1 -0
  135. package/dist/esm/operations/controllers.d.ts +111 -0
  136. package/dist/esm/operations/controllers.d.ts.map +1 -0
  137. package/dist/esm/operations/controllers.js +513 -0
  138. package/dist/esm/operations/controllers.js.map +1 -0
  139. package/dist/esm/operations/index.d.ts +4 -0
  140. package/dist/esm/operations/index.d.ts.map +1 -0
  141. package/dist/esm/operations/index.js +11 -0
  142. package/dist/esm/operations/index.js.map +1 -0
  143. package/dist/esm/operations/operations.d.ts +34 -0
  144. package/dist/esm/operations/operations.d.ts.map +1 -0
  145. package/dist/esm/operations/operations.js +130 -0
  146. package/dist/esm/operations/operations.js.map +1 -0
  147. package/dist/esm/operationsInterfaces/containerHostMappings.d.ts +15 -0
  148. package/dist/esm/operationsInterfaces/containerHostMappings.d.ts.map +1 -0
  149. package/{src/operations/index.ts → dist/esm/operationsInterfaces/containerHostMappings.js} +2 -4
  150. package/dist/esm/operationsInterfaces/containerHostMappings.js.map +1 -0
  151. package/dist/esm/operationsInterfaces/controllers.d.ts +74 -0
  152. package/dist/esm/operationsInterfaces/controllers.d.ts.map +1 -0
  153. package/dist/esm/operationsInterfaces/controllers.js +9 -0
  154. package/dist/esm/operationsInterfaces/controllers.js.map +1 -0
  155. package/dist/esm/operationsInterfaces/index.d.ts +4 -0
  156. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  157. package/dist/esm/operationsInterfaces/index.js +11 -0
  158. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  159. package/dist/esm/operationsInterfaces/operations.d.ts +12 -0
  160. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  161. package/dist/esm/operationsInterfaces/operations.js +9 -0
  162. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  163. package/dist/esm/package.json +3 -0
  164. package/dist/esm/pagingHelper.d.ts +13 -0
  165. package/dist/esm/pagingHelper.d.ts.map +1 -0
  166. package/dist/esm/pagingHelper.js +32 -0
  167. package/dist/esm/pagingHelper.js.map +1 -0
  168. package/dist/react-native/devSpacesManagementClient.d.ts +22 -0
  169. package/dist/react-native/devSpacesManagementClient.d.ts.map +1 -0
  170. package/dist/react-native/devSpacesManagementClient.js +99 -0
  171. package/dist/react-native/devSpacesManagementClient.js.map +1 -0
  172. package/dist/react-native/index.d.ts +5 -0
  173. package/dist/react-native/index.d.ts.map +1 -0
  174. package/dist/react-native/index.js +13 -0
  175. package/dist/react-native/index.js.map +1 -0
  176. package/dist/react-native/lroImpl.d.ts +16 -0
  177. package/dist/react-native/lroImpl.d.ts.map +1 -0
  178. package/dist/react-native/lroImpl.js +25 -0
  179. package/dist/react-native/lroImpl.js.map +1 -0
  180. package/dist/react-native/models/index.d.ts +296 -0
  181. package/dist/react-native/models/index.d.ts.map +1 -0
  182. package/dist/react-native/models/index.js +38 -0
  183. package/dist/react-native/models/index.js.map +1 -0
  184. package/dist/react-native/models/mappers.d.ts +23 -0
  185. package/dist/react-native/models/mappers.d.ts.map +1 -0
  186. package/dist/react-native/models/mappers.js +408 -0
  187. package/dist/react-native/models/mappers.js.map +1 -0
  188. package/dist/react-native/models/parameters.d.ts +15 -0
  189. package/dist/react-native/models/parameters.d.ts.map +1 -0
  190. package/dist/react-native/models/parameters.js +129 -0
  191. package/dist/react-native/models/parameters.js.map +1 -0
  192. package/dist/react-native/operations/containerHostMappings.d.ts +23 -0
  193. package/dist/react-native/operations/containerHostMappings.d.ts.map +1 -0
  194. package/dist/react-native/operations/containerHostMappings.js +59 -0
  195. package/dist/react-native/operations/containerHostMappings.js.map +1 -0
  196. package/dist/react-native/operations/controllers.d.ts +111 -0
  197. package/dist/react-native/operations/controllers.d.ts.map +1 -0
  198. package/dist/react-native/operations/controllers.js +513 -0
  199. package/dist/react-native/operations/controllers.js.map +1 -0
  200. package/dist/react-native/operations/index.d.ts +4 -0
  201. package/dist/react-native/operations/index.d.ts.map +1 -0
  202. package/dist/react-native/operations/index.js +11 -0
  203. package/dist/react-native/operations/index.js.map +1 -0
  204. package/dist/react-native/operations/operations.d.ts +34 -0
  205. package/dist/react-native/operations/operations.d.ts.map +1 -0
  206. package/dist/react-native/operations/operations.js +130 -0
  207. package/dist/react-native/operations/operations.js.map +1 -0
  208. package/dist/react-native/operationsInterfaces/containerHostMappings.d.ts +15 -0
  209. package/dist/react-native/operationsInterfaces/containerHostMappings.d.ts.map +1 -0
  210. package/dist/react-native/operationsInterfaces/containerHostMappings.js +9 -0
  211. package/dist/react-native/operationsInterfaces/containerHostMappings.js.map +1 -0
  212. package/dist/react-native/operationsInterfaces/controllers.d.ts +74 -0
  213. package/dist/react-native/operationsInterfaces/controllers.d.ts.map +1 -0
  214. package/dist/react-native/operationsInterfaces/controllers.js +9 -0
  215. package/dist/react-native/operationsInterfaces/controllers.js.map +1 -0
  216. package/dist/react-native/operationsInterfaces/index.d.ts +4 -0
  217. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  218. package/dist/react-native/operationsInterfaces/index.js +11 -0
  219. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  220. package/dist/react-native/operationsInterfaces/operations.d.ts +12 -0
  221. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  222. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  223. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  224. package/dist/react-native/package.json +3 -0
  225. package/dist/react-native/pagingHelper.d.ts +13 -0
  226. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  227. package/dist/react-native/pagingHelper.js +32 -0
  228. package/dist/react-native/pagingHelper.js.map +1 -0
  229. package/package.json +58 -28
  230. package/dist/index.js +0 -1481
  231. package/dist/index.js.map +0 -1
  232. package/dist/index.min.js +0 -1
  233. package/dist/index.min.js.map +0 -1
  234. package/dist-esm/samples-dev/containerHostMappingsGetContainerHostMappingSample.d.ts +0 -2
  235. package/dist-esm/samples-dev/containerHostMappingsGetContainerHostMappingSample.d.ts.map +0 -1
  236. package/dist-esm/samples-dev/containerHostMappingsGetContainerHostMappingSample.js +0 -34
  237. package/dist-esm/samples-dev/containerHostMappingsGetContainerHostMappingSample.js.map +0 -1
  238. package/dist-esm/samples-dev/controllersCreateSample.d.ts +0 -2
  239. package/dist-esm/samples-dev/controllersCreateSample.d.ts.map +0 -1
  240. package/dist-esm/samples-dev/controllersCreateSample.js +0 -38
  241. package/dist-esm/samples-dev/controllersCreateSample.js.map +0 -1
  242. package/dist-esm/samples-dev/controllersDeleteSample.d.ts +0 -2
  243. package/dist-esm/samples-dev/controllersDeleteSample.d.ts.map +0 -1
  244. package/dist-esm/samples-dev/controllersDeleteSample.js +0 -31
  245. package/dist-esm/samples-dev/controllersDeleteSample.js.map +0 -1
  246. package/dist-esm/samples-dev/controllersGetSample.d.ts +0 -2
  247. package/dist-esm/samples-dev/controllersGetSample.d.ts.map +0 -1
  248. package/dist-esm/samples-dev/controllersGetSample.js +0 -31
  249. package/dist-esm/samples-dev/controllersGetSample.js.map +0 -1
  250. package/dist-esm/samples-dev/controllersListByResourceGroupSample.d.ts +0 -2
  251. package/dist-esm/samples-dev/controllersListByResourceGroupSample.d.ts.map +0 -1
  252. package/dist-esm/samples-dev/controllersListByResourceGroupSample.js +0 -46
  253. package/dist-esm/samples-dev/controllersListByResourceGroupSample.js.map +0 -1
  254. package/dist-esm/samples-dev/controllersListConnectionDetailsSample.d.ts +0 -2
  255. package/dist-esm/samples-dev/controllersListConnectionDetailsSample.d.ts.map +0 -1
  256. package/dist-esm/samples-dev/controllersListConnectionDetailsSample.js +0 -34
  257. package/dist-esm/samples-dev/controllersListConnectionDetailsSample.js.map +0 -1
  258. package/dist-esm/samples-dev/controllersListSample.d.ts +0 -2
  259. package/dist-esm/samples-dev/controllersListSample.d.ts.map +0 -1
  260. package/dist-esm/samples-dev/controllersListSample.js +0 -45
  261. package/dist-esm/samples-dev/controllersListSample.js.map +0 -1
  262. package/dist-esm/samples-dev/controllersUpdateSample.d.ts +0 -2
  263. package/dist-esm/samples-dev/controllersUpdateSample.d.ts.map +0 -1
  264. package/dist-esm/samples-dev/controllersUpdateSample.js +0 -35
  265. package/dist-esm/samples-dev/controllersUpdateSample.js.map +0 -1
  266. package/dist-esm/src/devSpacesManagementClient.d.ts.map +0 -1
  267. package/dist-esm/src/devSpacesManagementClient.js.map +0 -1
  268. package/dist-esm/src/index.d.ts +0 -5
  269. package/dist-esm/src/index.js.map +0 -1
  270. package/dist-esm/src/lroImpl.js +0 -29
  271. package/dist-esm/src/lroImpl.js.map +0 -1
  272. package/dist-esm/src/models/index.js.map +0 -1
  273. package/dist-esm/src/models/mappers.js.map +0 -1
  274. package/dist-esm/src/models/parameters.js.map +0 -1
  275. package/dist-esm/src/operations/containerHostMappings.d.ts.map +0 -1
  276. package/dist-esm/src/operations/containerHostMappings.js.map +0 -1
  277. package/dist-esm/src/operations/controllers.d.ts.map +0 -1
  278. package/dist-esm/src/operations/controllers.js.map +0 -1
  279. package/dist-esm/src/operations/index.d.ts +0 -4
  280. package/dist-esm/src/operations/index.js.map +0 -1
  281. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  282. package/dist-esm/src/operations/operations.js.map +0 -1
  283. package/dist-esm/src/operationsInterfaces/containerHostMappings.d.ts.map +0 -1
  284. package/dist-esm/src/operationsInterfaces/containerHostMappings.js.map +0 -1
  285. package/dist-esm/src/operationsInterfaces/controllers.d.ts.map +0 -1
  286. package/dist-esm/src/operationsInterfaces/controllers.js.map +0 -1
  287. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -4
  288. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  289. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  290. package/dist-esm/src/pagingHelper.js.map +0 -1
  291. package/dist-esm/test/sampleTest.d.ts +0 -2
  292. package/dist-esm/test/sampleTest.d.ts.map +0 -1
  293. package/dist-esm/test/sampleTest.js +0 -42
  294. package/dist-esm/test/sampleTest.js.map +0 -1
  295. package/src/devSpacesManagementClient.ts +0 -152
  296. package/src/lroImpl.ts +0 -34
  297. package/src/models/index.ts +0 -353
  298. package/src/models/mappers.ts +0 -444
  299. package/src/models/parameters.ts +0 -152
  300. package/src/operations/containerHostMappings.ts +0 -80
  301. package/src/operations/controllers.ts +0 -673
  302. package/src/operations/operations.ts +0 -146
  303. package/src/operationsInterfaces/containerHostMappings.ts +0 -32
  304. package/src/operationsInterfaces/controllers.ts +0 -140
  305. package/src/operationsInterfaces/index.ts +0 -11
  306. package/src/operationsInterfaces/operations.ts +0 -26
  307. package/src/pagingHelper.ts +0 -39
  308. package/tsconfig.json +0 -33
  309. package/types/arm-devspaces.d.ts +0 -471
  310. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  311. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
  312. /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
  313. /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
  314. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  315. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  316. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  317. /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
  318. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  319. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  320. /package/{dist-esm/src → dist/browser}/operationsInterfaces/containerHostMappings.js +0 -0
  321. /package/{dist-esm/src → dist/browser}/operationsInterfaces/controllers.js +0 -0
  322. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  323. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  324. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
  325. /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
  326. /package/{types → dist/commonjs}/tsdoc-metadata.json +0 -0
@@ -0,0 +1,517 @@
1
+ "use strict";
2
+ /*
3
+ * Copyright (c) Microsoft Corporation.
4
+ * Licensed under the MIT License.
5
+ *
6
+ * Code generated by Microsoft (R) AutoRest Code Generator.
7
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ exports.ControllersImpl = void 0;
11
+ const tslib_1 = require("tslib");
12
+ const pagingHelper_js_1 = require("../pagingHelper.js");
13
+ const coreClient = tslib_1.__importStar(require("@azure/core-client"));
14
+ const Mappers = tslib_1.__importStar(require("../models/mappers.js"));
15
+ const Parameters = tslib_1.__importStar(require("../models/parameters.js"));
16
+ const core_lro_1 = require("@azure/core-lro");
17
+ const lroImpl_js_1 = require("../lroImpl.js");
18
+ /// <reference lib="esnext.asynciterable" />
19
+ /** Class containing Controllers operations. */
20
+ class ControllersImpl {
21
+ /**
22
+ * Initialize a new instance of the class Controllers class.
23
+ * @param client Reference to the service client
24
+ */
25
+ constructor(client) {
26
+ this.client = client;
27
+ }
28
+ /**
29
+ * Lists all the Azure Dev Spaces Controllers with their properties in the specified resource group and
30
+ * subscription.
31
+ * @param resourceGroupName Resource group to which the resource belongs.
32
+ * @param options The options parameters.
33
+ */
34
+ listByResourceGroup(resourceGroupName, options) {
35
+ const iter = this.listByResourceGroupPagingAll(resourceGroupName, options);
36
+ return {
37
+ next() {
38
+ return iter.next();
39
+ },
40
+ [Symbol.asyncIterator]() {
41
+ return this;
42
+ },
43
+ byPage: (settings) => {
44
+ if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
45
+ throw new Error("maxPageSize is not supported by this operation.");
46
+ }
47
+ return this.listByResourceGroupPagingPage(resourceGroupName, options, settings);
48
+ }
49
+ };
50
+ }
51
+ listByResourceGroupPagingPage(resourceGroupName, options, settings) {
52
+ return tslib_1.__asyncGenerator(this, arguments, function* listByResourceGroupPagingPage_1() {
53
+ let result;
54
+ let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
55
+ if (!continuationToken) {
56
+ result = yield tslib_1.__await(this._listByResourceGroup(resourceGroupName, options));
57
+ let page = result.value || [];
58
+ continuationToken = result.nextLink;
59
+ (0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
60
+ yield yield tslib_1.__await(page);
61
+ }
62
+ while (continuationToken) {
63
+ result = yield tslib_1.__await(this._listByResourceGroupNext(resourceGroupName, continuationToken, options));
64
+ continuationToken = result.nextLink;
65
+ let page = result.value || [];
66
+ (0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
67
+ yield yield tslib_1.__await(page);
68
+ }
69
+ });
70
+ }
71
+ listByResourceGroupPagingAll(resourceGroupName, options) {
72
+ return tslib_1.__asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
73
+ var _a, e_1, _b, _c;
74
+ try {
75
+ for (var _d = true, _e = tslib_1.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib_1.__await(_e.next()), _a = _f.done, !_a; _d = true) {
76
+ _c = _f.value;
77
+ _d = false;
78
+ const page = _c;
79
+ yield tslib_1.__await(yield* tslib_1.__asyncDelegator(tslib_1.__asyncValues(page)));
80
+ }
81
+ }
82
+ catch (e_1_1) { e_1 = { error: e_1_1 }; }
83
+ finally {
84
+ try {
85
+ if (!_d && !_a && (_b = _e.return)) yield tslib_1.__await(_b.call(_e));
86
+ }
87
+ finally { if (e_1) throw e_1.error; }
88
+ }
89
+ });
90
+ }
91
+ /**
92
+ * Lists all the Azure Dev Spaces Controllers with their properties in the subscription.
93
+ * @param options The options parameters.
94
+ */
95
+ list(options) {
96
+ const iter = this.listPagingAll(options);
97
+ return {
98
+ next() {
99
+ return iter.next();
100
+ },
101
+ [Symbol.asyncIterator]() {
102
+ return this;
103
+ },
104
+ byPage: (settings) => {
105
+ if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
106
+ throw new Error("maxPageSize is not supported by this operation.");
107
+ }
108
+ return this.listPagingPage(options, settings);
109
+ }
110
+ };
111
+ }
112
+ listPagingPage(options, settings) {
113
+ return tslib_1.__asyncGenerator(this, arguments, function* listPagingPage_1() {
114
+ let result;
115
+ let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
116
+ if (!continuationToken) {
117
+ result = yield tslib_1.__await(this._list(options));
118
+ let page = result.value || [];
119
+ continuationToken = result.nextLink;
120
+ (0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
121
+ yield yield tslib_1.__await(page);
122
+ }
123
+ while (continuationToken) {
124
+ result = yield tslib_1.__await(this._listNext(continuationToken, options));
125
+ continuationToken = result.nextLink;
126
+ let page = result.value || [];
127
+ (0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
128
+ yield yield tslib_1.__await(page);
129
+ }
130
+ });
131
+ }
132
+ listPagingAll(options) {
133
+ return tslib_1.__asyncGenerator(this, arguments, function* listPagingAll_1() {
134
+ var _a, e_2, _b, _c;
135
+ try {
136
+ for (var _d = true, _e = tslib_1.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib_1.__await(_e.next()), _a = _f.done, !_a; _d = true) {
137
+ _c = _f.value;
138
+ _d = false;
139
+ const page = _c;
140
+ yield tslib_1.__await(yield* tslib_1.__asyncDelegator(tslib_1.__asyncValues(page)));
141
+ }
142
+ }
143
+ catch (e_2_1) { e_2 = { error: e_2_1 }; }
144
+ finally {
145
+ try {
146
+ if (!_d && !_a && (_b = _e.return)) yield tslib_1.__await(_b.call(_e));
147
+ }
148
+ finally { if (e_2) throw e_2.error; }
149
+ }
150
+ });
151
+ }
152
+ /**
153
+ * Gets the properties for an Azure Dev Spaces Controller.
154
+ * @param resourceGroupName Resource group to which the resource belongs.
155
+ * @param name Name of the resource.
156
+ * @param options The options parameters.
157
+ */
158
+ get(resourceGroupName, name, options) {
159
+ return this.client.sendOperationRequest({ resourceGroupName, name, options }, getOperationSpec);
160
+ }
161
+ /**
162
+ * Creates an Azure Dev Spaces Controller with the specified create parameters.
163
+ * @param resourceGroupName Resource group to which the resource belongs.
164
+ * @param name Name of the resource.
165
+ * @param controller Controller create parameters.
166
+ * @param options The options parameters.
167
+ */
168
+ async beginCreate(resourceGroupName, name, controller, options) {
169
+ const directSendOperation = async (args, spec) => {
170
+ return this.client.sendOperationRequest(args, spec);
171
+ };
172
+ const sendOperation = async (args, spec) => {
173
+ var _a;
174
+ let currentRawResponse = undefined;
175
+ const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
176
+ const callback = (rawResponse, flatResponse) => {
177
+ currentRawResponse = rawResponse;
178
+ providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
179
+ };
180
+ const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
181
+ const flatResponse = await directSendOperation(updatedArgs, spec);
182
+ return {
183
+ flatResponse,
184
+ rawResponse: {
185
+ statusCode: currentRawResponse.status,
186
+ body: currentRawResponse.parsedBody,
187
+ headers: currentRawResponse.headers.toJSON()
188
+ }
189
+ };
190
+ };
191
+ const lro = new lroImpl_js_1.LroImpl(sendOperation, { resourceGroupName, name, controller, options }, createOperationSpec);
192
+ const poller = new core_lro_1.LroEngine(lro, {
193
+ resumeFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
194
+ intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs
195
+ });
196
+ await poller.poll();
197
+ return poller;
198
+ }
199
+ /**
200
+ * Creates an Azure Dev Spaces Controller with the specified create parameters.
201
+ * @param resourceGroupName Resource group to which the resource belongs.
202
+ * @param name Name of the resource.
203
+ * @param controller Controller create parameters.
204
+ * @param options The options parameters.
205
+ */
206
+ async beginCreateAndWait(resourceGroupName, name, controller, options) {
207
+ const poller = await this.beginCreate(resourceGroupName, name, controller, options);
208
+ return poller.pollUntilDone();
209
+ }
210
+ /**
211
+ * Deletes an existing Azure Dev Spaces Controller.
212
+ * @param resourceGroupName Resource group to which the resource belongs.
213
+ * @param name Name of the resource.
214
+ * @param options The options parameters.
215
+ */
216
+ async beginDelete(resourceGroupName, name, options) {
217
+ const directSendOperation = async (args, spec) => {
218
+ return this.client.sendOperationRequest(args, spec);
219
+ };
220
+ const sendOperation = async (args, spec) => {
221
+ var _a;
222
+ let currentRawResponse = undefined;
223
+ const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
224
+ const callback = (rawResponse, flatResponse) => {
225
+ currentRawResponse = rawResponse;
226
+ providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
227
+ };
228
+ const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
229
+ const flatResponse = await directSendOperation(updatedArgs, spec);
230
+ return {
231
+ flatResponse,
232
+ rawResponse: {
233
+ statusCode: currentRawResponse.status,
234
+ body: currentRawResponse.parsedBody,
235
+ headers: currentRawResponse.headers.toJSON()
236
+ }
237
+ };
238
+ };
239
+ const lro = new lroImpl_js_1.LroImpl(sendOperation, { resourceGroupName, name, options }, deleteOperationSpec);
240
+ const poller = new core_lro_1.LroEngine(lro, {
241
+ resumeFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
242
+ intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs
243
+ });
244
+ await poller.poll();
245
+ return poller;
246
+ }
247
+ /**
248
+ * Deletes an existing Azure Dev Spaces Controller.
249
+ * @param resourceGroupName Resource group to which the resource belongs.
250
+ * @param name Name of the resource.
251
+ * @param options The options parameters.
252
+ */
253
+ async beginDeleteAndWait(resourceGroupName, name, options) {
254
+ const poller = await this.beginDelete(resourceGroupName, name, options);
255
+ return poller.pollUntilDone();
256
+ }
257
+ /**
258
+ * Updates the properties of an existing Azure Dev Spaces Controller with the specified update
259
+ * parameters.
260
+ * @param resourceGroupName Resource group to which the resource belongs.
261
+ * @param name Name of the resource.
262
+ * @param controllerUpdateParameters Parameters for updating the Azure Dev Spaces Controller.
263
+ * @param options The options parameters.
264
+ */
265
+ update(resourceGroupName, name, controllerUpdateParameters, options) {
266
+ return this.client.sendOperationRequest({ resourceGroupName, name, controllerUpdateParameters, options }, updateOperationSpec);
267
+ }
268
+ /**
269
+ * Lists all the Azure Dev Spaces Controllers with their properties in the specified resource group and
270
+ * subscription.
271
+ * @param resourceGroupName Resource group to which the resource belongs.
272
+ * @param options The options parameters.
273
+ */
274
+ _listByResourceGroup(resourceGroupName, options) {
275
+ return this.client.sendOperationRequest({ resourceGroupName, options }, listByResourceGroupOperationSpec);
276
+ }
277
+ /**
278
+ * Lists all the Azure Dev Spaces Controllers with their properties in the subscription.
279
+ * @param options The options parameters.
280
+ */
281
+ _list(options) {
282
+ return this.client.sendOperationRequest({ options }, listOperationSpec);
283
+ }
284
+ /**
285
+ * Lists connection details for the underlying container resources of an Azure Dev Spaces Controller.
286
+ * @param resourceGroupName Resource group to which the resource belongs.
287
+ * @param name Name of the resource.
288
+ * @param listConnectionDetailsParameters Parameters for listing connection details of Azure Dev Spaces
289
+ * Controller.
290
+ * @param options The options parameters.
291
+ */
292
+ listConnectionDetails(resourceGroupName, name, listConnectionDetailsParameters, options) {
293
+ return this.client.sendOperationRequest({ resourceGroupName, name, listConnectionDetailsParameters, options }, listConnectionDetailsOperationSpec);
294
+ }
295
+ /**
296
+ * ListByResourceGroupNext
297
+ * @param resourceGroupName Resource group to which the resource belongs.
298
+ * @param nextLink The nextLink from the previous successful call to the ListByResourceGroup method.
299
+ * @param options The options parameters.
300
+ */
301
+ _listByResourceGroupNext(resourceGroupName, nextLink, options) {
302
+ return this.client.sendOperationRequest({ resourceGroupName, nextLink, options }, listByResourceGroupNextOperationSpec);
303
+ }
304
+ /**
305
+ * ListNext
306
+ * @param nextLink The nextLink from the previous successful call to the List method.
307
+ * @param options The options parameters.
308
+ */
309
+ _listNext(nextLink, options) {
310
+ return this.client.sendOperationRequest({ nextLink, options }, listNextOperationSpec);
311
+ }
312
+ }
313
+ exports.ControllersImpl = ControllersImpl;
314
+ // Operation Specifications
315
+ const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
316
+ const getOperationSpec = {
317
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevSpaces/controllers/{name}",
318
+ httpMethod: "GET",
319
+ responses: {
320
+ 200: {
321
+ bodyMapper: Mappers.Controller
322
+ },
323
+ default: {
324
+ bodyMapper: Mappers.DevSpacesErrorResponse
325
+ }
326
+ },
327
+ queryParameters: [Parameters.apiVersion],
328
+ urlParameters: [
329
+ Parameters.$host,
330
+ Parameters.subscriptionId,
331
+ Parameters.resourceGroupName,
332
+ Parameters.name
333
+ ],
334
+ headerParameters: [Parameters.accept],
335
+ serializer
336
+ };
337
+ const createOperationSpec = {
338
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevSpaces/controllers/{name}",
339
+ httpMethod: "PUT",
340
+ responses: {
341
+ 200: {
342
+ bodyMapper: Mappers.Controller
343
+ },
344
+ 201: {
345
+ bodyMapper: Mappers.Controller
346
+ },
347
+ 202: {
348
+ bodyMapper: Mappers.Controller
349
+ },
350
+ 204: {
351
+ bodyMapper: Mappers.Controller
352
+ },
353
+ default: {
354
+ bodyMapper: Mappers.DevSpacesErrorResponse
355
+ }
356
+ },
357
+ requestBody: Parameters.controller,
358
+ queryParameters: [Parameters.apiVersion],
359
+ urlParameters: [
360
+ Parameters.$host,
361
+ Parameters.subscriptionId,
362
+ Parameters.resourceGroupName,
363
+ Parameters.name
364
+ ],
365
+ headerParameters: [Parameters.contentType, Parameters.accept],
366
+ mediaType: "json",
367
+ serializer
368
+ };
369
+ const deleteOperationSpec = {
370
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevSpaces/controllers/{name}",
371
+ httpMethod: "DELETE",
372
+ responses: {
373
+ 200: {},
374
+ 201: {},
375
+ 202: {},
376
+ 204: {},
377
+ default: {
378
+ bodyMapper: Mappers.DevSpacesErrorResponse
379
+ }
380
+ },
381
+ queryParameters: [Parameters.apiVersion],
382
+ urlParameters: [
383
+ Parameters.$host,
384
+ Parameters.subscriptionId,
385
+ Parameters.resourceGroupName,
386
+ Parameters.name
387
+ ],
388
+ headerParameters: [Parameters.accept],
389
+ serializer
390
+ };
391
+ const updateOperationSpec = {
392
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevSpaces/controllers/{name}",
393
+ httpMethod: "PATCH",
394
+ responses: {
395
+ 200: {
396
+ bodyMapper: Mappers.Controller
397
+ },
398
+ 201: {
399
+ bodyMapper: Mappers.Controller
400
+ },
401
+ default: {
402
+ bodyMapper: Mappers.DevSpacesErrorResponse
403
+ }
404
+ },
405
+ requestBody: Parameters.controllerUpdateParameters,
406
+ queryParameters: [Parameters.apiVersion],
407
+ urlParameters: [
408
+ Parameters.$host,
409
+ Parameters.subscriptionId,
410
+ Parameters.resourceGroupName,
411
+ Parameters.name
412
+ ],
413
+ headerParameters: [Parameters.contentType, Parameters.accept],
414
+ mediaType: "json",
415
+ serializer
416
+ };
417
+ const listByResourceGroupOperationSpec = {
418
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevSpaces/controllers",
419
+ httpMethod: "GET",
420
+ responses: {
421
+ 200: {
422
+ bodyMapper: Mappers.ControllerList
423
+ },
424
+ default: {
425
+ bodyMapper: Mappers.DevSpacesErrorResponse
426
+ }
427
+ },
428
+ queryParameters: [Parameters.apiVersion],
429
+ urlParameters: [
430
+ Parameters.$host,
431
+ Parameters.subscriptionId,
432
+ Parameters.resourceGroupName
433
+ ],
434
+ headerParameters: [Parameters.accept],
435
+ serializer
436
+ };
437
+ const listOperationSpec = {
438
+ path: "/subscriptions/{subscriptionId}/providers/Microsoft.DevSpaces/controllers",
439
+ httpMethod: "GET",
440
+ responses: {
441
+ 200: {
442
+ bodyMapper: Mappers.ControllerList
443
+ },
444
+ default: {
445
+ bodyMapper: Mappers.DevSpacesErrorResponse
446
+ }
447
+ },
448
+ queryParameters: [Parameters.apiVersion],
449
+ urlParameters: [Parameters.$host, Parameters.subscriptionId],
450
+ headerParameters: [Parameters.accept],
451
+ serializer
452
+ };
453
+ const listConnectionDetailsOperationSpec = {
454
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevSpaces/controllers/{name}/listConnectionDetails",
455
+ httpMethod: "POST",
456
+ responses: {
457
+ 200: {
458
+ bodyMapper: Mappers.ControllerConnectionDetailsList
459
+ },
460
+ default: {
461
+ bodyMapper: Mappers.DevSpacesErrorResponse
462
+ }
463
+ },
464
+ requestBody: Parameters.listConnectionDetailsParameters,
465
+ queryParameters: [Parameters.apiVersion],
466
+ urlParameters: [
467
+ Parameters.$host,
468
+ Parameters.subscriptionId,
469
+ Parameters.resourceGroupName,
470
+ Parameters.name
471
+ ],
472
+ headerParameters: [Parameters.contentType, Parameters.accept],
473
+ mediaType: "json",
474
+ serializer
475
+ };
476
+ const listByResourceGroupNextOperationSpec = {
477
+ path: "{nextLink}",
478
+ httpMethod: "GET",
479
+ responses: {
480
+ 200: {
481
+ bodyMapper: Mappers.ControllerList
482
+ },
483
+ default: {
484
+ bodyMapper: Mappers.DevSpacesErrorResponse
485
+ }
486
+ },
487
+ queryParameters: [Parameters.apiVersion],
488
+ urlParameters: [
489
+ Parameters.$host,
490
+ Parameters.subscriptionId,
491
+ Parameters.resourceGroupName,
492
+ Parameters.nextLink
493
+ ],
494
+ headerParameters: [Parameters.accept],
495
+ serializer
496
+ };
497
+ const listNextOperationSpec = {
498
+ path: "{nextLink}",
499
+ httpMethod: "GET",
500
+ responses: {
501
+ 200: {
502
+ bodyMapper: Mappers.ControllerList
503
+ },
504
+ default: {
505
+ bodyMapper: Mappers.DevSpacesErrorResponse
506
+ }
507
+ },
508
+ queryParameters: [Parameters.apiVersion],
509
+ urlParameters: [
510
+ Parameters.$host,
511
+ Parameters.subscriptionId,
512
+ Parameters.nextLink
513
+ ],
514
+ headerParameters: [Parameters.accept],
515
+ serializer
516
+ };
517
+ //# sourceMappingURL=controllers.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"controllers.js","sourceRoot":"","sources":["../../../src/operations/controllers.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 { Controllers } 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 { DevSpacesManagementClient } from \"../devSpacesManagementClient.js\";\nimport { PollerLike, PollOperationState, LroEngine } from \"@azure/core-lro\";\nimport { LroImpl } from \"../lroImpl.js\";\nimport {\n Controller,\n ControllersListByResourceGroupNextOptionalParams,\n ControllersListByResourceGroupOptionalParams,\n ControllersListByResourceGroupResponse,\n ControllersListNextOptionalParams,\n ControllersListOptionalParams,\n ControllersListResponse,\n ControllersGetOptionalParams,\n ControllersGetResponse,\n ControllersCreateOptionalParams,\n ControllersCreateResponse,\n ControllersDeleteOptionalParams,\n ControllerUpdateParameters,\n ControllersUpdateOptionalParams,\n ControllersUpdateResponse,\n ListConnectionDetailsParameters,\n ControllersListConnectionDetailsOptionalParams,\n ControllersListConnectionDetailsResponse,\n ControllersListByResourceGroupNextResponse,\n ControllersListNextResponse\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Controllers operations. */\nexport class ControllersImpl implements Controllers {\n private readonly client: DevSpacesManagementClient;\n\n /**\n * Initialize a new instance of the class Controllers class.\n * @param client Reference to the service client\n */\n constructor(client: DevSpacesManagementClient) {\n this.client = client;\n }\n\n /**\n * Lists all the Azure Dev Spaces Controllers with their properties in the specified resource group and\n * subscription.\n * @param resourceGroupName Resource group to which the resource belongs.\n * @param options The options parameters.\n */\n public listByResourceGroup(\n resourceGroupName: string,\n options?: ControllersListByResourceGroupOptionalParams\n ): PagedAsyncIterableIterator<Controller> {\n const iter = this.listByResourceGroupPagingAll(resourceGroupName, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listByResourceGroupPagingPage(\n resourceGroupName,\n options,\n settings\n );\n }\n };\n }\n\n private async *listByResourceGroupPagingPage(\n resourceGroupName: string,\n options?: ControllersListByResourceGroupOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<Controller[]> {\n let result: ControllersListByResourceGroupResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listByResourceGroup(resourceGroupName, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listByResourceGroupNext(\n resourceGroupName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listByResourceGroupPagingAll(\n resourceGroupName: string,\n options?: ControllersListByResourceGroupOptionalParams\n ): AsyncIterableIterator<Controller> {\n for await (const page of this.listByResourceGroupPagingPage(\n resourceGroupName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Lists all the Azure Dev Spaces Controllers with their properties in the subscription.\n * @param options The options parameters.\n */\n public list(\n options?: ControllersListOptionalParams\n ): PagedAsyncIterableIterator<Controller> {\n const iter = this.listPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(options, settings);\n }\n };\n }\n\n private async *listPagingPage(\n options?: ControllersListOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<Controller[]> {\n let result: ControllersListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listPagingAll(\n options?: ControllersListOptionalParams\n ): AsyncIterableIterator<Controller> {\n for await (const page of this.listPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Gets the properties for an Azure Dev Spaces Controller.\n * @param resourceGroupName Resource group to which the resource belongs.\n * @param name Name of the resource.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n name: string,\n options?: ControllersGetOptionalParams\n ): Promise<ControllersGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, name, options },\n getOperationSpec\n );\n }\n\n /**\n * Creates an Azure Dev Spaces Controller with the specified create parameters.\n * @param resourceGroupName Resource group to which the resource belongs.\n * @param name Name of the resource.\n * @param controller Controller create parameters.\n * @param options The options parameters.\n */\n async beginCreate(\n resourceGroupName: string,\n name: string,\n controller: Controller,\n options?: ControllersCreateOptionalParams\n ): Promise<\n PollerLike<\n PollOperationState<ControllersCreateResponse>,\n ControllersCreateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<ControllersCreateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, name, controller, options },\n createOperationSpec\n );\n const poller = new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Creates an Azure Dev Spaces Controller with the specified create parameters.\n * @param resourceGroupName Resource group to which the resource belongs.\n * @param name Name of the resource.\n * @param controller Controller create parameters.\n * @param options The options parameters.\n */\n async beginCreateAndWait(\n resourceGroupName: string,\n name: string,\n controller: Controller,\n options?: ControllersCreateOptionalParams\n ): Promise<ControllersCreateResponse> {\n const poller = await this.beginCreate(\n resourceGroupName,\n name,\n controller,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Deletes an existing Azure Dev Spaces Controller.\n * @param resourceGroupName Resource group to which the resource belongs.\n * @param name Name of the resource.\n * @param options The options parameters.\n */\n async beginDelete(\n resourceGroupName: string,\n name: string,\n options?: ControllersDeleteOptionalParams\n ): Promise<PollerLike<PollOperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, name, options },\n deleteOperationSpec\n );\n const poller = new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Deletes an existing Azure Dev Spaces Controller.\n * @param resourceGroupName Resource group to which the resource belongs.\n * @param name Name of the resource.\n * @param options The options parameters.\n */\n async beginDeleteAndWait(\n resourceGroupName: string,\n name: string,\n options?: ControllersDeleteOptionalParams\n ): Promise<void> {\n const poller = await this.beginDelete(resourceGroupName, name, options);\n return poller.pollUntilDone();\n }\n\n /**\n * Updates the properties of an existing Azure Dev Spaces Controller with the specified update\n * parameters.\n * @param resourceGroupName Resource group to which the resource belongs.\n * @param name Name of the resource.\n * @param controllerUpdateParameters Parameters for updating the Azure Dev Spaces Controller.\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n name: string,\n controllerUpdateParameters: ControllerUpdateParameters,\n options?: ControllersUpdateOptionalParams\n ): Promise<ControllersUpdateResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, name, controllerUpdateParameters, options },\n updateOperationSpec\n );\n }\n\n /**\n * Lists all the Azure Dev Spaces Controllers with their properties in the specified resource group and\n * subscription.\n * @param resourceGroupName Resource group to which the resource belongs.\n * @param options The options parameters.\n */\n private _listByResourceGroup(\n resourceGroupName: string,\n options?: ControllersListByResourceGroupOptionalParams\n ): Promise<ControllersListByResourceGroupResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, options },\n listByResourceGroupOperationSpec\n );\n }\n\n /**\n * Lists all the Azure Dev Spaces Controllers with their properties in the subscription.\n * @param options The options parameters.\n */\n private _list(\n options?: ControllersListOptionalParams\n ): Promise<ControllersListResponse> {\n return this.client.sendOperationRequest({ options }, listOperationSpec);\n }\n\n /**\n * Lists connection details for the underlying container resources of an Azure Dev Spaces Controller.\n * @param resourceGroupName Resource group to which the resource belongs.\n * @param name Name of the resource.\n * @param listConnectionDetailsParameters Parameters for listing connection details of Azure Dev Spaces\n * Controller.\n * @param options The options parameters.\n */\n listConnectionDetails(\n resourceGroupName: string,\n name: string,\n listConnectionDetailsParameters: ListConnectionDetailsParameters,\n options?: ControllersListConnectionDetailsOptionalParams\n ): Promise<ControllersListConnectionDetailsResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, name, listConnectionDetailsParameters, options },\n listConnectionDetailsOperationSpec\n );\n }\n\n /**\n * ListByResourceGroupNext\n * @param resourceGroupName Resource group to which the resource belongs.\n * @param nextLink The nextLink from the previous successful call to the ListByResourceGroup method.\n * @param options The options parameters.\n */\n private _listByResourceGroupNext(\n resourceGroupName: string,\n nextLink: string,\n options?: ControllersListByResourceGroupNextOptionalParams\n ): Promise<ControllersListByResourceGroupNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, nextLink, options },\n listByResourceGroupNextOperationSpec\n );\n }\n\n /**\n * ListNext\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n nextLink: string,\n options?: ControllersListNextOptionalParams\n ): Promise<ControllersListNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listNextOperationSpec\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.DevSpaces/controllers/{name}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.Controller\n },\n default: {\n bodyMapper: Mappers.DevSpacesErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevSpaces/controllers/{name}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.Controller\n },\n 201: {\n bodyMapper: Mappers.Controller\n },\n 202: {\n bodyMapper: Mappers.Controller\n },\n 204: {\n bodyMapper: Mappers.Controller\n },\n default: {\n bodyMapper: Mappers.DevSpacesErrorResponse\n }\n },\n requestBody: Parameters.controller,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name\n ],\n headerParameters: [Parameters.contentType, Parameters.accept],\n mediaType: \"json\",\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevSpaces/controllers/{name}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.DevSpacesErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevSpaces/controllers/{name}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.Controller\n },\n 201: {\n bodyMapper: Mappers.Controller\n },\n default: {\n bodyMapper: Mappers.DevSpacesErrorResponse\n }\n },\n requestBody: Parameters.controllerUpdateParameters,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name\n ],\n headerParameters: [Parameters.contentType, Parameters.accept],\n mediaType: \"json\",\n serializer\n};\nconst listByResourceGroupOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevSpaces/controllers\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ControllerList\n },\n default: {\n bodyMapper: Mappers.DevSpacesErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.DevSpaces/controllers\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ControllerList\n },\n default: {\n bodyMapper: Mappers.DevSpacesErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listConnectionDetailsOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevSpaces/controllers/{name}/listConnectionDetails\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.ControllerConnectionDetailsList\n },\n default: {\n bodyMapper: Mappers.DevSpacesErrorResponse\n }\n },\n requestBody: Parameters.listConnectionDetailsParameters,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name\n ],\n headerParameters: [Parameters.contentType, Parameters.accept],\n mediaType: \"json\",\n serializer\n};\nconst listByResourceGroupNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ControllerList\n },\n default: {\n bodyMapper: Mappers.DevSpacesErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ControllerList\n },\n default: {\n bodyMapper: Mappers.DevSpacesErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n"]}
@@ -0,0 +1,4 @@
1
+ export * from "./containerHostMappings.js";
2
+ export * from "./operations.js";
3
+ export * from "./controllers.js";
4
+ //# 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,4BAA4B,CAAC;AAC3C,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC"}
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+ /*
3
+ * Copyright (c) Microsoft Corporation.
4
+ * Licensed under the MIT License.
5
+ *
6
+ * Code generated by Microsoft (R) AutoRest Code Generator.
7
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ const tslib_1 = require("tslib");
11
+ tslib_1.__exportStar(require("./containerHostMappings.js"), exports);
12
+ tslib_1.__exportStar(require("./operations.js"), exports);
13
+ tslib_1.__exportStar(require("./controllers.js"), exports);
14
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;;AAEH,qEAA2C;AAC3C,0DAAgC;AAChC,2DAAiC","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 \"./containerHostMappings.js\";\nexport * from \"./operations.js\";\nexport * from \"./controllers.js\";\n"]}
@@ -0,0 +1,34 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { Operations } from "../operationsInterfaces/index.js";
3
+ import { DevSpacesManagementClient } from "../devSpacesManagementClient.js";
4
+ import { ResourceProviderOperationDefinition, OperationsListOptionalParams } from "../models/index.js";
5
+ /** Class containing Operations operations. */
6
+ export declare class OperationsImpl implements Operations {
7
+ private readonly client;
8
+ /**
9
+ * Initialize a new instance of the class Operations class.
10
+ * @param client Reference to the service client
11
+ */
12
+ constructor(client: DevSpacesManagementClient);
13
+ /**
14
+ * Lists all the supported operations by the Microsoft.DevSpaces resource provider along with their
15
+ * description.
16
+ * @param options The options parameters.
17
+ */
18
+ list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<ResourceProviderOperationDefinition>;
19
+ private listPagingPage;
20
+ private listPagingAll;
21
+ /**
22
+ * Lists all the supported operations by the Microsoft.DevSpaces resource provider along with their
23
+ * description.
24
+ * @param options The options parameters.
25
+ */
26
+ private _list;
27
+ /**
28
+ * ListNext
29
+ * @param nextLink The nextLink from the previous successful call to the List method.
30
+ * @param options The options parameters.
31
+ */
32
+ private _listNext;
33
+ }
34
+ //# sourceMappingURL=operations.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"operations.d.ts","sourceRoot":"","sources":["../../../src/operations/operations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,UAAU,EAAE,MAAM,kCAAkC,CAAC;AAI9D,OAAO,EAAE,yBAAyB,EAAE,MAAM,iCAAiC,CAAC;AAC5E,OAAO,EACL,mCAAmC,EAEnC,4BAA4B,EAG7B,MAAM,oBAAoB,CAAC;AAG5B,8CAA8C;AAC9C,qBAAa,cAAe,YAAW,UAAU;IAC/C,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA4B;IAEnD;;;OAGG;gBACS,MAAM,EAAE,yBAAyB;IAI7C;;;;OAIG;IACI,IAAI,CACT,OAAO,CAAC,EAAE,4BAA4B,GACrC,0BAA0B,CAAC,mCAAmC,CAAC;YAkBnD,cAAc;YAsBd,aAAa;IAQ5B;;;;OAIG;IACH,OAAO,CAAC,KAAK;IAMb;;;;OAIG;IACH,OAAO,CAAC,SAAS;CASlB"}