@azure/arm-deviceprovisioningservices 6.0.0-beta.2 → 6.0.0-beta.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (510) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +9 -12
  3. package/dist/browser/api/dpsCertificate/index.d.ts +3 -0
  4. package/dist/browser/api/dpsCertificate/index.js +4 -0
  5. package/dist/browser/api/dpsCertificate/index.js.map +1 -0
  6. package/dist/browser/api/dpsCertificate/operations.d.ts +35 -0
  7. package/dist/browser/api/dpsCertificate/operations.js +258 -0
  8. package/dist/browser/api/dpsCertificate/operations.js.map +1 -0
  9. package/dist/browser/api/dpsCertificate/options.d.ts +73 -0
  10. package/dist/browser/api/dpsCertificate/options.js +4 -0
  11. package/dist/browser/api/dpsCertificate/options.js.map +1 -0
  12. package/dist/browser/api/index.d.ts +2 -0
  13. package/dist/browser/api/index.js +4 -0
  14. package/dist/browser/api/index.js.map +1 -0
  15. package/dist/browser/api/iotDpsContext.d.ts +22 -0
  16. package/dist/browser/api/iotDpsContext.js +39 -0
  17. package/dist/browser/api/iotDpsContext.js.map +1 -0
  18. package/dist/browser/api/iotDpsResource/index.d.ts +3 -0
  19. package/dist/browser/api/iotDpsResource/index.js +4 -0
  20. package/dist/browser/api/iotDpsResource/index.js.map +1 -0
  21. package/dist/browser/api/iotDpsResource/operations.d.ts +80 -0
  22. package/dist/browser/api/iotDpsResource/operations.js +603 -0
  23. package/dist/browser/api/iotDpsResource/operations.js.map +1 -0
  24. package/dist/browser/api/iotDpsResource/options.d.ts +63 -0
  25. package/dist/browser/api/iotDpsResource/options.js +4 -0
  26. package/dist/browser/api/iotDpsResource/options.js.map +1 -0
  27. package/dist/browser/api/operations/index.d.ts +3 -0
  28. package/dist/browser/api/operations/index.js +4 -0
  29. package/dist/browser/api/operations/index.js.map +1 -0
  30. package/dist/browser/api/operations/operations.d.ts +10 -0
  31. package/dist/browser/api/operations/operations.js +34 -0
  32. package/dist/browser/api/operations/operations.js.map +1 -0
  33. package/dist/browser/api/operations/options.d.ts +5 -0
  34. package/dist/browser/api/operations/options.js +4 -0
  35. package/dist/browser/api/operations/options.js.map +1 -0
  36. package/dist/browser/classic/dpsCertificate/index.d.ts +26 -0
  37. package/dist/browser/classic/dpsCertificate/index.js +19 -0
  38. package/dist/browser/classic/dpsCertificate/index.js.map +1 -0
  39. package/dist/browser/classic/index.d.ts +4 -0
  40. package/dist/browser/classic/index.js +4 -0
  41. package/dist/browser/classic/index.js.map +1 -0
  42. package/dist/browser/classic/iotDpsResource/index.d.ts +49 -0
  43. package/dist/browser/classic/iotDpsResource/index.js +30 -0
  44. package/dist/browser/classic/iotDpsResource/index.js.map +1 -0
  45. package/dist/browser/classic/operations/index.d.ts +11 -0
  46. package/dist/browser/classic/operations/index.js +14 -0
  47. package/dist/browser/classic/operations/index.js.map +1 -0
  48. package/dist/browser/index.d.ts +11 -3
  49. package/dist/browser/index.js +6 -11
  50. package/dist/browser/index.js.map +1 -1
  51. package/dist/browser/iotDpsClient.d.ts +19 -20
  52. package/dist/browser/iotDpsClient.js +28 -105
  53. package/dist/browser/iotDpsClient.js.map +1 -1
  54. package/dist/browser/logger.d.ts +2 -0
  55. package/dist/browser/logger.js +5 -0
  56. package/dist/browser/logger.js.map +1 -0
  57. package/dist/browser/models/index.d.ts +1 -978
  58. package/dist/browser/models/index.js +3 -127
  59. package/dist/browser/models/index.js.map +1 -1
  60. package/dist/browser/models/models.d.ts +710 -0
  61. package/dist/browser/models/models.js +749 -0
  62. package/dist/browser/models/models.js.map +1 -0
  63. package/dist/browser/restorePollerHelpers.d.ts +21 -0
  64. package/dist/browser/restorePollerHelpers.js +104 -0
  65. package/dist/browser/restorePollerHelpers.js.map +1 -0
  66. package/dist/browser/static-helpers/cloudSettingHelpers.d.ts +22 -0
  67. package/dist/browser/static-helpers/cloudSettingHelpers.js +38 -0
  68. package/dist/browser/static-helpers/cloudSettingHelpers.js.map +1 -0
  69. package/dist/browser/static-helpers/pagingHelpers.d.ts +72 -0
  70. package/dist/browser/static-helpers/pagingHelpers.js +118 -0
  71. package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
  72. package/dist/browser/static-helpers/pollingHelpers.d.ts +30 -0
  73. package/dist/browser/static-helpers/pollingHelpers.js +79 -0
  74. package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
  75. package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
  76. package/dist/browser/static-helpers/urlTemplate.js +185 -0
  77. package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
  78. package/dist/commonjs/api/dpsCertificate/index.d.ts +3 -0
  79. package/dist/commonjs/api/dpsCertificate/index.js +13 -0
  80. package/dist/commonjs/api/dpsCertificate/index.js.map +1 -0
  81. package/dist/commonjs/api/dpsCertificate/operations.d.ts +35 -0
  82. package/dist/commonjs/api/dpsCertificate/operations.js +278 -0
  83. package/dist/commonjs/api/dpsCertificate/operations.js.map +1 -0
  84. package/dist/commonjs/api/dpsCertificate/options.d.ts +73 -0
  85. package/dist/commonjs/api/dpsCertificate/options.js +5 -0
  86. package/dist/commonjs/api/dpsCertificate/options.js.map +1 -0
  87. package/dist/commonjs/api/index.d.ts +2 -0
  88. package/dist/commonjs/api/index.js +8 -0
  89. package/dist/commonjs/api/index.js.map +1 -0
  90. package/dist/commonjs/api/iotDpsContext.d.ts +22 -0
  91. package/dist/commonjs/api/iotDpsContext.js +42 -0
  92. package/dist/commonjs/api/iotDpsContext.js.map +1 -0
  93. package/dist/commonjs/api/iotDpsResource/index.d.ts +3 -0
  94. package/dist/commonjs/api/iotDpsResource/index.js +24 -0
  95. package/dist/commonjs/api/iotDpsResource/index.js.map +1 -0
  96. package/dist/commonjs/api/iotDpsResource/operations.d.ts +80 -0
  97. package/dist/commonjs/api/iotDpsResource/operations.js +656 -0
  98. package/dist/commonjs/api/iotDpsResource/operations.js.map +1 -0
  99. package/dist/commonjs/api/iotDpsResource/options.d.ts +63 -0
  100. package/dist/commonjs/api/iotDpsResource/options.js +5 -0
  101. package/dist/commonjs/api/iotDpsResource/options.js.map +1 -0
  102. package/dist/commonjs/api/operations/index.d.ts +3 -0
  103. package/dist/commonjs/api/operations/index.js +8 -0
  104. package/dist/commonjs/api/operations/index.js.map +1 -0
  105. package/dist/commonjs/api/operations/operations.d.ts +10 -0
  106. package/dist/commonjs/api/operations/operations.js +39 -0
  107. package/dist/commonjs/api/operations/operations.js.map +1 -0
  108. package/dist/commonjs/api/operations/options.d.ts +5 -0
  109. package/dist/commonjs/api/operations/options.js +5 -0
  110. package/dist/commonjs/api/operations/options.js.map +1 -0
  111. package/dist/commonjs/classic/dpsCertificate/index.d.ts +26 -0
  112. package/dist/commonjs/classic/dpsCertificate/index.js +22 -0
  113. package/dist/commonjs/classic/dpsCertificate/index.js.map +1 -0
  114. package/dist/commonjs/classic/index.d.ts +4 -0
  115. package/dist/commonjs/classic/index.js +5 -0
  116. package/dist/commonjs/classic/index.js.map +1 -0
  117. package/dist/commonjs/classic/iotDpsResource/index.d.ts +49 -0
  118. package/dist/commonjs/classic/iotDpsResource/index.js +33 -0
  119. package/dist/commonjs/classic/iotDpsResource/index.js.map +1 -0
  120. package/dist/commonjs/classic/operations/index.d.ts +11 -0
  121. package/dist/commonjs/classic/operations/index.js +17 -0
  122. package/dist/commonjs/classic/operations/index.js.map +1 -0
  123. package/dist/commonjs/index.d.ts +11 -3
  124. package/dist/commonjs/index.js +20 -14
  125. package/dist/commonjs/index.js.map +1 -1
  126. package/dist/commonjs/iotDpsClient.d.ts +19 -20
  127. package/dist/commonjs/iotDpsClient.js +28 -106
  128. package/dist/commonjs/iotDpsClient.js.map +1 -1
  129. package/dist/commonjs/logger.d.ts +2 -0
  130. package/dist/commonjs/logger.js +8 -0
  131. package/dist/commonjs/logger.js.map +1 -0
  132. package/dist/commonjs/models/index.d.ts +1 -978
  133. package/dist/commonjs/models/index.js +16 -128
  134. package/dist/commonjs/models/index.js.map +1 -1
  135. package/dist/commonjs/models/models.d.ts +710 -0
  136. package/dist/commonjs/models/models.js +833 -0
  137. package/dist/commonjs/models/models.js.map +1 -0
  138. package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
  139. package/dist/commonjs/restorePollerHelpers.js +107 -0
  140. package/dist/commonjs/restorePollerHelpers.js.map +1 -0
  141. package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +22 -0
  142. package/dist/commonjs/static-helpers/cloudSettingHelpers.js +42 -0
  143. package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +1 -0
  144. package/dist/commonjs/static-helpers/pagingHelpers.d.ts +72 -0
  145. package/dist/commonjs/static-helpers/pagingHelpers.js +121 -0
  146. package/dist/commonjs/static-helpers/pagingHelpers.js.map +1 -0
  147. package/dist/commonjs/static-helpers/pollingHelpers.d.ts +30 -0
  148. package/dist/commonjs/static-helpers/pollingHelpers.js +82 -0
  149. package/dist/commonjs/static-helpers/pollingHelpers.js.map +1 -0
  150. package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
  151. package/dist/commonjs/static-helpers/urlTemplate.js +188 -0
  152. package/dist/commonjs/static-helpers/urlTemplate.js.map +1 -0
  153. package/dist/commonjs/tsdoc-metadata.json +1 -1
  154. package/dist/esm/api/dpsCertificate/index.d.ts +3 -0
  155. package/dist/esm/api/dpsCertificate/index.js +4 -0
  156. package/dist/esm/api/dpsCertificate/index.js.map +1 -0
  157. package/dist/esm/api/dpsCertificate/operations.d.ts +35 -0
  158. package/dist/esm/api/dpsCertificate/operations.js +258 -0
  159. package/dist/esm/api/dpsCertificate/operations.js.map +1 -0
  160. package/dist/esm/api/dpsCertificate/options.d.ts +73 -0
  161. package/dist/esm/api/dpsCertificate/options.js +4 -0
  162. package/dist/esm/api/dpsCertificate/options.js.map +1 -0
  163. package/dist/esm/api/index.d.ts +2 -0
  164. package/dist/esm/api/index.js +4 -0
  165. package/dist/esm/api/index.js.map +1 -0
  166. package/dist/esm/api/iotDpsContext.d.ts +22 -0
  167. package/dist/esm/api/iotDpsContext.js +39 -0
  168. package/dist/esm/api/iotDpsContext.js.map +1 -0
  169. package/dist/esm/api/iotDpsResource/index.d.ts +3 -0
  170. package/dist/esm/api/iotDpsResource/index.js +4 -0
  171. package/dist/esm/api/iotDpsResource/index.js.map +1 -0
  172. package/dist/esm/api/iotDpsResource/operations.d.ts +80 -0
  173. package/dist/esm/api/iotDpsResource/operations.js +603 -0
  174. package/dist/esm/api/iotDpsResource/operations.js.map +1 -0
  175. package/dist/esm/api/iotDpsResource/options.d.ts +63 -0
  176. package/dist/esm/api/iotDpsResource/options.js +4 -0
  177. package/dist/esm/api/iotDpsResource/options.js.map +1 -0
  178. package/dist/esm/api/operations/index.d.ts +3 -0
  179. package/dist/esm/api/operations/index.js +4 -0
  180. package/dist/esm/api/operations/index.js.map +1 -0
  181. package/dist/esm/api/operations/operations.d.ts +10 -0
  182. package/dist/esm/api/operations/operations.js +34 -0
  183. package/dist/esm/api/operations/operations.js.map +1 -0
  184. package/dist/esm/api/operations/options.d.ts +5 -0
  185. package/dist/esm/api/operations/options.js +4 -0
  186. package/dist/esm/api/operations/options.js.map +1 -0
  187. package/dist/esm/classic/dpsCertificate/index.d.ts +26 -0
  188. package/dist/esm/classic/dpsCertificate/index.js +19 -0
  189. package/dist/esm/classic/dpsCertificate/index.js.map +1 -0
  190. package/dist/esm/classic/index.d.ts +4 -0
  191. package/dist/esm/classic/index.js +4 -0
  192. package/dist/esm/classic/index.js.map +1 -0
  193. package/dist/esm/classic/iotDpsResource/index.d.ts +49 -0
  194. package/dist/esm/classic/iotDpsResource/index.js +30 -0
  195. package/dist/esm/classic/iotDpsResource/index.js.map +1 -0
  196. package/dist/esm/classic/operations/index.d.ts +11 -0
  197. package/dist/esm/classic/operations/index.js +14 -0
  198. package/dist/esm/classic/operations/index.js.map +1 -0
  199. package/dist/esm/index.d.ts +11 -3
  200. package/dist/esm/index.js +6 -11
  201. package/dist/esm/index.js.map +1 -1
  202. package/dist/esm/iotDpsClient.d.ts +19 -20
  203. package/dist/esm/iotDpsClient.js +28 -105
  204. package/dist/esm/iotDpsClient.js.map +1 -1
  205. package/dist/esm/logger.d.ts +2 -0
  206. package/dist/esm/logger.js +5 -0
  207. package/dist/esm/logger.js.map +1 -0
  208. package/dist/esm/models/index.d.ts +1 -978
  209. package/dist/esm/models/index.js +3 -127
  210. package/dist/esm/models/index.js.map +1 -1
  211. package/dist/esm/models/models.d.ts +710 -0
  212. package/dist/esm/models/models.js +749 -0
  213. package/dist/esm/models/models.js.map +1 -0
  214. package/dist/esm/restorePollerHelpers.d.ts +21 -0
  215. package/dist/esm/restorePollerHelpers.js +104 -0
  216. package/dist/esm/restorePollerHelpers.js.map +1 -0
  217. package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +22 -0
  218. package/dist/esm/static-helpers/cloudSettingHelpers.js +38 -0
  219. package/dist/esm/static-helpers/cloudSettingHelpers.js.map +1 -0
  220. package/dist/esm/static-helpers/pagingHelpers.d.ts +72 -0
  221. package/dist/esm/static-helpers/pagingHelpers.js +118 -0
  222. package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
  223. package/dist/esm/static-helpers/pollingHelpers.d.ts +30 -0
  224. package/dist/esm/static-helpers/pollingHelpers.js +79 -0
  225. package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
  226. package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
  227. package/dist/esm/static-helpers/urlTemplate.js +185 -0
  228. package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
  229. package/dist/react-native/api/dpsCertificate/index.d.ts +3 -0
  230. package/dist/react-native/api/dpsCertificate/index.js +4 -0
  231. package/dist/react-native/api/dpsCertificate/index.js.map +1 -0
  232. package/dist/react-native/api/dpsCertificate/operations.d.ts +35 -0
  233. package/dist/react-native/api/dpsCertificate/operations.js +258 -0
  234. package/dist/react-native/api/dpsCertificate/operations.js.map +1 -0
  235. package/dist/react-native/api/dpsCertificate/options.d.ts +73 -0
  236. package/dist/react-native/api/dpsCertificate/options.js +4 -0
  237. package/dist/react-native/api/dpsCertificate/options.js.map +1 -0
  238. package/dist/react-native/api/index.d.ts +2 -0
  239. package/dist/react-native/api/index.js +4 -0
  240. package/dist/react-native/api/index.js.map +1 -0
  241. package/dist/react-native/api/iotDpsContext.d.ts +22 -0
  242. package/dist/react-native/api/iotDpsContext.js +39 -0
  243. package/dist/react-native/api/iotDpsContext.js.map +1 -0
  244. package/dist/react-native/api/iotDpsResource/index.d.ts +3 -0
  245. package/dist/react-native/api/iotDpsResource/index.js +4 -0
  246. package/dist/react-native/api/iotDpsResource/index.js.map +1 -0
  247. package/dist/react-native/api/iotDpsResource/operations.d.ts +80 -0
  248. package/dist/react-native/api/iotDpsResource/operations.js +603 -0
  249. package/dist/react-native/api/iotDpsResource/operations.js.map +1 -0
  250. package/dist/react-native/api/iotDpsResource/options.d.ts +63 -0
  251. package/dist/react-native/api/iotDpsResource/options.js +4 -0
  252. package/dist/react-native/api/iotDpsResource/options.js.map +1 -0
  253. package/dist/react-native/api/operations/index.d.ts +3 -0
  254. package/dist/react-native/api/operations/index.js +4 -0
  255. package/dist/react-native/api/operations/index.js.map +1 -0
  256. package/dist/react-native/api/operations/operations.d.ts +10 -0
  257. package/dist/react-native/api/operations/operations.js +34 -0
  258. package/dist/react-native/api/operations/operations.js.map +1 -0
  259. package/dist/react-native/api/operations/options.d.ts +5 -0
  260. package/dist/react-native/api/operations/options.js +4 -0
  261. package/dist/react-native/api/operations/options.js.map +1 -0
  262. package/dist/react-native/classic/dpsCertificate/index.d.ts +26 -0
  263. package/dist/react-native/classic/dpsCertificate/index.js +19 -0
  264. package/dist/react-native/classic/dpsCertificate/index.js.map +1 -0
  265. package/dist/react-native/classic/index.d.ts +4 -0
  266. package/dist/react-native/classic/index.js +4 -0
  267. package/dist/react-native/classic/index.js.map +1 -0
  268. package/dist/react-native/classic/iotDpsResource/index.d.ts +49 -0
  269. package/dist/react-native/classic/iotDpsResource/index.js +30 -0
  270. package/dist/react-native/classic/iotDpsResource/index.js.map +1 -0
  271. package/dist/react-native/classic/operations/index.d.ts +11 -0
  272. package/dist/react-native/classic/operations/index.js +14 -0
  273. package/dist/react-native/classic/operations/index.js.map +1 -0
  274. package/dist/react-native/index.d.ts +11 -3
  275. package/dist/react-native/index.js +6 -11
  276. package/dist/react-native/index.js.map +1 -1
  277. package/dist/react-native/iotDpsClient.d.ts +19 -20
  278. package/dist/react-native/iotDpsClient.js +28 -105
  279. package/dist/react-native/iotDpsClient.js.map +1 -1
  280. package/dist/react-native/logger.d.ts +2 -0
  281. package/dist/react-native/logger.js +5 -0
  282. package/dist/react-native/logger.js.map +1 -0
  283. package/dist/react-native/models/index.d.ts +1 -978
  284. package/dist/react-native/models/index.js +3 -127
  285. package/dist/react-native/models/index.js.map +1 -1
  286. package/dist/react-native/models/models.d.ts +710 -0
  287. package/dist/react-native/models/models.js +749 -0
  288. package/dist/react-native/models/models.js.map +1 -0
  289. package/dist/react-native/restorePollerHelpers.d.ts +21 -0
  290. package/dist/react-native/restorePollerHelpers.js +104 -0
  291. package/dist/react-native/restorePollerHelpers.js.map +1 -0
  292. package/dist/react-native/static-helpers/cloudSettingHelpers.d.ts +22 -0
  293. package/dist/react-native/static-helpers/cloudSettingHelpers.js +38 -0
  294. package/dist/react-native/static-helpers/cloudSettingHelpers.js.map +1 -0
  295. package/dist/react-native/static-helpers/pagingHelpers.d.ts +72 -0
  296. package/dist/react-native/static-helpers/pagingHelpers.js +118 -0
  297. package/dist/react-native/static-helpers/pagingHelpers.js.map +1 -0
  298. package/dist/react-native/static-helpers/pollingHelpers.d.ts +30 -0
  299. package/dist/react-native/static-helpers/pollingHelpers.js +79 -0
  300. package/dist/react-native/static-helpers/pollingHelpers.js.map +1 -0
  301. package/dist/react-native/static-helpers/urlTemplate.d.ts +5 -0
  302. package/dist/react-native/static-helpers/urlTemplate.js +185 -0
  303. package/dist/react-native/static-helpers/urlTemplate.js.map +1 -0
  304. package/package.json +141 -38
  305. package/CHANGELOG.md +0 -83
  306. package/dist/browser/index.d.ts.map +0 -1
  307. package/dist/browser/iotDpsClient.d.ts.map +0 -1
  308. package/dist/browser/lroImpl.d.ts +0 -11
  309. package/dist/browser/lroImpl.d.ts.map +0 -1
  310. package/dist/browser/lroImpl.js +0 -18
  311. package/dist/browser/lroImpl.js.map +0 -1
  312. package/dist/browser/models/index.d.ts.map +0 -1
  313. package/dist/browser/models/mappers.d.ts +0 -40
  314. package/dist/browser/models/mappers.d.ts.map +0 -1
  315. package/dist/browser/models/mappers.js +0 -1268
  316. package/dist/browser/models/mappers.js.map +0 -1
  317. package/dist/browser/models/parameters.d.ts +0 -34
  318. package/dist/browser/models/parameters.d.ts.map +0 -1
  319. package/dist/browser/models/parameters.js +0 -293
  320. package/dist/browser/models/parameters.js.map +0 -1
  321. package/dist/browser/operations/dpsCertificate.d.ts +0 -70
  322. package/dist/browser/operations/dpsCertificate.d.ts.map +0 -1
  323. package/dist/browser/operations/dpsCertificate.js +0 -290
  324. package/dist/browser/operations/dpsCertificate.js.map +0 -1
  325. package/dist/browser/operations/index.d.ts +0 -4
  326. package/dist/browser/operations/index.d.ts.map +0 -1
  327. package/dist/browser/operations/index.js +0 -11
  328. package/dist/browser/operations/index.js.map +0 -1
  329. package/dist/browser/operations/iotDpsResource.d.ts +0 -253
  330. package/dist/browser/operations/iotDpsResource.d.ts.map +0 -1
  331. package/dist/browser/operations/iotDpsResource.js +0 -1170
  332. package/dist/browser/operations/iotDpsResource.js.map +0 -1
  333. package/dist/browser/operations/operations.d.ts +0 -32
  334. package/dist/browser/operations/operations.d.ts.map +0 -1
  335. package/dist/browser/operations/operations.js +0 -116
  336. package/dist/browser/operations/operations.js.map +0 -1
  337. package/dist/browser/operationsInterfaces/dpsCertificate.d.ts +0 -62
  338. package/dist/browser/operationsInterfaces/dpsCertificate.d.ts.map +0 -1
  339. package/dist/browser/operationsInterfaces/dpsCertificate.js +0 -9
  340. package/dist/browser/operationsInterfaces/dpsCertificate.js.map +0 -1
  341. package/dist/browser/operationsInterfaces/index.d.ts +0 -4
  342. package/dist/browser/operationsInterfaces/index.d.ts.map +0 -1
  343. package/dist/browser/operationsInterfaces/index.js +0 -11
  344. package/dist/browser/operationsInterfaces/index.js.map +0 -1
  345. package/dist/browser/operationsInterfaces/iotDpsResource.d.ts +0 -183
  346. package/dist/browser/operationsInterfaces/iotDpsResource.d.ts.map +0 -1
  347. package/dist/browser/operationsInterfaces/iotDpsResource.js +0 -9
  348. package/dist/browser/operationsInterfaces/iotDpsResource.js.map +0 -1
  349. package/dist/browser/operationsInterfaces/operations.d.ts +0 -11
  350. package/dist/browser/operationsInterfaces/operations.d.ts.map +0 -1
  351. package/dist/browser/operationsInterfaces/operations.js +0 -9
  352. package/dist/browser/operationsInterfaces/operations.js.map +0 -1
  353. package/dist/browser/pagingHelper.d.ts +0 -13
  354. package/dist/browser/pagingHelper.d.ts.map +0 -1
  355. package/dist/browser/pagingHelper.js +0 -30
  356. package/dist/browser/pagingHelper.js.map +0 -1
  357. package/dist/commonjs/index.d.ts.map +0 -1
  358. package/dist/commonjs/iotDpsClient.d.ts.map +0 -1
  359. package/dist/commonjs/lroImpl.d.ts +0 -11
  360. package/dist/commonjs/lroImpl.d.ts.map +0 -1
  361. package/dist/commonjs/lroImpl.js +0 -21
  362. package/dist/commonjs/lroImpl.js.map +0 -1
  363. package/dist/commonjs/models/index.d.ts.map +0 -1
  364. package/dist/commonjs/models/mappers.d.ts +0 -40
  365. package/dist/commonjs/models/mappers.d.ts.map +0 -1
  366. package/dist/commonjs/models/mappers.js +0 -1271
  367. package/dist/commonjs/models/mappers.js.map +0 -1
  368. package/dist/commonjs/models/parameters.d.ts +0 -34
  369. package/dist/commonjs/models/parameters.d.ts.map +0 -1
  370. package/dist/commonjs/models/parameters.js +0 -296
  371. package/dist/commonjs/models/parameters.js.map +0 -1
  372. package/dist/commonjs/operations/dpsCertificate.d.ts +0 -70
  373. package/dist/commonjs/operations/dpsCertificate.d.ts.map +0 -1
  374. package/dist/commonjs/operations/dpsCertificate.js +0 -295
  375. package/dist/commonjs/operations/dpsCertificate.js.map +0 -1
  376. package/dist/commonjs/operations/index.d.ts +0 -4
  377. package/dist/commonjs/operations/index.d.ts.map +0 -1
  378. package/dist/commonjs/operations/index.js +0 -14
  379. package/dist/commonjs/operations/index.js.map +0 -1
  380. package/dist/commonjs/operations/iotDpsResource.d.ts +0 -253
  381. package/dist/commonjs/operations/iotDpsResource.d.ts.map +0 -1
  382. package/dist/commonjs/operations/iotDpsResource.js +0 -1175
  383. package/dist/commonjs/operations/iotDpsResource.js.map +0 -1
  384. package/dist/commonjs/operations/operations.d.ts +0 -32
  385. package/dist/commonjs/operations/operations.d.ts.map +0 -1
  386. package/dist/commonjs/operations/operations.js +0 -121
  387. package/dist/commonjs/operations/operations.js.map +0 -1
  388. package/dist/commonjs/operationsInterfaces/dpsCertificate.d.ts +0 -62
  389. package/dist/commonjs/operationsInterfaces/dpsCertificate.d.ts.map +0 -1
  390. package/dist/commonjs/operationsInterfaces/dpsCertificate.js +0 -10
  391. package/dist/commonjs/operationsInterfaces/dpsCertificate.js.map +0 -1
  392. package/dist/commonjs/operationsInterfaces/index.d.ts +0 -4
  393. package/dist/commonjs/operationsInterfaces/index.d.ts.map +0 -1
  394. package/dist/commonjs/operationsInterfaces/index.js +0 -14
  395. package/dist/commonjs/operationsInterfaces/index.js.map +0 -1
  396. package/dist/commonjs/operationsInterfaces/iotDpsResource.d.ts +0 -183
  397. package/dist/commonjs/operationsInterfaces/iotDpsResource.d.ts.map +0 -1
  398. package/dist/commonjs/operationsInterfaces/iotDpsResource.js +0 -10
  399. package/dist/commonjs/operationsInterfaces/iotDpsResource.js.map +0 -1
  400. package/dist/commonjs/operationsInterfaces/operations.d.ts +0 -11
  401. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +0 -1
  402. package/dist/commonjs/operationsInterfaces/operations.js +0 -10
  403. package/dist/commonjs/operationsInterfaces/operations.js.map +0 -1
  404. package/dist/commonjs/pagingHelper.d.ts +0 -13
  405. package/dist/commonjs/pagingHelper.d.ts.map +0 -1
  406. package/dist/commonjs/pagingHelper.js +0 -34
  407. package/dist/commonjs/pagingHelper.js.map +0 -1
  408. package/dist/esm/index.d.ts.map +0 -1
  409. package/dist/esm/iotDpsClient.d.ts.map +0 -1
  410. package/dist/esm/lroImpl.d.ts +0 -11
  411. package/dist/esm/lroImpl.d.ts.map +0 -1
  412. package/dist/esm/lroImpl.js +0 -18
  413. package/dist/esm/lroImpl.js.map +0 -1
  414. package/dist/esm/models/index.d.ts.map +0 -1
  415. package/dist/esm/models/mappers.d.ts +0 -40
  416. package/dist/esm/models/mappers.d.ts.map +0 -1
  417. package/dist/esm/models/mappers.js +0 -1268
  418. package/dist/esm/models/mappers.js.map +0 -1
  419. package/dist/esm/models/parameters.d.ts +0 -34
  420. package/dist/esm/models/parameters.d.ts.map +0 -1
  421. package/dist/esm/models/parameters.js +0 -293
  422. package/dist/esm/models/parameters.js.map +0 -1
  423. package/dist/esm/operations/dpsCertificate.d.ts +0 -70
  424. package/dist/esm/operations/dpsCertificate.d.ts.map +0 -1
  425. package/dist/esm/operations/dpsCertificate.js +0 -290
  426. package/dist/esm/operations/dpsCertificate.js.map +0 -1
  427. package/dist/esm/operations/index.d.ts +0 -4
  428. package/dist/esm/operations/index.d.ts.map +0 -1
  429. package/dist/esm/operations/index.js +0 -11
  430. package/dist/esm/operations/index.js.map +0 -1
  431. package/dist/esm/operations/iotDpsResource.d.ts +0 -253
  432. package/dist/esm/operations/iotDpsResource.d.ts.map +0 -1
  433. package/dist/esm/operations/iotDpsResource.js +0 -1170
  434. package/dist/esm/operations/iotDpsResource.js.map +0 -1
  435. package/dist/esm/operations/operations.d.ts +0 -32
  436. package/dist/esm/operations/operations.d.ts.map +0 -1
  437. package/dist/esm/operations/operations.js +0 -116
  438. package/dist/esm/operations/operations.js.map +0 -1
  439. package/dist/esm/operationsInterfaces/dpsCertificate.d.ts +0 -62
  440. package/dist/esm/operationsInterfaces/dpsCertificate.d.ts.map +0 -1
  441. package/dist/esm/operationsInterfaces/dpsCertificate.js +0 -9
  442. package/dist/esm/operationsInterfaces/dpsCertificate.js.map +0 -1
  443. package/dist/esm/operationsInterfaces/index.d.ts +0 -4
  444. package/dist/esm/operationsInterfaces/index.d.ts.map +0 -1
  445. package/dist/esm/operationsInterfaces/index.js +0 -11
  446. package/dist/esm/operationsInterfaces/index.js.map +0 -1
  447. package/dist/esm/operationsInterfaces/iotDpsResource.d.ts +0 -183
  448. package/dist/esm/operationsInterfaces/iotDpsResource.d.ts.map +0 -1
  449. package/dist/esm/operationsInterfaces/iotDpsResource.js +0 -9
  450. package/dist/esm/operationsInterfaces/iotDpsResource.js.map +0 -1
  451. package/dist/esm/operationsInterfaces/operations.d.ts +0 -11
  452. package/dist/esm/operationsInterfaces/operations.d.ts.map +0 -1
  453. package/dist/esm/operationsInterfaces/operations.js +0 -9
  454. package/dist/esm/operationsInterfaces/operations.js.map +0 -1
  455. package/dist/esm/pagingHelper.d.ts +0 -13
  456. package/dist/esm/pagingHelper.d.ts.map +0 -1
  457. package/dist/esm/pagingHelper.js +0 -30
  458. package/dist/esm/pagingHelper.js.map +0 -1
  459. package/dist/react-native/index.d.ts.map +0 -1
  460. package/dist/react-native/iotDpsClient.d.ts.map +0 -1
  461. package/dist/react-native/lroImpl.d.ts +0 -11
  462. package/dist/react-native/lroImpl.d.ts.map +0 -1
  463. package/dist/react-native/lroImpl.js +0 -18
  464. package/dist/react-native/lroImpl.js.map +0 -1
  465. package/dist/react-native/models/index.d.ts.map +0 -1
  466. package/dist/react-native/models/mappers.d.ts +0 -40
  467. package/dist/react-native/models/mappers.d.ts.map +0 -1
  468. package/dist/react-native/models/mappers.js +0 -1268
  469. package/dist/react-native/models/mappers.js.map +0 -1
  470. package/dist/react-native/models/parameters.d.ts +0 -34
  471. package/dist/react-native/models/parameters.d.ts.map +0 -1
  472. package/dist/react-native/models/parameters.js +0 -293
  473. package/dist/react-native/models/parameters.js.map +0 -1
  474. package/dist/react-native/operations/dpsCertificate.d.ts +0 -70
  475. package/dist/react-native/operations/dpsCertificate.d.ts.map +0 -1
  476. package/dist/react-native/operations/dpsCertificate.js +0 -290
  477. package/dist/react-native/operations/dpsCertificate.js.map +0 -1
  478. package/dist/react-native/operations/index.d.ts +0 -4
  479. package/dist/react-native/operations/index.d.ts.map +0 -1
  480. package/dist/react-native/operations/index.js +0 -11
  481. package/dist/react-native/operations/index.js.map +0 -1
  482. package/dist/react-native/operations/iotDpsResource.d.ts +0 -253
  483. package/dist/react-native/operations/iotDpsResource.d.ts.map +0 -1
  484. package/dist/react-native/operations/iotDpsResource.js +0 -1170
  485. package/dist/react-native/operations/iotDpsResource.js.map +0 -1
  486. package/dist/react-native/operations/operations.d.ts +0 -32
  487. package/dist/react-native/operations/operations.d.ts.map +0 -1
  488. package/dist/react-native/operations/operations.js +0 -116
  489. package/dist/react-native/operations/operations.js.map +0 -1
  490. package/dist/react-native/operationsInterfaces/dpsCertificate.d.ts +0 -62
  491. package/dist/react-native/operationsInterfaces/dpsCertificate.d.ts.map +0 -1
  492. package/dist/react-native/operationsInterfaces/dpsCertificate.js +0 -9
  493. package/dist/react-native/operationsInterfaces/dpsCertificate.js.map +0 -1
  494. package/dist/react-native/operationsInterfaces/index.d.ts +0 -4
  495. package/dist/react-native/operationsInterfaces/index.d.ts.map +0 -1
  496. package/dist/react-native/operationsInterfaces/index.js +0 -11
  497. package/dist/react-native/operationsInterfaces/index.js.map +0 -1
  498. package/dist/react-native/operationsInterfaces/iotDpsResource.d.ts +0 -183
  499. package/dist/react-native/operationsInterfaces/iotDpsResource.d.ts.map +0 -1
  500. package/dist/react-native/operationsInterfaces/iotDpsResource.js +0 -9
  501. package/dist/react-native/operationsInterfaces/iotDpsResource.js.map +0 -1
  502. package/dist/react-native/operationsInterfaces/operations.d.ts +0 -11
  503. package/dist/react-native/operationsInterfaces/operations.d.ts.map +0 -1
  504. package/dist/react-native/operationsInterfaces/operations.js +0 -9
  505. package/dist/react-native/operationsInterfaces/operations.js.map +0 -1
  506. package/dist/react-native/pagingHelper.d.ts +0 -13
  507. package/dist/react-native/pagingHelper.d.ts.map +0 -1
  508. package/dist/react-native/pagingHelper.js +0 -30
  509. package/dist/react-native/pagingHelper.js.map +0 -1
  510. package/review/arm-deviceprovisioningservices-node.api.md +0 -724
