@azure/arm-certificateregistration 1.0.0-beta.1 → 1.0.0

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 (447) hide show
  1. package/README.md +11 -11
  2. package/dist/browser/api/appServiceCertificateOrders/index.d.ts +3 -0
  3. package/dist/browser/api/appServiceCertificateOrders/index.js +4 -0
  4. package/dist/browser/api/appServiceCertificateOrders/index.js.map +1 -0
  5. package/dist/browser/api/appServiceCertificateOrders/operations.d.ts +92 -0
  6. package/dist/browser/api/appServiceCertificateOrders/operations.js +597 -0
  7. package/dist/browser/api/appServiceCertificateOrders/operations.js.map +1 -0
  8. package/dist/browser/api/appServiceCertificateOrders/options.d.ts +66 -0
  9. package/dist/browser/{operationsInterfaces/appServiceCertificateOrders.js → api/appServiceCertificateOrders/options.js} +1 -1
  10. package/dist/browser/api/appServiceCertificateOrders/options.js.map +1 -0
  11. package/dist/browser/api/certificateOrdersDiagnostics/index.d.ts +3 -0
  12. package/dist/browser/api/certificateOrdersDiagnostics/index.js +4 -0
  13. package/dist/browser/api/certificateOrdersDiagnostics/index.js.map +1 -0
  14. package/dist/browser/api/certificateOrdersDiagnostics/operations.d.ts +14 -0
  15. package/dist/browser/api/certificateOrdersDiagnostics/operations.js +74 -0
  16. package/dist/browser/api/certificateOrdersDiagnostics/operations.js.map +1 -0
  17. package/dist/browser/api/certificateOrdersDiagnostics/options.d.ts +14 -0
  18. package/dist/{react-native/operationsInterfaces/appServiceCertificateOrders.js → browser/api/certificateOrdersDiagnostics/options.js} +1 -1
  19. package/dist/browser/api/certificateOrdersDiagnostics/options.js.map +1 -0
  20. package/dist/browser/api/certificateRegistrationManagementContext.d.ts +20 -0
  21. package/dist/browser/api/certificateRegistrationManagementContext.js +27 -0
  22. package/dist/browser/api/certificateRegistrationManagementContext.js.map +1 -0
  23. package/dist/browser/api/certificateRegistrationProvider/index.d.ts +3 -0
  24. package/dist/browser/api/certificateRegistrationProvider/index.js +4 -0
  25. package/dist/browser/api/certificateRegistrationProvider/index.js.map +1 -0
  26. package/dist/browser/api/certificateRegistrationProvider/operations.d.ts +10 -0
  27. package/dist/browser/api/certificateRegistrationProvider/operations.js +31 -0
  28. package/dist/browser/api/certificateRegistrationProvider/operations.js.map +1 -0
  29. package/dist/browser/api/certificateRegistrationProvider/options.d.ts +5 -0
  30. package/dist/{esm/operationsInterfaces/appServiceCertificateOrders.js → browser/api/certificateRegistrationProvider/options.js} +1 -1
  31. package/dist/browser/api/certificateRegistrationProvider/options.js.map +1 -0
  32. package/dist/browser/api/index.d.ts +2 -0
  33. package/dist/browser/api/index.js +4 -0
  34. package/dist/browser/api/index.js.map +1 -0
  35. package/dist/browser/certificateRegistrationManagementClient.d.ts +19 -22
  36. package/dist/browser/certificateRegistrationManagementClient.js +26 -89
  37. package/dist/browser/certificateRegistrationManagementClient.js.map +1 -1
  38. package/dist/browser/classic/appServiceCertificateOrders/index.d.ts +55 -0
  39. package/dist/browser/classic/appServiceCertificateOrders/index.js +33 -0
  40. package/dist/browser/classic/appServiceCertificateOrders/index.js.map +1 -0
  41. package/dist/browser/classic/certificateOrdersDiagnostics/index.d.ts +13 -0
  42. package/dist/browser/classic/certificateOrdersDiagnostics/index.js +15 -0
  43. package/dist/browser/classic/certificateOrdersDiagnostics/index.js.map +1 -0
  44. package/dist/browser/classic/certificateRegistrationProvider/index.d.ts +11 -0
  45. package/dist/browser/classic/certificateRegistrationProvider/index.js +14 -0
  46. package/dist/browser/classic/certificateRegistrationProvider/index.js.map +1 -0
  47. package/dist/browser/classic/index.d.ts +4 -0
  48. package/dist/{esm/operationsInterfaces/certificateOrdersDiagnostics.js → browser/classic/index.js} +1 -1
  49. package/dist/browser/classic/index.js.map +1 -0
  50. package/dist/browser/index.d.ts +11 -3
  51. package/dist/browser/index.js +4 -6
  52. package/dist/browser/index.js.map +1 -1
  53. package/dist/browser/logger.d.ts +2 -0
  54. package/dist/browser/logger.js +5 -0
  55. package/dist/browser/logger.js.map +1 -0
  56. package/dist/browser/models/index.d.ts +1 -3113
  57. package/dist/browser/models/index.js +1 -216
  58. package/dist/browser/models/index.js.map +1 -1
  59. package/dist/browser/models/models.d.ts +787 -0
  60. package/dist/browser/models/models.js +834 -0
  61. package/dist/browser/models/models.js.map +1 -0
  62. package/dist/browser/restorePollerHelpers.d.ts +21 -0
  63. package/dist/browser/restorePollerHelpers.js +98 -0
  64. package/dist/browser/restorePollerHelpers.js.map +1 -0
  65. package/dist/browser/static-helpers/cloudSettingHelpers.d.ts +22 -0
  66. package/dist/browser/static-helpers/cloudSettingHelpers.js +38 -0
  67. package/dist/browser/static-helpers/cloudSettingHelpers.js.map +1 -0
  68. package/dist/browser/static-helpers/pagingHelpers.d.ts +74 -0
  69. package/dist/browser/static-helpers/pagingHelpers.js +143 -0
  70. package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
  71. package/dist/browser/static-helpers/pollingHelpers.d.ts +34 -0
  72. package/dist/browser/static-helpers/pollingHelpers.js +95 -0
  73. package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
  74. package/dist/browser/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  75. package/dist/browser/static-helpers/serialization/check-prop-undefined.js +17 -0
  76. package/dist/browser/static-helpers/serialization/check-prop-undefined.js.map +1 -0
  77. package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
  78. package/dist/browser/static-helpers/urlTemplate.js +200 -0
  79. package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
  80. package/dist/commonjs/api/appServiceCertificateOrders/index.d.ts +3 -0
  81. package/dist/commonjs/api/appServiceCertificateOrders/index.js +107 -0
  82. package/dist/commonjs/api/appServiceCertificateOrders/index.js.map +7 -0
  83. package/dist/commonjs/api/appServiceCertificateOrders/operations.d.ts +92 -0
  84. package/dist/commonjs/api/appServiceCertificateOrders/operations.js +893 -0
  85. package/dist/commonjs/api/appServiceCertificateOrders/operations.js.map +7 -0
  86. package/dist/commonjs/api/appServiceCertificateOrders/options.d.ts +66 -0
  87. package/dist/commonjs/api/appServiceCertificateOrders/options.js +16 -0
  88. package/dist/commonjs/api/appServiceCertificateOrders/options.js.map +7 -0
  89. package/dist/commonjs/api/certificateOrdersDiagnostics/index.d.ts +3 -0
  90. package/dist/commonjs/api/certificateOrdersDiagnostics/index.js +35 -0
  91. package/dist/commonjs/api/certificateOrdersDiagnostics/index.js.map +7 -0
  92. package/dist/commonjs/api/certificateOrdersDiagnostics/operations.d.ts +14 -0
  93. package/dist/commonjs/api/certificateOrdersDiagnostics/operations.js +131 -0
  94. package/dist/commonjs/api/certificateOrdersDiagnostics/operations.js.map +7 -0
  95. package/dist/commonjs/api/certificateOrdersDiagnostics/options.d.ts +14 -0
  96. package/dist/commonjs/api/certificateOrdersDiagnostics/options.js +16 -0
  97. package/dist/commonjs/api/certificateOrdersDiagnostics/options.js.map +7 -0
  98. package/dist/commonjs/api/certificateRegistrationManagementContext.d.ts +20 -0
  99. package/dist/commonjs/api/certificateRegistrationManagementContext.js +49 -0
  100. package/dist/commonjs/api/certificateRegistrationManagementContext.js.map +7 -0
  101. package/dist/commonjs/api/certificateRegistrationProvider/index.d.ts +3 -0
  102. package/dist/commonjs/api/certificateRegistrationProvider/index.js +31 -0
  103. package/dist/commonjs/api/certificateRegistrationProvider/index.js.map +7 -0
  104. package/dist/commonjs/api/certificateRegistrationProvider/operations.d.ts +10 -0
  105. package/dist/commonjs/api/certificateRegistrationProvider/operations.js +68 -0
  106. package/dist/commonjs/api/certificateRegistrationProvider/operations.js.map +7 -0
  107. package/dist/commonjs/api/certificateRegistrationProvider/options.d.ts +5 -0
  108. package/dist/commonjs/api/certificateRegistrationProvider/options.js +16 -0
  109. package/dist/commonjs/api/certificateRegistrationProvider/options.js.map +7 -0
  110. package/dist/commonjs/api/index.d.ts +2 -0
  111. package/dist/commonjs/api/index.js +32 -0
  112. package/dist/commonjs/api/index.js.map +7 -0
  113. package/dist/commonjs/certificateRegistrationManagementClient.d.ts +19 -22
  114. package/dist/commonjs/certificateRegistrationManagementClient.js +64 -106
  115. package/dist/commonjs/certificateRegistrationManagementClient.js.map +7 -1
  116. package/dist/commonjs/classic/appServiceCertificateOrders/index.d.ts +55 -0
  117. package/dist/commonjs/classic/appServiceCertificateOrders/index.js +101 -0
  118. package/dist/commonjs/classic/appServiceCertificateOrders/index.js.map +7 -0
  119. package/dist/commonjs/classic/certificateOrdersDiagnostics/index.d.ts +13 -0
  120. package/dist/commonjs/classic/certificateOrdersDiagnostics/index.js +50 -0
  121. package/dist/commonjs/classic/certificateOrdersDiagnostics/index.js.map +7 -0
  122. package/dist/commonjs/classic/certificateRegistrationProvider/index.d.ts +11 -0
  123. package/dist/commonjs/classic/certificateRegistrationProvider/index.js +38 -0
  124. package/dist/commonjs/classic/certificateRegistrationProvider/index.js.map +7 -0
  125. package/dist/commonjs/classic/index.d.ts +4 -0
  126. package/dist/commonjs/classic/index.js +34 -0
  127. package/dist/commonjs/classic/index.js.map +7 -0
  128. package/dist/commonjs/index.d.ts +11 -3
  129. package/dist/commonjs/index.js +227 -16
  130. package/dist/commonjs/index.js.map +7 -1
  131. package/dist/commonjs/logger.d.ts +2 -0
  132. package/dist/commonjs/logger.js +29 -0
  133. package/dist/commonjs/logger.js.map +7 -0
  134. package/dist/commonjs/models/index.d.ts +1 -3113
  135. package/dist/commonjs/models/index.js +148 -222
  136. package/dist/commonjs/models/index.js.map +7 -1
  137. package/dist/commonjs/models/models.d.ts +787 -0
  138. package/dist/commonjs/models/models.js +905 -0
  139. package/dist/commonjs/models/models.js.map +7 -0
  140. package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
  141. package/dist/commonjs/restorePollerHelpers.js +111 -0
  142. package/dist/commonjs/restorePollerHelpers.js.map +7 -0
  143. package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +22 -0
  144. package/dist/commonjs/static-helpers/cloudSettingHelpers.js +52 -0
  145. package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +7 -0
  146. package/dist/commonjs/static-helpers/pagingHelpers.d.ts +74 -0
  147. package/dist/commonjs/static-helpers/pagingHelpers.js +143 -0
  148. package/dist/commonjs/static-helpers/pagingHelpers.js.map +7 -0
  149. package/dist/commonjs/static-helpers/pollingHelpers.d.ts +34 -0
  150. package/dist/commonjs/static-helpers/pollingHelpers.js +101 -0
  151. package/dist/commonjs/static-helpers/pollingHelpers.js.map +7 -0
  152. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  153. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js +35 -0
  154. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js.map +7 -0
  155. package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
  156. package/dist/commonjs/static-helpers/urlTemplate.js +197 -0
  157. package/dist/commonjs/static-helpers/urlTemplate.js.map +7 -0
  158. package/dist/commonjs/tsdoc-metadata.json +1 -1
  159. package/dist/esm/api/appServiceCertificateOrders/index.d.ts +3 -0
  160. package/dist/esm/api/appServiceCertificateOrders/index.js +4 -0
  161. package/dist/esm/api/appServiceCertificateOrders/index.js.map +1 -0
  162. package/dist/esm/api/appServiceCertificateOrders/operations.d.ts +92 -0
  163. package/dist/esm/api/appServiceCertificateOrders/operations.js +597 -0
  164. package/dist/esm/api/appServiceCertificateOrders/operations.js.map +1 -0
  165. package/dist/esm/api/appServiceCertificateOrders/options.d.ts +66 -0
  166. package/dist/esm/api/appServiceCertificateOrders/options.js +4 -0
  167. package/dist/esm/api/appServiceCertificateOrders/options.js.map +1 -0
  168. package/dist/esm/api/certificateOrdersDiagnostics/index.d.ts +3 -0
  169. package/dist/esm/api/certificateOrdersDiagnostics/index.js +4 -0
  170. package/dist/esm/api/certificateOrdersDiagnostics/index.js.map +1 -0
  171. package/dist/esm/api/certificateOrdersDiagnostics/operations.d.ts +14 -0
  172. package/dist/esm/api/certificateOrdersDiagnostics/operations.js +74 -0
  173. package/dist/esm/api/certificateOrdersDiagnostics/operations.js.map +1 -0
  174. package/dist/esm/api/certificateOrdersDiagnostics/options.d.ts +14 -0
  175. package/dist/esm/api/certificateOrdersDiagnostics/options.js +4 -0
  176. package/dist/esm/api/certificateOrdersDiagnostics/options.js.map +1 -0
  177. package/dist/esm/api/certificateRegistrationManagementContext.d.ts +20 -0
  178. package/dist/esm/api/certificateRegistrationManagementContext.js +27 -0
  179. package/dist/esm/api/certificateRegistrationManagementContext.js.map +1 -0
  180. package/dist/esm/api/certificateRegistrationProvider/index.d.ts +3 -0
  181. package/dist/esm/api/certificateRegistrationProvider/index.js +4 -0
  182. package/dist/esm/api/certificateRegistrationProvider/index.js.map +1 -0
  183. package/dist/esm/api/certificateRegistrationProvider/operations.d.ts +10 -0
  184. package/dist/esm/api/certificateRegistrationProvider/operations.js +31 -0
  185. package/dist/esm/api/certificateRegistrationProvider/operations.js.map +1 -0
  186. package/dist/esm/api/certificateRegistrationProvider/options.d.ts +5 -0
  187. package/dist/esm/api/certificateRegistrationProvider/options.js +4 -0
  188. package/dist/esm/api/certificateRegistrationProvider/options.js.map +1 -0
  189. package/dist/esm/api/index.d.ts +2 -0
  190. package/dist/esm/api/index.js +4 -0
  191. package/dist/esm/api/index.js.map +1 -0
  192. package/dist/esm/certificateRegistrationManagementClient.d.ts +19 -22
  193. package/dist/esm/certificateRegistrationManagementClient.js +26 -89
  194. package/dist/esm/certificateRegistrationManagementClient.js.map +1 -1
  195. package/dist/esm/classic/appServiceCertificateOrders/index.d.ts +55 -0
  196. package/dist/esm/classic/appServiceCertificateOrders/index.js +33 -0
  197. package/dist/esm/classic/appServiceCertificateOrders/index.js.map +1 -0
  198. package/dist/esm/classic/certificateOrdersDiagnostics/index.d.ts +13 -0
  199. package/dist/esm/classic/certificateOrdersDiagnostics/index.js +15 -0
  200. package/dist/esm/classic/certificateOrdersDiagnostics/index.js.map +1 -0
  201. package/dist/esm/classic/certificateRegistrationProvider/index.d.ts +11 -0
  202. package/dist/esm/classic/certificateRegistrationProvider/index.js +14 -0
  203. package/dist/esm/classic/certificateRegistrationProvider/index.js.map +1 -0
  204. package/dist/esm/classic/index.d.ts +4 -0
  205. package/dist/esm/classic/index.js +4 -0
  206. package/dist/esm/classic/index.js.map +1 -0
  207. package/dist/esm/index.d.ts +11 -3
  208. package/dist/esm/index.js +4 -6
  209. package/dist/esm/index.js.map +1 -1
  210. package/dist/esm/logger.d.ts +2 -0
  211. package/dist/esm/logger.js +5 -0
  212. package/dist/esm/logger.js.map +1 -0
  213. package/dist/esm/models/index.d.ts +1 -3113
  214. package/dist/esm/models/index.js +1 -216
  215. package/dist/esm/models/index.js.map +1 -1
  216. package/dist/esm/models/models.d.ts +787 -0
  217. package/dist/esm/models/models.js +834 -0
  218. package/dist/esm/models/models.js.map +1 -0
  219. package/dist/esm/restorePollerHelpers.d.ts +21 -0
  220. package/dist/esm/restorePollerHelpers.js +98 -0
  221. package/dist/esm/restorePollerHelpers.js.map +1 -0
  222. package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +22 -0
  223. package/dist/esm/static-helpers/cloudSettingHelpers.js +38 -0
  224. package/dist/esm/static-helpers/cloudSettingHelpers.js.map +1 -0
  225. package/dist/esm/static-helpers/pagingHelpers.d.ts +74 -0
  226. package/dist/esm/static-helpers/pagingHelpers.js +143 -0
  227. package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
  228. package/dist/esm/static-helpers/pollingHelpers.d.ts +34 -0
  229. package/dist/esm/static-helpers/pollingHelpers.js +95 -0
  230. package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
  231. package/dist/esm/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  232. package/dist/esm/static-helpers/serialization/check-prop-undefined.js +17 -0
  233. package/dist/esm/static-helpers/serialization/check-prop-undefined.js.map +1 -0
  234. package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
  235. package/dist/esm/static-helpers/urlTemplate.js +200 -0
  236. package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
  237. package/package.json +144 -81
  238. package/dist/browser/certificateRegistrationManagementClient.d.ts.map +0 -1
  239. package/dist/browser/index.d.ts.map +0 -1
  240. package/dist/browser/lroImpl.d.ts +0 -11
  241. package/dist/browser/lroImpl.d.ts.map +0 -1
  242. package/dist/browser/lroImpl.js +0 -20
  243. package/dist/browser/lroImpl.js.map +0 -1
  244. package/dist/browser/models/index.d.ts.map +0 -1
  245. package/dist/browser/models/mappers.d.ts +0 -144
  246. package/dist/browser/models/mappers.d.ts.map +0 -1
  247. package/dist/browser/models/mappers.js +0 -6534
  248. package/dist/browser/models/mappers.js.map +0 -1
  249. package/dist/browser/models/parameters.d.ts +0 -24
  250. package/dist/browser/models/parameters.d.ts.map +0 -1
  251. package/dist/browser/models/parameters.js +0 -180
  252. package/dist/browser/models/parameters.js.map +0 -1
  253. package/dist/browser/operations/appServiceCertificateOrders.d.ts +0 -232
  254. package/dist/browser/operations/appServiceCertificateOrders.d.ts.map +0 -1
  255. package/dist/browser/operations/appServiceCertificateOrders.js +0 -1010
  256. package/dist/browser/operations/appServiceCertificateOrders.js.map +0 -1
  257. package/dist/browser/operations/certificateOrdersDiagnostics.d.ts +0 -47
  258. package/dist/browser/operations/certificateOrdersDiagnostics.d.ts.map +0 -1
  259. package/dist/browser/operations/certificateOrdersDiagnostics.js +0 -166
  260. package/dist/browser/operations/certificateOrdersDiagnostics.js.map +0 -1
  261. package/dist/browser/operations/certificateRegistrationProvider.d.ts +0 -34
  262. package/dist/browser/operations/certificateRegistrationProvider.d.ts.map +0 -1
  263. package/dist/browser/operations/certificateRegistrationProvider.js +0 -113
  264. package/dist/browser/operations/certificateRegistrationProvider.js.map +0 -1
  265. package/dist/browser/operations/index.d.ts +0 -4
  266. package/dist/browser/operations/index.d.ts.map +0 -1
  267. package/dist/browser/operations/index.js +0 -8
  268. package/dist/browser/operations/index.js.map +0 -1
  269. package/dist/browser/operationsInterfaces/appServiceCertificateOrders.d.ts +0 -179
  270. package/dist/browser/operationsInterfaces/appServiceCertificateOrders.d.ts.map +0 -1
  271. package/dist/browser/operationsInterfaces/appServiceCertificateOrders.js.map +0 -1
  272. package/dist/browser/operationsInterfaces/certificateOrdersDiagnostics.d.ts +0 -21
  273. package/dist/browser/operationsInterfaces/certificateOrdersDiagnostics.d.ts.map +0 -1
  274. package/dist/browser/operationsInterfaces/certificateOrdersDiagnostics.js +0 -4
  275. package/dist/browser/operationsInterfaces/certificateOrdersDiagnostics.js.map +0 -1
  276. package/dist/browser/operationsInterfaces/certificateRegistrationProvider.d.ts +0 -12
  277. package/dist/browser/operationsInterfaces/certificateRegistrationProvider.d.ts.map +0 -1
  278. package/dist/browser/operationsInterfaces/certificateRegistrationProvider.js +0 -4
  279. package/dist/browser/operationsInterfaces/certificateRegistrationProvider.js.map +0 -1
  280. package/dist/browser/operationsInterfaces/index.d.ts +0 -4
  281. package/dist/browser/operationsInterfaces/index.d.ts.map +0 -1
  282. package/dist/browser/operationsInterfaces/index.js +0 -8
  283. package/dist/browser/operationsInterfaces/index.js.map +0 -1
  284. package/dist/browser/pagingHelper.d.ts +0 -13
  285. package/dist/browser/pagingHelper.d.ts.map +0 -1
  286. package/dist/browser/pagingHelper.js +0 -25
  287. package/dist/browser/pagingHelper.js.map +0 -1
  288. package/dist/commonjs/certificateRegistrationManagementClient.d.ts.map +0 -1
  289. package/dist/commonjs/index.d.ts.map +0 -1
  290. package/dist/commonjs/lroImpl.d.ts +0 -11
  291. package/dist/commonjs/lroImpl.d.ts.map +0 -1
  292. package/dist/commonjs/lroImpl.js +0 -23
  293. package/dist/commonjs/lroImpl.js.map +0 -1
  294. package/dist/commonjs/models/index.d.ts.map +0 -1
  295. package/dist/commonjs/models/mappers.d.ts +0 -144
  296. package/dist/commonjs/models/mappers.d.ts.map +0 -1
  297. package/dist/commonjs/models/mappers.js +0 -6539
  298. package/dist/commonjs/models/mappers.js.map +0 -1
  299. package/dist/commonjs/models/parameters.d.ts +0 -24
  300. package/dist/commonjs/models/parameters.d.ts.map +0 -1
  301. package/dist/commonjs/models/parameters.js +0 -183
  302. package/dist/commonjs/models/parameters.js.map +0 -1
  303. package/dist/commonjs/operations/appServiceCertificateOrders.d.ts +0 -232
  304. package/dist/commonjs/operations/appServiceCertificateOrders.d.ts.map +0 -1
  305. package/dist/commonjs/operations/appServiceCertificateOrders.js +0 -1015
  306. package/dist/commonjs/operations/appServiceCertificateOrders.js.map +0 -1
  307. package/dist/commonjs/operations/certificateOrdersDiagnostics.d.ts +0 -47
  308. package/dist/commonjs/operations/certificateOrdersDiagnostics.d.ts.map +0 -1
  309. package/dist/commonjs/operations/certificateOrdersDiagnostics.js +0 -171
  310. package/dist/commonjs/operations/certificateOrdersDiagnostics.js.map +0 -1
  311. package/dist/commonjs/operations/certificateRegistrationProvider.d.ts +0 -34
  312. package/dist/commonjs/operations/certificateRegistrationProvider.d.ts.map +0 -1
  313. package/dist/commonjs/operations/certificateRegistrationProvider.js +0 -118
  314. package/dist/commonjs/operations/certificateRegistrationProvider.js.map +0 -1
  315. package/dist/commonjs/operations/index.d.ts +0 -4
  316. package/dist/commonjs/operations/index.d.ts.map +0 -1
  317. package/dist/commonjs/operations/index.js +0 -11
  318. package/dist/commonjs/operations/index.js.map +0 -1
  319. package/dist/commonjs/operationsInterfaces/appServiceCertificateOrders.d.ts +0 -179
  320. package/dist/commonjs/operationsInterfaces/appServiceCertificateOrders.d.ts.map +0 -1
  321. package/dist/commonjs/operationsInterfaces/appServiceCertificateOrders.js +0 -5
  322. package/dist/commonjs/operationsInterfaces/appServiceCertificateOrders.js.map +0 -1
  323. package/dist/commonjs/operationsInterfaces/certificateOrdersDiagnostics.d.ts +0 -21
  324. package/dist/commonjs/operationsInterfaces/certificateOrdersDiagnostics.d.ts.map +0 -1
  325. package/dist/commonjs/operationsInterfaces/certificateOrdersDiagnostics.js +0 -5
  326. package/dist/commonjs/operationsInterfaces/certificateOrdersDiagnostics.js.map +0 -1
  327. package/dist/commonjs/operationsInterfaces/certificateRegistrationProvider.d.ts +0 -12
  328. package/dist/commonjs/operationsInterfaces/certificateRegistrationProvider.d.ts.map +0 -1
  329. package/dist/commonjs/operationsInterfaces/certificateRegistrationProvider.js +0 -5
  330. package/dist/commonjs/operationsInterfaces/certificateRegistrationProvider.js.map +0 -1
  331. package/dist/commonjs/operationsInterfaces/index.d.ts +0 -4
  332. package/dist/commonjs/operationsInterfaces/index.d.ts.map +0 -1
  333. package/dist/commonjs/operationsInterfaces/index.js +0 -11
  334. package/dist/commonjs/operationsInterfaces/index.js.map +0 -1
  335. package/dist/commonjs/pagingHelper.d.ts +0 -13
  336. package/dist/commonjs/pagingHelper.d.ts.map +0 -1
  337. package/dist/commonjs/pagingHelper.js +0 -29
  338. package/dist/commonjs/pagingHelper.js.map +0 -1
  339. package/dist/esm/certificateRegistrationManagementClient.d.ts.map +0 -1
  340. package/dist/esm/index.d.ts.map +0 -1
  341. package/dist/esm/lroImpl.d.ts +0 -11
  342. package/dist/esm/lroImpl.d.ts.map +0 -1
  343. package/dist/esm/lroImpl.js +0 -20
  344. package/dist/esm/lroImpl.js.map +0 -1
  345. package/dist/esm/models/index.d.ts.map +0 -1
  346. package/dist/esm/models/mappers.d.ts +0 -144
  347. package/dist/esm/models/mappers.d.ts.map +0 -1
  348. package/dist/esm/models/mappers.js +0 -6534
  349. package/dist/esm/models/mappers.js.map +0 -1
  350. package/dist/esm/models/parameters.d.ts +0 -24
  351. package/dist/esm/models/parameters.d.ts.map +0 -1
  352. package/dist/esm/models/parameters.js +0 -180
  353. package/dist/esm/models/parameters.js.map +0 -1
  354. package/dist/esm/operations/appServiceCertificateOrders.d.ts +0 -232
  355. package/dist/esm/operations/appServiceCertificateOrders.d.ts.map +0 -1
  356. package/dist/esm/operations/appServiceCertificateOrders.js +0 -1010
  357. package/dist/esm/operations/appServiceCertificateOrders.js.map +0 -1
  358. package/dist/esm/operations/certificateOrdersDiagnostics.d.ts +0 -47
  359. package/dist/esm/operations/certificateOrdersDiagnostics.d.ts.map +0 -1
  360. package/dist/esm/operations/certificateOrdersDiagnostics.js +0 -166
  361. package/dist/esm/operations/certificateOrdersDiagnostics.js.map +0 -1
  362. package/dist/esm/operations/certificateRegistrationProvider.d.ts +0 -34
  363. package/dist/esm/operations/certificateRegistrationProvider.d.ts.map +0 -1
  364. package/dist/esm/operations/certificateRegistrationProvider.js +0 -113
  365. package/dist/esm/operations/certificateRegistrationProvider.js.map +0 -1
  366. package/dist/esm/operations/index.d.ts +0 -4
  367. package/dist/esm/operations/index.d.ts.map +0 -1
  368. package/dist/esm/operations/index.js +0 -8
  369. package/dist/esm/operations/index.js.map +0 -1
  370. package/dist/esm/operationsInterfaces/appServiceCertificateOrders.d.ts +0 -179
  371. package/dist/esm/operationsInterfaces/appServiceCertificateOrders.d.ts.map +0 -1
  372. package/dist/esm/operationsInterfaces/appServiceCertificateOrders.js.map +0 -1
  373. package/dist/esm/operationsInterfaces/certificateOrdersDiagnostics.d.ts +0 -21
  374. package/dist/esm/operationsInterfaces/certificateOrdersDiagnostics.d.ts.map +0 -1
  375. package/dist/esm/operationsInterfaces/certificateOrdersDiagnostics.js.map +0 -1
  376. package/dist/esm/operationsInterfaces/certificateRegistrationProvider.d.ts +0 -12
  377. package/dist/esm/operationsInterfaces/certificateRegistrationProvider.d.ts.map +0 -1
  378. package/dist/esm/operationsInterfaces/certificateRegistrationProvider.js +0 -4
  379. package/dist/esm/operationsInterfaces/certificateRegistrationProvider.js.map +0 -1
  380. package/dist/esm/operationsInterfaces/index.d.ts +0 -4
  381. package/dist/esm/operationsInterfaces/index.d.ts.map +0 -1
  382. package/dist/esm/operationsInterfaces/index.js +0 -8
  383. package/dist/esm/operationsInterfaces/index.js.map +0 -1
  384. package/dist/esm/pagingHelper.d.ts +0 -13
  385. package/dist/esm/pagingHelper.d.ts.map +0 -1
  386. package/dist/esm/pagingHelper.js +0 -25
  387. package/dist/esm/pagingHelper.js.map +0 -1
  388. package/dist/react-native/certificateRegistrationManagementClient.d.ts +0 -24
  389. package/dist/react-native/certificateRegistrationManagementClient.d.ts.map +0 -1
  390. package/dist/react-native/certificateRegistrationManagementClient.js +0 -103
  391. package/dist/react-native/certificateRegistrationManagementClient.js.map +0 -1
  392. package/dist/react-native/index.d.ts +0 -5
  393. package/dist/react-native/index.d.ts.map +0 -1
  394. package/dist/react-native/index.js +0 -10
  395. package/dist/react-native/index.js.map +0 -1
  396. package/dist/react-native/lroImpl.d.ts +0 -11
  397. package/dist/react-native/lroImpl.d.ts.map +0 -1
  398. package/dist/react-native/lroImpl.js +0 -20
  399. package/dist/react-native/lroImpl.js.map +0 -1
  400. package/dist/react-native/models/index.d.ts +0 -3114
  401. package/dist/react-native/models/index.d.ts.map +0 -1
  402. package/dist/react-native/models/index.js +0 -219
  403. package/dist/react-native/models/index.js.map +0 -1
  404. package/dist/react-native/models/mappers.d.ts +0 -144
  405. package/dist/react-native/models/mappers.d.ts.map +0 -1
  406. package/dist/react-native/models/mappers.js +0 -6534
  407. package/dist/react-native/models/mappers.js.map +0 -1
  408. package/dist/react-native/models/parameters.d.ts +0 -24
  409. package/dist/react-native/models/parameters.d.ts.map +0 -1
  410. package/dist/react-native/models/parameters.js +0 -180
  411. package/dist/react-native/models/parameters.js.map +0 -1
  412. package/dist/react-native/operations/appServiceCertificateOrders.d.ts +0 -232
  413. package/dist/react-native/operations/appServiceCertificateOrders.d.ts.map +0 -1
  414. package/dist/react-native/operations/appServiceCertificateOrders.js +0 -1010
  415. package/dist/react-native/operations/appServiceCertificateOrders.js.map +0 -1
  416. package/dist/react-native/operations/certificateOrdersDiagnostics.d.ts +0 -47
  417. package/dist/react-native/operations/certificateOrdersDiagnostics.d.ts.map +0 -1
  418. package/dist/react-native/operations/certificateOrdersDiagnostics.js +0 -166
  419. package/dist/react-native/operations/certificateOrdersDiagnostics.js.map +0 -1
  420. package/dist/react-native/operations/certificateRegistrationProvider.d.ts +0 -34
  421. package/dist/react-native/operations/certificateRegistrationProvider.d.ts.map +0 -1
  422. package/dist/react-native/operations/certificateRegistrationProvider.js +0 -113
  423. package/dist/react-native/operations/certificateRegistrationProvider.js.map +0 -1
  424. package/dist/react-native/operations/index.d.ts +0 -4
  425. package/dist/react-native/operations/index.d.ts.map +0 -1
  426. package/dist/react-native/operations/index.js +0 -8
  427. package/dist/react-native/operations/index.js.map +0 -1
  428. package/dist/react-native/operationsInterfaces/appServiceCertificateOrders.d.ts +0 -179
  429. package/dist/react-native/operationsInterfaces/appServiceCertificateOrders.d.ts.map +0 -1
  430. package/dist/react-native/operationsInterfaces/appServiceCertificateOrders.js.map +0 -1
  431. package/dist/react-native/operationsInterfaces/certificateOrdersDiagnostics.d.ts +0 -21
  432. package/dist/react-native/operationsInterfaces/certificateOrdersDiagnostics.d.ts.map +0 -1
  433. package/dist/react-native/operationsInterfaces/certificateOrdersDiagnostics.js +0 -4
  434. package/dist/react-native/operationsInterfaces/certificateOrdersDiagnostics.js.map +0 -1
  435. package/dist/react-native/operationsInterfaces/certificateRegistrationProvider.d.ts +0 -12
  436. package/dist/react-native/operationsInterfaces/certificateRegistrationProvider.d.ts.map +0 -1
  437. package/dist/react-native/operationsInterfaces/certificateRegistrationProvider.js +0 -4
  438. package/dist/react-native/operationsInterfaces/certificateRegistrationProvider.js.map +0 -1
  439. package/dist/react-native/operationsInterfaces/index.d.ts +0 -4
  440. package/dist/react-native/operationsInterfaces/index.d.ts.map +0 -1
  441. package/dist/react-native/operationsInterfaces/index.js +0 -8
  442. package/dist/react-native/operationsInterfaces/index.js.map +0 -1
  443. package/dist/react-native/package.json +0 -3
  444. package/dist/react-native/pagingHelper.d.ts +0 -13
  445. package/dist/react-native/pagingHelper.d.ts.map +0 -1
  446. package/dist/react-native/pagingHelper.js +0 -25
  447. package/dist/react-native/pagingHelper.js.map +0 -1
