@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,179 +0,0 @@
1
- import type { PagedAsyncIterableIterator } from "@azure/core-paging";
2
- import type { SimplePollerLike, OperationState } from "@azure/core-lro";
3
- import type { AppServiceCertificateOrder, AppServiceCertificateOrdersListOptionalParams, AppServiceCertificateOrdersListByResourceGroupOptionalParams, AppServiceCertificateResource, AppServiceCertificateOrdersListCertificatesOptionalParams, AppServiceCertificateOrdersValidatePurchaseInformationOptionalParams, AppServiceCertificateOrdersGetOptionalParams, AppServiceCertificateOrdersGetResponse, AppServiceCertificateOrdersCreateOrUpdateOptionalParams, AppServiceCertificateOrdersCreateOrUpdateResponse, AppServiceCertificateOrdersDeleteOptionalParams, AppServiceCertificateOrderPatchResource, AppServiceCertificateOrdersUpdateOptionalParams, AppServiceCertificateOrdersUpdateResponse, AppServiceCertificateOrdersGetCertificateOptionalParams, AppServiceCertificateOrdersGetCertificateResponse, AppServiceCertificateOrdersCreateOrUpdateCertificateOptionalParams, AppServiceCertificateOrdersCreateOrUpdateCertificateResponse, AppServiceCertificateOrdersDeleteCertificateOptionalParams, AppServiceCertificatePatchResource, AppServiceCertificateOrdersUpdateCertificateOptionalParams, AppServiceCertificateOrdersUpdateCertificateResponse, ReissueCertificateOrderRequest, AppServiceCertificateOrdersReissueOptionalParams, RenewCertificateOrderRequest, AppServiceCertificateOrdersRenewOptionalParams, AppServiceCertificateOrdersResendEmailOptionalParams, NameIdentifier, AppServiceCertificateOrdersResendRequestEmailsOptionalParams, SiteSealRequest, AppServiceCertificateOrdersRetrieveSiteSealOptionalParams, AppServiceCertificateOrdersRetrieveSiteSealResponse, AppServiceCertificateOrdersVerifyDomainOwnershipOptionalParams, AppServiceCertificateOrdersRetrieveCertificateActionsOptionalParams, AppServiceCertificateOrdersRetrieveCertificateActionsResponse, AppServiceCertificateOrdersRetrieveCertificateEmailHistoryOptionalParams, AppServiceCertificateOrdersRetrieveCertificateEmailHistoryResponse } from "../models/index.js";
4
- /** Interface representing a AppServiceCertificateOrders. */
5
- export interface AppServiceCertificateOrders {
6
- /**
7
- * Description for List all certificate orders in a subscription.
8
- * @param options The options parameters.
9
- */
10
- list(options?: AppServiceCertificateOrdersListOptionalParams): PagedAsyncIterableIterator<AppServiceCertificateOrder>;
11
- /**
12
- * Description for Get certificate orders in a resource group.
13
- * @param resourceGroupName Name of the resource group to which the resource belongs.
14
- * @param options The options parameters.
15
- */
16
- listByResourceGroup(resourceGroupName: string, options?: AppServiceCertificateOrdersListByResourceGroupOptionalParams): PagedAsyncIterableIterator<AppServiceCertificateOrder>;
17
- /**
18
- * Description for List all certificates associated with a certificate order.
19
- * @param resourceGroupName Name of the resource group to which the resource belongs.
20
- * @param certificateOrderName Name of the certificate order.
21
- * @param options The options parameters.
22
- */
23
- listCertificates(resourceGroupName: string, certificateOrderName: string, options?: AppServiceCertificateOrdersListCertificatesOptionalParams): PagedAsyncIterableIterator<AppServiceCertificateResource>;
24
- /**
25
- * Description for Validate information for a certificate order.
26
- * @param appServiceCertificateOrder Information for a certificate order.
27
- * @param options The options parameters.
28
- */
29
- validatePurchaseInformation(appServiceCertificateOrder: AppServiceCertificateOrder, options?: AppServiceCertificateOrdersValidatePurchaseInformationOptionalParams): Promise<void>;
30
- /**
31
- * Description for Get a certificate order.
32
- * @param resourceGroupName Name of the resource group to which the resource belongs.
33
- * @param certificateOrderName Name of the certificate order..
34
- * @param options The options parameters.
35
- */
36
- get(resourceGroupName: string, certificateOrderName: string, options?: AppServiceCertificateOrdersGetOptionalParams): Promise<AppServiceCertificateOrdersGetResponse>;
37
- /**
38
- * Description for Create or update a certificate purchase order.
39
- * @param resourceGroupName Name of the resource group to which the resource belongs.
40
- * @param certificateOrderName Name of the certificate order.
41
- * @param certificateDistinguishedName Distinguished name to use for the certificate order.
42
- * @param options The options parameters.
43
- */
44
- beginCreateOrUpdate(resourceGroupName: string, certificateOrderName: string, certificateDistinguishedName: AppServiceCertificateOrder, options?: AppServiceCertificateOrdersCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<AppServiceCertificateOrdersCreateOrUpdateResponse>, AppServiceCertificateOrdersCreateOrUpdateResponse>>;
45
- /**
46
- * Description for Create or update a certificate purchase order.
47
- * @param resourceGroupName Name of the resource group to which the resource belongs.
48
- * @param certificateOrderName Name of the certificate order.
49
- * @param certificateDistinguishedName Distinguished name to use for the certificate order.
50
- * @param options The options parameters.
51
- */
52
- beginCreateOrUpdateAndWait(resourceGroupName: string, certificateOrderName: string, certificateDistinguishedName: AppServiceCertificateOrder, options?: AppServiceCertificateOrdersCreateOrUpdateOptionalParams): Promise<AppServiceCertificateOrdersCreateOrUpdateResponse>;
53
- /**
54
- * Description for Delete an existing certificate order.
55
- * @param resourceGroupName Name of the resource group to which the resource belongs.
56
- * @param certificateOrderName Name of the certificate order.
57
- * @param options The options parameters.
58
- */
59
- delete(resourceGroupName: string, certificateOrderName: string, options?: AppServiceCertificateOrdersDeleteOptionalParams): Promise<void>;
60
- /**
61
- * Description for Create or update a certificate purchase order.
62
- * @param resourceGroupName Name of the resource group to which the resource belongs.
63
- * @param certificateOrderName Name of the certificate order.
64
- * @param certificateDistinguishedName Distinguished name to use for the certificate order.
65
- * @param options The options parameters.
66
- */
67
- update(resourceGroupName: string, certificateOrderName: string, certificateDistinguishedName: AppServiceCertificateOrderPatchResource, options?: AppServiceCertificateOrdersUpdateOptionalParams): Promise<AppServiceCertificateOrdersUpdateResponse>;
68
- /**
69
- * Description for Get the certificate associated with a certificate order.
70
- * @param resourceGroupName Name of the resource group to which the resource belongs.
71
- * @param certificateOrderName Name of the certificate order.
72
- * @param name Name of the certificate.
73
- * @param options The options parameters.
74
- */
75
- getCertificate(resourceGroupName: string, certificateOrderName: string, name: string, options?: AppServiceCertificateOrdersGetCertificateOptionalParams): Promise<AppServiceCertificateOrdersGetCertificateResponse>;
76
- /**
77
- * Description for Creates or updates a certificate and associates with key vault secret.
78
- * @param resourceGroupName Name of the resource group to which the resource belongs.
79
- * @param certificateOrderName Name of the certificate order.
80
- * @param name Name of the certificate.
81
- * @param keyVaultCertificate Key vault certificate resource Id.
82
- * @param options The options parameters.
83
- */
84
- beginCreateOrUpdateCertificate(resourceGroupName: string, certificateOrderName: string, name: string, keyVaultCertificate: AppServiceCertificateResource, options?: AppServiceCertificateOrdersCreateOrUpdateCertificateOptionalParams): Promise<SimplePollerLike<OperationState<AppServiceCertificateOrdersCreateOrUpdateCertificateResponse>, AppServiceCertificateOrdersCreateOrUpdateCertificateResponse>>;
85
- /**
86
- * Description for Creates or updates a certificate and associates with key vault secret.
87
- * @param resourceGroupName Name of the resource group to which the resource belongs.
88
- * @param certificateOrderName Name of the certificate order.
89
- * @param name Name of the certificate.
90
- * @param keyVaultCertificate Key vault certificate resource Id.
91
- * @param options The options parameters.
92
- */
93
- beginCreateOrUpdateCertificateAndWait(resourceGroupName: string, certificateOrderName: string, name: string, keyVaultCertificate: AppServiceCertificateResource, options?: AppServiceCertificateOrdersCreateOrUpdateCertificateOptionalParams): Promise<AppServiceCertificateOrdersCreateOrUpdateCertificateResponse>;
94
- /**
95
- * Description for Delete the certificate associated with a certificate order.
96
- * @param resourceGroupName Name of the resource group to which the resource belongs.
97
- * @param certificateOrderName Name of the certificate order.
98
- * @param name Name of the certificate.
99
- * @param options The options parameters.
100
- */
101
- deleteCertificate(resourceGroupName: string, certificateOrderName: string, name: string, options?: AppServiceCertificateOrdersDeleteCertificateOptionalParams): Promise<void>;
102
- /**
103
- * Description for Creates or updates a certificate and associates with key vault secret.
104
- * @param resourceGroupName Name of the resource group to which the resource belongs.
105
- * @param certificateOrderName Name of the certificate order.
106
- * @param name Name of the certificate.
107
- * @param keyVaultCertificate Key vault certificate resource Id.
108
- * @param options The options parameters.
109
- */
110
- updateCertificate(resourceGroupName: string, certificateOrderName: string, name: string, keyVaultCertificate: AppServiceCertificatePatchResource, options?: AppServiceCertificateOrdersUpdateCertificateOptionalParams): Promise<AppServiceCertificateOrdersUpdateCertificateResponse>;
111
- /**
112
- * Description for Reissue an existing certificate order.
113
- * @param resourceGroupName Name of the resource group to which the resource belongs.
114
- * @param certificateOrderName Name of the certificate order.
115
- * @param reissueCertificateOrderRequest Parameters for the reissue.
116
- * @param options The options parameters.
117
- */
118
- reissue(resourceGroupName: string, certificateOrderName: string, reissueCertificateOrderRequest: ReissueCertificateOrderRequest, options?: AppServiceCertificateOrdersReissueOptionalParams): Promise<void>;
119
- /**
120
- * Description for Renew an existing certificate order.
121
- * @param resourceGroupName Name of the resource group to which the resource belongs.
122
- * @param certificateOrderName Name of the certificate order.
123
- * @param renewCertificateOrderRequest Renew parameters
124
- * @param options The options parameters.
125
- */
126
- renew(resourceGroupName: string, certificateOrderName: string, renewCertificateOrderRequest: RenewCertificateOrderRequest, options?: AppServiceCertificateOrdersRenewOptionalParams): Promise<void>;
127
- /**
128
- * Description for Resend certificate email.
129
- * @param resourceGroupName Name of the resource group to which the resource belongs.
130
- * @param certificateOrderName Name of the certificate order.
131
- * @param options The options parameters.
132
- */
133
- resendEmail(resourceGroupName: string, certificateOrderName: string, options?: AppServiceCertificateOrdersResendEmailOptionalParams): Promise<void>;
134
- /**
135
- * Resend domain verification ownership email containing steps on how to verify a domain for a given
136
- * certificate order
137
- * @param resourceGroupName Name of the resource group to which the resource belongs.
138
- * @param certificateOrderName Name of the certificate order.
139
- * @param nameIdentifier Email address
140
- * @param options The options parameters.
141
- */
142
- resendRequestEmails(resourceGroupName: string, certificateOrderName: string, nameIdentifier: NameIdentifier, options?: AppServiceCertificateOrdersResendRequestEmailsOptionalParams): Promise<void>;
143
- /**
144
- * This method is used to obtain the site seal information for an issued certificate. A site seal is a
145
- * graphic that the certificate purchaser can embed on their web site to show their visitors
146
- * information about their SSL certificate. If a web site visitor clicks on the site seal image, a
147
- * pop-up page is displayed that contains detailed information about the SSL certificate. The site seal
148
- * token is used to link the site seal graphic image to the appropriate certificate details pop-up page
149
- * display when a user clicks on the site seal. The site seal images are expected to be static images
150
- * and hosted by the reseller, to minimize delays for customer page load times.
151
- * @param resourceGroupName Name of the resource group to which the resource belongs.
152
- * @param certificateOrderName Name of the certificate order.
153
- * @param siteSealRequest Site seal request.
154
- * @param options The options parameters.
155
- */
156
- retrieveSiteSeal(resourceGroupName: string, certificateOrderName: string, siteSealRequest: SiteSealRequest, options?: AppServiceCertificateOrdersRetrieveSiteSealOptionalParams): Promise<AppServiceCertificateOrdersRetrieveSiteSealResponse>;
157
- /**
158
- * Description for Verify domain ownership for this certificate order.
159
- * @param resourceGroupName Name of the resource group to which the resource belongs.
160
- * @param certificateOrderName Name of the certificate order.
161
- * @param options The options parameters.
162
- */
163
- verifyDomainOwnership(resourceGroupName: string, certificateOrderName: string, options?: AppServiceCertificateOrdersVerifyDomainOwnershipOptionalParams): Promise<void>;
164
- /**
165
- * Description for Retrieve the list of certificate actions.
166
- * @param resourceGroupName Name of the resource group to which the resource belongs.
167
- * @param name Name of the certificate order.
168
- * @param options The options parameters.
169
- */
170
- retrieveCertificateActions(resourceGroupName: string, name: string, options?: AppServiceCertificateOrdersRetrieveCertificateActionsOptionalParams): Promise<AppServiceCertificateOrdersRetrieveCertificateActionsResponse>;
171
- /**
172
- * Description for Retrieve email history.
173
- * @param resourceGroupName Name of the resource group to which the resource belongs.
174
- * @param name Name of the certificate order.
175
- * @param options The options parameters.
176
- */
177
- retrieveCertificateEmailHistory(resourceGroupName: string, name: string, options?: AppServiceCertificateOrdersRetrieveCertificateEmailHistoryOptionalParams): Promise<AppServiceCertificateOrdersRetrieveCertificateEmailHistoryResponse>;
178
- }
179
- //# sourceMappingURL=appServiceCertificateOrders.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"appServiceCertificateOrders.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/appServiceCertificateOrders.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AACrE,OAAO,KAAK,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACxE,OAAO,KAAK,EACV,0BAA0B,EAC1B,6CAA6C,EAC7C,4DAA4D,EAC5D,6BAA6B,EAC7B,yDAAyD,EACzD,oEAAoE,EACpE,4CAA4C,EAC5C,sCAAsC,EACtC,uDAAuD,EACvD,iDAAiD,EACjD,+CAA+C,EAC/C,uCAAuC,EACvC,+CAA+C,EAC/C,yCAAyC,EACzC,uDAAuD,EACvD,iDAAiD,EACjD,kEAAkE,EAClE,4DAA4D,EAC5D,0DAA0D,EAC1D,kCAAkC,EAClC,0DAA0D,EAC1D,oDAAoD,EACpD,8BAA8B,EAC9B,gDAAgD,EAChD,4BAA4B,EAC5B,8CAA8C,EAC9C,oDAAoD,EACpD,cAAc,EACd,4DAA4D,EAC5D,eAAe,EACf,yDAAyD,EACzD,mDAAmD,EACnD,8DAA8D,EAC9D,mEAAmE,EACnE,6DAA6D,EAC7D,wEAAwE,EACxE,kEAAkE,EACnE,MAAM,oBAAoB,CAAC;AAG5B,4DAA4D;AAC5D,MAAM,WAAW,2BAA2B;IAC1C;;;OAGG;IACH,IAAI,CACF,OAAO,CAAC,EAAE,6CAA6C,GACtD,0BAA0B,CAAC,0BAA0B,CAAC,CAAC;IAC1D;;;;OAIG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,4DAA4D,GACrE,0BAA0B,CAAC,0BAA0B,CAAC,CAAC;IAC1D;;;;;OAKG;IACH,gBAAgB,CACd,iBAAiB,EAAE,MAAM,EACzB,oBAAoB,EAAE,MAAM,EAC5B,OAAO,CAAC,EAAE,yDAAyD,GAClE,0BAA0B,CAAC,6BAA6B,CAAC,CAAC;IAC7D;;;;OAIG;IACH,2BAA2B,CACzB,0BAA0B,EAAE,0BAA0B,EACtD,OAAO,CAAC,EAAE,oEAAoE,GAC7E,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;OAKG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,oBAAoB,EAAE,MAAM,EAC5B,OAAO,CAAC,EAAE,4CAA4C,GACrD,OAAO,CAAC,sCAAsC,CAAC,CAAC;IACnD;;;;;;OAMG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,oBAAoB,EAAE,MAAM,EAC5B,4BAA4B,EAAE,0BAA0B,EACxD,OAAO,CAAC,EAAE,uDAAuD,GAChE,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,iDAAiD,CAAC,EACjE,iDAAiD,CAClD,CACF,CAAC;IACF;;;;;;OAMG;IACH,0BAA0B,CACxB,iBAAiB,EAAE,MAAM,EACzB,oBAAoB,EAAE,MAAM,EAC5B,4BAA4B,EAAE,0BAA0B,EACxD,OAAO,CAAC,EAAE,uDAAuD,GAChE,OAAO,CAAC,iDAAiD,CAAC,CAAC;IAC9D;;;;;OAKG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,oBAAoB,EAAE,MAAM,EAC5B,OAAO,CAAC,EAAE,+CAA+C,GACxD,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;OAMG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,oBAAoB,EAAE,MAAM,EAC5B,4BAA4B,EAAE,uCAAuC,EACrE,OAAO,CAAC,EAAE,+CAA+C,GACxD,OAAO,CAAC,yCAAyC,CAAC,CAAC;IACtD;;;;;;OAMG;IACH,cAAc,CACZ,iBAAiB,EAAE,MAAM,EACzB,oBAAoB,EAAE,MAAM,EAC5B,IAAI,EAAE,MAAM,EACZ,OAAO,CAAC,EAAE,uDAAuD,GAChE,OAAO,CAAC,iDAAiD,CAAC,CAAC;IAC9D;;;;;;;OAOG;IACH,8BAA8B,CAC5B,iBAAiB,EAAE,MAAM,EACzB,oBAAoB,EAAE,MAAM,EAC5B,IAAI,EAAE,MAAM,EACZ,mBAAmB,EAAE,6BAA6B,EAClD,OAAO,CAAC,EAAE,kEAAkE,GAC3E,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,4DAA4D,CAAC,EAC5E,4DAA4D,CAC7D,CACF,CAAC;IACF;;;;;;;OAOG;IACH,qCAAqC,CACnC,iBAAiB,EAAE,MAAM,EACzB,oBAAoB,EAAE,MAAM,EAC5B,IAAI,EAAE,MAAM,EACZ,mBAAmB,EAAE,6BAA6B,EAClD,OAAO,CAAC,EAAE,kEAAkE,GAC3E,OAAO,CAAC,4DAA4D,CAAC,CAAC;IACzE;;;;;;OAMG;IACH,iBAAiB,CACf,iBAAiB,EAAE,MAAM,EACzB,oBAAoB,EAAE,MAAM,EAC5B,IAAI,EAAE,MAAM,EACZ,OAAO,CAAC,EAAE,0DAA0D,GACnE,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;;OAOG;IACH,iBAAiB,CACf,iBAAiB,EAAE,MAAM,EACzB,oBAAoB,EAAE,MAAM,EAC5B,IAAI,EAAE,MAAM,EACZ,mBAAmB,EAAE,kCAAkC,EACvD,OAAO,CAAC,EAAE,0DAA0D,GACnE,OAAO,CAAC,oDAAoD,CAAC,CAAC;IACjE;;;;;;OAMG;IACH,OAAO,CACL,iBAAiB,EAAE,MAAM,EACzB,oBAAoB,EAAE,MAAM,EAC5B,8BAA8B,EAAE,8BAA8B,EAC9D,OAAO,CAAC,EAAE,gDAAgD,GACzD,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;OAMG;IACH,KAAK,CACH,iBAAiB,EAAE,MAAM,EACzB,oBAAoB,EAAE,MAAM,EAC5B,4BAA4B,EAAE,4BAA4B,EAC1D,OAAO,CAAC,EAAE,8CAA8C,GACvD,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;OAKG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,oBAAoB,EAAE,MAAM,EAC5B,OAAO,CAAC,EAAE,oDAAoD,GAC7D,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;;OAOG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,oBAAoB,EAAE,MAAM,EAC5B,cAAc,EAAE,cAAc,EAC9B,OAAO,CAAC,EAAE,4DAA4D,GACrE,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;;;;;;;OAYG;IACH,gBAAgB,CACd,iBAAiB,EAAE,MAAM,EACzB,oBAAoB,EAAE,MAAM,EAC5B,eAAe,EAAE,eAAe,EAChC,OAAO,CAAC,EAAE,yDAAyD,GAClE,OAAO,CAAC,mDAAmD,CAAC,CAAC;IAChE;;;;;OAKG;IACH,qBAAqB,CACnB,iBAAiB,EAAE,MAAM,EACzB,oBAAoB,EAAE,MAAM,EAC5B,OAAO,CAAC,EAAE,8DAA8D,GACvE,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;OAKG;IACH,0BAA0B,CACxB,iBAAiB,EAAE,MAAM,EACzB,IAAI,EAAE,MAAM,EACZ,OAAO,CAAC,EAAE,mEAAmE,GAC5E,OAAO,CAAC,6DAA6D,CAAC,CAAC;IAC1E;;;;;OAKG;IACH,+BAA+B,CAC7B,iBAAiB,EAAE,MAAM,EACzB,IAAI,EAAE,MAAM,EACZ,OAAO,CAAC,EAAE,wEAAwE,GACjF,OAAO,CAAC,kEAAkE,CAAC,CAAC;CAChF"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"appServiceCertificateOrders.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/appServiceCertificateOrders.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","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 } from \"@azure/core-paging\";\nimport type { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport type {\n AppServiceCertificateOrder,\n AppServiceCertificateOrdersListOptionalParams,\n AppServiceCertificateOrdersListByResourceGroupOptionalParams,\n AppServiceCertificateResource,\n AppServiceCertificateOrdersListCertificatesOptionalParams,\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} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a AppServiceCertificateOrders. */\nexport interface AppServiceCertificateOrders {\n /**\n * Description for List all certificate orders in a subscription.\n * @param options The options parameters.\n */\n list(\n options?: AppServiceCertificateOrdersListOptionalParams,\n ): PagedAsyncIterableIterator<AppServiceCertificateOrder>;\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 listByResourceGroup(\n resourceGroupName: string,\n options?: AppServiceCertificateOrdersListByResourceGroupOptionalParams,\n ): PagedAsyncIterableIterator<AppServiceCertificateOrder>;\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 listCertificates(\n resourceGroupName: string,\n certificateOrderName: string,\n options?: AppServiceCertificateOrdersListCertificatesOptionalParams,\n ): PagedAsyncIterableIterator<AppServiceCertificateResource>;\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 /**\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 /**\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 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 /**\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 beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n certificateOrderName: string,\n certificateDistinguishedName: AppServiceCertificateOrder,\n options?: AppServiceCertificateOrdersCreateOrUpdateOptionalParams,\n ): Promise<AppServiceCertificateOrdersCreateOrUpdateResponse>;\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 /**\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 /**\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 /**\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 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 /**\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 beginCreateOrUpdateCertificateAndWait(\n resourceGroupName: string,\n certificateOrderName: string,\n name: string,\n keyVaultCertificate: AppServiceCertificateResource,\n options?: AppServiceCertificateOrdersCreateOrUpdateCertificateOptionalParams,\n ): Promise<AppServiceCertificateOrdersCreateOrUpdateCertificateResponse>;\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 /**\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 /**\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 /**\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 /**\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 /**\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 /**\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 /**\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 /**\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 /**\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}\n"]}
@@ -1,21 +0,0 @@
1
- import type { PagedAsyncIterableIterator } from "@azure/core-paging";
2
- import type { DetectorResponse, CertificateOrdersDiagnosticsListAppServiceCertificateOrderDetectorResponseOptionalParams, CertificateOrdersDiagnosticsGetAppServiceCertificateOrderDetectorResponseOptionalParams, CertificateOrdersDiagnosticsGetAppServiceCertificateOrderDetectorResponseResponse } from "../models/index.js";
3
- /** Interface representing a CertificateOrdersDiagnostics. */
4
- export interface CertificateOrdersDiagnostics {
5
- /**
6
- * Description for Microsoft.CertificateRegistration to get the list of detectors for this RP.
7
- * @param resourceGroupName Name of the resource group to which the resource belongs.
8
- * @param certificateOrderName The certificate order name for which the response is needed.
9
- * @param options The options parameters.
10
- */
11
- listAppServiceCertificateOrderDetectorResponse(resourceGroupName: string, certificateOrderName: string, options?: CertificateOrdersDiagnosticsListAppServiceCertificateOrderDetectorResponseOptionalParams): PagedAsyncIterableIterator<DetectorResponse>;
12
- /**
13
- * Description for Microsoft.CertificateRegistration call to get a detector response from App Lens.
14
- * @param resourceGroupName Name of the resource group to which the resource belongs.
15
- * @param certificateOrderName The certificate order name for which the response is needed.
16
- * @param detectorName The detector name which needs to be run.
17
- * @param options The options parameters.
18
- */
19
- getAppServiceCertificateOrderDetectorResponse(resourceGroupName: string, certificateOrderName: string, detectorName: string, options?: CertificateOrdersDiagnosticsGetAppServiceCertificateOrderDetectorResponseOptionalParams): Promise<CertificateOrdersDiagnosticsGetAppServiceCertificateOrderDetectorResponseResponse>;
20
- }
21
- //# sourceMappingURL=certificateOrdersDiagnostics.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"certificateOrdersDiagnostics.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/certificateOrdersDiagnostics.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AACrE,OAAO,KAAK,EACV,gBAAgB,EAChB,wFAAwF,EACxF,uFAAuF,EACvF,iFAAiF,EAClF,MAAM,oBAAoB,CAAC;AAG5B,6DAA6D;AAC7D,MAAM,WAAW,4BAA4B;IAC3C;;;;;OAKG;IACH,8CAA8C,CAC5C,iBAAiB,EAAE,MAAM,EACzB,oBAAoB,EAAE,MAAM,EAC5B,OAAO,CAAC,EAAE,wFAAwF,GACjG,0BAA0B,CAAC,gBAAgB,CAAC,CAAC;IAChD;;;;;;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,CAAC;CAC/F"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"certificateOrdersDiagnostics.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/certificateOrdersDiagnostics.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","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 } from \"@azure/core-paging\";\nimport type {\n DetectorResponse,\n CertificateOrdersDiagnosticsListAppServiceCertificateOrderDetectorResponseOptionalParams,\n CertificateOrdersDiagnosticsGetAppServiceCertificateOrderDetectorResponseOptionalParams,\n CertificateOrdersDiagnosticsGetAppServiceCertificateOrderDetectorResponseResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a CertificateOrdersDiagnostics. */\nexport interface CertificateOrdersDiagnostics {\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 listAppServiceCertificateOrderDetectorResponse(\n resourceGroupName: string,\n certificateOrderName: string,\n options?: CertificateOrdersDiagnosticsListAppServiceCertificateOrderDetectorResponseOptionalParams,\n ): PagedAsyncIterableIterator<DetectorResponse>;\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}\n"]}
@@ -1,12 +0,0 @@
1
- import type { PagedAsyncIterableIterator } from "@azure/core-paging";
2
- import type { CsmOperationDescription, CertificateRegistrationProviderListOperationsOptionalParams } from "../models/index.js";
3
- /** Interface representing a CertificateRegistrationProvider. */
4
- export interface CertificateRegistrationProvider {
5
- /**
6
- * Description for Implements Csm operations Api to exposes the list of available Csm Apis under the
7
- * resource provider
8
- * @param options The options parameters.
9
- */
10
- listOperations(options?: CertificateRegistrationProviderListOperationsOptionalParams): PagedAsyncIterableIterator<CsmOperationDescription>;
11
- }
12
- //# sourceMappingURL=certificateRegistrationProvider.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"certificateRegistrationProvider.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/certificateRegistrationProvider.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AACrE,OAAO,KAAK,EACV,uBAAuB,EACvB,2DAA2D,EAC5D,MAAM,oBAAoB,CAAC;AAG5B,gEAAgE;AAChE,MAAM,WAAW,+BAA+B;IAC9C;;;;OAIG;IACH,cAAc,CACZ,OAAO,CAAC,EAAE,2DAA2D,GACpE,0BAA0B,CAAC,uBAAuB,CAAC,CAAC;CACxD"}
@@ -1,4 +0,0 @@
1
- // Copyright (c) Microsoft Corporation.
2
- // Licensed under the MIT License.
3
- export {};
4
- //# sourceMappingURL=certificateRegistrationProvider.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"certificateRegistrationProvider.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/certificateRegistrationProvider.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","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 } from \"@azure/core-paging\";\nimport type {\n CsmOperationDescription,\n CertificateRegistrationProviderListOperationsOptionalParams,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a CertificateRegistrationProvider. */\nexport interface CertificateRegistrationProvider {\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 listOperations(\n options?: CertificateRegistrationProviderListOperationsOptionalParams,\n ): PagedAsyncIterableIterator<CsmOperationDescription>;\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/operationsInterfaces/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/operationsInterfaces/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"]}
@@ -1,13 +0,0 @@
1
- export interface PageInfo {
2
- continuationToken?: string;
3
- }
4
- /**
5
- * Given the last `.value` produced by the `byPage` iterator,
6
- * returns a continuation token that can be used to begin paging from
7
- * that point later.
8
- * @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.
9
- * @returns The continuation token that can be passed into byPage() during future calls.
10
- */
11
- export declare function getContinuationToken(page: unknown): string | undefined;
12
- export declare function setContinuationToken(page: unknown, continuationToken: string | undefined): void;
13
- //# sourceMappingURL=pagingHelper.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"pagingHelper.d.ts","sourceRoot":"","sources":["../../src/pagingHelper.ts"],"names":[],"mappings":"AAMA,MAAM,WAAW,QAAQ;IACvB,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC5B;AAID;;;;;;GAMG;AACH,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,OAAO,GAAG,MAAM,GAAG,SAAS,CAKtE;AAED,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,OAAO,EAAE,iBAAiB,EAAE,MAAM,GAAG,SAAS,GAAG,IAAI,CAO/F"}
@@ -1,25 +0,0 @@
1
- // Copyright (c) Microsoft Corporation.
2
- // Licensed under the MIT License.
3
- const pageMap = new WeakMap();
4
- /**
5
- * Given the last `.value` produced by the `byPage` iterator,
6
- * returns a continuation token that can be used to begin paging from
7
- * that point later.
8
- * @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.
9
- * @returns The continuation token that can be passed into byPage() during future calls.
10
- */
11
- export function getContinuationToken(page) {
12
- if (typeof page !== "object" || page === null) {
13
- return undefined;
14
- }
15
- return pageMap.get(page)?.continuationToken;
16
- }
17
- export function setContinuationToken(page, continuationToken) {
18
- if (typeof page !== "object" || page === null || !continuationToken) {
19
- return;
20
- }
21
- const pageInfo = pageMap.get(page) ?? {};
22
- pageInfo.continuationToken = continuationToken;
23
- pageMap.set(page, pageInfo);
24
- }
25
- //# sourceMappingURL=pagingHelper.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"pagingHelper.js","sourceRoot":"","sources":["../../src/pagingHelper.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AASlC,MAAM,OAAO,GAAG,IAAI,OAAO,EAAoB,CAAC;AAEhD;;;;;;GAMG;AACH,MAAM,UAAU,oBAAoB,CAAC,IAAa;IAChD,IAAI,OAAO,IAAI,KAAK,QAAQ,IAAI,IAAI,KAAK,IAAI,EAAE,CAAC;QAC9C,OAAO,SAAS,CAAC;IACnB,CAAC;IACD,OAAO,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE,iBAAiB,CAAC;AAC9C,CAAC;AAED,MAAM,UAAU,oBAAoB,CAAC,IAAa,EAAE,iBAAqC;IACvF,IAAI,OAAO,IAAI,KAAK,QAAQ,IAAI,IAAI,KAAK,IAAI,IAAI,CAAC,iBAAiB,EAAE,CAAC;QACpE,OAAO;IACT,CAAC;IACD,MAAM,QAAQ,GAAG,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,IAAI,EAAE,CAAC;IACzC,QAAQ,CAAC,iBAAiB,GAAG,iBAAiB,CAAC;IAC/C,OAAO,CAAC,GAAG,CAAC,IAAI,EAAE,QAAQ,CAAC,CAAC;AAC9B,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 interface PageInfo {\n continuationToken?: string;\n}\n\nconst pageMap = new WeakMap<object, PageInfo>();\n\n/**\n * Given the last `.value` produced by the `byPage` iterator,\n * returns a continuation token that can be used to begin paging from\n * that point later.\n * @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.\n * @returns The continuation token that can be passed into byPage() during future calls.\n */\nexport function getContinuationToken(page: unknown): string | undefined {\n if (typeof page !== \"object\" || page === null) {\n return undefined;\n }\n return pageMap.get(page)?.continuationToken;\n}\n\nexport function setContinuationToken(page: unknown, continuationToken: string | undefined): void {\n if (typeof page !== \"object\" || page === null || !continuationToken) {\n return;\n }\n const pageInfo = pageMap.get(page) ?? {};\n pageInfo.continuationToken = continuationToken;\n pageMap.set(page, pageInfo);\n}\n"]}
@@ -1,24 +0,0 @@
1
- import * as coreClient from "@azure/core-client";
2
- import type * as coreAuth from "@azure/core-auth";
3
- import type { AppServiceCertificateOrders, CertificateOrdersDiagnostics, CertificateRegistrationProvider } from "./operationsInterfaces/index.js";
4
- import type { CertificateRegistrationManagementClientOptionalParams } from "./models/index.js";
5
- export declare class CertificateRegistrationManagementClient extends coreClient.ServiceClient {
6
- $host: string;
7
- subscriptionId?: string;
8
- apiVersion: string;
9
- /**
10
- * Initializes a new instance of the CertificateRegistrationManagementClient class.
11
- * @param credentials Subscription credentials which uniquely identify client subscription.
12
- * @param subscriptionId Your Azure subscription ID. This is a GUID-formatted string (e.g.
13
- * 00000000-0000-0000-0000-000000000000).
14
- * @param options The parameter options
15
- */
16
- constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: CertificateRegistrationManagementClientOptionalParams);
17
- constructor(credentials: coreAuth.TokenCredential, options?: CertificateRegistrationManagementClientOptionalParams);
18
- /** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
19
- private addCustomApiVersionPolicy;
20
- appServiceCertificateOrders: AppServiceCertificateOrders;
21
- certificateOrdersDiagnostics: CertificateOrdersDiagnostics;
22
- certificateRegistrationProvider: CertificateRegistrationProvider;
23
- }
24
- //# sourceMappingURL=certificateRegistrationManagementClient.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"certificateRegistrationManagementClient.d.ts","sourceRoot":"","sources":["../../src/certificateRegistrationManagementClient.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAGjD,OAAO,KAAK,KAAK,QAAQ,MAAM,kBAAkB,CAAC;AAMlD,OAAO,KAAK,EACV,2BAA2B,EAC3B,4BAA4B,EAC5B,+BAA+B,EAChC,MAAM,iCAAiC,CAAC;AACzC,OAAO,KAAK,EAAE,qDAAqD,EAAE,MAAM,mBAAmB,CAAC;AAE/F,qBAAa,uCAAwC,SAAQ,UAAU,CAAC,aAAa;IACnF,KAAK,EAAE,MAAM,CAAC;IACd,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,UAAU,EAAE,MAAM,CAAC;IAEnB;;;;;;OAMG;gBAED,WAAW,EAAE,QAAQ,CAAC,eAAe,EACrC,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,qDAAqD;gBAG/D,WAAW,EAAE,QAAQ,CAAC,eAAe,EACrC,OAAO,CAAC,EAAE,qDAAqD;IAqFjE,8GAA8G;IAC9G,OAAO,CAAC,yBAAyB;IAwBjC,2BAA2B,EAAE,2BAA2B,CAAC;IACzD,4BAA4B,EAAE,4BAA4B,CAAC;IAC3D,+BAA+B,EAAE,+BAA+B,CAAC;CAClE"}
@@ -1,103 +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
- import * as coreClient from "@azure/core-client";
6
- import * as coreRestPipeline from "@azure/core-rest-pipeline";
7
- import { AppServiceCertificateOrdersImpl, CertificateOrdersDiagnosticsImpl, CertificateRegistrationProviderImpl, } from "./operations/index.js";
8
- export class CertificateRegistrationManagementClient extends coreClient.ServiceClient {
9
- $host;
10
- subscriptionId;
11
- apiVersion;
12
- constructor(credentials, subscriptionIdOrOptions, options) {
13
- if (credentials === undefined) {
14
- throw new Error("'credentials' cannot be null");
15
- }
16
- let subscriptionId;
17
- if (typeof subscriptionIdOrOptions === "string") {
18
- subscriptionId = subscriptionIdOrOptions;
19
- }
20
- else if (typeof subscriptionIdOrOptions === "object") {
21
- options = subscriptionIdOrOptions;
22
- }
23
- // Initializing default values for options
24
- if (!options) {
25
- options = {};
26
- }
27
- const defaults = {
28
- requestContentType: "application/json; charset=utf-8",
29
- credential: credentials,
30
- };
31
- const packageDetails = `azsdk-js-arm-certificateregistration/1.0.0-beta.1`;
32
- const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
33
- ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
34
- : `${packageDetails}`;
35
- const optionsWithDefaults = {
36
- ...defaults,
37
- ...options,
38
- userAgentOptions: {
39
- userAgentPrefix,
40
- },
41
- endpoint: options.endpoint ?? options.baseUri ?? "https://management.azure.com",
42
- };
43
- super(optionsWithDefaults);
44
- let bearerTokenAuthenticationPolicyFound = false;
45
- if (options?.pipeline && options.pipeline.getOrderedPolicies().length > 0) {
46
- const pipelinePolicies = options.pipeline.getOrderedPolicies();
47
- bearerTokenAuthenticationPolicyFound = pipelinePolicies.some((pipelinePolicy) => pipelinePolicy.name === coreRestPipeline.bearerTokenAuthenticationPolicyName);
48
- }
49
- if (!options ||
50
- !options.pipeline ||
51
- options.pipeline.getOrderedPolicies().length == 0 ||
52
- !bearerTokenAuthenticationPolicyFound) {
53
- this.pipeline.removePolicy({
54
- name: coreRestPipeline.bearerTokenAuthenticationPolicyName,
55
- });
56
- this.pipeline.addPolicy(coreRestPipeline.bearerTokenAuthenticationPolicy({
57
- credential: credentials,
58
- scopes: optionsWithDefaults.credentialScopes ?? `${optionsWithDefaults.endpoint}/.default`,
59
- challengeCallbacks: {
60
- authorizeRequestOnChallenge: coreClient.authorizeRequestOnClaimChallenge,
61
- },
62
- }));
63
- }
64
- // Parameter assignments
65
- this.subscriptionId = subscriptionId;
66
- // Assigning values to Constant parameters
67
- this.$host = options.$host || "https://management.azure.com";
68
- this.apiVersion = options.apiVersion || "2024-11-01";
69
- this.appServiceCertificateOrders = new AppServiceCertificateOrdersImpl(this);
70
- this.certificateOrdersDiagnostics = new CertificateOrdersDiagnosticsImpl(this);
71
- this.certificateRegistrationProvider = new CertificateRegistrationProviderImpl(this);
72
- this.addCustomApiVersionPolicy(options.apiVersion);
73
- }
74
- /** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
75
- addCustomApiVersionPolicy(apiVersion) {
76
- if (!apiVersion) {
77
- return;
78
- }
79
- const apiVersionPolicy = {
80
- name: "CustomApiVersionPolicy",
81
- async sendRequest(request, next) {
82
- const param = request.url.split("?");
83
- if (param.length > 1) {
84
- const newParams = param[1].split("&").map((item) => {
85
- if (item.indexOf("api-version") > -1) {
86
- return "api-version=" + apiVersion;
87
- }
88
- else {
89
- return item;
90
- }
91
- });
92
- request.url = param[0] + "?" + newParams.join("&");
93
- }
94
- return next(request);
95
- },
96
- };
97
- this.pipeline.addPolicy(apiVersionPolicy);
98
- }
99
- appServiceCertificateOrders;
100
- certificateOrdersDiagnostics;
101
- certificateRegistrationProvider;
102
- }
103
- //# sourceMappingURL=certificateRegistrationManagementClient.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"certificateRegistrationManagementClient.js","sourceRoot":"","sources":["../../src/certificateRegistrationManagementClient.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 * as coreClient from \"@azure/core-client\";\nimport * as coreRestPipeline from \"@azure/core-rest-pipeline\";\nimport type { PipelineRequest, PipelineResponse, SendRequest } from \"@azure/core-rest-pipeline\";\nimport type * as coreAuth from \"@azure/core-auth\";\nimport {\n AppServiceCertificateOrdersImpl,\n CertificateOrdersDiagnosticsImpl,\n CertificateRegistrationProviderImpl,\n} from \"./operations/index.js\";\nimport type {\n AppServiceCertificateOrders,\n CertificateOrdersDiagnostics,\n CertificateRegistrationProvider,\n} from \"./operationsInterfaces/index.js\";\nimport type { CertificateRegistrationManagementClientOptionalParams } from \"./models/index.js\";\n\nexport class CertificateRegistrationManagementClient extends coreClient.ServiceClient {\n $host: string;\n subscriptionId?: string;\n apiVersion: string;\n\n /**\n * Initializes a new instance of the CertificateRegistrationManagementClient class.\n * @param credentials Subscription credentials which uniquely identify client subscription.\n * @param subscriptionId Your Azure subscription ID. This is a GUID-formatted string (e.g.\n * 00000000-0000-0000-0000-000000000000).\n * @param options The parameter options\n */\n constructor(\n credentials: coreAuth.TokenCredential,\n subscriptionId: string,\n options?: CertificateRegistrationManagementClientOptionalParams,\n );\n constructor(\n credentials: coreAuth.TokenCredential,\n options?: CertificateRegistrationManagementClientOptionalParams,\n );\n constructor(\n credentials: coreAuth.TokenCredential,\n subscriptionIdOrOptions?: CertificateRegistrationManagementClientOptionalParams | string,\n options?: CertificateRegistrationManagementClientOptionalParams,\n ) {\n if (credentials === undefined) {\n throw new Error(\"'credentials' cannot be null\");\n }\n\n let subscriptionId: string | undefined;\n\n if (typeof subscriptionIdOrOptions === \"string\") {\n subscriptionId = subscriptionIdOrOptions;\n } else if (typeof subscriptionIdOrOptions === \"object\") {\n options = subscriptionIdOrOptions;\n }\n\n // Initializing default values for options\n if (!options) {\n options = {};\n }\n const defaults: CertificateRegistrationManagementClientOptionalParams = {\n requestContentType: \"application/json; charset=utf-8\",\n credential: credentials,\n };\n\n const packageDetails = `azsdk-js-arm-certificateregistration/1.0.0-beta.1`;\n const userAgentPrefix =\n options.userAgentOptions && options.userAgentOptions.userAgentPrefix\n ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`\n : `${packageDetails}`;\n\n const optionsWithDefaults = {\n ...defaults,\n ...options,\n userAgentOptions: {\n userAgentPrefix,\n },\n endpoint: options.endpoint ?? options.baseUri ?? \"https://management.azure.com\",\n };\n super(optionsWithDefaults);\n\n let bearerTokenAuthenticationPolicyFound: boolean = false;\n if (options?.pipeline && options.pipeline.getOrderedPolicies().length > 0) {\n const pipelinePolicies: coreRestPipeline.PipelinePolicy[] =\n options.pipeline.getOrderedPolicies();\n bearerTokenAuthenticationPolicyFound = pipelinePolicies.some(\n (pipelinePolicy) =>\n pipelinePolicy.name === coreRestPipeline.bearerTokenAuthenticationPolicyName,\n );\n }\n if (\n !options ||\n !options.pipeline ||\n options.pipeline.getOrderedPolicies().length == 0 ||\n !bearerTokenAuthenticationPolicyFound\n ) {\n this.pipeline.removePolicy({\n name: coreRestPipeline.bearerTokenAuthenticationPolicyName,\n });\n this.pipeline.addPolicy(\n coreRestPipeline.bearerTokenAuthenticationPolicy({\n credential: credentials,\n scopes:\n optionsWithDefaults.credentialScopes ?? `${optionsWithDefaults.endpoint}/.default`,\n challengeCallbacks: {\n authorizeRequestOnChallenge: coreClient.authorizeRequestOnClaimChallenge,\n },\n }),\n );\n }\n // Parameter assignments\n this.subscriptionId = subscriptionId;\n\n // Assigning values to Constant parameters\n this.$host = options.$host || \"https://management.azure.com\";\n this.apiVersion = options.apiVersion || \"2024-11-01\";\n this.appServiceCertificateOrders = new AppServiceCertificateOrdersImpl(this);\n this.certificateOrdersDiagnostics = new CertificateOrdersDiagnosticsImpl(this);\n this.certificateRegistrationProvider = new CertificateRegistrationProviderImpl(this);\n this.addCustomApiVersionPolicy(options.apiVersion);\n }\n\n /** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */\n private addCustomApiVersionPolicy(apiVersion?: string) {\n if (!apiVersion) {\n return;\n }\n const apiVersionPolicy = {\n name: \"CustomApiVersionPolicy\",\n async sendRequest(request: PipelineRequest, next: SendRequest): Promise<PipelineResponse> {\n const param = request.url.split(\"?\");\n if (param.length > 1) {\n const newParams = param[1].split(\"&\").map((item) => {\n if (item.indexOf(\"api-version\") > -1) {\n return \"api-version=\" + apiVersion;\n } else {\n return item;\n }\n });\n request.url = param[0] + \"?\" + newParams.join(\"&\");\n }\n return next(request);\n },\n };\n this.pipeline.addPolicy(apiVersionPolicy);\n }\n\n appServiceCertificateOrders: AppServiceCertificateOrders;\n certificateOrdersDiagnostics: CertificateOrdersDiagnostics;\n certificateRegistrationProvider: CertificateRegistrationProvider;\n}\n"]}
@@ -1,5 +0,0 @@
1
- export { getContinuationToken } from "./pagingHelper.js";
2
- export * from "./models/index.js";
3
- export { CertificateRegistrationManagementClient } from "./certificateRegistrationManagementClient.js";
4
- export * from "./operationsInterfaces/index.js";
5
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AACzD,cAAc,mBAAmB,CAAC;AAClC,OAAO,EAAE,uCAAuC,EAAE,MAAM,8CAA8C,CAAC;AACvG,cAAc,iCAAiC,CAAC"}
@@ -1,10 +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
- /// <reference lib="esnext.asynciterable" />
6
- export { getContinuationToken } from "./pagingHelper.js";
7
- export * from "./models/index.js";
8
- export { CertificateRegistrationManagementClient } from "./certificateRegistrationManagementClient.js";
9
- export * from "./operationsInterfaces/index.js";
10
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,2DAA2D;AAC3D,oFAAoF;AAEpF,4CAA4C;AAC5C,OAAO,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AACzD,cAAc,mBAAmB,CAAC;AAClC,OAAO,EAAE,uCAAuC,EAAE,MAAM,8CAA8C,CAAC;AACvG,cAAc,iCAAiC,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\n/// <reference lib=\"esnext.asynciterable\" />\nexport { getContinuationToken } from \"./pagingHelper.js\";\nexport * from \"./models/index.js\";\nexport { CertificateRegistrationManagementClient } from \"./certificateRegistrationManagementClient.js\";\nexport * from \"./operationsInterfaces/index.js\";\n"]}
@@ -1,11 +0,0 @@
1
- import type { LongRunningOperation, LroResponse } from "@azure/core-lro";
2
- export declare function createLroSpec<T>(inputs: {
3
- sendOperationFn: (args: any, spec: any) => Promise<LroResponse<T>>;
4
- args: Record<string, unknown>;
5
- spec: {
6
- readonly requestBody?: unknown;
7
- readonly path?: string;
8
- readonly httpMethod: string;
9
- } & Record<string, any>;
10
- }): LongRunningOperation<T>;
11
- //# sourceMappingURL=lroImpl.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"lroImpl.d.ts","sourceRoot":"","sources":["../../src/lroImpl.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,oBAAoB,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAEzE,wBAAgB,aAAa,CAAC,CAAC,EAAE,MAAM,EAAE;IACvC,eAAe,EAAE,CAAC,IAAI,EAAE,GAAG,EAAE,IAAI,EAAE,GAAG,KAAK,OAAO,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC;IACnE,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC9B,IAAI,EAAE;QACJ,QAAQ,CAAC,WAAW,CAAC,EAAE,OAAO,CAAC;QAC/B,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;QACvB,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;KAC7B,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;CACzB,GAAG,oBAAoB,CAAC,CAAC,CAAC,CAgB1B"}
@@ -1,20 +0,0 @@
1
- // Copyright (c) Microsoft Corporation.
2
- // Licensed under the MIT License.
3
- export function createLroSpec(inputs) {
4
- const { args, spec, sendOperationFn } = inputs;
5
- return {
6
- requestMethod: spec.httpMethod,
7
- requestPath: spec.path,
8
- sendInitialRequest: () => sendOperationFn(args, spec),
9
- sendPollRequest: (path, options) => {
10
- const { requestBody, ...restSpec } = spec;
11
- return sendOperationFn(args, {
12
- ...restSpec,
13
- httpMethod: "GET",
14
- path,
15
- abortSignal: options?.abortSignal,
16
- });
17
- },
18
- };
19
- }
20
- //# sourceMappingURL=lroImpl.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"lroImpl.js","sourceRoot":"","sources":["../../src/lroImpl.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAQlC,MAAM,UAAU,aAAa,CAAI,MAQhC;IACC,MAAM,EAAE,IAAI,EAAE,IAAI,EAAE,eAAe,EAAE,GAAG,MAAM,CAAC;IAC/C,OAAO;QACL,aAAa,EAAE,IAAI,CAAC,UAAU;QAC9B,WAAW,EAAE,IAAI,CAAC,IAAK;QACvB,kBAAkB,EAAE,GAAG,EAAE,CAAC,eAAe,CAAC,IAAI,EAAE,IAAI,CAAC;QACrD,eAAe,EAAE,CAAC,IAAY,EAAE,OAA2C,EAAE,EAAE;YAC7E,MAAM,EAAE,WAAW,EAAE,GAAG,QAAQ,EAAE,GAAG,IAAI,CAAC;YAC1C,OAAO,eAAe,CAAC,IAAI,EAAE;gBAC3B,GAAG,QAAQ;gBACX,UAAU,EAAE,KAAK;gBACjB,IAAI;gBACJ,WAAW,EAAE,OAAO,EAAE,WAAW;aAClC,CAAC,CAAC;QACL,CAAC;KACF,CAAC;AACJ,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\nimport type { AbortSignalLike } from \"@azure/abort-controller\";\nimport type { LongRunningOperation, LroResponse } from \"@azure/core-lro\";\n\nexport function createLroSpec<T>(inputs: {\n sendOperationFn: (args: any, spec: any) => Promise<LroResponse<T>>;\n args: Record<string, unknown>;\n spec: {\n readonly requestBody?: unknown;\n readonly path?: string;\n readonly httpMethod: string;\n } & Record<string, any>;\n}): LongRunningOperation<T> {\n const { args, spec, sendOperationFn } = inputs;\n return {\n requestMethod: spec.httpMethod,\n requestPath: spec.path!,\n sendInitialRequest: () => sendOperationFn(args, spec),\n sendPollRequest: (path: string, options?: { abortSignal?: AbortSignalLike }) => {\n const { requestBody, ...restSpec } = spec;\n return sendOperationFn(args, {\n ...restSpec,\n httpMethod: \"GET\",\n path,\n abortSignal: options?.abortSignal,\n });\n },\n };\n}\n"]}