@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
@@ -1 +0,0 @@
1
- {"version":3,"file":"appServiceCertificateOrders.js","sourceRoot":"","sources":["../../../src/operations/appServiceCertificateOrders.ts"],"names":[],"mappings":"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","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n// Code generated by Microsoft (R) AutoRest Code Generator.\n// Changes may cause incorrect behavior and will be lost if the code is regenerated.\n\nimport type { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport type { AppServiceCertificateOrders } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport type { CertificateRegistrationManagementClient } from \"../certificateRegistrationManagementClient.js\";\nimport type { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport { createHttpPoller } from \"@azure/core-lro\";\nimport { createLroSpec } from \"../lroImpl.js\";\nimport type {\n AppServiceCertificateOrder,\n AppServiceCertificateOrdersListNextOptionalParams,\n AppServiceCertificateOrdersListOptionalParams,\n AppServiceCertificateOrdersListResponse,\n AppServiceCertificateOrdersListByResourceGroupNextOptionalParams,\n AppServiceCertificateOrdersListByResourceGroupOptionalParams,\n AppServiceCertificateOrdersListByResourceGroupResponse,\n AppServiceCertificateResource,\n AppServiceCertificateOrdersListCertificatesNextOptionalParams,\n AppServiceCertificateOrdersListCertificatesOptionalParams,\n AppServiceCertificateOrdersListCertificatesResponse,\n AppServiceCertificateOrdersValidatePurchaseInformationOptionalParams,\n AppServiceCertificateOrdersGetOptionalParams,\n AppServiceCertificateOrdersGetResponse,\n AppServiceCertificateOrdersCreateOrUpdateOptionalParams,\n AppServiceCertificateOrdersCreateOrUpdateResponse,\n AppServiceCertificateOrdersDeleteOptionalParams,\n AppServiceCertificateOrderPatchResource,\n AppServiceCertificateOrdersUpdateOptionalParams,\n AppServiceCertificateOrdersUpdateResponse,\n AppServiceCertificateOrdersGetCertificateOptionalParams,\n AppServiceCertificateOrdersGetCertificateResponse,\n AppServiceCertificateOrdersCreateOrUpdateCertificateOptionalParams,\n AppServiceCertificateOrdersCreateOrUpdateCertificateResponse,\n AppServiceCertificateOrdersDeleteCertificateOptionalParams,\n AppServiceCertificatePatchResource,\n AppServiceCertificateOrdersUpdateCertificateOptionalParams,\n AppServiceCertificateOrdersUpdateCertificateResponse,\n ReissueCertificateOrderRequest,\n AppServiceCertificateOrdersReissueOptionalParams,\n RenewCertificateOrderRequest,\n AppServiceCertificateOrdersRenewOptionalParams,\n AppServiceCertificateOrdersResendEmailOptionalParams,\n NameIdentifier,\n AppServiceCertificateOrdersResendRequestEmailsOptionalParams,\n SiteSealRequest,\n AppServiceCertificateOrdersRetrieveSiteSealOptionalParams,\n AppServiceCertificateOrdersRetrieveSiteSealResponse,\n AppServiceCertificateOrdersVerifyDomainOwnershipOptionalParams,\n AppServiceCertificateOrdersRetrieveCertificateActionsOptionalParams,\n AppServiceCertificateOrdersRetrieveCertificateActionsResponse,\n AppServiceCertificateOrdersRetrieveCertificateEmailHistoryOptionalParams,\n AppServiceCertificateOrdersRetrieveCertificateEmailHistoryResponse,\n AppServiceCertificateOrdersListNextResponse,\n AppServiceCertificateOrdersListByResourceGroupNextResponse,\n AppServiceCertificateOrdersListCertificatesNextResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing AppServiceCertificateOrders operations. */\nexport class AppServiceCertificateOrdersImpl implements AppServiceCertificateOrders {\n private readonly client: CertificateRegistrationManagementClient;\n\n /**\n * Initialize a new instance of the class AppServiceCertificateOrders class.\n * @param client Reference to the service client\n */\n constructor(client: CertificateRegistrationManagementClient) {\n this.client = client;\n }\n\n /**\n * Description for List all certificate orders in a subscription.\n * @param options The options parameters.\n */\n public list(\n options?: AppServiceCertificateOrdersListOptionalParams,\n ): PagedAsyncIterableIterator<AppServiceCertificateOrder> {\n const iter = this.listPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(options, settings);\n },\n };\n }\n\n private async *listPagingPage(\n options?: AppServiceCertificateOrdersListOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<AppServiceCertificateOrder[]> {\n let result: AppServiceCertificateOrdersListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(options);\n const page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(continuationToken, options);\n continuationToken = result.nextLink;\n const page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listPagingAll(\n options?: AppServiceCertificateOrdersListOptionalParams,\n ): AsyncIterableIterator<AppServiceCertificateOrder> {\n for await (const page of this.listPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Description for Get certificate orders in a resource group.\n * @param resourceGroupName Name of the resource group to which the resource belongs.\n * @param options The options parameters.\n */\n public listByResourceGroup(\n resourceGroupName: string,\n options?: AppServiceCertificateOrdersListByResourceGroupOptionalParams,\n ): PagedAsyncIterableIterator<AppServiceCertificateOrder> {\n const iter = this.listByResourceGroupPagingAll(resourceGroupName, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listByResourceGroupPagingPage(resourceGroupName, options, settings);\n },\n };\n }\n\n private async *listByResourceGroupPagingPage(\n resourceGroupName: string,\n options?: AppServiceCertificateOrdersListByResourceGroupOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<AppServiceCertificateOrder[]> {\n let result: AppServiceCertificateOrdersListByResourceGroupResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listByResourceGroup(resourceGroupName, options);\n const page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listByResourceGroupNext(resourceGroupName, continuationToken, options);\n continuationToken = result.nextLink;\n const page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listByResourceGroupPagingAll(\n resourceGroupName: string,\n options?: AppServiceCertificateOrdersListByResourceGroupOptionalParams,\n ): AsyncIterableIterator<AppServiceCertificateOrder> {\n for await (const page of this.listByResourceGroupPagingPage(resourceGroupName, options)) {\n yield* page;\n }\n }\n\n /**\n * Description for List all certificates associated with a certificate order.\n * @param resourceGroupName Name of the resource group to which the resource belongs.\n * @param certificateOrderName Name of the certificate order.\n * @param options The options parameters.\n */\n public listCertificates(\n resourceGroupName: string,\n certificateOrderName: string,\n options?: AppServiceCertificateOrdersListCertificatesOptionalParams,\n ): PagedAsyncIterableIterator<AppServiceCertificateResource> {\n const iter = this.listCertificatesPagingAll(resourceGroupName, certificateOrderName, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listCertificatesPagingPage(\n resourceGroupName,\n certificateOrderName,\n options,\n settings,\n );\n },\n };\n }\n\n private async *listCertificatesPagingPage(\n resourceGroupName: string,\n certificateOrderName: string,\n options?: AppServiceCertificateOrdersListCertificatesOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<AppServiceCertificateResource[]> {\n let result: AppServiceCertificateOrdersListCertificatesResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listCertificates(resourceGroupName, certificateOrderName, options);\n const page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listCertificatesNext(\n resourceGroupName,\n certificateOrderName,\n continuationToken,\n options,\n );\n continuationToken = result.nextLink;\n const page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listCertificatesPagingAll(\n resourceGroupName: string,\n certificateOrderName: string,\n options?: AppServiceCertificateOrdersListCertificatesOptionalParams,\n ): AsyncIterableIterator<AppServiceCertificateResource> {\n for await (const page of this.listCertificatesPagingPage(\n resourceGroupName,\n certificateOrderName,\n options,\n )) {\n yield* page;\n }\n }\n\n /**\n * Description for List all certificate orders in a subscription.\n * @param options The options parameters.\n */\n private _list(\n options?: AppServiceCertificateOrdersListOptionalParams,\n ): Promise<AppServiceCertificateOrdersListResponse> {\n return this.client.sendOperationRequest({ options }, listOperationSpec);\n }\n\n /**\n * Description for Validate information for a certificate order.\n * @param appServiceCertificateOrder Information for a certificate order.\n * @param options The options parameters.\n */\n validatePurchaseInformation(\n appServiceCertificateOrder: AppServiceCertificateOrder,\n options?: AppServiceCertificateOrdersValidatePurchaseInformationOptionalParams,\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { appServiceCertificateOrder, options },\n validatePurchaseInformationOperationSpec,\n );\n }\n\n /**\n * Description for Get certificate orders in a resource group.\n * @param resourceGroupName Name of the resource group to which the resource belongs.\n * @param options The options parameters.\n */\n private _listByResourceGroup(\n resourceGroupName: string,\n options?: AppServiceCertificateOrdersListByResourceGroupOptionalParams,\n ): Promise<AppServiceCertificateOrdersListByResourceGroupResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, options },\n listByResourceGroupOperationSpec,\n );\n }\n\n /**\n * Description for Get a certificate order.\n * @param resourceGroupName Name of the resource group to which the resource belongs.\n * @param certificateOrderName Name of the certificate order..\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n certificateOrderName: string,\n options?: AppServiceCertificateOrdersGetOptionalParams,\n ): Promise<AppServiceCertificateOrdersGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, certificateOrderName, options },\n getOperationSpec,\n );\n }\n\n /**\n * Description for Create or update a certificate purchase order.\n * @param resourceGroupName Name of the resource group to which the resource belongs.\n * @param certificateOrderName Name of the certificate order.\n * @param certificateDistinguishedName Distinguished name to use for the certificate order.\n * @param options The options parameters.\n */\n async beginCreateOrUpdate(\n resourceGroupName: string,\n certificateOrderName: string,\n certificateDistinguishedName: AppServiceCertificateOrder,\n options?: AppServiceCertificateOrdersCreateOrUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<AppServiceCertificateOrdersCreateOrUpdateResponse>,\n AppServiceCertificateOrdersCreateOrUpdateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<AppServiceCertificateOrdersCreateOrUpdateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: {\n resourceGroupName,\n certificateOrderName,\n certificateDistinguishedName,\n options,\n },\n spec: createOrUpdateOperationSpec,\n });\n const poller = await createHttpPoller<\n AppServiceCertificateOrdersCreateOrUpdateResponse,\n OperationState<AppServiceCertificateOrdersCreateOrUpdateResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Description for Create or update a certificate purchase order.\n * @param resourceGroupName Name of the resource group to which the resource belongs.\n * @param certificateOrderName Name of the certificate order.\n * @param certificateDistinguishedName Distinguished name to use for the certificate order.\n * @param options The options parameters.\n */\n async beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n certificateOrderName: string,\n certificateDistinguishedName: AppServiceCertificateOrder,\n options?: AppServiceCertificateOrdersCreateOrUpdateOptionalParams,\n ): Promise<AppServiceCertificateOrdersCreateOrUpdateResponse> {\n const poller = await this.beginCreateOrUpdate(\n resourceGroupName,\n certificateOrderName,\n certificateDistinguishedName,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Description for Delete an existing certificate order.\n * @param resourceGroupName Name of the resource group to which the resource belongs.\n * @param certificateOrderName Name of the certificate order.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n certificateOrderName: string,\n options?: AppServiceCertificateOrdersDeleteOptionalParams,\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceGroupName, certificateOrderName, options },\n deleteOperationSpec,\n );\n }\n\n /**\n * Description for Create or update a certificate purchase order.\n * @param resourceGroupName Name of the resource group to which the resource belongs.\n * @param certificateOrderName Name of the certificate order.\n * @param certificateDistinguishedName Distinguished name to use for the certificate order.\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n certificateOrderName: string,\n certificateDistinguishedName: AppServiceCertificateOrderPatchResource,\n options?: AppServiceCertificateOrdersUpdateOptionalParams,\n ): Promise<AppServiceCertificateOrdersUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n certificateOrderName,\n certificateDistinguishedName,\n options,\n },\n updateOperationSpec,\n );\n }\n\n /**\n * Description for List all certificates associated with a certificate order.\n * @param resourceGroupName Name of the resource group to which the resource belongs.\n * @param certificateOrderName Name of the certificate order.\n * @param options The options parameters.\n */\n private _listCertificates(\n resourceGroupName: string,\n certificateOrderName: string,\n options?: AppServiceCertificateOrdersListCertificatesOptionalParams,\n ): Promise<AppServiceCertificateOrdersListCertificatesResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, certificateOrderName, options },\n listCertificatesOperationSpec,\n );\n }\n\n /**\n * Description for Get the certificate associated with a certificate order.\n * @param resourceGroupName Name of the resource group to which the resource belongs.\n * @param certificateOrderName Name of the certificate order.\n * @param name Name of the certificate.\n * @param options The options parameters.\n */\n getCertificate(\n resourceGroupName: string,\n certificateOrderName: string,\n name: string,\n options?: AppServiceCertificateOrdersGetCertificateOptionalParams,\n ): Promise<AppServiceCertificateOrdersGetCertificateResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, certificateOrderName, name, options },\n getCertificateOperationSpec,\n );\n }\n\n /**\n * Description for Creates or updates a certificate and associates with key vault secret.\n * @param resourceGroupName Name of the resource group to which the resource belongs.\n * @param certificateOrderName Name of the certificate order.\n * @param name Name of the certificate.\n * @param keyVaultCertificate Key vault certificate resource Id.\n * @param options The options parameters.\n */\n async beginCreateOrUpdateCertificate(\n resourceGroupName: string,\n certificateOrderName: string,\n name: string,\n keyVaultCertificate: AppServiceCertificateResource,\n options?: AppServiceCertificateOrdersCreateOrUpdateCertificateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<AppServiceCertificateOrdersCreateOrUpdateCertificateResponse>,\n AppServiceCertificateOrdersCreateOrUpdateCertificateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<AppServiceCertificateOrdersCreateOrUpdateCertificateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: {\n resourceGroupName,\n certificateOrderName,\n name,\n keyVaultCertificate,\n options,\n },\n spec: createOrUpdateCertificateOperationSpec,\n });\n const poller = await createHttpPoller<\n AppServiceCertificateOrdersCreateOrUpdateCertificateResponse,\n OperationState<AppServiceCertificateOrdersCreateOrUpdateCertificateResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Description for Creates or updates a certificate and associates with key vault secret.\n * @param resourceGroupName Name of the resource group to which the resource belongs.\n * @param certificateOrderName Name of the certificate order.\n * @param name Name of the certificate.\n * @param keyVaultCertificate Key vault certificate resource Id.\n * @param options The options parameters.\n */\n async beginCreateOrUpdateCertificateAndWait(\n resourceGroupName: string,\n certificateOrderName: string,\n name: string,\n keyVaultCertificate: AppServiceCertificateResource,\n options?: AppServiceCertificateOrdersCreateOrUpdateCertificateOptionalParams,\n ): Promise<AppServiceCertificateOrdersCreateOrUpdateCertificateResponse> {\n const poller = await this.beginCreateOrUpdateCertificate(\n resourceGroupName,\n certificateOrderName,\n name,\n keyVaultCertificate,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Description for Delete the certificate associated with a certificate order.\n * @param resourceGroupName Name of the resource group to which the resource belongs.\n * @param certificateOrderName Name of the certificate order.\n * @param name Name of the certificate.\n * @param options The options parameters.\n */\n deleteCertificate(\n resourceGroupName: string,\n certificateOrderName: string,\n name: string,\n options?: AppServiceCertificateOrdersDeleteCertificateOptionalParams,\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceGroupName, certificateOrderName, name, options },\n deleteCertificateOperationSpec,\n );\n }\n\n /**\n * Description for Creates or updates a certificate and associates with key vault secret.\n * @param resourceGroupName Name of the resource group to which the resource belongs.\n * @param certificateOrderName Name of the certificate order.\n * @param name Name of the certificate.\n * @param keyVaultCertificate Key vault certificate resource Id.\n * @param options The options parameters.\n */\n updateCertificate(\n resourceGroupName: string,\n certificateOrderName: string,\n name: string,\n keyVaultCertificate: AppServiceCertificatePatchResource,\n options?: AppServiceCertificateOrdersUpdateCertificateOptionalParams,\n ): Promise<AppServiceCertificateOrdersUpdateCertificateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n certificateOrderName,\n name,\n keyVaultCertificate,\n options,\n },\n updateCertificateOperationSpec,\n );\n }\n\n /**\n * Description for Reissue an existing certificate order.\n * @param resourceGroupName Name of the resource group to which the resource belongs.\n * @param certificateOrderName Name of the certificate order.\n * @param reissueCertificateOrderRequest Parameters for the reissue.\n * @param options The options parameters.\n */\n reissue(\n resourceGroupName: string,\n certificateOrderName: string,\n reissueCertificateOrderRequest: ReissueCertificateOrderRequest,\n options?: AppServiceCertificateOrdersReissueOptionalParams,\n ): Promise<void> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n certificateOrderName,\n reissueCertificateOrderRequest,\n options,\n },\n reissueOperationSpec,\n );\n }\n\n /**\n * Description for Renew an existing certificate order.\n * @param resourceGroupName Name of the resource group to which the resource belongs.\n * @param certificateOrderName Name of the certificate order.\n * @param renewCertificateOrderRequest Renew parameters\n * @param options The options parameters.\n */\n renew(\n resourceGroupName: string,\n certificateOrderName: string,\n renewCertificateOrderRequest: RenewCertificateOrderRequest,\n options?: AppServiceCertificateOrdersRenewOptionalParams,\n ): Promise<void> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n certificateOrderName,\n renewCertificateOrderRequest,\n options,\n },\n renewOperationSpec,\n );\n }\n\n /**\n * Description for Resend certificate email.\n * @param resourceGroupName Name of the resource group to which the resource belongs.\n * @param certificateOrderName Name of the certificate order.\n * @param options The options parameters.\n */\n resendEmail(\n resourceGroupName: string,\n certificateOrderName: string,\n options?: AppServiceCertificateOrdersResendEmailOptionalParams,\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceGroupName, certificateOrderName, options },\n resendEmailOperationSpec,\n );\n }\n\n /**\n * Resend domain verification ownership email containing steps on how to verify a domain for a given\n * certificate order\n * @param resourceGroupName Name of the resource group to which the resource belongs.\n * @param certificateOrderName Name of the certificate order.\n * @param nameIdentifier Email address\n * @param options The options parameters.\n */\n resendRequestEmails(\n resourceGroupName: string,\n certificateOrderName: string,\n nameIdentifier: NameIdentifier,\n options?: AppServiceCertificateOrdersResendRequestEmailsOptionalParams,\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceGroupName, certificateOrderName, nameIdentifier, options },\n resendRequestEmailsOperationSpec,\n );\n }\n\n /**\n * This method is used to obtain the site seal information for an issued certificate. A site seal is a\n * graphic that the certificate purchaser can embed on their web site to show their visitors\n * information about their SSL certificate. If a web site visitor clicks on the site seal image, a\n * pop-up page is displayed that contains detailed information about the SSL certificate. The site seal\n * token is used to link the site seal graphic image to the appropriate certificate details pop-up page\n * display when a user clicks on the site seal. The site seal images are expected to be static images\n * and hosted by the reseller, to minimize delays for customer page load times.\n * @param resourceGroupName Name of the resource group to which the resource belongs.\n * @param certificateOrderName Name of the certificate order.\n * @param siteSealRequest Site seal request.\n * @param options The options parameters.\n */\n retrieveSiteSeal(\n resourceGroupName: string,\n certificateOrderName: string,\n siteSealRequest: SiteSealRequest,\n options?: AppServiceCertificateOrdersRetrieveSiteSealOptionalParams,\n ): Promise<AppServiceCertificateOrdersRetrieveSiteSealResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, certificateOrderName, siteSealRequest, options },\n retrieveSiteSealOperationSpec,\n );\n }\n\n /**\n * Description for Verify domain ownership for this certificate order.\n * @param resourceGroupName Name of the resource group to which the resource belongs.\n * @param certificateOrderName Name of the certificate order.\n * @param options The options parameters.\n */\n verifyDomainOwnership(\n resourceGroupName: string,\n certificateOrderName: string,\n options?: AppServiceCertificateOrdersVerifyDomainOwnershipOptionalParams,\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceGroupName, certificateOrderName, options },\n verifyDomainOwnershipOperationSpec,\n );\n }\n\n /**\n * Description for Retrieve the list of certificate actions.\n * @param resourceGroupName Name of the resource group to which the resource belongs.\n * @param name Name of the certificate order.\n * @param options The options parameters.\n */\n retrieveCertificateActions(\n resourceGroupName: string,\n name: string,\n options?: AppServiceCertificateOrdersRetrieveCertificateActionsOptionalParams,\n ): Promise<AppServiceCertificateOrdersRetrieveCertificateActionsResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, name, options },\n retrieveCertificateActionsOperationSpec,\n );\n }\n\n /**\n * Description for Retrieve email history.\n * @param resourceGroupName Name of the resource group to which the resource belongs.\n * @param name Name of the certificate order.\n * @param options The options parameters.\n */\n retrieveCertificateEmailHistory(\n resourceGroupName: string,\n name: string,\n options?: AppServiceCertificateOrdersRetrieveCertificateEmailHistoryOptionalParams,\n ): Promise<AppServiceCertificateOrdersRetrieveCertificateEmailHistoryResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, name, options },\n retrieveCertificateEmailHistoryOperationSpec,\n );\n }\n\n /**\n * ListNext\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n nextLink: string,\n options?: AppServiceCertificateOrdersListNextOptionalParams,\n ): Promise<AppServiceCertificateOrdersListNextResponse> {\n return this.client.sendOperationRequest({ nextLink, options }, listNextOperationSpec);\n }\n\n /**\n * ListByResourceGroupNext\n * @param resourceGroupName Name of the resource group to which the resource belongs.\n * @param nextLink The nextLink from the previous successful call to the ListByResourceGroup method.\n * @param options The options parameters.\n */\n private _listByResourceGroupNext(\n resourceGroupName: string,\n nextLink: string,\n options?: AppServiceCertificateOrdersListByResourceGroupNextOptionalParams,\n ): Promise<AppServiceCertificateOrdersListByResourceGroupNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, nextLink, options },\n listByResourceGroupNextOperationSpec,\n );\n }\n\n /**\n * ListCertificatesNext\n * @param resourceGroupName Name of the resource group to which the resource belongs.\n * @param certificateOrderName Name of the certificate order.\n * @param nextLink The nextLink from the previous successful call to the ListCertificates method.\n * @param options The options parameters.\n */\n private _listCertificatesNext(\n resourceGroupName: string,\n certificateOrderName: string,\n nextLink: string,\n options?: AppServiceCertificateOrdersListCertificatesNextOptionalParams,\n ): Promise<AppServiceCertificateOrdersListCertificatesNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, certificateOrderName, nextLink, options },\n listCertificatesNextOperationSpec,\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.CertificateRegistration/certificateOrders\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AppServiceCertificateOrderCollection,\n },\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst validatePurchaseInformationOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.CertificateRegistration/validateCertificateRegistrationInformation\",\n httpMethod: \"POST\",\n responses: {\n 204: {},\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n requestBody: Parameters.appServiceCertificateOrder,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst listByResourceGroupOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CertificateRegistration/certificateOrders\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AppServiceCertificateOrderCollection,\n },\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CertificateRegistration/certificateOrders/{certificateOrderName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AppServiceCertificateOrder,\n },\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.certificateOrderName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CertificateRegistration/certificateOrders/{certificateOrderName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.AppServiceCertificateOrder,\n },\n 201: {\n bodyMapper: Mappers.AppServiceCertificateOrder,\n },\n 202: {\n bodyMapper: Mappers.AppServiceCertificateOrder,\n },\n 204: {\n bodyMapper: Mappers.AppServiceCertificateOrder,\n },\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n requestBody: Parameters.certificateDistinguishedName,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.certificateOrderName,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CertificateRegistration/certificateOrders/{certificateOrderName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.certificateOrderName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CertificateRegistration/certificateOrders/{certificateOrderName}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.AppServiceCertificateOrder,\n },\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n requestBody: Parameters.certificateDistinguishedName1,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.certificateOrderName,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst listCertificatesOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CertificateRegistration/certificateOrders/{certificateOrderName}/certificates\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AppServiceCertificateCollection,\n },\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.certificateOrderName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst getCertificateOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CertificateRegistration/certificateOrders/{certificateOrderName}/certificates/{name}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AppServiceCertificateResource,\n },\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.certificateOrderName,\n Parameters.name,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst createOrUpdateCertificateOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CertificateRegistration/certificateOrders/{certificateOrderName}/certificates/{name}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.AppServiceCertificateResource,\n },\n 201: {\n bodyMapper: Mappers.AppServiceCertificateResource,\n },\n 202: {\n bodyMapper: Mappers.AppServiceCertificateResource,\n },\n 204: {\n bodyMapper: Mappers.AppServiceCertificateResource,\n },\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n requestBody: Parameters.keyVaultCertificate,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.certificateOrderName,\n Parameters.name,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst deleteCertificateOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CertificateRegistration/certificateOrders/{certificateOrderName}/certificates/{name}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.certificateOrderName,\n Parameters.name,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst updateCertificateOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CertificateRegistration/certificateOrders/{certificateOrderName}/certificates/{name}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.AppServiceCertificateResource,\n },\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n requestBody: Parameters.keyVaultCertificate1,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.certificateOrderName,\n Parameters.name,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst reissueOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CertificateRegistration/certificateOrders/{certificateOrderName}/reissue\",\n httpMethod: \"POST\",\n responses: {\n 204: {},\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n requestBody: Parameters.reissueCertificateOrderRequest,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.certificateOrderName,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst renewOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CertificateRegistration/certificateOrders/{certificateOrderName}/renew\",\n httpMethod: \"POST\",\n responses: {\n 204: {},\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n requestBody: Parameters.renewCertificateOrderRequest,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.certificateOrderName,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst resendEmailOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CertificateRegistration/certificateOrders/{certificateOrderName}/resendEmail\",\n httpMethod: \"POST\",\n responses: {\n 204: {},\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.certificateOrderName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst resendRequestEmailsOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CertificateRegistration/certificateOrders/{certificateOrderName}/resendRequestEmails\",\n httpMethod: \"POST\",\n responses: {\n 204: {},\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n requestBody: Parameters.nameIdentifier,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.certificateOrderName,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst retrieveSiteSealOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CertificateRegistration/certificateOrders/{certificateOrderName}/retrieveSiteSeal\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.SiteSeal,\n },\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n requestBody: Parameters.siteSealRequest,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.certificateOrderName,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst verifyDomainOwnershipOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CertificateRegistration/certificateOrders/{certificateOrderName}/verifyDomainOwnership\",\n httpMethod: \"POST\",\n responses: {\n 204: {},\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.certificateOrderName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst retrieveCertificateActionsOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CertificateRegistration/certificateOrders/{name}/retrieveCertificateActions\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: {\n type: {\n name: \"Sequence\",\n element: {\n type: { name: \"Composite\", className: \"CertificateOrderAction\" },\n },\n },\n },\n },\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst retrieveCertificateEmailHistoryOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CertificateRegistration/certificateOrders/{name}/retrieveEmailHistory\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: {\n type: {\n name: \"Sequence\",\n element: {\n type: { name: \"Composite\", className: \"CertificateEmail\" },\n },\n },\n },\n },\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AppServiceCertificateOrderCollection,\n },\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n urlParameters: [Parameters.$host, Parameters.subscriptionId, Parameters.nextLink],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listByResourceGroupNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AppServiceCertificateOrderCollection,\n },\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.nextLink,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listCertificatesNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AppServiceCertificateCollection,\n },\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.certificateOrderName,\n Parameters.nextLink,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
@@ -1,47 +0,0 @@
1
- import type { PagedAsyncIterableIterator } from "@azure/core-paging";
2
- import type { CertificateOrdersDiagnostics } from "../operationsInterfaces/index.js";
3
- import type { CertificateRegistrationManagementClient } from "../certificateRegistrationManagementClient.js";
4
- import type { DetectorResponse, CertificateOrdersDiagnosticsListAppServiceCertificateOrderDetectorResponseOptionalParams, CertificateOrdersDiagnosticsGetAppServiceCertificateOrderDetectorResponseOptionalParams, CertificateOrdersDiagnosticsGetAppServiceCertificateOrderDetectorResponseResponse } from "../models/index.js";
5
- /** Class containing CertificateOrdersDiagnostics operations. */
6
- export declare class CertificateOrdersDiagnosticsImpl implements CertificateOrdersDiagnostics {
7
- private readonly client;
8
- /**
9
- * Initialize a new instance of the class CertificateOrdersDiagnostics class.
10
- * @param client Reference to the service client
11
- */
12
- constructor(client: CertificateRegistrationManagementClient);
13
- /**
14
- * Description for Microsoft.CertificateRegistration to get the list of detectors for this RP.
15
- * @param resourceGroupName Name of the resource group to which the resource belongs.
16
- * @param certificateOrderName The certificate order name for which the response is needed.
17
- * @param options The options parameters.
18
- */
19
- listAppServiceCertificateOrderDetectorResponse(resourceGroupName: string, certificateOrderName: string, options?: CertificateOrdersDiagnosticsListAppServiceCertificateOrderDetectorResponseOptionalParams): PagedAsyncIterableIterator<DetectorResponse>;
20
- private listAppServiceCertificateOrderDetectorResponsePagingPage;
21
- private listAppServiceCertificateOrderDetectorResponsePagingAll;
22
- /**
23
- * Description for Microsoft.CertificateRegistration to get the list of detectors for this RP.
24
- * @param resourceGroupName Name of the resource group to which the resource belongs.
25
- * @param certificateOrderName The certificate order name for which the response is needed.
26
- * @param options The options parameters.
27
- */
28
- private _listAppServiceCertificateOrderDetectorResponse;
29
- /**
30
- * Description for Microsoft.CertificateRegistration call to get a detector response from App Lens.
31
- * @param resourceGroupName Name of the resource group to which the resource belongs.
32
- * @param certificateOrderName The certificate order name for which the response is needed.
33
- * @param detectorName The detector name which needs to be run.
34
- * @param options The options parameters.
35
- */
36
- getAppServiceCertificateOrderDetectorResponse(resourceGroupName: string, certificateOrderName: string, detectorName: string, options?: CertificateOrdersDiagnosticsGetAppServiceCertificateOrderDetectorResponseOptionalParams): Promise<CertificateOrdersDiagnosticsGetAppServiceCertificateOrderDetectorResponseResponse>;
37
- /**
38
- * ListAppServiceCertificateOrderDetectorResponseNext
39
- * @param resourceGroupName Name of the resource group to which the resource belongs.
40
- * @param certificateOrderName The certificate order name for which the response is needed.
41
- * @param nextLink The nextLink from the previous successful call to the
42
- * ListAppServiceCertificateOrderDetectorResponse method.
43
- * @param options The options parameters.
44
- */
45
- private _listAppServiceCertificateOrderDetectorResponseNext;
46
- }
47
- //# sourceMappingURL=certificateOrdersDiagnostics.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"certificateOrdersDiagnostics.d.ts","sourceRoot":"","sources":["../../../src/operations/certificateOrdersDiagnostics.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAEnF,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,kCAAkC,CAAC;AAIrF,OAAO,KAAK,EAAE,uCAAuC,EAAE,MAAM,+CAA+C,CAAC;AAC7G,OAAO,KAAK,EACV,gBAAgB,EAEhB,wFAAwF,EAExF,uFAAuF,EACvF,iFAAiF,EAElF,MAAM,oBAAoB,CAAC;AAG5B,gEAAgE;AAChE,qBAAa,gCAAiC,YAAW,4BAA4B;IACnF,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA0C;IAEjE;;;OAGG;gBACS,MAAM,EAAE,uCAAuC;IAI3D;;;;;OAKG;IACI,8CAA8C,CACnD,iBAAiB,EAAE,MAAM,EACzB,oBAAoB,EAAE,MAAM,EAC5B,OAAO,CAAC,EAAE,wFAAwF,GACjG,0BAA0B,CAAC,gBAAgB,CAAC;YA2BhC,wDAAwD;YAiCxD,uDAAuD;IActE;;;;;OAKG;IACH,OAAO,CAAC,+CAA+C;IAWvD;;;;;;OAMG;IACH,6CAA6C,CAC3C,iBAAiB,EAAE,MAAM,EACzB,oBAAoB,EAAE,MAAM,EAC5B,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,uFAAuF,GAChG,OAAO,CAAC,iFAAiF,CAAC;IAO7F;;;;;;;OAOG;IACH,OAAO,CAAC,mDAAmD;CAW5D"}
@@ -1,166 +0,0 @@
1
- // Copyright (c) Microsoft Corporation.
2
- // Licensed under the MIT License.
3
- import { setContinuationToken } from "../pagingHelper.js";
4
- import * as coreClient from "@azure/core-client";
5
- import * as Mappers from "../models/mappers.js";
6
- import * as Parameters from "../models/parameters.js";
7
- /// <reference lib="esnext.asynciterable" />
8
- /** Class containing CertificateOrdersDiagnostics operations. */
9
- export class CertificateOrdersDiagnosticsImpl {
10
- client;
11
- /**
12
- * Initialize a new instance of the class CertificateOrdersDiagnostics class.
13
- * @param client Reference to the service client
14
- */
15
- constructor(client) {
16
- this.client = client;
17
- }
18
- /**
19
- * Description for Microsoft.CertificateRegistration to get the list of detectors for this RP.
20
- * @param resourceGroupName Name of the resource group to which the resource belongs.
21
- * @param certificateOrderName The certificate order name for which the response is needed.
22
- * @param options The options parameters.
23
- */
24
- listAppServiceCertificateOrderDetectorResponse(resourceGroupName, certificateOrderName, options) {
25
- const iter = this.listAppServiceCertificateOrderDetectorResponsePagingAll(resourceGroupName, certificateOrderName, options);
26
- return {
27
- next() {
28
- return iter.next();
29
- },
30
- [Symbol.asyncIterator]() {
31
- return this;
32
- },
33
- byPage: (settings) => {
34
- if (settings?.maxPageSize) {
35
- throw new Error("maxPageSize is not supported by this operation.");
36
- }
37
- return this.listAppServiceCertificateOrderDetectorResponsePagingPage(resourceGroupName, certificateOrderName, options, settings);
38
- },
39
- };
40
- }
41
- async *listAppServiceCertificateOrderDetectorResponsePagingPage(resourceGroupName, certificateOrderName, options, settings) {
42
- let result;
43
- let continuationToken = settings?.continuationToken;
44
- if (!continuationToken) {
45
- result = await this._listAppServiceCertificateOrderDetectorResponse(resourceGroupName, certificateOrderName, options);
46
- const page = result.value || [];
47
- continuationToken = result.nextLink;
48
- setContinuationToken(page, continuationToken);
49
- yield page;
50
- }
51
- while (continuationToken) {
52
- result = await this._listAppServiceCertificateOrderDetectorResponseNext(resourceGroupName, certificateOrderName, continuationToken, options);
53
- continuationToken = result.nextLink;
54
- const page = result.value || [];
55
- setContinuationToken(page, continuationToken);
56
- yield page;
57
- }
58
- }
59
- async *listAppServiceCertificateOrderDetectorResponsePagingAll(resourceGroupName, certificateOrderName, options) {
60
- for await (const page of this.listAppServiceCertificateOrderDetectorResponsePagingPage(resourceGroupName, certificateOrderName, options)) {
61
- yield* page;
62
- }
63
- }
64
- /**
65
- * Description for Microsoft.CertificateRegistration to get the list of detectors for this RP.
66
- * @param resourceGroupName Name of the resource group to which the resource belongs.
67
- * @param certificateOrderName The certificate order name for which the response is needed.
68
- * @param options The options parameters.
69
- */
70
- _listAppServiceCertificateOrderDetectorResponse(resourceGroupName, certificateOrderName, options) {
71
- return this.client.sendOperationRequest({ resourceGroupName, certificateOrderName, options }, listAppServiceCertificateOrderDetectorResponseOperationSpec);
72
- }
73
- /**
74
- * Description for Microsoft.CertificateRegistration call to get a detector response from App Lens.
75
- * @param resourceGroupName Name of the resource group to which the resource belongs.
76
- * @param certificateOrderName The certificate order name for which the response is needed.
77
- * @param detectorName The detector name which needs to be run.
78
- * @param options The options parameters.
79
- */
80
- getAppServiceCertificateOrderDetectorResponse(resourceGroupName, certificateOrderName, detectorName, options) {
81
- return this.client.sendOperationRequest({ resourceGroupName, certificateOrderName, detectorName, options }, getAppServiceCertificateOrderDetectorResponseOperationSpec);
82
- }
83
- /**
84
- * ListAppServiceCertificateOrderDetectorResponseNext
85
- * @param resourceGroupName Name of the resource group to which the resource belongs.
86
- * @param certificateOrderName The certificate order name for which the response is needed.
87
- * @param nextLink The nextLink from the previous successful call to the
88
- * ListAppServiceCertificateOrderDetectorResponse method.
89
- * @param options The options parameters.
90
- */
91
- _listAppServiceCertificateOrderDetectorResponseNext(resourceGroupName, certificateOrderName, nextLink, options) {
92
- return this.client.sendOperationRequest({ resourceGroupName, certificateOrderName, nextLink, options }, listAppServiceCertificateOrderDetectorResponseNextOperationSpec);
93
- }
94
- }
95
- // Operation Specifications
96
- const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
97
- const listAppServiceCertificateOrderDetectorResponseOperationSpec = {
98
- path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CertificateRegistration/certificateOrders/{certificateOrderName}/detectors",
99
- httpMethod: "GET",
100
- responses: {
101
- 200: {
102
- bodyMapper: Mappers.DetectorResponseCollection,
103
- },
104
- default: {
105
- bodyMapper: Mappers.DefaultErrorResponse,
106
- },
107
- },
108
- queryParameters: [Parameters.apiVersion],
109
- urlParameters: [
110
- Parameters.$host,
111
- Parameters.subscriptionId,
112
- Parameters.resourceGroupName,
113
- Parameters.certificateOrderName,
114
- ],
115
- headerParameters: [Parameters.accept],
116
- serializer,
117
- };
118
- const getAppServiceCertificateOrderDetectorResponseOperationSpec = {
119
- path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CertificateRegistration/certificateOrders/{certificateOrderName}/detectors/{detectorName}",
120
- httpMethod: "GET",
121
- responses: {
122
- 200: {
123
- bodyMapper: Mappers.DetectorResponse,
124
- },
125
- default: {
126
- bodyMapper: Mappers.DefaultErrorResponse,
127
- },
128
- },
129
- queryParameters: [
130
- Parameters.apiVersion,
131
- Parameters.startTime,
132
- Parameters.endTime,
133
- Parameters.timeGrain,
134
- ],
135
- urlParameters: [
136
- Parameters.$host,
137
- Parameters.subscriptionId,
138
- Parameters.resourceGroupName,
139
- Parameters.certificateOrderName,
140
- Parameters.detectorName,
141
- ],
142
- headerParameters: [Parameters.accept],
143
- serializer,
144
- };
145
- const listAppServiceCertificateOrderDetectorResponseNextOperationSpec = {
146
- path: "{nextLink}",
147
- httpMethod: "GET",
148
- responses: {
149
- 200: {
150
- bodyMapper: Mappers.DetectorResponseCollection,
151
- },
152
- default: {
153
- bodyMapper: Mappers.DefaultErrorResponse,
154
- },
155
- },
156
- urlParameters: [
157
- Parameters.$host,
158
- Parameters.subscriptionId,
159
- Parameters.resourceGroupName,
160
- Parameters.certificateOrderName,
161
- Parameters.nextLink,
162
- ],
163
- headerParameters: [Parameters.accept],
164
- serializer,
165
- };
166
- //# sourceMappingURL=certificateOrdersDiagnostics.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"certificateOrdersDiagnostics.js","sourceRoot":"","sources":["../../../src/operations/certificateOrdersDiagnostics.ts"],"names":[],"mappings":"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","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n// Code generated by Microsoft (R) AutoRest Code Generator.\n// Changes may cause incorrect behavior and will be lost if the code is regenerated.\n\nimport type { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport type { CertificateOrdersDiagnostics } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport type { CertificateRegistrationManagementClient } from \"../certificateRegistrationManagementClient.js\";\nimport type {\n DetectorResponse,\n CertificateOrdersDiagnosticsListAppServiceCertificateOrderDetectorResponseNextOptionalParams,\n CertificateOrdersDiagnosticsListAppServiceCertificateOrderDetectorResponseOptionalParams,\n CertificateOrdersDiagnosticsListAppServiceCertificateOrderDetectorResponseResponse,\n CertificateOrdersDiagnosticsGetAppServiceCertificateOrderDetectorResponseOptionalParams,\n CertificateOrdersDiagnosticsGetAppServiceCertificateOrderDetectorResponseResponse,\n CertificateOrdersDiagnosticsListAppServiceCertificateOrderDetectorResponseNextResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing CertificateOrdersDiagnostics operations. */\nexport class CertificateOrdersDiagnosticsImpl implements CertificateOrdersDiagnostics {\n private readonly client: CertificateRegistrationManagementClient;\n\n /**\n * Initialize a new instance of the class CertificateOrdersDiagnostics class.\n * @param client Reference to the service client\n */\n constructor(client: CertificateRegistrationManagementClient) {\n this.client = client;\n }\n\n /**\n * Description for Microsoft.CertificateRegistration to get the list of detectors for this RP.\n * @param resourceGroupName Name of the resource group to which the resource belongs.\n * @param certificateOrderName The certificate order name for which the response is needed.\n * @param options The options parameters.\n */\n public listAppServiceCertificateOrderDetectorResponse(\n resourceGroupName: string,\n certificateOrderName: string,\n options?: CertificateOrdersDiagnosticsListAppServiceCertificateOrderDetectorResponseOptionalParams,\n ): PagedAsyncIterableIterator<DetectorResponse> {\n const iter = this.listAppServiceCertificateOrderDetectorResponsePagingAll(\n resourceGroupName,\n certificateOrderName,\n options,\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listAppServiceCertificateOrderDetectorResponsePagingPage(\n resourceGroupName,\n certificateOrderName,\n options,\n settings,\n );\n },\n };\n }\n\n private async *listAppServiceCertificateOrderDetectorResponsePagingPage(\n resourceGroupName: string,\n certificateOrderName: string,\n options?: CertificateOrdersDiagnosticsListAppServiceCertificateOrderDetectorResponseOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<DetectorResponse[]> {\n let result: CertificateOrdersDiagnosticsListAppServiceCertificateOrderDetectorResponseResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listAppServiceCertificateOrderDetectorResponse(\n resourceGroupName,\n certificateOrderName,\n options,\n );\n const page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listAppServiceCertificateOrderDetectorResponseNext(\n resourceGroupName,\n certificateOrderName,\n continuationToken,\n options,\n );\n continuationToken = result.nextLink;\n const page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listAppServiceCertificateOrderDetectorResponsePagingAll(\n resourceGroupName: string,\n certificateOrderName: string,\n options?: CertificateOrdersDiagnosticsListAppServiceCertificateOrderDetectorResponseOptionalParams,\n ): AsyncIterableIterator<DetectorResponse> {\n for await (const page of this.listAppServiceCertificateOrderDetectorResponsePagingPage(\n resourceGroupName,\n certificateOrderName,\n options,\n )) {\n yield* page;\n }\n }\n\n /**\n * Description for Microsoft.CertificateRegistration to get the list of detectors for this RP.\n * @param resourceGroupName Name of the resource group to which the resource belongs.\n * @param certificateOrderName The certificate order name for which the response is needed.\n * @param options The options parameters.\n */\n private _listAppServiceCertificateOrderDetectorResponse(\n resourceGroupName: string,\n certificateOrderName: string,\n options?: CertificateOrdersDiagnosticsListAppServiceCertificateOrderDetectorResponseOptionalParams,\n ): Promise<CertificateOrdersDiagnosticsListAppServiceCertificateOrderDetectorResponseResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, certificateOrderName, options },\n listAppServiceCertificateOrderDetectorResponseOperationSpec,\n );\n }\n\n /**\n * Description for Microsoft.CertificateRegistration call to get a detector response from App Lens.\n * @param resourceGroupName Name of the resource group to which the resource belongs.\n * @param certificateOrderName The certificate order name for which the response is needed.\n * @param detectorName The detector name which needs to be run.\n * @param options The options parameters.\n */\n getAppServiceCertificateOrderDetectorResponse(\n resourceGroupName: string,\n certificateOrderName: string,\n detectorName: string,\n options?: CertificateOrdersDiagnosticsGetAppServiceCertificateOrderDetectorResponseOptionalParams,\n ): Promise<CertificateOrdersDiagnosticsGetAppServiceCertificateOrderDetectorResponseResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, certificateOrderName, detectorName, options },\n getAppServiceCertificateOrderDetectorResponseOperationSpec,\n );\n }\n\n /**\n * ListAppServiceCertificateOrderDetectorResponseNext\n * @param resourceGroupName Name of the resource group to which the resource belongs.\n * @param certificateOrderName The certificate order name for which the response is needed.\n * @param nextLink The nextLink from the previous successful call to the\n * ListAppServiceCertificateOrderDetectorResponse method.\n * @param options The options parameters.\n */\n private _listAppServiceCertificateOrderDetectorResponseNext(\n resourceGroupName: string,\n certificateOrderName: string,\n nextLink: string,\n options?: CertificateOrdersDiagnosticsListAppServiceCertificateOrderDetectorResponseNextOptionalParams,\n ): Promise<CertificateOrdersDiagnosticsListAppServiceCertificateOrderDetectorResponseNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, certificateOrderName, nextLink, options },\n listAppServiceCertificateOrderDetectorResponseNextOperationSpec,\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listAppServiceCertificateOrderDetectorResponseOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CertificateRegistration/certificateOrders/{certificateOrderName}/detectors\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.DetectorResponseCollection,\n },\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.certificateOrderName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst getAppServiceCertificateOrderDetectorResponseOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CertificateRegistration/certificateOrders/{certificateOrderName}/detectors/{detectorName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.DetectorResponse,\n },\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n queryParameters: [\n Parameters.apiVersion,\n Parameters.startTime,\n Parameters.endTime,\n Parameters.timeGrain,\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.certificateOrderName,\n Parameters.detectorName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listAppServiceCertificateOrderDetectorResponseNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.DetectorResponseCollection,\n },\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.certificateOrderName,\n Parameters.nextLink,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
@@ -1,34 +0,0 @@
1
- import type { PagedAsyncIterableIterator } from "@azure/core-paging";
2
- import type { CertificateRegistrationProvider } from "../operationsInterfaces/index.js";
3
- import type { CertificateRegistrationManagementClient } from "../certificateRegistrationManagementClient.js";
4
- import type { CsmOperationDescription, CertificateRegistrationProviderListOperationsOptionalParams } from "../models/index.js";
5
- /** Class containing CertificateRegistrationProvider operations. */
6
- export declare class CertificateRegistrationProviderImpl implements CertificateRegistrationProvider {
7
- private readonly client;
8
- /**
9
- * Initialize a new instance of the class CertificateRegistrationProvider class.
10
- * @param client Reference to the service client
11
- */
12
- constructor(client: CertificateRegistrationManagementClient);
13
- /**
14
- * Description for Implements Csm operations Api to exposes the list of available Csm Apis under the
15
- * resource provider
16
- * @param options The options parameters.
17
- */
18
- listOperations(options?: CertificateRegistrationProviderListOperationsOptionalParams): PagedAsyncIterableIterator<CsmOperationDescription>;
19
- private listOperationsPagingPage;
20
- private listOperationsPagingAll;
21
- /**
22
- * Description for Implements Csm operations Api to exposes the list of available Csm Apis under the
23
- * resource provider
24
- * @param options The options parameters.
25
- */
26
- private _listOperations;
27
- /**
28
- * ListOperationsNext
29
- * @param nextLink The nextLink from the previous successful call to the ListOperations method.
30
- * @param options The options parameters.
31
- */
32
- private _listOperationsNext;
33
- }
34
- //# sourceMappingURL=certificateRegistrationProvider.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"certificateRegistrationProvider.d.ts","sourceRoot":"","sources":["../../../src/operations/certificateRegistrationProvider.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAEnF,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,kCAAkC,CAAC;AAIxF,OAAO,KAAK,EAAE,uCAAuC,EAAE,MAAM,+CAA+C,CAAC;AAC7G,OAAO,KAAK,EACV,uBAAuB,EAEvB,2DAA2D,EAG5D,MAAM,oBAAoB,CAAC;AAG5B,mEAAmE;AACnE,qBAAa,mCAAoC,YAAW,+BAA+B;IACzF,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA0C;IAEjE;;;OAGG;gBACS,MAAM,EAAE,uCAAuC;IAI3D;;;;OAIG;IACI,cAAc,CACnB,OAAO,CAAC,EAAE,2DAA2D,GACpE,0BAA0B,CAAC,uBAAuB,CAAC;YAkBvC,wBAAwB;YAsBxB,uBAAuB;IAQtC;;;;OAIG;IACH,OAAO,CAAC,eAAe;IAMvB;;;;OAIG;IACH,OAAO,CAAC,mBAAmB;CAM5B"}
@@ -1,113 +0,0 @@
1
- // Copyright (c) Microsoft Corporation.
2
- // Licensed under the MIT License.
3
- import { setContinuationToken } from "../pagingHelper.js";
4
- import * as coreClient from "@azure/core-client";
5
- import * as Mappers from "../models/mappers.js";
6
- import * as Parameters from "../models/parameters.js";
7
- /// <reference lib="esnext.asynciterable" />
8
- /** Class containing CertificateRegistrationProvider operations. */
9
- export class CertificateRegistrationProviderImpl {
10
- client;
11
- /**
12
- * Initialize a new instance of the class CertificateRegistrationProvider class.
13
- * @param client Reference to the service client
14
- */
15
- constructor(client) {
16
- this.client = client;
17
- }
18
- /**
19
- * Description for Implements Csm operations Api to exposes the list of available Csm Apis under the
20
- * resource provider
21
- * @param options The options parameters.
22
- */
23
- listOperations(options) {
24
- const iter = this.listOperationsPagingAll(options);
25
- return {
26
- next() {
27
- return iter.next();
28
- },
29
- [Symbol.asyncIterator]() {
30
- return this;
31
- },
32
- byPage: (settings) => {
33
- if (settings?.maxPageSize) {
34
- throw new Error("maxPageSize is not supported by this operation.");
35
- }
36
- return this.listOperationsPagingPage(options, settings);
37
- },
38
- };
39
- }
40
- async *listOperationsPagingPage(options, settings) {
41
- let result;
42
- let continuationToken = settings?.continuationToken;
43
- if (!continuationToken) {
44
- result = await this._listOperations(options);
45
- const page = result.value || [];
46
- continuationToken = result.nextLink;
47
- setContinuationToken(page, continuationToken);
48
- yield page;
49
- }
50
- while (continuationToken) {
51
- result = await this._listOperationsNext(continuationToken, options);
52
- continuationToken = result.nextLink;
53
- const page = result.value || [];
54
- setContinuationToken(page, continuationToken);
55
- yield page;
56
- }
57
- }
58
- async *listOperationsPagingAll(options) {
59
- for await (const page of this.listOperationsPagingPage(options)) {
60
- yield* page;
61
- }
62
- }
63
- /**
64
- * Description for Implements Csm operations Api to exposes the list of available Csm Apis under the
65
- * resource provider
66
- * @param options The options parameters.
67
- */
68
- _listOperations(options) {
69
- return this.client.sendOperationRequest({ options }, listOperationsOperationSpec);
70
- }
71
- /**
72
- * ListOperationsNext
73
- * @param nextLink The nextLink from the previous successful call to the ListOperations method.
74
- * @param options The options parameters.
75
- */
76
- _listOperationsNext(nextLink, options) {
77
- return this.client.sendOperationRequest({ nextLink, options }, listOperationsNextOperationSpec);
78
- }
79
- }
80
- // Operation Specifications
81
- const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
82
- const listOperationsOperationSpec = {
83
- path: "/providers/Microsoft.CertificateRegistration/operations",
84
- httpMethod: "GET",
85
- responses: {
86
- 200: {
87
- bodyMapper: Mappers.CsmOperationCollection,
88
- },
89
- default: {
90
- bodyMapper: Mappers.DefaultErrorResponse,
91
- },
92
- },
93
- queryParameters: [Parameters.apiVersion],
94
- urlParameters: [Parameters.$host],
95
- headerParameters: [Parameters.accept],
96
- serializer,
97
- };
98
- const listOperationsNextOperationSpec = {
99
- path: "{nextLink}",
100
- httpMethod: "GET",
101
- responses: {
102
- 200: {
103
- bodyMapper: Mappers.CsmOperationCollection,
104
- },
105
- default: {
106
- bodyMapper: Mappers.DefaultErrorResponse,
107
- },
108
- },
109
- urlParameters: [Parameters.$host, Parameters.nextLink],
110
- headerParameters: [Parameters.accept],
111
- serializer,
112
- };
113
- //# sourceMappingURL=certificateRegistrationProvider.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"certificateRegistrationProvider.js","sourceRoot":"","sources":["../../../src/operations/certificateRegistrationProvider.ts"],"names":[],"mappings":"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","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n// Code generated by Microsoft (R) AutoRest Code Generator.\n// Changes may cause incorrect behavior and will be lost if the code is regenerated.\n\nimport type { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport type { CertificateRegistrationProvider } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport type { CertificateRegistrationManagementClient } from \"../certificateRegistrationManagementClient.js\";\nimport type {\n CsmOperationDescription,\n CertificateRegistrationProviderListOperationsNextOptionalParams,\n CertificateRegistrationProviderListOperationsOptionalParams,\n CertificateRegistrationProviderListOperationsResponse,\n CertificateRegistrationProviderListOperationsNextResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing CertificateRegistrationProvider operations. */\nexport class CertificateRegistrationProviderImpl implements CertificateRegistrationProvider {\n private readonly client: CertificateRegistrationManagementClient;\n\n /**\n * Initialize a new instance of the class CertificateRegistrationProvider class.\n * @param client Reference to the service client\n */\n constructor(client: CertificateRegistrationManagementClient) {\n this.client = client;\n }\n\n /**\n * Description for Implements Csm operations Api to exposes the list of available Csm Apis under the\n * resource provider\n * @param options The options parameters.\n */\n public listOperations(\n options?: CertificateRegistrationProviderListOperationsOptionalParams,\n ): PagedAsyncIterableIterator<CsmOperationDescription> {\n const iter = this.listOperationsPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listOperationsPagingPage(options, settings);\n },\n };\n }\n\n private async *listOperationsPagingPage(\n options?: CertificateRegistrationProviderListOperationsOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<CsmOperationDescription[]> {\n let result: CertificateRegistrationProviderListOperationsResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listOperations(options);\n const page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listOperationsNext(continuationToken, options);\n continuationToken = result.nextLink;\n const page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listOperationsPagingAll(\n options?: CertificateRegistrationProviderListOperationsOptionalParams,\n ): AsyncIterableIterator<CsmOperationDescription> {\n for await (const page of this.listOperationsPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Description for Implements Csm operations Api to exposes the list of available Csm Apis under the\n * resource provider\n * @param options The options parameters.\n */\n private _listOperations(\n options?: CertificateRegistrationProviderListOperationsOptionalParams,\n ): Promise<CertificateRegistrationProviderListOperationsResponse> {\n return this.client.sendOperationRequest({ options }, listOperationsOperationSpec);\n }\n\n /**\n * ListOperationsNext\n * @param nextLink The nextLink from the previous successful call to the ListOperations method.\n * @param options The options parameters.\n */\n private _listOperationsNext(\n nextLink: string,\n options?: CertificateRegistrationProviderListOperationsNextOptionalParams,\n ): Promise<CertificateRegistrationProviderListOperationsNextResponse> {\n return this.client.sendOperationRequest({ nextLink, options }, listOperationsNextOperationSpec);\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationsOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/Microsoft.CertificateRegistration/operations\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.CsmOperationCollection,\n },\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listOperationsNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.CsmOperationCollection,\n },\n default: {\n bodyMapper: Mappers.DefaultErrorResponse,\n },\n },\n urlParameters: [Parameters.$host, Parameters.nextLink],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
@@ -1,4 +0,0 @@
1
- export * from "./appServiceCertificateOrders.js";
2
- export * from "./certificateOrdersDiagnostics.js";
3
- export * from "./certificateRegistrationProvider.js";
4
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":"AAMA,cAAc,kCAAkC,CAAC;AACjD,cAAc,mCAAmC,CAAC;AAClD,cAAc,sCAAsC,CAAC"}
@@ -1,8 +0,0 @@
1
- // Copyright (c) Microsoft Corporation.
2
- // Licensed under the MIT License.
3
- // Code generated by Microsoft (R) AutoRest Code Generator.
4
- // Changes may cause incorrect behavior and will be lost if the code is regenerated.
5
- export * from "./appServiceCertificateOrders.js";
6
- export * from "./certificateOrdersDiagnostics.js";
7
- export * from "./certificateRegistrationProvider.js";
8
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,2DAA2D;AAC3D,oFAAoF;AAEpF,cAAc,kCAAkC,CAAC;AACjD,cAAc,mCAAmC,CAAC;AAClD,cAAc,sCAAsC,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n// Code generated by Microsoft (R) AutoRest Code Generator.\n// Changes may cause incorrect behavior and will be lost if the code is regenerated.\n\nexport * from \"./appServiceCertificateOrders.js\";\nexport * from \"./certificateOrdersDiagnostics.js\";\nexport * from \"./certificateRegistrationProvider.js\";\n"]}