@@ -1 +0,0 @@
1
- {"version":3,"file":"iotDpsResource.js","sourceRoot":"","sources":["../../../src/operations/iotDpsResource.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 { IotDpsResource } 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 { IotDpsClient } from \"../iotDpsClient.js\";\nimport {\n SimplePollerLike,\n OperationState,\n createHttpPoller\n} from \"@azure/core-lro\";\nimport { createLroSpec } from \"../lroImpl.js\";\nimport {\n ProvisioningServiceDescription,\n IotDpsResourceListBySubscriptionNextOptionalParams,\n IotDpsResourceListBySubscriptionOptionalParams,\n IotDpsResourceListBySubscriptionResponse,\n IotDpsResourceListByResourceGroupNextOptionalParams,\n IotDpsResourceListByResourceGroupOptionalParams,\n IotDpsResourceListByResourceGroupResponse,\n IotDpsSkuDefinition,\n IotDpsResourceListValidSkusNextOptionalParams,\n IotDpsResourceListValidSkusOptionalParams,\n IotDpsResourceListValidSkusResponse,\n SharedAccessSignatureAuthorizationRuleAccessRightsDescription,\n IotDpsResourceListKeysNextOptionalParams,\n IotDpsResourceListKeysOptionalParams,\n IotDpsResourceListKeysResponse,\n IotDpsResourceGetOptionalParams,\n IotDpsResourceGetResponse,\n IotDpsResourceCreateOrUpdateOptionalParams,\n IotDpsResourceCreateOrUpdateResponse,\n TagsResource,\n IotDpsResourceUpdateOptionalParams,\n IotDpsResourceUpdateResponse,\n IotDpsResourceDeleteOptionalParams,\n IotDpsResourceGetOperationResultOptionalParams,\n IotDpsResourceGetOperationResultResponse,\n OperationInputs,\n IotDpsResourceCheckProvisioningServiceNameAvailabilityOptionalParams,\n IotDpsResourceCheckProvisioningServiceNameAvailabilityResponse,\n IotDpsResourceListKeysForKeyNameOptionalParams,\n IotDpsResourceListKeysForKeyNameResponse,\n IotDpsResourceListPrivateLinkResourcesOptionalParams,\n IotDpsResourceListPrivateLinkResourcesResponse,\n IotDpsResourceGetPrivateLinkResourcesOptionalParams,\n IotDpsResourceGetPrivateLinkResourcesResponse,\n IotDpsResourceListPrivateEndpointConnectionsOptionalParams,\n IotDpsResourceListPrivateEndpointConnectionsResponse,\n IotDpsResourceGetPrivateEndpointConnectionOptionalParams,\n IotDpsResourceGetPrivateEndpointConnectionResponse,\n PrivateEndpointConnection,\n IotDpsResourceCreateOrUpdatePrivateEndpointConnectionOptionalParams,\n IotDpsResourceCreateOrUpdatePrivateEndpointConnectionResponse,\n IotDpsResourceDeletePrivateEndpointConnectionOptionalParams,\n IotDpsResourceDeletePrivateEndpointConnectionResponse,\n IotDpsResourceListBySubscriptionNextResponse,\n IotDpsResourceListByResourceGroupNextResponse,\n IotDpsResourceListValidSkusNextResponse,\n IotDpsResourceListKeysNextResponse\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing IotDpsResource operations. */\nexport class IotDpsResourceImpl implements IotDpsResource {\n private readonly client: IotDpsClient;\n\n /**\n * Initialize a new instance of the class IotDpsResource class.\n * @param client Reference to the service client\n */\n constructor(client: IotDpsClient) {\n this.client = client;\n }\n\n /**\n * List all the provisioning services for a given subscription id.\n * @param options The options parameters.\n */\n public listBySubscription(\n options?: IotDpsResourceListBySubscriptionOptionalParams\n ): PagedAsyncIterableIterator<ProvisioningServiceDescription> {\n const iter = this.listBySubscriptionPagingAll(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.listBySubscriptionPagingPage(options, settings);\n }\n };\n }\n\n private async *listBySubscriptionPagingPage(\n options?: IotDpsResourceListBySubscriptionOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<ProvisioningServiceDescription[]> {\n let result: IotDpsResourceListBySubscriptionResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listBySubscription(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._listBySubscriptionNext(continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listBySubscriptionPagingAll(\n options?: IotDpsResourceListBySubscriptionOptionalParams\n ): AsyncIterableIterator<ProvisioningServiceDescription> {\n for await (const page of this.listBySubscriptionPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Get a list of all provisioning services in the given resource group.\n * @param resourceGroupName Resource group identifier.\n * @param options The options parameters.\n */\n public listByResourceGroup(\n resourceGroupName: string,\n options?: IotDpsResourceListByResourceGroupOptionalParams\n ): PagedAsyncIterableIterator<ProvisioningServiceDescription> {\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?: IotDpsResourceListByResourceGroupOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<ProvisioningServiceDescription[]> {\n let result: IotDpsResourceListByResourceGroupResponse;\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?: IotDpsResourceListByResourceGroupOptionalParams\n ): AsyncIterableIterator<ProvisioningServiceDescription> {\n for await (const page of this.listByResourceGroupPagingPage(\n resourceGroupName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Gets the list of valid SKUs and tiers for a provisioning service.\n * @param provisioningServiceName Name of provisioning service.\n * @param resourceGroupName Name of resource group.\n * @param options The options parameters.\n */\n public listValidSkus(\n provisioningServiceName: string,\n resourceGroupName: string,\n options?: IotDpsResourceListValidSkusOptionalParams\n ): PagedAsyncIterableIterator<IotDpsSkuDefinition> {\n const iter = this.listValidSkusPagingAll(\n provisioningServiceName,\n resourceGroupName,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listValidSkusPagingPage(\n provisioningServiceName,\n resourceGroupName,\n options,\n settings\n );\n }\n };\n }\n\n private async *listValidSkusPagingPage(\n provisioningServiceName: string,\n resourceGroupName: string,\n options?: IotDpsResourceListValidSkusOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<IotDpsSkuDefinition[]> {\n let result: IotDpsResourceListValidSkusResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listValidSkus(\n provisioningServiceName,\n resourceGroupName,\n options\n );\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listValidSkusNext(\n provisioningServiceName,\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 *listValidSkusPagingAll(\n provisioningServiceName: string,\n resourceGroupName: string,\n options?: IotDpsResourceListValidSkusOptionalParams\n ): AsyncIterableIterator<IotDpsSkuDefinition> {\n for await (const page of this.listValidSkusPagingPage(\n provisioningServiceName,\n resourceGroupName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * List the primary and secondary keys for a provisioning service.\n * @param provisioningServiceName The provisioning service name to get the shared access keys for.\n * @param resourceGroupName resource group name\n * @param options The options parameters.\n */\n public listKeys(\n provisioningServiceName: string,\n resourceGroupName: string,\n options?: IotDpsResourceListKeysOptionalParams\n ): PagedAsyncIterableIterator<\n SharedAccessSignatureAuthorizationRuleAccessRightsDescription\n > {\n const iter = this.listKeysPagingAll(\n provisioningServiceName,\n resourceGroupName,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listKeysPagingPage(\n provisioningServiceName,\n resourceGroupName,\n options,\n settings\n );\n }\n };\n }\n\n private async *listKeysPagingPage(\n provisioningServiceName: string,\n resourceGroupName: string,\n options?: IotDpsResourceListKeysOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<\n SharedAccessSignatureAuthorizationRuleAccessRightsDescription[]\n > {\n let result: IotDpsResourceListKeysResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listKeys(\n provisioningServiceName,\n resourceGroupName,\n options\n );\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listKeysNext(\n provisioningServiceName,\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 *listKeysPagingAll(\n provisioningServiceName: string,\n resourceGroupName: string,\n options?: IotDpsResourceListKeysOptionalParams\n ): AsyncIterableIterator<\n SharedAccessSignatureAuthorizationRuleAccessRightsDescription\n > {\n for await (const page of this.listKeysPagingPage(\n provisioningServiceName,\n resourceGroupName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Get the metadata of the provisioning service without SAS keys.\n * @param resourceGroupName Resource group name.\n * @param provisioningServiceName Name of the provisioning service to retrieve.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n provisioningServiceName: string,\n options?: IotDpsResourceGetOptionalParams\n ): Promise<IotDpsResourceGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, provisioningServiceName, options },\n getOperationSpec\n );\n }\n\n /**\n * Create or update the metadata of the provisioning service. The usual pattern to modify a property is\n * to retrieve the provisioning service metadata and security metadata, and then combine them with the\n * modified values in a new body to update the provisioning service.\n * @param resourceGroupName Resource group identifier.\n * @param provisioningServiceName Name of provisioning service to create or update.\n * @param iotDpsDescription Description of the provisioning service to create or update.\n * @param options The options parameters.\n */\n async beginCreateOrUpdate(\n resourceGroupName: string,\n provisioningServiceName: string,\n iotDpsDescription: ProvisioningServiceDescription,\n options?: IotDpsResourceCreateOrUpdateOptionalParams\n ): Promise<\n SimplePollerLike<\n OperationState<IotDpsResourceCreateOrUpdateResponse>,\n IotDpsResourceCreateOrUpdateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<IotDpsResourceCreateOrUpdateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = 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 = createLroSpec({\n sendOperationFn,\n args: {\n resourceGroupName,\n provisioningServiceName,\n iotDpsDescription,\n options\n },\n spec: createOrUpdateOperationSpec\n });\n const poller = await createHttpPoller<\n IotDpsResourceCreateOrUpdateResponse,\n OperationState<IotDpsResourceCreateOrUpdateResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Create or update the metadata of the provisioning service. The usual pattern to modify a property is\n * to retrieve the provisioning service metadata and security metadata, and then combine them with the\n * modified values in a new body to update the provisioning service.\n * @param resourceGroupName Resource group identifier.\n * @param provisioningServiceName Name of provisioning service to create or update.\n * @param iotDpsDescription Description of the provisioning service to create or update.\n * @param options The options parameters.\n */\n async beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n provisioningServiceName: string,\n iotDpsDescription: ProvisioningServiceDescription,\n options?: IotDpsResourceCreateOrUpdateOptionalParams\n ): Promise<IotDpsResourceCreateOrUpdateResponse> {\n const poller = await this.beginCreateOrUpdate(\n resourceGroupName,\n provisioningServiceName,\n iotDpsDescription,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Update an existing provisioning service's tags. to update other fields use the CreateOrUpdate method\n * @param resourceGroupName Resource group identifier.\n * @param provisioningServiceName Name of provisioning service to create or update.\n * @param provisioningServiceTags Updated tag information to set into the provisioning service\n * instance.\n * @param options The options parameters.\n */\n async beginUpdate(\n resourceGroupName: string,\n provisioningServiceName: string,\n provisioningServiceTags: TagsResource,\n options?: IotDpsResourceUpdateOptionalParams\n ): Promise<\n SimplePollerLike<\n OperationState<IotDpsResourceUpdateResponse>,\n IotDpsResourceUpdateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<IotDpsResourceUpdateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = 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 = createLroSpec({\n sendOperationFn,\n args: {\n resourceGroupName,\n provisioningServiceName,\n provisioningServiceTags,\n options\n },\n spec: updateOperationSpec\n });\n const poller = await createHttpPoller<\n IotDpsResourceUpdateResponse,\n OperationState<IotDpsResourceUpdateResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Update an existing provisioning service's tags. to update other fields use the CreateOrUpdate method\n * @param resourceGroupName Resource group identifier.\n * @param provisioningServiceName Name of provisioning service to create or update.\n * @param provisioningServiceTags Updated tag information to set into the provisioning service\n * instance.\n * @param options The options parameters.\n */\n async beginUpdateAndWait(\n resourceGroupName: string,\n provisioningServiceName: string,\n provisioningServiceTags: TagsResource,\n options?: IotDpsResourceUpdateOptionalParams\n ): Promise<IotDpsResourceUpdateResponse> {\n const poller = await this.beginUpdate(\n resourceGroupName,\n provisioningServiceName,\n provisioningServiceTags,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Deletes the Provisioning Service.\n * @param resourceGroupName Resource group identifier.\n * @param provisioningServiceName Name of provisioning service to delete.\n * @param options The options parameters.\n */\n async beginDelete(\n resourceGroupName: string,\n provisioningServiceName: string,\n options?: IotDpsResourceDeleteOptionalParams\n ): Promise<SimplePollerLike<OperationState<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 sendOperationFn = 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 = createLroSpec({\n sendOperationFn,\n args: { resourceGroupName, provisioningServiceName, options },\n spec: deleteOperationSpec\n });\n const poller = await createHttpPoller<void, OperationState<void>>(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Deletes the Provisioning Service.\n * @param resourceGroupName Resource group identifier.\n * @param provisioningServiceName Name of provisioning service to delete.\n * @param options The options parameters.\n */\n async beginDeleteAndWait(\n resourceGroupName: string,\n provisioningServiceName: string,\n options?: IotDpsResourceDeleteOptionalParams\n ): Promise<void> {\n const poller = await this.beginDelete(\n resourceGroupName,\n provisioningServiceName,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * List all the provisioning services for a given subscription id.\n * @param options The options parameters.\n */\n private _listBySubscription(\n options?: IotDpsResourceListBySubscriptionOptionalParams\n ): Promise<IotDpsResourceListBySubscriptionResponse> {\n return this.client.sendOperationRequest(\n { options },\n listBySubscriptionOperationSpec\n );\n }\n\n /**\n * Get a list of all provisioning services in the given resource group.\n * @param resourceGroupName Resource group identifier.\n * @param options The options parameters.\n */\n private _listByResourceGroup(\n resourceGroupName: string,\n options?: IotDpsResourceListByResourceGroupOptionalParams\n ): Promise<IotDpsResourceListByResourceGroupResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, options },\n listByResourceGroupOperationSpec\n );\n }\n\n /**\n * Gets the status of a long running operation, such as create, update or delete a provisioning\n * service.\n * @param operationId Operation id corresponding to long running operation. Use this to poll for the\n * status.\n * @param resourceGroupName Resource group identifier.\n * @param provisioningServiceName Name of provisioning service that the operation is running on.\n * @param asyncinfo Async header used to poll on the status of the operation, obtained while creating\n * the long running operation.\n * @param options The options parameters.\n */\n getOperationResult(\n operationId: string,\n resourceGroupName: string,\n provisioningServiceName: string,\n asyncinfo: string,\n options?: IotDpsResourceGetOperationResultOptionalParams\n ): Promise<IotDpsResourceGetOperationResultResponse> {\n return this.client.sendOperationRequest(\n {\n operationId,\n resourceGroupName,\n provisioningServiceName,\n asyncinfo,\n options\n },\n getOperationResultOperationSpec\n );\n }\n\n /**\n * Gets the list of valid SKUs and tiers for a provisioning service.\n * @param provisioningServiceName Name of provisioning service.\n * @param resourceGroupName Name of resource group.\n * @param options The options parameters.\n */\n private _listValidSkus(\n provisioningServiceName: string,\n resourceGroupName: string,\n options?: IotDpsResourceListValidSkusOptionalParams\n ): Promise<IotDpsResourceListValidSkusResponse> {\n return this.client.sendOperationRequest(\n { provisioningServiceName, resourceGroupName, options },\n listValidSkusOperationSpec\n );\n }\n\n /**\n * Check if a provisioning service name is available. This will validate if the name is syntactically\n * valid and if the name is usable\n * @param argumentsParam Set the name parameter in the OperationInputs structure to the name of the\n * provisioning service to check.\n * @param options The options parameters.\n */\n checkProvisioningServiceNameAvailability(\n argumentsParam: OperationInputs,\n options?: IotDpsResourceCheckProvisioningServiceNameAvailabilityOptionalParams\n ): Promise<IotDpsResourceCheckProvisioningServiceNameAvailabilityResponse> {\n return this.client.sendOperationRequest(\n { argumentsParam, options },\n checkProvisioningServiceNameAvailabilityOperationSpec\n );\n }\n\n /**\n * List the primary and secondary keys for a provisioning service.\n * @param provisioningServiceName The provisioning service name to get the shared access keys for.\n * @param resourceGroupName resource group name\n * @param options The options parameters.\n */\n private _listKeys(\n provisioningServiceName: string,\n resourceGroupName: string,\n options?: IotDpsResourceListKeysOptionalParams\n ): Promise<IotDpsResourceListKeysResponse> {\n return this.client.sendOperationRequest(\n { provisioningServiceName, resourceGroupName, options },\n listKeysOperationSpec\n );\n }\n\n /**\n * List primary and secondary keys for a specific key name\n * @param provisioningServiceName Name of the provisioning service.\n * @param keyName Logical key name to get key-values for.\n * @param resourceGroupName The name of the resource group that contains the provisioning service.\n * @param options The options parameters.\n */\n listKeysForKeyName(\n provisioningServiceName: string,\n keyName: string,\n resourceGroupName: string,\n options?: IotDpsResourceListKeysForKeyNameOptionalParams\n ): Promise<IotDpsResourceListKeysForKeyNameResponse> {\n return this.client.sendOperationRequest(\n { provisioningServiceName, keyName, resourceGroupName, options },\n listKeysForKeyNameOperationSpec\n );\n }\n\n /**\n * List private link resources for the given provisioning service\n * @param resourceGroupName The name of the resource group that contains the provisioning service.\n * @param resourceName The name of the provisioning service.\n * @param options The options parameters.\n */\n listPrivateLinkResources(\n resourceGroupName: string,\n resourceName: string,\n options?: IotDpsResourceListPrivateLinkResourcesOptionalParams\n ): Promise<IotDpsResourceListPrivateLinkResourcesResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, resourceName, options },\n listPrivateLinkResourcesOperationSpec\n );\n }\n\n /**\n * Get the specified private link resource for the given provisioning service\n * @param resourceGroupName The name of the resource group that contains the provisioning service.\n * @param resourceName The name of the provisioning service.\n * @param groupId The name of the private link resource\n * @param options The options parameters.\n */\n getPrivateLinkResources(\n resourceGroupName: string,\n resourceName: string,\n groupId: string,\n options?: IotDpsResourceGetPrivateLinkResourcesOptionalParams\n ): Promise<IotDpsResourceGetPrivateLinkResourcesResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, resourceName, groupId, options },\n getPrivateLinkResourcesOperationSpec\n );\n }\n\n /**\n * List private endpoint connection properties\n * @param resourceGroupName The name of the resource group that contains the provisioning service.\n * @param resourceName The name of the provisioning service.\n * @param options The options parameters.\n */\n listPrivateEndpointConnections(\n resourceGroupName: string,\n resourceName: string,\n options?: IotDpsResourceListPrivateEndpointConnectionsOptionalParams\n ): Promise<IotDpsResourceListPrivateEndpointConnectionsResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, resourceName, options },\n listPrivateEndpointConnectionsOperationSpec\n );\n }\n\n /**\n * Get private endpoint connection properties\n * @param resourceGroupName The name of the resource group that contains the provisioning service.\n * @param resourceName The name of the provisioning service.\n * @param privateEndpointConnectionName The name of the private endpoint connection\n * @param options The options parameters.\n */\n getPrivateEndpointConnection(\n resourceGroupName: string,\n resourceName: string,\n privateEndpointConnectionName: string,\n options?: IotDpsResourceGetPrivateEndpointConnectionOptionalParams\n ): Promise<IotDpsResourceGetPrivateEndpointConnectionResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n privateEndpointConnectionName,\n options\n },\n getPrivateEndpointConnectionOperationSpec\n );\n }\n\n /**\n * Create or update the status of a private endpoint connection with the specified name\n * @param resourceGroupName The name of the resource group that contains the provisioning service.\n * @param resourceName The name of the provisioning service.\n * @param privateEndpointConnectionName The name of the private endpoint connection\n * @param privateEndpointConnection The private endpoint connection with updated properties\n * @param options The options parameters.\n */\n async beginCreateOrUpdatePrivateEndpointConnection(\n resourceGroupName: string,\n resourceName: string,\n privateEndpointConnectionName: string,\n privateEndpointConnection: PrivateEndpointConnection,\n options?: IotDpsResourceCreateOrUpdatePrivateEndpointConnectionOptionalParams\n ): Promise<\n SimplePollerLike<\n OperationState<\n IotDpsResourceCreateOrUpdatePrivateEndpointConnectionResponse\n >,\n IotDpsResourceCreateOrUpdatePrivateEndpointConnectionResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<IotDpsResourceCreateOrUpdatePrivateEndpointConnectionResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = 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 = createLroSpec({\n sendOperationFn,\n args: {\n resourceGroupName,\n resourceName,\n privateEndpointConnectionName,\n privateEndpointConnection,\n options\n },\n spec: createOrUpdatePrivateEndpointConnectionOperationSpec\n });\n const poller = await createHttpPoller<\n IotDpsResourceCreateOrUpdatePrivateEndpointConnectionResponse,\n OperationState<\n IotDpsResourceCreateOrUpdatePrivateEndpointConnectionResponse\n >\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Create or update the status of a private endpoint connection with the specified name\n * @param resourceGroupName The name of the resource group that contains the provisioning service.\n * @param resourceName The name of the provisioning service.\n * @param privateEndpointConnectionName The name of the private endpoint connection\n * @param privateEndpointConnection The private endpoint connection with updated properties\n * @param options The options parameters.\n */\n async beginCreateOrUpdatePrivateEndpointConnectionAndWait(\n resourceGroupName: string,\n resourceName: string,\n privateEndpointConnectionName: string,\n privateEndpointConnection: PrivateEndpointConnection,\n options?: IotDpsResourceCreateOrUpdatePrivateEndpointConnectionOptionalParams\n ): Promise<IotDpsResourceCreateOrUpdatePrivateEndpointConnectionResponse> {\n const poller = await this.beginCreateOrUpdatePrivateEndpointConnection(\n resourceGroupName,\n resourceName,\n privateEndpointConnectionName,\n privateEndpointConnection,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Delete private endpoint connection with the specified name\n * @param resourceGroupName The name of the resource group that contains the provisioning service.\n * @param resourceName The name of the provisioning service.\n * @param privateEndpointConnectionName The name of the private endpoint connection\n * @param options The options parameters.\n */\n async beginDeletePrivateEndpointConnection(\n resourceGroupName: string,\n resourceName: string,\n privateEndpointConnectionName: string,\n options?: IotDpsResourceDeletePrivateEndpointConnectionOptionalParams\n ): Promise<\n SimplePollerLike<\n OperationState<IotDpsResourceDeletePrivateEndpointConnectionResponse>,\n IotDpsResourceDeletePrivateEndpointConnectionResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<IotDpsResourceDeletePrivateEndpointConnectionResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = 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 = createLroSpec({\n sendOperationFn,\n args: {\n resourceGroupName,\n resourceName,\n privateEndpointConnectionName,\n options\n },\n spec: deletePrivateEndpointConnectionOperationSpec\n });\n const poller = await createHttpPoller<\n IotDpsResourceDeletePrivateEndpointConnectionResponse,\n OperationState<IotDpsResourceDeletePrivateEndpointConnectionResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Delete private endpoint connection with the specified name\n * @param resourceGroupName The name of the resource group that contains the provisioning service.\n * @param resourceName The name of the provisioning service.\n * @param privateEndpointConnectionName The name of the private endpoint connection\n * @param options The options parameters.\n */\n async beginDeletePrivateEndpointConnectionAndWait(\n resourceGroupName: string,\n resourceName: string,\n privateEndpointConnectionName: string,\n options?: IotDpsResourceDeletePrivateEndpointConnectionOptionalParams\n ): Promise<IotDpsResourceDeletePrivateEndpointConnectionResponse> {\n const poller = await this.beginDeletePrivateEndpointConnection(\n resourceGroupName,\n resourceName,\n privateEndpointConnectionName,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * ListBySubscriptionNext\n * @param nextLink The nextLink from the previous successful call to the ListBySubscription method.\n * @param options The options parameters.\n */\n private _listBySubscriptionNext(\n nextLink: string,\n options?: IotDpsResourceListBySubscriptionNextOptionalParams\n ): Promise<IotDpsResourceListBySubscriptionNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listBySubscriptionNextOperationSpec\n );\n }\n\n /**\n * ListByResourceGroupNext\n * @param resourceGroupName Resource group identifier.\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?: IotDpsResourceListByResourceGroupNextOptionalParams\n ): Promise<IotDpsResourceListByResourceGroupNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, nextLink, options },\n listByResourceGroupNextOperationSpec\n );\n }\n\n /**\n * ListValidSkusNext\n * @param provisioningServiceName Name of provisioning service.\n * @param resourceGroupName Name of resource group.\n * @param nextLink The nextLink from the previous successful call to the ListValidSkus method.\n * @param options The options parameters.\n */\n private _listValidSkusNext(\n provisioningServiceName: string,\n resourceGroupName: string,\n nextLink: string,\n options?: IotDpsResourceListValidSkusNextOptionalParams\n ): Promise<IotDpsResourceListValidSkusNextResponse> {\n return this.client.sendOperationRequest(\n { provisioningServiceName, resourceGroupName, nextLink, options },\n listValidSkusNextOperationSpec\n );\n }\n\n /**\n * ListKeysNext\n * @param provisioningServiceName The provisioning service name to get the shared access keys for.\n * @param resourceGroupName resource group name\n * @param nextLink The nextLink from the previous successful call to the ListKeys method.\n * @param options The options parameters.\n */\n private _listKeysNext(\n provisioningServiceName: string,\n resourceGroupName: string,\n nextLink: string,\n options?: IotDpsResourceListKeysNextOptionalParams\n ): Promise<IotDpsResourceListKeysNextResponse> {\n return this.client.sendOperationRequest(\n { provisioningServiceName, resourceGroupName, nextLink, options },\n listKeysNextOperationSpec\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.Devices/provisioningServices/{provisioningServiceName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ProvisioningServiceDescription\n },\n default: {\n bodyMapper: Mappers.ErrorDetails\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.provisioningServiceName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/provisioningServices/{provisioningServiceName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.ProvisioningServiceDescription\n },\n 201: {\n bodyMapper: Mappers.ProvisioningServiceDescription\n },\n 202: {\n bodyMapper: Mappers.ProvisioningServiceDescription\n },\n 204: {\n bodyMapper: Mappers.ProvisioningServiceDescription\n },\n default: {\n bodyMapper: Mappers.ErrorDetails\n }\n },\n requestBody: Parameters.iotDpsDescription,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.provisioningServiceName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/provisioningServices/{provisioningServiceName}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.ProvisioningServiceDescription\n },\n 201: {\n bodyMapper: Mappers.ProvisioningServiceDescription\n },\n 202: {\n bodyMapper: Mappers.ProvisioningServiceDescription\n },\n 204: {\n bodyMapper: Mappers.ProvisioningServiceDescription\n }\n },\n requestBody: Parameters.provisioningServiceTags,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.provisioningServiceName\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.Devices/provisioningServices/{provisioningServiceName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorDetails\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.provisioningServiceName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listBySubscriptionOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Devices/provisioningServices\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ProvisioningServiceDescriptionListResult\n },\n default: {\n bodyMapper: Mappers.ErrorDetails\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByResourceGroupOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/provisioningServices\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ProvisioningServiceDescriptionListResult\n },\n default: {\n bodyMapper: Mappers.ErrorDetails\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 getOperationResultOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/provisioningServices/{provisioningServiceName}/operationresults/{operationId}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AsyncOperationResult\n },\n default: {\n bodyMapper: Mappers.ErrorDetails\n }\n },\n queryParameters: [Parameters.apiVersion, Parameters.asyncinfo],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.provisioningServiceName,\n Parameters.operationId\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listValidSkusOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/provisioningServices/{provisioningServiceName}/skus\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.IotDpsSkuDefinitionListResult\n },\n default: {\n bodyMapper: Mappers.ErrorDetails\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.provisioningServiceName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst checkProvisioningServiceNameAvailabilityOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Devices/checkProvisioningServiceNameAvailability\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.NameAvailabilityInfo\n },\n default: {\n bodyMapper: Mappers.ErrorDetails\n }\n },\n requestBody: Parameters.argumentsParam,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst listKeysOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/provisioningServices/{provisioningServiceName}/listkeys\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.SharedAccessSignatureAuthorizationRuleListResult\n },\n default: {\n bodyMapper: Mappers.ErrorDetails\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.provisioningServiceName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listKeysForKeyNameOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/provisioningServices/{provisioningServiceName}/keys/{keyName}/listkeys\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper:\n Mappers.SharedAccessSignatureAuthorizationRuleAccessRightsDescription\n },\n default: {\n bodyMapper: Mappers.ErrorDetails\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.provisioningServiceName,\n Parameters.keyName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listPrivateLinkResourcesOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/provisioningServices/{resourceName}/privateLinkResources\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateLinkResources\n },\n default: {\n bodyMapper: Mappers.ErrorDetails\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getPrivateLinkResourcesOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/provisioningServices/{resourceName}/privateLinkResources/{groupId}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.GroupIdInformation\n },\n default: {\n bodyMapper: Mappers.ErrorDetails\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName,\n Parameters.groupId\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listPrivateEndpointConnectionsOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/provisioningServices/{resourceName}/privateEndpointConnections\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: {\n type: {\n name: \"Sequence\",\n element: {\n type: { name: \"Composite\", className: \"PrivateEndpointConnection\" }\n }\n }\n }\n },\n default: {\n bodyMapper: Mappers.ErrorDetails\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getPrivateEndpointConnectionOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/provisioningServices/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateEndpointConnection\n },\n default: {\n bodyMapper: Mappers.ErrorDetails\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName,\n Parameters.privateEndpointConnectionName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOrUpdatePrivateEndpointConnectionOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/provisioningServices/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateEndpointConnection\n },\n 201: {\n bodyMapper: Mappers.PrivateEndpointConnection\n },\n 202: {\n bodyMapper: Mappers.PrivateEndpointConnection\n },\n 204: {\n bodyMapper: Mappers.PrivateEndpointConnection\n },\n default: {\n bodyMapper: Mappers.ErrorDetails\n }\n },\n requestBody: Parameters.privateEndpointConnection,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName,\n Parameters.privateEndpointConnectionName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst deletePrivateEndpointConnectionOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/provisioningServices/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateEndpointConnection\n },\n 201: {\n bodyMapper: Mappers.PrivateEndpointConnection\n },\n 202: {\n bodyMapper: Mappers.PrivateEndpointConnection\n },\n 204: {\n bodyMapper: Mappers.PrivateEndpointConnection\n },\n default: {\n bodyMapper: Mappers.ErrorDetails\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName,\n Parameters.privateEndpointConnectionName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listBySubscriptionNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ProvisioningServiceDescriptionListResult\n },\n default: {\n bodyMapper: Mappers.ErrorDetails\n }\n },\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.subscriptionId\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByResourceGroupNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ProvisioningServiceDescriptionListResult\n },\n default: {\n bodyMapper: Mappers.ErrorDetails\n }\n },\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listValidSkusNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.IotDpsSkuDefinitionListResult\n },\n default: {\n bodyMapper: Mappers.ErrorDetails\n }\n },\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.provisioningServiceName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listKeysNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SharedAccessSignatureAuthorizationRuleListResult\n },\n default: {\n bodyMapper: Mappers.ErrorDetails\n }\n },\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.provisioningServiceName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n"]}
@@ -1,32 +0,0 @@
1
- import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
- import { Operations } from "../operationsInterfaces/index.js";
3
- import { IotDpsClient } from "../iotDpsClient.js";
4
- import { Operation, 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: IotDpsClient);
13
- /**
14
- * Lists all of the available Microsoft.Devices REST API operations.
15
- * @param options The options parameters.
16
- */
17
- list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
18
- private listPagingPage;
19
- private listPagingAll;
20
- /**
21
- * Lists all of the available Microsoft.Devices REST API operations.
22
- * @param options The options parameters.
23
- */
24
- private _list;
25
- /**
26
- * ListNext
27
- * @param nextLink The nextLink from the previous successful call to the List method.
28
- * @param options The options parameters.
29
- */
30
- private _listNext;
31
- }
32
- //# sourceMappingURL=operations.d.ts.map
@@ -1 +0,0 @@
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,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAClD,OAAO,EACL,SAAS,EAET,4BAA4B,EAG7B,MAAM,oBAAoB,CAAC;AAG5B,8CAA8C;AAC9C,qBAAa,cAAe,YAAW,UAAU;IAC/C,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAe;IAEtC;;;OAGG;gBACS,MAAM,EAAE,YAAY;IAIhC;;;OAGG;IACI,IAAI,CACT,OAAO,CAAC,EAAE,4BAA4B,GACrC,0BAA0B,CAAC,SAAS,CAAC;YAkBzB,cAAc;YAsBd,aAAa;IAQ5B;;;OAGG;IACH,OAAO,CAAC,KAAK;IAMb;;;;OAIG;IACH,OAAO,CAAC,SAAS;CASlB"}
@@ -1,116 +0,0 @@
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
- import { setContinuationToken } from "../pagingHelper.js";
9
- import * as coreClient from "@azure/core-client";
10
- import * as Mappers from "../models/mappers.js";
11
- import * as Parameters from "../models/parameters.js";
12
- /// <reference lib="esnext.asynciterable" />
13
- /** Class containing Operations operations. */
14
- export class OperationsImpl {
15
- client;
16
- /**
17
- * Initialize a new instance of the class Operations class.
18
- * @param client Reference to the service client
19
- */
20
- constructor(client) {
21
- this.client = client;
22
- }
23
- /**
24
- * Lists all of the available Microsoft.Devices REST API operations.
25
- * @param options The options parameters.
26
- */
27
- list(options) {
28
- const iter = this.listPagingAll(options);
29
- return {
30
- next() {
31
- return iter.next();
32
- },
33
- [Symbol.asyncIterator]() {
34
- return this;
35
- },
36
- byPage: (settings) => {
37
- if (settings?.maxPageSize) {
38
- throw new Error("maxPageSize is not supported by this operation.");
39
- }
40
- return this.listPagingPage(options, settings);
41
- }
42
- };
43
- }
44
- async *listPagingPage(options, settings) {
45
- let result;
46
- let continuationToken = settings?.continuationToken;
47
- if (!continuationToken) {
48
- result = await this._list(options);
49
- let page = result.value || [];
50
- continuationToken = result.nextLink;
51
- setContinuationToken(page, continuationToken);
52
- yield page;
53
- }
54
- while (continuationToken) {
55
- result = await this._listNext(continuationToken, options);
56
- continuationToken = result.nextLink;
57
- let page = result.value || [];
58
- setContinuationToken(page, continuationToken);
59
- yield page;
60
- }
61
- }
62
- async *listPagingAll(options) {
63
- for await (const page of this.listPagingPage(options)) {
64
- yield* page;
65
- }
66
- }
67
- /**
68
- * Lists all of the available Microsoft.Devices REST API operations.
69
- * @param options The options parameters.
70
- */
71
- _list(options) {
72
- return this.client.sendOperationRequest({ options }, listOperationSpec);
73
- }
74
- /**
75
- * ListNext
76
- * @param nextLink The nextLink from the previous successful call to the List method.
77
- * @param options The options parameters.
78
- */
79
- _listNext(nextLink, options) {
80
- return this.client.sendOperationRequest({ nextLink, options }, listNextOperationSpec);
81
- }
82
- }
83
- // Operation Specifications
84
- const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
85
- const listOperationSpec = {
86
- path: "/providers/Microsoft.Devices/operations",
87
- httpMethod: "GET",
88
- responses: {
89
- 200: {
90
- bodyMapper: Mappers.OperationListResult
91
- },
92
- default: {
93
- bodyMapper: Mappers.ErrorDetails
94
- }
95
- },
96
- queryParameters: [Parameters.apiVersion],
97
- urlParameters: [Parameters.$host],
98
- headerParameters: [Parameters.accept],
99
- serializer
100
- };
101
- const listNextOperationSpec = {
102
- path: "{nextLink}",
103
- httpMethod: "GET",
104
- responses: {
105
- 200: {
106
- bodyMapper: Mappers.OperationListResult
107
- },
108
- default: {
109
- bodyMapper: Mappers.ErrorDetails
110
- }
111
- },
112
- urlParameters: [Parameters.$host, Parameters.nextLink],
113
- headerParameters: [Parameters.accept],
114
- serializer
115
- };
116
- //# sourceMappingURL=operations.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"operations.js","sourceRoot":"","sources":["../../../src/operations/operations.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 { Operations } 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 { IotDpsClient } from \"../iotDpsClient.js\";\nimport {\n Operation,\n OperationsListNextOptionalParams,\n OperationsListOptionalParams,\n OperationsListResponse,\n OperationsListNextResponse\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Operations operations. */\nexport class OperationsImpl implements Operations {\n private readonly client: IotDpsClient;\n\n /**\n * Initialize a new instance of the class Operations class.\n * @param client Reference to the service client\n */\n constructor(client: IotDpsClient) {\n this.client = client;\n }\n\n /**\n * Lists all of the available Microsoft.Devices REST API operations.\n * @param options The options parameters.\n */\n public list(\n options?: OperationsListOptionalParams\n ): PagedAsyncIterableIterator<Operation> {\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?: OperationsListOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<Operation[]> {\n let result: OperationsListResponse;\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?: OperationsListOptionalParams\n ): AsyncIterableIterator<Operation> {\n for await (const page of this.listPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Lists all of the available Microsoft.Devices REST API operations.\n * @param options The options parameters.\n */\n private _list(\n options?: OperationsListOptionalParams\n ): Promise<OperationsListResponse> {\n return this.client.sendOperationRequest({ options }, listOperationSpec);\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?: OperationsListNextOptionalParams\n ): Promise<OperationsListNextResponse> {\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 listOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/Microsoft.Devices/operations\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.OperationListResult\n },\n default: {\n bodyMapper: Mappers.ErrorDetails\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.OperationListResult\n },\n default: {\n bodyMapper: Mappers.ErrorDetails\n }\n },\n urlParameters: [Parameters.$host, Parameters.nextLink],\n headerParameters: [Parameters.accept],\n serializer\n};\n"]}
@@ -1,62 +0,0 @@
1
- import { DpsCertificateGetOptionalParams, DpsCertificateGetResponse, CertificateResponse, DpsCertificateCreateOrUpdateOptionalParams, DpsCertificateCreateOrUpdateResponse, DpsCertificateDeleteOptionalParams, DpsCertificateListOptionalParams, DpsCertificateListResponse, DpsCertificateGenerateVerificationCodeOptionalParams, DpsCertificateGenerateVerificationCodeResponse, VerificationCodeRequest, DpsCertificateVerifyCertificateOptionalParams, DpsCertificateVerifyCertificateResponse } from "../models/index.js";
2
- /** Interface representing a DpsCertificate. */
3
- export interface DpsCertificate {
4
- /**
5
- * Get the certificate from the provisioning service.
6
- * @param certificateName Name of the certificate to retrieve.
7
- * @param resourceGroupName Resource group identifier.
8
- * @param provisioningServiceName Name of the provisioning service the certificate is associated with.
9
- * @param options The options parameters.
10
- */
11
- get(certificateName: string, resourceGroupName: string, provisioningServiceName: string, options?: DpsCertificateGetOptionalParams): Promise<DpsCertificateGetResponse>;
12
- /**
13
- * Add new certificate or update an existing certificate.
14
- * @param resourceGroupName Resource group identifier.
15
- * @param provisioningServiceName The name of the provisioning service.
16
- * @param certificateName The name of the certificate create or update.
17
- * @param certificateDescription The certificate body.
18
- * @param options The options parameters.
19
- */
20
- createOrUpdate(resourceGroupName: string, provisioningServiceName: string, certificateName: string, certificateDescription: CertificateResponse, options?: DpsCertificateCreateOrUpdateOptionalParams): Promise<DpsCertificateCreateOrUpdateResponse>;
21
- /**
22
- * Deletes the specified certificate associated with the Provisioning Service
23
- * @param resourceGroupName Resource group identifier.
24
- * @param ifMatch ETag of the certificate
25
- * @param provisioningServiceName The name of the provisioning service.
26
- * @param certificateName This is a mandatory field, and is the logical name of the certificate that
27
- * the provisioning service will access by.
28
- * @param options The options parameters.
29
- */
30
- delete(resourceGroupName: string, ifMatch: string, provisioningServiceName: string, certificateName: string, options?: DpsCertificateDeleteOptionalParams): Promise<void>;
31
- /**
32
- * Get all the certificates tied to the provisioning service.
33
- * @param resourceGroupName Name of resource group.
34
- * @param provisioningServiceName Name of provisioning service to retrieve certificates for.
35
- * @param options The options parameters.
36
- */
37
- list(resourceGroupName: string, provisioningServiceName: string, options?: DpsCertificateListOptionalParams): Promise<DpsCertificateListResponse>;
38
- /**
39
- * Generate verification code for Proof of Possession.
40
- * @param certificateName The mandatory logical name of the certificate, that the provisioning service
41
- * uses to access.
42
- * @param ifMatch ETag of the certificate. This is required to update an existing certificate, and
43
- * ignored while creating a brand new certificate.
44
- * @param resourceGroupName name of resource group.
45
- * @param provisioningServiceName Name of provisioning service.
46
- * @param options The options parameters.
47
- */
48
- generateVerificationCode(certificateName: string, ifMatch: string, resourceGroupName: string, provisioningServiceName: string, options?: DpsCertificateGenerateVerificationCodeOptionalParams): Promise<DpsCertificateGenerateVerificationCodeResponse>;
49
- /**
50
- * Verifies the certificate's private key possession by providing the leaf cert issued by the verifying
51
- * pre uploaded certificate.
52
- * @param certificateName The mandatory logical name of the certificate, that the provisioning service
53
- * uses to access.
54
- * @param ifMatch ETag of the certificate.
55
- * @param resourceGroupName Resource group name.
56
- * @param provisioningServiceName Provisioning service name.
57
- * @param request The name of the certificate
58
- * @param options The options parameters.
59
- */
60
- verifyCertificate(certificateName: string, ifMatch: string, resourceGroupName: string, provisioningServiceName: string, request: VerificationCodeRequest, options?: DpsCertificateVerifyCertificateOptionalParams): Promise<DpsCertificateVerifyCertificateResponse>;
61
- }
62
- //# sourceMappingURL=dpsCertificate.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"dpsCertificate.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/dpsCertificate.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,+BAA+B,EAC/B,yBAAyB,EACzB,mBAAmB,EACnB,0CAA0C,EAC1C,oCAAoC,EACpC,kCAAkC,EAClC,gCAAgC,EAChC,0BAA0B,EAC1B,oDAAoD,EACpD,8CAA8C,EAC9C,uBAAuB,EACvB,6CAA6C,EAC7C,uCAAuC,EACxC,MAAM,oBAAoB,CAAC;AAE5B,+CAA+C;AAC/C,MAAM,WAAW,cAAc;IAC7B;;;;;;OAMG;IACH,GAAG,CACD,eAAe,EAAE,MAAM,EACvB,iBAAiB,EAAE,MAAM,EACzB,uBAAuB,EAAE,MAAM,EAC/B,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,yBAAyB,CAAC,CAAC;IACtC;;;;;;;OAOG;IACH,cAAc,CACZ,iBAAiB,EAAE,MAAM,EACzB,uBAAuB,EAAE,MAAM,EAC/B,eAAe,EAAE,MAAM,EACvB,sBAAsB,EAAE,mBAAmB,EAC3C,OAAO,CAAC,EAAE,0CAA0C,GACnD,OAAO,CAAC,oCAAoC,CAAC,CAAC;IACjD;;;;;;;;OAQG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,uBAAuB,EAAE,MAAM,EAC/B,eAAe,EAAE,MAAM,EACvB,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;OAKG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,uBAAuB,EAAE,MAAM,EAC/B,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,0BAA0B,CAAC,CAAC;IACvC;;;;;;;;;OASG;IACH,wBAAwB,CACtB,eAAe,EAAE,MAAM,EACvB,OAAO,EAAE,MAAM,EACf,iBAAiB,EAAE,MAAM,EACzB,uBAAuB,EAAE,MAAM,EAC/B,OAAO,CAAC,EAAE,oDAAoD,GAC7D,OAAO,CAAC,8CAA8C,CAAC,CAAC;IAC3D;;;;;;;;;;OAUG;IACH,iBAAiB,CACf,eAAe,EAAE,MAAM,EACvB,OAAO,EAAE,MAAM,EACf,iBAAiB,EAAE,MAAM,EACzB,uBAAuB,EAAE,MAAM,EAC/B,OAAO,EAAE,uBAAuB,EAChC,OAAO,CAAC,EAAE,6CAA6C,GACtD,OAAO,CAAC,uCAAuC,CAAC,CAAC;CACrD"}
@@ -1,9 +0,0 @@
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 {};
9
- //# sourceMappingURL=dpsCertificate.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"dpsCertificate.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/dpsCertificate.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","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 DpsCertificateGetOptionalParams,\n DpsCertificateGetResponse,\n CertificateResponse,\n DpsCertificateCreateOrUpdateOptionalParams,\n DpsCertificateCreateOrUpdateResponse,\n DpsCertificateDeleteOptionalParams,\n DpsCertificateListOptionalParams,\n DpsCertificateListResponse,\n DpsCertificateGenerateVerificationCodeOptionalParams,\n DpsCertificateGenerateVerificationCodeResponse,\n VerificationCodeRequest,\n DpsCertificateVerifyCertificateOptionalParams,\n DpsCertificateVerifyCertificateResponse\n} from \"../models/index.js\";\n\n/** Interface representing a DpsCertificate. */\nexport interface DpsCertificate {\n /**\n * Get the certificate from the provisioning service.\n * @param certificateName Name of the certificate to retrieve.\n * @param resourceGroupName Resource group identifier.\n * @param provisioningServiceName Name of the provisioning service the certificate is associated with.\n * @param options The options parameters.\n */\n get(\n certificateName: string,\n resourceGroupName: string,\n provisioningServiceName: string,\n options?: DpsCertificateGetOptionalParams\n ): Promise<DpsCertificateGetResponse>;\n /**\n * Add new certificate or update an existing certificate.\n * @param resourceGroupName Resource group identifier.\n * @param provisioningServiceName The name of the provisioning service.\n * @param certificateName The name of the certificate create or update.\n * @param certificateDescription The certificate body.\n * @param options The options parameters.\n */\n createOrUpdate(\n resourceGroupName: string,\n provisioningServiceName: string,\n certificateName: string,\n certificateDescription: CertificateResponse,\n options?: DpsCertificateCreateOrUpdateOptionalParams\n ): Promise<DpsCertificateCreateOrUpdateResponse>;\n /**\n * Deletes the specified certificate associated with the Provisioning Service\n * @param resourceGroupName Resource group identifier.\n * @param ifMatch ETag of the certificate\n * @param provisioningServiceName The name of the provisioning service.\n * @param certificateName This is a mandatory field, and is the logical name of the certificate that\n * the provisioning service will access by.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n ifMatch: string,\n provisioningServiceName: string,\n certificateName: string,\n options?: DpsCertificateDeleteOptionalParams\n ): Promise<void>;\n /**\n * Get all the certificates tied to the provisioning service.\n * @param resourceGroupName Name of resource group.\n * @param provisioningServiceName Name of provisioning service to retrieve certificates for.\n * @param options The options parameters.\n */\n list(\n resourceGroupName: string,\n provisioningServiceName: string,\n options?: DpsCertificateListOptionalParams\n ): Promise<DpsCertificateListResponse>;\n /**\n * Generate verification code for Proof of Possession.\n * @param certificateName The mandatory logical name of the certificate, that the provisioning service\n * uses to access.\n * @param ifMatch ETag of the certificate. This is required to update an existing certificate, and\n * ignored while creating a brand new certificate.\n * @param resourceGroupName name of resource group.\n * @param provisioningServiceName Name of provisioning service.\n * @param options The options parameters.\n */\n generateVerificationCode(\n certificateName: string,\n ifMatch: string,\n resourceGroupName: string,\n provisioningServiceName: string,\n options?: DpsCertificateGenerateVerificationCodeOptionalParams\n ): Promise<DpsCertificateGenerateVerificationCodeResponse>;\n /**\n * Verifies the certificate's private key possession by providing the leaf cert issued by the verifying\n * pre uploaded certificate.\n * @param certificateName The mandatory logical name of the certificate, that the provisioning service\n * uses to access.\n * @param ifMatch ETag of the certificate.\n * @param resourceGroupName Resource group name.\n * @param provisioningServiceName Provisioning service name.\n * @param request The name of the certificate\n * @param options The options parameters.\n */\n verifyCertificate(\n certificateName: string,\n ifMatch: string,\n resourceGroupName: string,\n provisioningServiceName: string,\n request: VerificationCodeRequest,\n options?: DpsCertificateVerifyCertificateOptionalParams\n ): Promise<DpsCertificateVerifyCertificateResponse>;\n}\n"]}
@@ -1,4 +0,0 @@
1
- export * from "./operations.js";
2
- export * from "./dpsCertificate.js";
3
- export * from "./iotDpsResource.js";
4
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAQA,cAAc,iBAAiB,CAAC;AAChC,cAAc,qBAAqB,CAAC;AACpC,cAAc,qBAAqB,CAAC"}
@@ -1,11 +0,0 @@
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 "./operations.js";
9
- export * from "./dpsCertificate.js";
10
- export * from "./iotDpsResource.js";
11
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,iBAAiB,CAAC;AAChC,cAAc,qBAAqB,CAAC;AACpC,cAAc,qBAAqB,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 \"./operations.js\";\nexport * from \"./dpsCertificate.js\";\nexport * from \"./iotDpsResource.js\";\n"]}