@@ -0,0 +1 @@
1
+ {"version":3,"file":"operations.js","sourceRoot":"","sources":["../../../../src/api/appServiceCertificateOrders/operations.ts"],"names":[],"mappings":"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","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { CertificateRegistrationManagementContext as Client } from \"../index.js\";\nimport type {\n AppServiceCertificateOrder,\n AppServiceCertificateOrderPatchResource,\n _AppServiceCertificateOrderCollection,\n ReissueCertificateOrderRequest,\n RenewCertificateOrderRequest,\n NameIdentifier,\n SiteSealRequest,\n SiteSeal,\n CertificateOrderAction,\n CertificateEmail,\n AppServiceCertificateResource,\n AppServiceCertificatePatchResource,\n _AppServiceCertificateCollection,\n} from \"../../models/models.js\";\nimport {\n appServiceCertificateOrderSerializer,\n appServiceCertificateOrderDeserializer,\n defaultErrorResponseDeserializer,\n appServiceCertificateOrderPatchResourceSerializer,\n _appServiceCertificateOrderCollectionDeserializer,\n reissueCertificateOrderRequestSerializer,\n renewCertificateOrderRequestSerializer,\n nameIdentifierSerializer,\n siteSealRequestSerializer,\n siteSealDeserializer,\n appServiceCertificateResourceSerializer,\n appServiceCertificateResourceDeserializer,\n appServiceCertificatePatchResourceSerializer,\n _appServiceCertificateCollectionDeserializer,\n certificateOrderActionArrayDeserializer,\n certificateEmailArrayDeserializer,\n} from \"../../models/models.js\";\nimport type { PagedAsyncIterableIterator } from \"../../static-helpers/pagingHelpers.js\";\nimport { buildPagedAsyncIterator } from \"../../static-helpers/pagingHelpers.js\";\nimport { getLongRunningPoller } from \"../../static-helpers/pollingHelpers.js\";\nimport { expandUrlTemplate } from \"../../static-helpers/urlTemplate.js\";\nimport type {\n AppServiceCertificateOrdersValidatePurchaseInformationOptionalParams,\n AppServiceCertificateOrdersListCertificatesOptionalParams,\n AppServiceCertificateOrdersDeleteCertificateOptionalParams,\n AppServiceCertificateOrdersUpdateCertificateOptionalParams,\n AppServiceCertificateOrdersCreateOrUpdateCertificateOptionalParams,\n AppServiceCertificateOrdersGetCertificateOptionalParams,\n AppServiceCertificateOrdersRetrieveCertificateEmailHistoryOptionalParams,\n AppServiceCertificateOrdersRetrieveCertificateActionsOptionalParams,\n AppServiceCertificateOrdersVerifyDomainOwnershipOptionalParams,\n AppServiceCertificateOrdersRetrieveSiteSealOptionalParams,\n AppServiceCertificateOrdersResendRequestEmailsOptionalParams,\n AppServiceCertificateOrdersResendEmailOptionalParams,\n AppServiceCertificateOrdersRenewOptionalParams,\n AppServiceCertificateOrdersReissueOptionalParams,\n AppServiceCertificateOrdersListOptionalParams,\n AppServiceCertificateOrdersListByResourceGroupOptionalParams,\n AppServiceCertificateOrdersDeleteOptionalParams,\n AppServiceCertificateOrdersUpdateOptionalParams,\n AppServiceCertificateOrdersCreateOrUpdateOptionalParams,\n AppServiceCertificateOrdersGetOptionalParams,\n} from \"./options.js\";\nimport type { StreamableMethod, PathUncheckedResponse } from \"@azure-rest/core-client\";\nimport { createRestError, operationOptionsToRequestParameters } from \"@azure-rest/core-client\";\nimport type { PollerLike, OperationState } from \"@azure/core-lro\";\n\nexport function _validatePurchaseInformationSend(\n context: Client,\n appServiceCertificateOrder: AppServiceCertificateOrder,\n options: AppServiceCertificateOrdersValidatePurchaseInformationOptionalParams = {\n requestOptions: {},\n },\n): StreamableMethod {\n const path = expandUrlTemplate(\n \"/subscriptions/{subscriptionId}/providers/Microsoft.CertificateRegistration/validateCertificateRegistrationInformation{?api%2Dversion}\",\n {\n subscriptionId: context.subscriptionId,\n \"api%2Dversion\": context.apiVersion ?? \"2024-11-01\",\n },\n {\n allowReserved: options?.requestOptions?.skipUrlEncoding,\n },\n );\n return context.path(path).post({\n ...operationOptionsToRequestParameters(options),\n contentType: \"application/json\",\n body: appServiceCertificateOrderSerializer(appServiceCertificateOrder),\n });\n}\n\nexport async function _validatePurchaseInformationDeserialize(\n result: PathUncheckedResponse,\n): Promise<void> {\n const expectedStatuses = [\"204\"];\n if (!expectedStatuses.includes(result.status)) {\n const error = createRestError(result);\n error.details = defaultErrorResponseDeserializer(result.body);\n throw error;\n }\n\n return;\n}\n\n/** Description for Validate information for a certificate order. */\nexport async function validatePurchaseInformation(\n context: Client,\n appServiceCertificateOrder: AppServiceCertificateOrder,\n options: AppServiceCertificateOrdersValidatePurchaseInformationOptionalParams = {\n requestOptions: {},\n },\n): Promise<void> {\n const result = await _validatePurchaseInformationSend(\n context,\n appServiceCertificateOrder,\n options,\n );\n return _validatePurchaseInformationDeserialize(result);\n}\n\nexport function _listCertificatesSend(\n context: Client,\n resourceGroupName: string,\n certificateOrderName: string,\n options: AppServiceCertificateOrdersListCertificatesOptionalParams = { requestOptions: {} },\n): StreamableMethod {\n const path = expandUrlTemplate(\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CertificateRegistration/certificateOrders/{certificateOrderName}/certificates{?api%2Dversion}\",\n {\n subscriptionId: context.subscriptionId,\n resourceGroupName: resourceGroupName,\n certificateOrderName: certificateOrderName,\n \"api%2Dversion\": context.apiVersion ?? \"2024-11-01\",\n },\n {\n allowReserved: options?.requestOptions?.skipUrlEncoding,\n },\n );\n return context.path(path).get({\n ...operationOptionsToRequestParameters(options),\n headers: { accept: \"application/json\", ...options.requestOptions?.headers },\n });\n}\n\nexport async function _listCertificatesDeserialize(\n result: PathUncheckedResponse,\n): Promise<_AppServiceCertificateCollection> {\n const expectedStatuses = [\"200\"];\n if (!expectedStatuses.includes(result.status)) {\n const error = createRestError(result);\n error.details = defaultErrorResponseDeserializer(result.body);\n throw error;\n }\n\n return _appServiceCertificateCollectionDeserializer(result.body);\n}\n\n/** Description for List all certificates associated with a certificate order. */\nexport function listCertificates(\n context: Client,\n resourceGroupName: string,\n certificateOrderName: string,\n options: AppServiceCertificateOrdersListCertificatesOptionalParams = { requestOptions: {} },\n): PagedAsyncIterableIterator<AppServiceCertificateResource> {\n return buildPagedAsyncIterator(\n context,\n () => _listCertificatesSend(context, resourceGroupName, certificateOrderName, options),\n _listCertificatesDeserialize,\n [\"200\"],\n { itemName: \"value\", nextLinkName: \"nextLink\", apiVersion: context.apiVersion ?? \"2024-11-01\" },\n );\n}\n\nexport function _deleteCertificateSend(\n context: Client,\n resourceGroupName: string,\n certificateOrderName: string,\n name: string,\n options: AppServiceCertificateOrdersDeleteCertificateOptionalParams = { requestOptions: {} },\n): StreamableMethod {\n const path = expandUrlTemplate(\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CertificateRegistration/certificateOrders/{certificateOrderName}/certificates/{name}{?api%2Dversion}\",\n {\n subscriptionId: context.subscriptionId,\n resourceGroupName: resourceGroupName,\n certificateOrderName: certificateOrderName,\n name: name,\n \"api%2Dversion\": context.apiVersion ?? \"2024-11-01\",\n },\n {\n allowReserved: options?.requestOptions?.skipUrlEncoding,\n },\n );\n return context.path(path).delete({ ...operationOptionsToRequestParameters(options) });\n}\n\nexport async function _deleteCertificateDeserialize(result: PathUncheckedResponse): Promise<void> {\n const expectedStatuses = [\"200\", \"204\"];\n if (!expectedStatuses.includes(result.status)) {\n const error = createRestError(result);\n error.details = defaultErrorResponseDeserializer(result.body);\n throw error;\n }\n\n return;\n}\n\n/** Description for Delete the certificate associated with a certificate order. */\nexport async function deleteCertificate(\n context: Client,\n resourceGroupName: string,\n certificateOrderName: string,\n name: string,\n options: AppServiceCertificateOrdersDeleteCertificateOptionalParams = { requestOptions: {} },\n): Promise<void> {\n const result = await _deleteCertificateSend(\n context,\n resourceGroupName,\n certificateOrderName,\n name,\n options,\n );\n return _deleteCertificateDeserialize(result);\n}\n\nexport function _updateCertificateSend(\n context: Client,\n resourceGroupName: string,\n certificateOrderName: string,\n name: string,\n keyVaultCertificate: AppServiceCertificatePatchResource,\n options: AppServiceCertificateOrdersUpdateCertificateOptionalParams = { requestOptions: {} },\n): StreamableMethod {\n const path = expandUrlTemplate(\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CertificateRegistration/certificateOrders/{certificateOrderName}/certificates/{name}{?api%2Dversion}\",\n {\n subscriptionId: context.subscriptionId,\n resourceGroupName: resourceGroupName,\n certificateOrderName: certificateOrderName,\n name: name,\n \"api%2Dversion\": context.apiVersion ?? \"2024-11-01\",\n },\n {\n allowReserved: options?.requestOptions?.skipUrlEncoding,\n },\n );\n return context.path(path).patch({\n ...operationOptionsToRequestParameters(options),\n contentType: \"application/json\",\n headers: { accept: \"application/json\", ...options.requestOptions?.headers },\n body: appServiceCertificatePatchResourceSerializer(keyVaultCertificate),\n });\n}\n\nexport async function _updateCertificateDeserialize(\n result: PathUncheckedResponse,\n): Promise<AppServiceCertificateResource> {\n const expectedStatuses = [\"200\"];\n if (!expectedStatuses.includes(result.status)) {\n const error = createRestError(result);\n error.details = defaultErrorResponseDeserializer(result.body);\n throw error;\n }\n\n return appServiceCertificateResourceDeserializer(result.body);\n}\n\n/** Description for Creates or updates a certificate and associates with key vault secret. */\nexport async function updateCertificate(\n context: Client,\n resourceGroupName: string,\n certificateOrderName: string,\n name: string,\n keyVaultCertificate: AppServiceCertificatePatchResource,\n options: AppServiceCertificateOrdersUpdateCertificateOptionalParams = { requestOptions: {} },\n): Promise<AppServiceCertificateResource> {\n const result = await _updateCertificateSend(\n context,\n resourceGroupName,\n certificateOrderName,\n name,\n keyVaultCertificate,\n options,\n );\n return _updateCertificateDeserialize(result);\n}\n\nexport function _createOrUpdateCertificateSend(\n context: Client,\n resourceGroupName: string,\n certificateOrderName: string,\n name: string,\n keyVaultCertificate: AppServiceCertificateResource,\n options: AppServiceCertificateOrdersCreateOrUpdateCertificateOptionalParams = {\n requestOptions: {},\n },\n): StreamableMethod {\n const path = expandUrlTemplate(\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CertificateRegistration/certificateOrders/{certificateOrderName}/certificates/{name}{?api%2Dversion}\",\n {\n subscriptionId: context.subscriptionId,\n resourceGroupName: resourceGroupName,\n certificateOrderName: certificateOrderName,\n name: name,\n \"api%2Dversion\": context.apiVersion ?? \"2024-11-01\",\n },\n {\n allowReserved: options?.requestOptions?.skipUrlEncoding,\n },\n );\n return context.path(path).put({\n ...operationOptionsToRequestParameters(options),\n contentType: \"application/json\",\n headers: { accept: \"application/json\", ...options.requestOptions?.headers },\n body: appServiceCertificateResourceSerializer(keyVaultCertificate),\n });\n}\n\nexport async function _createOrUpdateCertificateDeserialize(\n result: PathUncheckedResponse,\n): Promise<AppServiceCertificateResource> {\n const expectedStatuses = [\"200\", \"201\", \"202\"];\n if (!expectedStatuses.includes(result.status)) {\n const error = createRestError(result);\n error.details = defaultErrorResponseDeserializer(result.body);\n throw error;\n }\n\n return appServiceCertificateResourceDeserializer(result.body);\n}\n\n/** Description for Creates or updates a certificate and associates with key vault secret. */\nexport function createOrUpdateCertificate(\n context: Client,\n resourceGroupName: string,\n certificateOrderName: string,\n name: string,\n keyVaultCertificate: AppServiceCertificateResource,\n options: AppServiceCertificateOrdersCreateOrUpdateCertificateOptionalParams = {\n requestOptions: {},\n },\n): PollerLike<OperationState<AppServiceCertificateResource>, AppServiceCertificateResource> {\n return getLongRunningPoller(\n context,\n _createOrUpdateCertificateDeserialize,\n [\"200\", \"201\", \"202\"],\n {\n updateIntervalInMs: options?.updateIntervalInMs,\n abortSignal: options?.abortSignal,\n getInitialResponse: () =>\n _createOrUpdateCertificateSend(\n context,\n resourceGroupName,\n certificateOrderName,\n name,\n keyVaultCertificate,\n options,\n ),\n resourceLocationConfig: \"location\",\n apiVersion: context.apiVersion ?? \"2024-11-01\",\n },\n ) as PollerLike<OperationState<AppServiceCertificateResource>, AppServiceCertificateResource>;\n}\n\nexport function _getCertificateSend(\n context: Client,\n resourceGroupName: string,\n certificateOrderName: string,\n name: string,\n options: AppServiceCertificateOrdersGetCertificateOptionalParams = { requestOptions: {} },\n): StreamableMethod {\n const path = expandUrlTemplate(\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CertificateRegistration/certificateOrders/{certificateOrderName}/certificates/{name}{?api%2Dversion}\",\n {\n subscriptionId: context.subscriptionId,\n resourceGroupName: resourceGroupName,\n certificateOrderName: certificateOrderName,\n name: name,\n \"api%2Dversion\": context.apiVersion ?? \"2024-11-01\",\n },\n {\n allowReserved: options?.requestOptions?.skipUrlEncoding,\n },\n );\n return context.path(path).get({\n ...operationOptionsToRequestParameters(options),\n headers: { accept: \"application/json\", ...options.requestOptions?.headers },\n });\n}\n\nexport async function _getCertificateDeserialize(\n result: PathUncheckedResponse,\n): Promise<AppServiceCertificateResource> {\n const expectedStatuses = [\"200\"];\n if (!expectedStatuses.includes(result.status)) {\n const error = createRestError(result);\n error.details = defaultErrorResponseDeserializer(result.body);\n throw error;\n }\n\n return appServiceCertificateResourceDeserializer(result.body);\n}\n\n/** Description for Get the certificate associated with a certificate order. */\nexport async function getCertificate(\n context: Client,\n resourceGroupName: string,\n certificateOrderName: string,\n name: string,\n options: AppServiceCertificateOrdersGetCertificateOptionalParams = { requestOptions: {} },\n): Promise<AppServiceCertificateResource> {\n const result = await _getCertificateSend(\n context,\n resourceGroupName,\n certificateOrderName,\n name,\n options,\n );\n return _getCertificateDeserialize(result);\n}\n\nexport function _retrieveCertificateEmailHistorySend(\n context: Client,\n resourceGroupName: string,\n name: string,\n options: AppServiceCertificateOrdersRetrieveCertificateEmailHistoryOptionalParams = {\n requestOptions: {},\n },\n): StreamableMethod {\n const path = expandUrlTemplate(\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CertificateRegistration/certificateOrders/{name}/retrieveEmailHistory{?api%2Dversion}\",\n {\n subscriptionId: context.subscriptionId,\n resourceGroupName: resourceGroupName,\n name: name,\n \"api%2Dversion\": context.apiVersion ?? \"2024-11-01\",\n },\n {\n allowReserved: options?.requestOptions?.skipUrlEncoding,\n },\n );\n return context.path(path).post({\n ...operationOptionsToRequestParameters(options),\n headers: { accept: \"application/json\", ...options.requestOptions?.headers },\n });\n}\n\nexport async function _retrieveCertificateEmailHistoryDeserialize(\n result: PathUncheckedResponse,\n): Promise<CertificateEmail[]> {\n const expectedStatuses = [\"200\"];\n if (!expectedStatuses.includes(result.status)) {\n const error = createRestError(result);\n error.details = defaultErrorResponseDeserializer(result.body);\n throw error;\n }\n\n return certificateEmailArrayDeserializer(result.body);\n}\n\n/** Description for Retrieve email history. */\nexport async function retrieveCertificateEmailHistory(\n context: Client,\n resourceGroupName: string,\n name: string,\n options: AppServiceCertificateOrdersRetrieveCertificateEmailHistoryOptionalParams = {\n requestOptions: {},\n },\n): Promise<CertificateEmail[]> {\n const result = await _retrieveCertificateEmailHistorySend(\n context,\n resourceGroupName,\n name,\n options,\n );\n return _retrieveCertificateEmailHistoryDeserialize(result);\n}\n\nexport function _retrieveCertificateActionsSend(\n context: Client,\n resourceGroupName: string,\n name: string,\n options: AppServiceCertificateOrdersRetrieveCertificateActionsOptionalParams = {\n requestOptions: {},\n },\n): StreamableMethod {\n const path = expandUrlTemplate(\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CertificateRegistration/certificateOrders/{name}/retrieveCertificateActions{?api%2Dversion}\",\n {\n subscriptionId: context.subscriptionId,\n resourceGroupName: resourceGroupName,\n name: name,\n \"api%2Dversion\": context.apiVersion ?? \"2024-11-01\",\n },\n {\n allowReserved: options?.requestOptions?.skipUrlEncoding,\n },\n );\n return context.path(path).post({\n ...operationOptionsToRequestParameters(options),\n headers: { accept: \"application/json\", ...options.requestOptions?.headers },\n });\n}\n\nexport async function _retrieveCertificateActionsDeserialize(\n result: PathUncheckedResponse,\n): Promise<CertificateOrderAction[]> {\n const expectedStatuses = [\"200\"];\n if (!expectedStatuses.includes(result.status)) {\n const error = createRestError(result);\n error.details = defaultErrorResponseDeserializer(result.body);\n throw error;\n }\n\n return certificateOrderActionArrayDeserializer(result.body);\n}\n\n/** Description for Retrieve the list of certificate actions. */\nexport async function retrieveCertificateActions(\n context: Client,\n resourceGroupName: string,\n name: string,\n options: AppServiceCertificateOrdersRetrieveCertificateActionsOptionalParams = {\n requestOptions: {},\n },\n): Promise<CertificateOrderAction[]> {\n const result = await _retrieveCertificateActionsSend(context, resourceGroupName, name, options);\n return _retrieveCertificateActionsDeserialize(result);\n}\n\nexport function _verifyDomainOwnershipSend(\n context: Client,\n resourceGroupName: string,\n certificateOrderName: string,\n options: AppServiceCertificateOrdersVerifyDomainOwnershipOptionalParams = { requestOptions: {} },\n): StreamableMethod {\n const path = expandUrlTemplate(\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CertificateRegistration/certificateOrders/{certificateOrderName}/verifyDomainOwnership{?api%2Dversion}\",\n {\n subscriptionId: context.subscriptionId,\n resourceGroupName: resourceGroupName,\n certificateOrderName: certificateOrderName,\n \"api%2Dversion\": context.apiVersion ?? \"2024-11-01\",\n },\n {\n allowReserved: options?.requestOptions?.skipUrlEncoding,\n },\n );\n return context.path(path).post({ ...operationOptionsToRequestParameters(options) });\n}\n\nexport async function _verifyDomainOwnershipDeserialize(\n result: PathUncheckedResponse,\n): Promise<void> {\n const expectedStatuses = [\"204\"];\n if (!expectedStatuses.includes(result.status)) {\n const error = createRestError(result);\n error.details = defaultErrorResponseDeserializer(result.body);\n throw error;\n }\n\n return;\n}\n\n/** Description for Verify domain ownership for this certificate order. */\nexport async function verifyDomainOwnership(\n context: Client,\n resourceGroupName: string,\n certificateOrderName: string,\n options: AppServiceCertificateOrdersVerifyDomainOwnershipOptionalParams = { requestOptions: {} },\n): Promise<void> {\n const result = await _verifyDomainOwnershipSend(\n context,\n resourceGroupName,\n certificateOrderName,\n options,\n );\n return _verifyDomainOwnershipDeserialize(result);\n}\n\nexport function _retrieveSiteSealSend(\n context: Client,\n resourceGroupName: string,\n certificateOrderName: string,\n siteSealRequest: SiteSealRequest,\n options: AppServiceCertificateOrdersRetrieveSiteSealOptionalParams = { requestOptions: {} },\n): StreamableMethod {\n const path = expandUrlTemplate(\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CertificateRegistration/certificateOrders/{certificateOrderName}/retrieveSiteSeal{?api%2Dversion}\",\n {\n subscriptionId: context.subscriptionId,\n resourceGroupName: resourceGroupName,\n certificateOrderName: certificateOrderName,\n \"api%2Dversion\": context.apiVersion ?? \"2024-11-01\",\n },\n {\n allowReserved: options?.requestOptions?.skipUrlEncoding,\n },\n );\n return context.path(path).post({\n ...operationOptionsToRequestParameters(options),\n contentType: \"application/json\",\n headers: { accept: \"application/json\", ...options.requestOptions?.headers },\n body: siteSealRequestSerializer(siteSealRequest),\n });\n}\n\nexport async function _retrieveSiteSealDeserialize(\n result: PathUncheckedResponse,\n): Promise<SiteSeal> {\n const expectedStatuses = [\"200\"];\n if (!expectedStatuses.includes(result.status)) {\n const error = createRestError(result);\n error.details = defaultErrorResponseDeserializer(result.body);\n throw error;\n }\n\n return siteSealDeserializer(result.body);\n}\n\n/** This method is used to obtain the site seal information for an issued certificate. A site seal is a graphic that the certificate purchaser can embed on their web site to show their visitors information about their SSL certificate. If a web site visitor clicks on the site seal image, a pop-up page is displayed that contains detailed information about the SSL certificate. The site seal token is used to link the site seal graphic image to the appropriate certificate details pop-up page display when a user clicks on the site seal. The site seal images are expected to be static images and hosted by the reseller, to minimize delays for customer page load times. */\nexport async function retrieveSiteSeal(\n context: Client,\n resourceGroupName: string,\n certificateOrderName: string,\n siteSealRequest: SiteSealRequest,\n options: AppServiceCertificateOrdersRetrieveSiteSealOptionalParams = { requestOptions: {} },\n): Promise<SiteSeal> {\n const result = await _retrieveSiteSealSend(\n context,\n resourceGroupName,\n certificateOrderName,\n siteSealRequest,\n options,\n );\n return _retrieveSiteSealDeserialize(result);\n}\n\nexport function _resendRequestEmailsSend(\n context: Client,\n resourceGroupName: string,\n certificateOrderName: string,\n nameIdentifier: NameIdentifier,\n options: AppServiceCertificateOrdersResendRequestEmailsOptionalParams = { requestOptions: {} },\n): StreamableMethod {\n const path = expandUrlTemplate(\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CertificateRegistration/certificateOrders/{certificateOrderName}/resendRequestEmails{?api%2Dversion}\",\n {\n subscriptionId: context.subscriptionId,\n resourceGroupName: resourceGroupName,\n certificateOrderName: certificateOrderName,\n \"api%2Dversion\": context.apiVersion ?? \"2024-11-01\",\n },\n {\n allowReserved: options?.requestOptions?.skipUrlEncoding,\n },\n );\n return context.path(path).post({\n ...operationOptionsToRequestParameters(options),\n contentType: \"application/json\",\n body: nameIdentifierSerializer(nameIdentifier),\n });\n}\n\nexport async function _resendRequestEmailsDeserialize(\n result: PathUncheckedResponse,\n): Promise<void> {\n const expectedStatuses = [\"204\"];\n if (!expectedStatuses.includes(result.status)) {\n const error = createRestError(result);\n error.details = defaultErrorResponseDeserializer(result.body);\n throw error;\n }\n\n return;\n}\n\n/** Resend domain verification ownership email containing steps on how to verify a domain for a given certificate order */\nexport async function resendRequestEmails(\n context: Client,\n resourceGroupName: string,\n certificateOrderName: string,\n nameIdentifier: NameIdentifier,\n options: AppServiceCertificateOrdersResendRequestEmailsOptionalParams = { requestOptions: {} },\n): Promise<void> {\n const result = await _resendRequestEmailsSend(\n context,\n resourceGroupName,\n certificateOrderName,\n nameIdentifier,\n options,\n );\n return _resendRequestEmailsDeserialize(result);\n}\n\nexport function _resendEmailSend(\n context: Client,\n resourceGroupName: string,\n certificateOrderName: string,\n options: AppServiceCertificateOrdersResendEmailOptionalParams = { requestOptions: {} },\n): StreamableMethod {\n const path = expandUrlTemplate(\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CertificateRegistration/certificateOrders/{certificateOrderName}/resendEmail{?api%2Dversion}\",\n {\n subscriptionId: context.subscriptionId,\n resourceGroupName: resourceGroupName,\n certificateOrderName: certificateOrderName,\n \"api%2Dversion\": context.apiVersion ?? \"2024-11-01\",\n },\n {\n allowReserved: options?.requestOptions?.skipUrlEncoding,\n },\n );\n return context.path(path).post({ ...operationOptionsToRequestParameters(options) });\n}\n\nexport async function _resendEmailDeserialize(result: PathUncheckedResponse): Promise<void> {\n const expectedStatuses = [\"204\"];\n if (!expectedStatuses.includes(result.status)) {\n const error = createRestError(result);\n error.details = defaultErrorResponseDeserializer(result.body);\n throw error;\n }\n\n return;\n}\n\n/** Description for Resend certificate email. */\nexport async function resendEmail(\n context: Client,\n resourceGroupName: string,\n certificateOrderName: string,\n options: AppServiceCertificateOrdersResendEmailOptionalParams = { requestOptions: {} },\n): Promise<void> {\n const result = await _resendEmailSend(context, resourceGroupName, certificateOrderName, options);\n return _resendEmailDeserialize(result);\n}\n\nexport function _renewSend(\n context: Client,\n resourceGroupName: string,\n certificateOrderName: string,\n renewCertificateOrderRequest: RenewCertificateOrderRequest,\n options: AppServiceCertificateOrdersRenewOptionalParams = { requestOptions: {} },\n): StreamableMethod {\n const path = expandUrlTemplate(\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CertificateRegistration/certificateOrders/{certificateOrderName}/renew{?api%2Dversion}\",\n {\n subscriptionId: context.subscriptionId,\n resourceGroupName: resourceGroupName,\n certificateOrderName: certificateOrderName,\n \"api%2Dversion\": context.apiVersion ?? \"2024-11-01\",\n },\n {\n allowReserved: options?.requestOptions?.skipUrlEncoding,\n },\n );\n return context.path(path).post({\n ...operationOptionsToRequestParameters(options),\n contentType: \"application/json\",\n body: renewCertificateOrderRequestSerializer(renewCertificateOrderRequest),\n });\n}\n\nexport async function _renewDeserialize(result: PathUncheckedResponse): Promise<void> {\n const expectedStatuses = [\"204\"];\n if (!expectedStatuses.includes(result.status)) {\n const error = createRestError(result);\n error.details = defaultErrorResponseDeserializer(result.body);\n throw error;\n }\n\n return;\n}\n\n/** Description for Renew an existing certificate order. */\nexport async function renew(\n context: Client,\n resourceGroupName: string,\n certificateOrderName: string,\n renewCertificateOrderRequest: RenewCertificateOrderRequest,\n options: AppServiceCertificateOrdersRenewOptionalParams = { requestOptions: {} },\n): Promise<void> {\n const result = await _renewSend(\n context,\n resourceGroupName,\n certificateOrderName,\n renewCertificateOrderRequest,\n options,\n );\n return _renewDeserialize(result);\n}\n\nexport function _reissueSend(\n context: Client,\n resourceGroupName: string,\n certificateOrderName: string,\n reissueCertificateOrderRequest: ReissueCertificateOrderRequest,\n options: AppServiceCertificateOrdersReissueOptionalParams = { requestOptions: {} },\n): StreamableMethod {\n const path = expandUrlTemplate(\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CertificateRegistration/certificateOrders/{certificateOrderName}/reissue{?api%2Dversion}\",\n {\n subscriptionId: context.subscriptionId,\n resourceGroupName: resourceGroupName,\n certificateOrderName: certificateOrderName,\n \"api%2Dversion\": context.apiVersion ?? \"2024-11-01\",\n },\n {\n allowReserved: options?.requestOptions?.skipUrlEncoding,\n },\n );\n return context.path(path).post({\n ...operationOptionsToRequestParameters(options),\n contentType: \"application/json\",\n body: reissueCertificateOrderRequestSerializer(reissueCertificateOrderRequest),\n });\n}\n\nexport async function _reissueDeserialize(result: PathUncheckedResponse): Promise<void> {\n const expectedStatuses = [\"204\"];\n if (!expectedStatuses.includes(result.status)) {\n const error = createRestError(result);\n error.details = defaultErrorResponseDeserializer(result.body);\n throw error;\n }\n\n return;\n}\n\n/** Description for Reissue an existing certificate order. */\nexport async function reissue(\n context: Client,\n resourceGroupName: string,\n certificateOrderName: string,\n reissueCertificateOrderRequest: ReissueCertificateOrderRequest,\n options: AppServiceCertificateOrdersReissueOptionalParams = { requestOptions: {} },\n): Promise<void> {\n const result = await _reissueSend(\n context,\n resourceGroupName,\n certificateOrderName,\n reissueCertificateOrderRequest,\n options,\n );\n return _reissueDeserialize(result);\n}\n\nexport function _listSend(\n context: Client,\n options: AppServiceCertificateOrdersListOptionalParams = { requestOptions: {} },\n): StreamableMethod {\n const path = expandUrlTemplate(\n \"/subscriptions/{subscriptionId}/providers/Microsoft.CertificateRegistration/certificateOrders{?api%2Dversion}\",\n {\n subscriptionId: context.subscriptionId,\n \"api%2Dversion\": context.apiVersion ?? \"2024-11-01\",\n },\n {\n allowReserved: options?.requestOptions?.skipUrlEncoding,\n },\n );\n return context.path(path).get({\n ...operationOptionsToRequestParameters(options),\n headers: { accept: \"application/json\", ...options.requestOptions?.headers },\n });\n}\n\nexport async function _listDeserialize(\n result: PathUncheckedResponse,\n): Promise<_AppServiceCertificateOrderCollection> {\n const expectedStatuses = [\"200\"];\n if (!expectedStatuses.includes(result.status)) {\n const error = createRestError(result);\n error.details = defaultErrorResponseDeserializer(result.body);\n throw error;\n }\n\n return _appServiceCertificateOrderCollectionDeserializer(result.body);\n}\n\n/** Description for List all certificate orders in a subscription. */\nexport function list(\n context: Client,\n options: AppServiceCertificateOrdersListOptionalParams = { requestOptions: {} },\n): PagedAsyncIterableIterator<AppServiceCertificateOrder> {\n return buildPagedAsyncIterator(\n context,\n () => _listSend(context, options),\n _listDeserialize,\n [\"200\"],\n { itemName: \"value\", nextLinkName: \"nextLink\", apiVersion: context.apiVersion ?? \"2024-11-01\" },\n );\n}\n\nexport function _listByResourceGroupSend(\n context: Client,\n resourceGroupName: string,\n options: AppServiceCertificateOrdersListByResourceGroupOptionalParams = { requestOptions: {} },\n): StreamableMethod {\n const path = expandUrlTemplate(\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CertificateRegistration/certificateOrders{?api%2Dversion}\",\n {\n subscriptionId: context.subscriptionId,\n resourceGroupName: resourceGroupName,\n \"api%2Dversion\": context.apiVersion ?? \"2024-11-01\",\n },\n {\n allowReserved: options?.requestOptions?.skipUrlEncoding,\n },\n );\n return context.path(path).get({\n ...operationOptionsToRequestParameters(options),\n headers: { accept: \"application/json\", ...options.requestOptions?.headers },\n });\n}\n\nexport async function _listByResourceGroupDeserialize(\n result: PathUncheckedResponse,\n): Promise<_AppServiceCertificateOrderCollection> {\n const expectedStatuses = [\"200\"];\n if (!expectedStatuses.includes(result.status)) {\n const error = createRestError(result);\n error.details = defaultErrorResponseDeserializer(result.body);\n throw error;\n }\n\n return _appServiceCertificateOrderCollectionDeserializer(result.body);\n}\n\n/** Description for Get certificate orders in a resource group. */\nexport function listByResourceGroup(\n context: Client,\n resourceGroupName: string,\n options: AppServiceCertificateOrdersListByResourceGroupOptionalParams = { requestOptions: {} },\n): PagedAsyncIterableIterator<AppServiceCertificateOrder> {\n return buildPagedAsyncIterator(\n context,\n () => _listByResourceGroupSend(context, resourceGroupName, options),\n _listByResourceGroupDeserialize,\n [\"200\"],\n { itemName: \"value\", nextLinkName: \"nextLink\", apiVersion: context.apiVersion ?? \"2024-11-01\" },\n );\n}\n\nexport function _$deleteSend(\n context: Client,\n resourceGroupName: string,\n certificateOrderName: string,\n options: AppServiceCertificateOrdersDeleteOptionalParams = { requestOptions: {} },\n): StreamableMethod {\n const path = expandUrlTemplate(\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CertificateRegistration/certificateOrders/{certificateOrderName}{?api%2Dversion}\",\n {\n subscriptionId: context.subscriptionId,\n resourceGroupName: resourceGroupName,\n certificateOrderName: certificateOrderName,\n \"api%2Dversion\": context.apiVersion ?? \"2024-11-01\",\n },\n {\n allowReserved: options?.requestOptions?.skipUrlEncoding,\n },\n );\n return context.path(path).delete({ ...operationOptionsToRequestParameters(options) });\n}\n\nexport async function _$deleteDeserialize(result: PathUncheckedResponse): Promise<void> {\n const expectedStatuses = [\"200\", \"204\"];\n if (!expectedStatuses.includes(result.status)) {\n const error = createRestError(result);\n error.details = defaultErrorResponseDeserializer(result.body);\n throw error;\n }\n\n return;\n}\n\n/** Description for Delete an existing certificate order. */\n/**\n * @fixme delete is a reserved word that cannot be used as an operation name.\n * Please add @clientName(\"clientName\") or @clientName(\"<JS-Specific-Name>\", \"javascript\")\n * to the operation to override the generated name.\n */\nexport async function $delete(\n context: Client,\n resourceGroupName: string,\n certificateOrderName: string,\n options: AppServiceCertificateOrdersDeleteOptionalParams = { requestOptions: {} },\n): Promise<void> {\n const result = await _$deleteSend(context, resourceGroupName, certificateOrderName, options);\n return _$deleteDeserialize(result);\n}\n\nexport function _updateSend(\n context: Client,\n resourceGroupName: string,\n certificateOrderName: string,\n certificateDistinguishedName: AppServiceCertificateOrderPatchResource,\n options: AppServiceCertificateOrdersUpdateOptionalParams = { requestOptions: {} },\n): StreamableMethod {\n const path = expandUrlTemplate(\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CertificateRegistration/certificateOrders/{certificateOrderName}{?api%2Dversion}\",\n {\n subscriptionId: context.subscriptionId,\n resourceGroupName: resourceGroupName,\n certificateOrderName: certificateOrderName,\n \"api%2Dversion\": context.apiVersion ?? \"2024-11-01\",\n },\n {\n allowReserved: options?.requestOptions?.skipUrlEncoding,\n },\n );\n return context.path(path).patch({\n ...operationOptionsToRequestParameters(options),\n contentType: \"application/json\",\n headers: { accept: \"application/json\", ...options.requestOptions?.headers },\n body: appServiceCertificateOrderPatchResourceSerializer(certificateDistinguishedName),\n });\n}\n\nexport async function _updateDeserialize(\n result: PathUncheckedResponse,\n): Promise<AppServiceCertificateOrder> {\n const expectedStatuses = [\"200\"];\n if (!expectedStatuses.includes(result.status)) {\n const error = createRestError(result);\n error.details = defaultErrorResponseDeserializer(result.body);\n throw error;\n }\n\n return appServiceCertificateOrderDeserializer(result.body);\n}\n\n/** Description for Create or update a certificate purchase order. */\nexport async function update(\n context: Client,\n resourceGroupName: string,\n certificateOrderName: string,\n certificateDistinguishedName: AppServiceCertificateOrderPatchResource,\n options: AppServiceCertificateOrdersUpdateOptionalParams = { requestOptions: {} },\n): Promise<AppServiceCertificateOrder> {\n const result = await _updateSend(\n context,\n resourceGroupName,\n certificateOrderName,\n certificateDistinguishedName,\n options,\n );\n return _updateDeserialize(result);\n}\n\nexport function _createOrUpdateSend(\n context: Client,\n resourceGroupName: string,\n certificateOrderName: string,\n certificateDistinguishedName: AppServiceCertificateOrder,\n options: AppServiceCertificateOrdersCreateOrUpdateOptionalParams = { requestOptions: {} },\n): StreamableMethod {\n const path = expandUrlTemplate(\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CertificateRegistration/certificateOrders/{certificateOrderName}{?api%2Dversion}\",\n {\n subscriptionId: context.subscriptionId,\n resourceGroupName: resourceGroupName,\n certificateOrderName: certificateOrderName,\n \"api%2Dversion\": context.apiVersion ?? \"2024-11-01\",\n },\n {\n allowReserved: options?.requestOptions?.skipUrlEncoding,\n },\n );\n return context.path(path).put({\n ...operationOptionsToRequestParameters(options),\n contentType: \"application/json\",\n headers: { accept: \"application/json\", ...options.requestOptions?.headers },\n body: appServiceCertificateOrderSerializer(certificateDistinguishedName),\n });\n}\n\nexport async function _createOrUpdateDeserialize(\n result: PathUncheckedResponse,\n): Promise<AppServiceCertificateOrder> {\n const expectedStatuses = [\"200\", \"201\", \"202\"];\n if (!expectedStatuses.includes(result.status)) {\n const error = createRestError(result);\n error.details = defaultErrorResponseDeserializer(result.body);\n throw error;\n }\n\n return appServiceCertificateOrderDeserializer(result.body);\n}\n\n/** Description for Create or update a certificate purchase order. */\nexport function createOrUpdate(\n context: Client,\n resourceGroupName: string,\n certificateOrderName: string,\n certificateDistinguishedName: AppServiceCertificateOrder,\n options: AppServiceCertificateOrdersCreateOrUpdateOptionalParams = { requestOptions: {} },\n): PollerLike<OperationState<AppServiceCertificateOrder>, AppServiceCertificateOrder> {\n return getLongRunningPoller(context, _createOrUpdateDeserialize, [\"200\", \"201\", \"202\"], {\n updateIntervalInMs: options?.updateIntervalInMs,\n abortSignal: options?.abortSignal,\n getInitialResponse: () =>\n _createOrUpdateSend(\n context,\n resourceGroupName,\n certificateOrderName,\n certificateDistinguishedName,\n options,\n ),\n resourceLocationConfig: \"location\",\n apiVersion: context.apiVersion ?? \"2024-11-01\",\n }) as PollerLike<OperationState<AppServiceCertificateOrder>, AppServiceCertificateOrder>;\n}\n\nexport function _getSend(\n context: Client,\n resourceGroupName: string,\n certificateOrderName: string,\n options: AppServiceCertificateOrdersGetOptionalParams = { requestOptions: {} },\n): StreamableMethod {\n const path = expandUrlTemplate(\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CertificateRegistration/certificateOrders/{certificateOrderName}{?api%2Dversion}\",\n {\n subscriptionId: context.subscriptionId,\n resourceGroupName: resourceGroupName,\n certificateOrderName: certificateOrderName,\n \"api%2Dversion\": context.apiVersion ?? \"2024-11-01\",\n },\n {\n allowReserved: options?.requestOptions?.skipUrlEncoding,\n },\n );\n return context.path(path).get({\n ...operationOptionsToRequestParameters(options),\n headers: { accept: \"application/json\", ...options.requestOptions?.headers },\n });\n}\n\nexport async function _getDeserialize(\n result: PathUncheckedResponse,\n): Promise<AppServiceCertificateOrder> {\n const expectedStatuses = [\"200\"];\n if (!expectedStatuses.includes(result.status)) {\n const error = createRestError(result);\n error.details = defaultErrorResponseDeserializer(result.body);\n throw error;\n }\n\n return appServiceCertificateOrderDeserializer(result.body);\n}\n\n/** Description for Get a certificate order. */\nexport async function get(\n context: Client,\n resourceGroupName: string,\n certificateOrderName: string,\n options: AppServiceCertificateOrdersGetOptionalParams = { requestOptions: {} },\n): Promise<AppServiceCertificateOrder> {\n const result = await _getSend(context, resourceGroupName, certificateOrderName, options);\n return _getDeserialize(result);\n}\n"]}
@@ -0,0 +1,66 @@
1
+ import type { OperationOptions } from "@azure-rest/core-client";
2
+ /** Optional parameters. */
3
+ export interface AppServiceCertificateOrdersValidatePurchaseInformationOptionalParams extends OperationOptions {
4
+ }
5
+ /** Optional parameters. */
6
+ export interface AppServiceCertificateOrdersListCertificatesOptionalParams extends OperationOptions {
7
+ }
8
+ /** Optional parameters. */
9
+ export interface AppServiceCertificateOrdersDeleteCertificateOptionalParams extends OperationOptions {
10
+ }
11
+ /** Optional parameters. */
12
+ export interface AppServiceCertificateOrdersUpdateCertificateOptionalParams extends OperationOptions {
13
+ }
14
+ /** Optional parameters. */
15
+ export interface AppServiceCertificateOrdersCreateOrUpdateCertificateOptionalParams extends OperationOptions {
16
+ /** Delay to wait until next poll, in milliseconds. */
17
+ updateIntervalInMs?: number;
18
+ }
19
+ /** Optional parameters. */
20
+ export interface AppServiceCertificateOrdersGetCertificateOptionalParams extends OperationOptions {
21
+ }
22
+ /** Optional parameters. */
23
+ export interface AppServiceCertificateOrdersRetrieveCertificateEmailHistoryOptionalParams extends OperationOptions {
24
+ }
25
+ /** Optional parameters. */
26
+ export interface AppServiceCertificateOrdersRetrieveCertificateActionsOptionalParams extends OperationOptions {
27
+ }
28
+ /** Optional parameters. */
29
+ export interface AppServiceCertificateOrdersVerifyDomainOwnershipOptionalParams extends OperationOptions {
30
+ }
31
+ /** Optional parameters. */
32
+ export interface AppServiceCertificateOrdersRetrieveSiteSealOptionalParams extends OperationOptions {
33
+ }
34
+ /** Optional parameters. */
35
+ export interface AppServiceCertificateOrdersResendRequestEmailsOptionalParams extends OperationOptions {
36
+ }
37
+ /** Optional parameters. */
38
+ export interface AppServiceCertificateOrdersResendEmailOptionalParams extends OperationOptions {
39
+ }
40
+ /** Optional parameters. */
41
+ export interface AppServiceCertificateOrdersRenewOptionalParams extends OperationOptions {
42
+ }
43
+ /** Optional parameters. */
44
+ export interface AppServiceCertificateOrdersReissueOptionalParams extends OperationOptions {
45
+ }
46
+ /** Optional parameters. */
47
+ export interface AppServiceCertificateOrdersListOptionalParams extends OperationOptions {
48
+ }
49
+ /** Optional parameters. */
50
+ export interface AppServiceCertificateOrdersListByResourceGroupOptionalParams extends OperationOptions {
51
+ }
52
+ /** Optional parameters. */
53
+ export interface AppServiceCertificateOrdersDeleteOptionalParams extends OperationOptions {
54
+ }
55
+ /** Optional parameters. */
56
+ export interface AppServiceCertificateOrdersUpdateOptionalParams extends OperationOptions {
57
+ }
58
+ /** Optional parameters. */
59
+ export interface AppServiceCertificateOrdersCreateOrUpdateOptionalParams extends OperationOptions {
60
+ /** Delay to wait until next poll, in milliseconds. */
61
+ updateIntervalInMs?: number;
62
+ }
63
+ /** Optional parameters. */
64
+ export interface AppServiceCertificateOrdersGetOptionalParams extends OperationOptions {
65
+ }
66
+ //# sourceMappingURL=options.d.ts.map
@@ -1,4 +1,4 @@
1
1
  // Copyright (c) Microsoft Corporation.
2
2
  // Licensed under the MIT License.
3
3
  export {};
4
- //# sourceMappingURL=appServiceCertificateOrders.js.map
4
+ //# sourceMappingURL=options.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"options.js","sourceRoot":"","sources":["../../../../src/api/appServiceCertificateOrders/options.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { OperationOptions } from \"@azure-rest/core-client\";\n\n/** Optional parameters. */\nexport interface AppServiceCertificateOrdersValidatePurchaseInformationOptionalParams extends OperationOptions {}\n\n/** Optional parameters. */\nexport interface AppServiceCertificateOrdersListCertificatesOptionalParams extends OperationOptions {}\n\n/** Optional parameters. */\nexport interface AppServiceCertificateOrdersDeleteCertificateOptionalParams extends OperationOptions {}\n\n/** Optional parameters. */\nexport interface AppServiceCertificateOrdersUpdateCertificateOptionalParams extends OperationOptions {}\n\n/** Optional parameters. */\nexport interface AppServiceCertificateOrdersCreateOrUpdateCertificateOptionalParams extends OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n}\n\n/** Optional parameters. */\nexport interface AppServiceCertificateOrdersGetCertificateOptionalParams extends OperationOptions {}\n\n/** Optional parameters. */\nexport interface AppServiceCertificateOrdersRetrieveCertificateEmailHistoryOptionalParams extends OperationOptions {}\n\n/** Optional parameters. */\nexport interface AppServiceCertificateOrdersRetrieveCertificateActionsOptionalParams extends OperationOptions {}\n\n/** Optional parameters. */\nexport interface AppServiceCertificateOrdersVerifyDomainOwnershipOptionalParams extends OperationOptions {}\n\n/** Optional parameters. */\nexport interface AppServiceCertificateOrdersRetrieveSiteSealOptionalParams extends OperationOptions {}\n\n/** Optional parameters. */\nexport interface AppServiceCertificateOrdersResendRequestEmailsOptionalParams extends OperationOptions {}\n\n/** Optional parameters. */\nexport interface AppServiceCertificateOrdersResendEmailOptionalParams extends OperationOptions {}\n\n/** Optional parameters. */\nexport interface AppServiceCertificateOrdersRenewOptionalParams extends OperationOptions {}\n\n/** Optional parameters. */\nexport interface AppServiceCertificateOrdersReissueOptionalParams extends OperationOptions {}\n\n/** Optional parameters. */\nexport interface AppServiceCertificateOrdersListOptionalParams extends OperationOptions {}\n\n/** Optional parameters. */\nexport interface AppServiceCertificateOrdersListByResourceGroupOptionalParams extends OperationOptions {}\n\n/** Optional parameters. */\nexport interface AppServiceCertificateOrdersDeleteOptionalParams extends OperationOptions {}\n\n/** Optional parameters. */\nexport interface AppServiceCertificateOrdersUpdateOptionalParams extends OperationOptions {}\n\n/** Optional parameters. */\nexport interface AppServiceCertificateOrdersCreateOrUpdateOptionalParams extends OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n}\n\n/** Optional parameters. */\nexport interface AppServiceCertificateOrdersGetOptionalParams extends OperationOptions {}\n"]}
@@ -0,0 +1,3 @@
1
+ export { listAppServiceCertificateOrderDetectorResponse, getAppServiceCertificateOrderDetectorResponse, } from "./operations.js";
2
+ export { CertificateOrdersDiagnosticsListAppServiceCertificateOrderDetectorResponseOptionalParams, CertificateOrdersDiagnosticsGetAppServiceCertificateOrderDetectorResponseOptionalParams, } from "./options.js";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1,4 @@
1
+ // Copyright (c) Microsoft Corporation.
2
+ // Licensed under the MIT License.
3
+ export { listAppServiceCertificateOrderDetectorResponse, getAppServiceCertificateOrderDetectorResponse, } from "./operations.js";
4
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/api/certificateOrdersDiagnostics/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EACL,8CAA8C,EAC9C,6CAA6C,GAC9C,MAAM,iBAAiB,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport {\n listAppServiceCertificateOrderDetectorResponse,\n getAppServiceCertificateOrderDetectorResponse,\n} from \"./operations.js\";\nexport {\n CertificateOrdersDiagnosticsListAppServiceCertificateOrderDetectorResponseOptionalParams,\n CertificateOrdersDiagnosticsGetAppServiceCertificateOrderDetectorResponseOptionalParams,\n} from \"./options.js\";\n"]}
@@ -0,0 +1,14 @@
1
+ import type { CertificateRegistrationManagementContext as Client } from "../index.js";
2
+ import type { DetectorResponse, _DetectorResponseCollection } from "../../models/models.js";
3
+ import type { PagedAsyncIterableIterator } from "../../static-helpers/pagingHelpers.js";
4
+ import type { CertificateOrdersDiagnosticsListAppServiceCertificateOrderDetectorResponseOptionalParams, CertificateOrdersDiagnosticsGetAppServiceCertificateOrderDetectorResponseOptionalParams } from "./options.js";
5
+ import type { StreamableMethod, PathUncheckedResponse } from "@azure-rest/core-client";
6
+ export declare function _listAppServiceCertificateOrderDetectorResponseSend(context: Client, resourceGroupName: string, certificateOrderName: string, options?: CertificateOrdersDiagnosticsListAppServiceCertificateOrderDetectorResponseOptionalParams): StreamableMethod;
7
+ export declare function _listAppServiceCertificateOrderDetectorResponseDeserialize(result: PathUncheckedResponse): Promise<_DetectorResponseCollection>;
8
+ /** Description for Microsoft.CertificateRegistration to get the list of detectors for this RP. */
9
+ export declare function listAppServiceCertificateOrderDetectorResponse(context: Client, resourceGroupName: string, certificateOrderName: string, options?: CertificateOrdersDiagnosticsListAppServiceCertificateOrderDetectorResponseOptionalParams): PagedAsyncIterableIterator<DetectorResponse>;
10
+ export declare function _getAppServiceCertificateOrderDetectorResponseSend(context: Client, resourceGroupName: string, certificateOrderName: string, detectorName: string, options?: CertificateOrdersDiagnosticsGetAppServiceCertificateOrderDetectorResponseOptionalParams): StreamableMethod;
11
+ export declare function _getAppServiceCertificateOrderDetectorResponseDeserialize(result: PathUncheckedResponse): Promise<DetectorResponse>;
12
+ /** Description for Microsoft.CertificateRegistration call to get a detector response from App Lens. */
13
+ export declare function getAppServiceCertificateOrderDetectorResponse(context: Client, resourceGroupName: string, certificateOrderName: string, detectorName: string, options?: CertificateOrdersDiagnosticsGetAppServiceCertificateOrderDetectorResponseOptionalParams): Promise<DetectorResponse>;
14
+ //# sourceMappingURL=operations.d.ts.map
@@ -0,0 +1,74 @@
1
+ // Copyright (c) Microsoft Corporation.
2
+ // Licensed under the MIT License.
3
+ import { defaultErrorResponseDeserializer, detectorResponseDeserializer, _detectorResponseCollectionDeserializer, } from "../../models/models.js";
4
+ import { buildPagedAsyncIterator } from "../../static-helpers/pagingHelpers.js";
5
+ import { expandUrlTemplate } from "../../static-helpers/urlTemplate.js";
6
+ import { createRestError, operationOptionsToRequestParameters } from "@azure-rest/core-client";
7
+ export function _listAppServiceCertificateOrderDetectorResponseSend(context, resourceGroupName, certificateOrderName, options = {
8
+ requestOptions: {},
9
+ }) {
10
+ const path = expandUrlTemplate("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CertificateRegistration/certificateOrders/{certificateOrderName}/detectors{?api%2Dversion}", {
11
+ subscriptionId: context.subscriptionId,
12
+ resourceGroupName: resourceGroupName,
13
+ certificateOrderName: certificateOrderName,
14
+ "api%2Dversion": context.apiVersion ?? "2024-11-01",
15
+ }, {
16
+ allowReserved: options?.requestOptions?.skipUrlEncoding,
17
+ });
18
+ return context.path(path).get({
19
+ ...operationOptionsToRequestParameters(options),
20
+ headers: { accept: "application/json", ...options.requestOptions?.headers },
21
+ });
22
+ }
23
+ export async function _listAppServiceCertificateOrderDetectorResponseDeserialize(result) {
24
+ const expectedStatuses = ["200"];
25
+ if (!expectedStatuses.includes(result.status)) {
26
+ const error = createRestError(result);
27
+ error.details = defaultErrorResponseDeserializer(result.body);
28
+ throw error;
29
+ }
30
+ return _detectorResponseCollectionDeserializer(result.body);
31
+ }
32
+ /** Description for Microsoft.CertificateRegistration to get the list of detectors for this RP. */
33
+ export function listAppServiceCertificateOrderDetectorResponse(context, resourceGroupName, certificateOrderName, options = {
34
+ requestOptions: {},
35
+ }) {
36
+ return buildPagedAsyncIterator(context, () => _listAppServiceCertificateOrderDetectorResponseSend(context, resourceGroupName, certificateOrderName, options), _listAppServiceCertificateOrderDetectorResponseDeserialize, ["200"], { itemName: "value", nextLinkName: "nextLink", apiVersion: context.apiVersion ?? "2024-11-01" });
37
+ }
38
+ export function _getAppServiceCertificateOrderDetectorResponseSend(context, resourceGroupName, certificateOrderName, detectorName, options = {
39
+ requestOptions: {},
40
+ }) {
41
+ const path = expandUrlTemplate("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CertificateRegistration/certificateOrders/{certificateOrderName}/detectors/{detectorName}{?api%2Dversion,startTime,endTime,timeGrain}", {
42
+ subscriptionId: context.subscriptionId,
43
+ resourceGroupName: resourceGroupName,
44
+ certificateOrderName: certificateOrderName,
45
+ detectorName: detectorName,
46
+ "api%2Dversion": context.apiVersion ?? "2024-11-01",
47
+ startTime: !options?.startTime ? options?.startTime : options?.startTime.toISOString(),
48
+ endTime: !options?.endTime ? options?.endTime : options?.endTime.toISOString(),
49
+ timeGrain: options?.timeGrain,
50
+ }, {
51
+ allowReserved: options?.requestOptions?.skipUrlEncoding,
52
+ });
53
+ return context.path(path).get({
54
+ ...operationOptionsToRequestParameters(options),
55
+ headers: { accept: "application/json", ...options.requestOptions?.headers },
56
+ });
57
+ }
58
+ export async function _getAppServiceCertificateOrderDetectorResponseDeserialize(result) {
59
+ const expectedStatuses = ["200"];
60
+ if (!expectedStatuses.includes(result.status)) {
61
+ const error = createRestError(result);
62
+ error.details = defaultErrorResponseDeserializer(result.body);
63
+ throw error;
64
+ }
65
+ return detectorResponseDeserializer(result.body);
66
+ }
67
+ /** Description for Microsoft.CertificateRegistration call to get a detector response from App Lens. */
68
+ export async function getAppServiceCertificateOrderDetectorResponse(context, resourceGroupName, certificateOrderName, detectorName, options = {
69
+ requestOptions: {},
70
+ }) {
71
+ const result = await _getAppServiceCertificateOrderDetectorResponseSend(context, resourceGroupName, certificateOrderName, detectorName, options);
72
+ return _getAppServiceCertificateOrderDetectorResponseDeserialize(result);
73
+ }
74
+ //# sourceMappingURL=operations.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"operations.js","sourceRoot":"","sources":["../../../../src/api/certificateOrdersDiagnostics/operations.ts"],"names":[],"mappings":"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","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { CertificateRegistrationManagementContext as Client } from \"../index.js\";\nimport type { DetectorResponse, _DetectorResponseCollection } from \"../../models/models.js\";\nimport {\n defaultErrorResponseDeserializer,\n detectorResponseDeserializer,\n _detectorResponseCollectionDeserializer,\n} from \"../../models/models.js\";\nimport type { PagedAsyncIterableIterator } from \"../../static-helpers/pagingHelpers.js\";\nimport { buildPagedAsyncIterator } from \"../../static-helpers/pagingHelpers.js\";\nimport { expandUrlTemplate } from \"../../static-helpers/urlTemplate.js\";\nimport type {\n CertificateOrdersDiagnosticsListAppServiceCertificateOrderDetectorResponseOptionalParams,\n CertificateOrdersDiagnosticsGetAppServiceCertificateOrderDetectorResponseOptionalParams,\n} from \"./options.js\";\nimport type { StreamableMethod, PathUncheckedResponse } from \"@azure-rest/core-client\";\nimport { createRestError, operationOptionsToRequestParameters } from \"@azure-rest/core-client\";\n\nexport function _listAppServiceCertificateOrderDetectorResponseSend(\n context: Client,\n resourceGroupName: string,\n certificateOrderName: string,\n options: CertificateOrdersDiagnosticsListAppServiceCertificateOrderDetectorResponseOptionalParams = {\n requestOptions: {},\n },\n): StreamableMethod {\n const path = expandUrlTemplate(\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CertificateRegistration/certificateOrders/{certificateOrderName}/detectors{?api%2Dversion}\",\n {\n subscriptionId: context.subscriptionId,\n resourceGroupName: resourceGroupName,\n certificateOrderName: certificateOrderName,\n \"api%2Dversion\": context.apiVersion ?? \"2024-11-01\",\n },\n {\n allowReserved: options?.requestOptions?.skipUrlEncoding,\n },\n );\n return context.path(path).get({\n ...operationOptionsToRequestParameters(options),\n headers: { accept: \"application/json\", ...options.requestOptions?.headers },\n });\n}\n\nexport async function _listAppServiceCertificateOrderDetectorResponseDeserialize(\n result: PathUncheckedResponse,\n): Promise<_DetectorResponseCollection> {\n const expectedStatuses = [\"200\"];\n if (!expectedStatuses.includes(result.status)) {\n const error = createRestError(result);\n error.details = defaultErrorResponseDeserializer(result.body);\n throw error;\n }\n\n return _detectorResponseCollectionDeserializer(result.body);\n}\n\n/** Description for Microsoft.CertificateRegistration to get the list of detectors for this RP. */\nexport function listAppServiceCertificateOrderDetectorResponse(\n context: Client,\n resourceGroupName: string,\n certificateOrderName: string,\n options: CertificateOrdersDiagnosticsListAppServiceCertificateOrderDetectorResponseOptionalParams = {\n requestOptions: {},\n },\n): PagedAsyncIterableIterator<DetectorResponse> {\n return buildPagedAsyncIterator(\n context,\n () =>\n _listAppServiceCertificateOrderDetectorResponseSend(\n context,\n resourceGroupName,\n certificateOrderName,\n options,\n ),\n _listAppServiceCertificateOrderDetectorResponseDeserialize,\n [\"200\"],\n { itemName: \"value\", nextLinkName: \"nextLink\", apiVersion: context.apiVersion ?? \"2024-11-01\" },\n );\n}\n\nexport function _getAppServiceCertificateOrderDetectorResponseSend(\n context: Client,\n resourceGroupName: string,\n certificateOrderName: string,\n detectorName: string,\n options: CertificateOrdersDiagnosticsGetAppServiceCertificateOrderDetectorResponseOptionalParams = {\n requestOptions: {},\n },\n): StreamableMethod {\n const path = expandUrlTemplate(\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CertificateRegistration/certificateOrders/{certificateOrderName}/detectors/{detectorName}{?api%2Dversion,startTime,endTime,timeGrain}\",\n {\n subscriptionId: context.subscriptionId,\n resourceGroupName: resourceGroupName,\n certificateOrderName: certificateOrderName,\n detectorName: detectorName,\n \"api%2Dversion\": context.apiVersion ?? \"2024-11-01\",\n startTime: !options?.startTime ? options?.startTime : options?.startTime.toISOString(),\n endTime: !options?.endTime ? options?.endTime : options?.endTime.toISOString(),\n timeGrain: options?.timeGrain,\n },\n {\n allowReserved: options?.requestOptions?.skipUrlEncoding,\n },\n );\n return context.path(path).get({\n ...operationOptionsToRequestParameters(options),\n headers: { accept: \"application/json\", ...options.requestOptions?.headers },\n });\n}\n\nexport async function _getAppServiceCertificateOrderDetectorResponseDeserialize(\n result: PathUncheckedResponse,\n): Promise<DetectorResponse> {\n const expectedStatuses = [\"200\"];\n if (!expectedStatuses.includes(result.status)) {\n const error = createRestError(result);\n error.details = defaultErrorResponseDeserializer(result.body);\n throw error;\n }\n\n return detectorResponseDeserializer(result.body);\n}\n\n/** Description for Microsoft.CertificateRegistration call to get a detector response from App Lens. */\nexport async function getAppServiceCertificateOrderDetectorResponse(\n context: Client,\n resourceGroupName: string,\n certificateOrderName: string,\n detectorName: string,\n options: CertificateOrdersDiagnosticsGetAppServiceCertificateOrderDetectorResponseOptionalParams = {\n requestOptions: {},\n },\n): Promise<DetectorResponse> {\n const result = await _getAppServiceCertificateOrderDetectorResponseSend(\n context,\n resourceGroupName,\n certificateOrderName,\n detectorName,\n options,\n );\n return _getAppServiceCertificateOrderDetectorResponseDeserialize(result);\n}\n"]}
@@ -0,0 +1,14 @@
1
+ import type { OperationOptions } from "@azure-rest/core-client";
2
+ /** Optional parameters. */
3
+ export interface CertificateOrdersDiagnosticsListAppServiceCertificateOrderDetectorResponseOptionalParams extends OperationOptions {
4
+ }
5
+ /** Optional parameters. */
6
+ export interface CertificateOrdersDiagnosticsGetAppServiceCertificateOrderDetectorResponseOptionalParams extends OperationOptions {
7
+ /** The start time for detector response. */
8
+ startTime?: Date;
9
+ /** The end time for the detector response. */
10
+ endTime?: Date;
11
+ /** The time grain for the detector response. */
12
+ timeGrain?: string;
13
+ }
14
+ //# sourceMappingURL=options.d.ts.map
@@ -1,4 +1,4 @@
1
1
  // Copyright (c) Microsoft Corporation.
2
2
  // Licensed under the MIT License.
3
3
  export {};
4
- //# sourceMappingURL=appServiceCertificateOrders.js.map
4
+ //# sourceMappingURL=options.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"options.js","sourceRoot":"","sources":["../../../../src/api/certificateOrdersDiagnostics/options.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { OperationOptions } from \"@azure-rest/core-client\";\n\n/** Optional parameters. */\nexport interface CertificateOrdersDiagnosticsListAppServiceCertificateOrderDetectorResponseOptionalParams extends OperationOptions {}\n\n/** Optional parameters. */\nexport interface CertificateOrdersDiagnosticsGetAppServiceCertificateOrderDetectorResponseOptionalParams extends OperationOptions {\n /** The start time for detector response. */\n startTime?: Date;\n /** The end time for the detector response. */\n endTime?: Date;\n /** The time grain for the detector response. */\n timeGrain?: string;\n}\n"]}
@@ -0,0 +1,20 @@
1
+ import type { AzureSupportedClouds } from "../static-helpers/cloudSettingHelpers.js";
2
+ import type { Client, ClientOptions } from "@azure-rest/core-client";
3
+ import type { TokenCredential } from "@azure/core-auth";
4
+ export interface CertificateRegistrationManagementContext extends Client {
5
+ /** The ID of the target subscription. The value must be an UUID. */
6
+ subscriptionId: string;
7
+ /** The API version to use for this operation. */
8
+ /** Known values of {@link KnownVersions} that the service accepts. */
9
+ apiVersion?: string;
10
+ }
11
+ /** Optional parameters for the client. */
12
+ export interface CertificateRegistrationManagementClientOptionalParams extends ClientOptions {
13
+ /** The API version to use for this operation. */
14
+ /** Known values of {@link KnownVersions} that the service accepts. */
15
+ apiVersion?: string;
16
+ /** Specifies the Azure cloud environment for the client. */
17
+ cloudSetting?: AzureSupportedClouds;
18
+ }
19
+ export declare function createCertificateRegistrationManagement(credential: TokenCredential, subscriptionId: string, options?: CertificateRegistrationManagementClientOptionalParams): CertificateRegistrationManagementContext;
20
+ //# sourceMappingURL=certificateRegistrationManagementContext.d.ts.map
@@ -0,0 +1,27 @@
1
+ // Copyright (c) Microsoft Corporation.
2
+ // Licensed under the MIT License.
3
+ import { logger } from "../logger.js";
4
+ import { getArmEndpoint } from "../static-helpers/cloudSettingHelpers.js";
5
+ import { getClient } from "@azure-rest/core-client";
6
+ export function createCertificateRegistrationManagement(credential, subscriptionId, options = {}) {
7
+ const endpointUrl = options.endpoint ?? getArmEndpoint(options.cloudSetting) ?? "https://management.azure.com";
8
+ const prefixFromOptions = options?.userAgentOptions?.userAgentPrefix;
9
+ const userAgentInfo = `azsdk-js-arm-certificateregistration/1.0.0`;
10
+ const userAgentPrefix = prefixFromOptions
11
+ ? `${prefixFromOptions} azsdk-js-api ${userAgentInfo}`
12
+ : `azsdk-js-api ${userAgentInfo}`;
13
+ const { apiVersion: _, ...updatedOptions } = {
14
+ ...options,
15
+ userAgentOptions: { userAgentPrefix },
16
+ loggingOptions: { logger: options.loggingOptions?.logger ?? logger.info },
17
+ credentials: { scopes: options.credentials?.scopes ?? [`${endpointUrl}/.default`] },
18
+ };
19
+ const clientContext = getClient(endpointUrl, credential, updatedOptions);
20
+ const apiVersion = options.apiVersion;
21
+ return {
22
+ ...clientContext,
23
+ apiVersion,
24
+ subscriptionId,
25
+ };
26
+ }
27
+ //# sourceMappingURL=certificateRegistrationManagementContext.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"certificateRegistrationManagementContext.js","sourceRoot":"","sources":["../../../src/api/certificateRegistrationManagementContext.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,MAAM,EAAE,MAAM,cAAc,CAAC;AAGtC,OAAO,EAAE,cAAc,EAAE,MAAM,0CAA0C,CAAC;AAE1E,OAAO,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAC;AAoBpD,MAAM,UAAU,uCAAuC,CACrD,UAA2B,EAC3B,cAAsB,EACtB,UAAiE,EAAE;IAEnE,MAAM,WAAW,GACf,OAAO,CAAC,QAAQ,IAAI,cAAc,CAAC,OAAO,CAAC,YAAY,CAAC,IAAI,8BAA8B,CAAC;IAC7F,MAAM,iBAAiB,GAAG,OAAO,EAAE,gBAAgB,EAAE,eAAe,CAAC;IACrE,MAAM,aAAa,GAAG,4CAA4C,CAAC;IACnE,MAAM,eAAe,GAAG,iBAAiB;QACvC,CAAC,CAAC,GAAG,iBAAiB,iBAAiB,aAAa,EAAE;QACtD,CAAC,CAAC,gBAAgB,aAAa,EAAE,CAAC;IACpC,MAAM,EAAE,UAAU,EAAE,CAAC,EAAE,GAAG,cAAc,EAAE,GAAG;QAC3C,GAAG,OAAO;QACV,gBAAgB,EAAE,EAAE,eAAe,EAAE;QACrC,cAAc,EAAE,EAAE,MAAM,EAAE,OAAO,CAAC,cAAc,EAAE,MAAM,IAAI,MAAM,CAAC,IAAI,EAAE;QACzE,WAAW,EAAE,EAAE,MAAM,EAAE,OAAO,CAAC,WAAW,EAAE,MAAM,IAAI,CAAC,GAAG,WAAW,WAAW,CAAC,EAAE;KACpF,CAAC;IACF,MAAM,aAAa,GAAG,SAAS,CAAC,WAAW,EAAE,UAAU,EAAE,cAAc,CAAC,CAAC;IACzE,MAAM,UAAU,GAAG,OAAO,CAAC,UAAU,CAAC;IACtC,OAAO;QACL,GAAG,aAAa;QAChB,UAAU;QACV,cAAc;KAC6B,CAAC;AAChD,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { logger } from \"../logger.js\";\nimport { KnownVersions } from \"../models/models.js\";\nimport type { AzureSupportedClouds } from \"../static-helpers/cloudSettingHelpers.js\";\nimport { getArmEndpoint } from \"../static-helpers/cloudSettingHelpers.js\";\nimport type { Client, ClientOptions } from \"@azure-rest/core-client\";\nimport { getClient } from \"@azure-rest/core-client\";\nimport type { TokenCredential } from \"@azure/core-auth\";\n\nexport interface CertificateRegistrationManagementContext extends Client {\n /** The ID of the target subscription. The value must be an UUID. */\n subscriptionId: string;\n /** The API version to use for this operation. */\n /** Known values of {@link KnownVersions} that the service accepts. */\n apiVersion?: string;\n}\n\n/** Optional parameters for the client. */\nexport interface CertificateRegistrationManagementClientOptionalParams extends ClientOptions {\n /** The API version to use for this operation. */\n /** Known values of {@link KnownVersions} that the service accepts. */\n apiVersion?: string;\n /** Specifies the Azure cloud environment for the client. */\n cloudSetting?: AzureSupportedClouds;\n}\n\nexport function createCertificateRegistrationManagement(\n credential: TokenCredential,\n subscriptionId: string,\n options: CertificateRegistrationManagementClientOptionalParams = {},\n): CertificateRegistrationManagementContext {\n const endpointUrl =\n options.endpoint ?? getArmEndpoint(options.cloudSetting) ?? \"https://management.azure.com\";\n const prefixFromOptions = options?.userAgentOptions?.userAgentPrefix;\n const userAgentInfo = `azsdk-js-arm-certificateregistration/1.0.0`;\n const userAgentPrefix = prefixFromOptions\n ? `${prefixFromOptions} azsdk-js-api ${userAgentInfo}`\n : `azsdk-js-api ${userAgentInfo}`;\n const { apiVersion: _, ...updatedOptions } = {\n ...options,\n userAgentOptions: { userAgentPrefix },\n loggingOptions: { logger: options.loggingOptions?.logger ?? logger.info },\n credentials: { scopes: options.credentials?.scopes ?? [`${endpointUrl}/.default`] },\n };\n const clientContext = getClient(endpointUrl, credential, updatedOptions);\n const apiVersion = options.apiVersion;\n return {\n ...clientContext,\n apiVersion,\n subscriptionId,\n } as CertificateRegistrationManagementContext;\n}\n"]}
@@ -0,0 +1,3 @@
1
+ export { listOperations } from "./operations.js";
2
+ export { CertificateRegistrationProviderListOperationsOptionalParams } from "./options.js";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1,4 @@
1
+ // Copyright (c) Microsoft Corporation.
2
+ // Licensed under the MIT License.
3
+ export { listOperations } from "./operations.js";
4
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/api/certificateRegistrationProvider/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport { listOperations } from \"./operations.js\";\nexport { CertificateRegistrationProviderListOperationsOptionalParams } from \"./options.js\";\n"]}
@@ -0,0 +1,10 @@
1
+ import type { CertificateRegistrationManagementContext as Client } from "../index.js";
2
+ import type { _CsmOperationCollection, CsmOperationDescription } from "../../models/models.js";
3
+ import type { PagedAsyncIterableIterator } from "../../static-helpers/pagingHelpers.js";
4
+ import type { CertificateRegistrationProviderListOperationsOptionalParams } from "./options.js";
5
+ import type { StreamableMethod, PathUncheckedResponse } from "@azure-rest/core-client";
6
+ export declare function _listOperationsSend(context: Client, options?: CertificateRegistrationProviderListOperationsOptionalParams): StreamableMethod;
7
+ export declare function _listOperationsDeserialize(result: PathUncheckedResponse): Promise<_CsmOperationCollection>;
8
+ /** Description for Implements Csm operations Api to exposes the list of available Csm Apis under the resource provider */
9
+ export declare function listOperations(context: Client, options?: CertificateRegistrationProviderListOperationsOptionalParams): PagedAsyncIterableIterator<CsmOperationDescription>;
10
+ //# sourceMappingURL=operations.d.ts.map
@@ -0,0 +1,31 @@
1
+ // Copyright (c) Microsoft Corporation.
2
+ // Licensed under the MIT License.
3
+ import { defaultErrorResponseDeserializer, _csmOperationCollectionDeserializer, } from "../../models/models.js";
4
+ import { buildPagedAsyncIterator } from "../../static-helpers/pagingHelpers.js";
5
+ import { expandUrlTemplate } from "../../static-helpers/urlTemplate.js";
6
+ import { createRestError, operationOptionsToRequestParameters } from "@azure-rest/core-client";
7
+ export function _listOperationsSend(context, options = { requestOptions: {} }) {
8
+ const path = expandUrlTemplate("/providers/Microsoft.CertificateRegistration/operations{?api%2Dversion}", {
9
+ "api%2Dversion": context.apiVersion ?? "2024-11-01",
10
+ }, {
11
+ allowReserved: options?.requestOptions?.skipUrlEncoding,
12
+ });
13
+ return context.path(path).get({
14
+ ...operationOptionsToRequestParameters(options),
15
+ headers: { accept: "application/json", ...options.requestOptions?.headers },
16
+ });
17
+ }
18
+ export async function _listOperationsDeserialize(result) {
19
+ const expectedStatuses = ["200"];
20
+ if (!expectedStatuses.includes(result.status)) {
21
+ const error = createRestError(result);
22
+ error.details = defaultErrorResponseDeserializer(result.body);
23
+ throw error;
24
+ }
25
+ return _csmOperationCollectionDeserializer(result.body);
26
+ }
27
+ /** Description for Implements Csm operations Api to exposes the list of available Csm Apis under the resource provider */
28
+ export function listOperations(context, options = { requestOptions: {} }) {
29
+ return buildPagedAsyncIterator(context, () => _listOperationsSend(context, options), _listOperationsDeserialize, ["200"], { itemName: "value", nextLinkName: "nextLink", apiVersion: context.apiVersion ?? "2024-11-01" });
30
+ }
31
+ //# sourceMappingURL=operations.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"operations.js","sourceRoot":"","sources":["../../../../src/api/certificateRegistrationProvider/operations.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAIlC,OAAO,EACL,gCAAgC,EAChC,mCAAmC,GACpC,MAAM,wBAAwB,CAAC;AAEhC,OAAO,EAAE,uBAAuB,EAAE,MAAM,uCAAuC,CAAC;AAChF,OAAO,EAAE,iBAAiB,EAAE,MAAM,qCAAqC,CAAC;AAGxE,OAAO,EAAE,eAAe,EAAE,mCAAmC,EAAE,MAAM,yBAAyB,CAAC;AAE/F,MAAM,UAAU,mBAAmB,CACjC,OAAe,EACf,UAAuE,EAAE,cAAc,EAAE,EAAE,EAAE;IAE7F,MAAM,IAAI,GAAG,iBAAiB,CAC5B,yEAAyE,EACzE;QACE,eAAe,EAAE,OAAO,CAAC,UAAU,IAAI,YAAY;KACpD,EACD;QACE,aAAa,EAAE,OAAO,EAAE,cAAc,EAAE,eAAe;KACxD,CACF,CAAC;IACF,OAAO,OAAO,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,GAAG,CAAC;QAC5B,GAAG,mCAAmC,CAAC,OAAO,CAAC;QAC/C,OAAO,EAAE,EAAE,MAAM,EAAE,kBAAkB,EAAE,GAAG,OAAO,CAAC,cAAc,EAAE,OAAO,EAAE;KAC5E,CAAC,CAAC;AACL,CAAC;AAED,MAAM,CAAC,KAAK,UAAU,0BAA0B,CAC9C,MAA6B;IAE7B,MAAM,gBAAgB,GAAG,CAAC,KAAK,CAAC,CAAC;IACjC,IAAI,CAAC,gBAAgB,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC,EAAE,CAAC;QAC9C,MAAM,KAAK,GAAG,eAAe,CAAC,MAAM,CAAC,CAAC;QACtC,KAAK,CAAC,OAAO,GAAG,gCAAgC,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;QAC9D,MAAM,KAAK,CAAC;IACd,CAAC;IAED,OAAO,mCAAmC,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;AAC1D,CAAC;AAED,0HAA0H;AAC1H,MAAM,UAAU,cAAc,CAC5B,OAAe,EACf,UAAuE,EAAE,cAAc,EAAE,EAAE,EAAE;IAE7F,OAAO,uBAAuB,CAC5B,OAAO,EACP,GAAG,EAAE,CAAC,mBAAmB,CAAC,OAAO,EAAE,OAAO,CAAC,EAC3C,0BAA0B,EAC1B,CAAC,KAAK,CAAC,EACP,EAAE,QAAQ,EAAE,OAAO,EAAE,YAAY,EAAE,UAAU,EAAE,UAAU,EAAE,OAAO,CAAC,UAAU,IAAI,YAAY,EAAE,CAChG,CAAC;AACJ,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { CertificateRegistrationManagementContext as Client } from \"../index.js\";\nimport type { _CsmOperationCollection, CsmOperationDescription } from \"../../models/models.js\";\nimport {\n defaultErrorResponseDeserializer,\n _csmOperationCollectionDeserializer,\n} from \"../../models/models.js\";\nimport type { PagedAsyncIterableIterator } from \"../../static-helpers/pagingHelpers.js\";\nimport { buildPagedAsyncIterator } from \"../../static-helpers/pagingHelpers.js\";\nimport { expandUrlTemplate } from \"../../static-helpers/urlTemplate.js\";\nimport type { CertificateRegistrationProviderListOperationsOptionalParams } from \"./options.js\";\nimport type { StreamableMethod, PathUncheckedResponse } from \"@azure-rest/core-client\";\nimport { createRestError, operationOptionsToRequestParameters } from \"@azure-rest/core-client\";\n\nexport function _listOperationsSend(\n context: Client,\n options: CertificateRegistrationProviderListOperationsOptionalParams = { requestOptions: {} },\n): StreamableMethod {\n const path = expandUrlTemplate(\n \"/providers/Microsoft.CertificateRegistration/operations{?api%2Dversion}\",\n {\n \"api%2Dversion\": context.apiVersion ?? \"2024-11-01\",\n },\n {\n allowReserved: options?.requestOptions?.skipUrlEncoding,\n },\n );\n return context.path(path).get({\n ...operationOptionsToRequestParameters(options),\n headers: { accept: \"application/json\", ...options.requestOptions?.headers },\n });\n}\n\nexport async function _listOperationsDeserialize(\n result: PathUncheckedResponse,\n): Promise<_CsmOperationCollection> {\n const expectedStatuses = [\"200\"];\n if (!expectedStatuses.includes(result.status)) {\n const error = createRestError(result);\n error.details = defaultErrorResponseDeserializer(result.body);\n throw error;\n }\n\n return _csmOperationCollectionDeserializer(result.body);\n}\n\n/** Description for Implements Csm operations Api to exposes the list of available Csm Apis under the resource provider */\nexport function listOperations(\n context: Client,\n options: CertificateRegistrationProviderListOperationsOptionalParams = { requestOptions: {} },\n): PagedAsyncIterableIterator<CsmOperationDescription> {\n return buildPagedAsyncIterator(\n context,\n () => _listOperationsSend(context, options),\n _listOperationsDeserialize,\n [\"200\"],\n { itemName: \"value\", nextLinkName: \"nextLink\", apiVersion: context.apiVersion ?? \"2024-11-01\" },\n );\n}\n"]}
@@ -0,0 +1,5 @@
1
+ import type { OperationOptions } from "@azure-rest/core-client";
2
+ /** Optional parameters. */
3
+ export interface CertificateRegistrationProviderListOperationsOptionalParams extends OperationOptions {
4
+ }
5
+ //# sourceMappingURL=options.d.ts.map
@@ -1,4 +1,4 @@
1
1
  // Copyright (c) Microsoft Corporation.
2
2
  // Licensed under the MIT License.
3
3
  export {};
4
- //# sourceMappingURL=appServiceCertificateOrders.js.map
4
+ //# sourceMappingURL=options.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"options.js","sourceRoot":"","sources":["../../../../src/api/certificateRegistrationProvider/options.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { OperationOptions } from \"@azure-rest/core-client\";\n\n/** Optional parameters. */\nexport interface CertificateRegistrationProviderListOperationsOptionalParams extends OperationOptions {}\n"]}
@@ -0,0 +1,2 @@
1
+ export { createCertificateRegistrationManagement, CertificateRegistrationManagementContext, CertificateRegistrationManagementClientOptionalParams, } from "./certificateRegistrationManagementContext.js";
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1,4 @@
1
+ // Copyright (c) Microsoft Corporation.
2
+ // Licensed under the MIT License.
3
+ export { createCertificateRegistrationManagement, } from "./certificateRegistrationManagementContext.js";
4
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/api/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EACL,uCAAuC,GAGxC,MAAM,+CAA+C,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport {\n createCertificateRegistrationManagement,\n CertificateRegistrationManagementContext,\n CertificateRegistrationManagementClientOptionalParams,\n} from \"./certificateRegistrationManagementContext.js\";\n"]}