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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (447) hide show
  1. package/README.md +11 -11
  2. package/dist/browser/api/appServiceCertificateOrders/index.d.ts +3 -0
  3. package/dist/browser/api/appServiceCertificateOrders/index.js +4 -0
  4. package/dist/browser/api/appServiceCertificateOrders/index.js.map +1 -0
  5. package/dist/browser/api/appServiceCertificateOrders/operations.d.ts +92 -0
  6. package/dist/browser/api/appServiceCertificateOrders/operations.js +597 -0
  7. package/dist/browser/api/appServiceCertificateOrders/operations.js.map +1 -0
  8. package/dist/browser/api/appServiceCertificateOrders/options.d.ts +66 -0
  9. package/dist/browser/{operationsInterfaces/appServiceCertificateOrders.js → api/appServiceCertificateOrders/options.js} +1 -1
  10. package/dist/browser/api/appServiceCertificateOrders/options.js.map +1 -0
  11. package/dist/browser/api/certificateOrdersDiagnostics/index.d.ts +3 -0
  12. package/dist/browser/api/certificateOrdersDiagnostics/index.js +4 -0
  13. package/dist/browser/api/certificateOrdersDiagnostics/index.js.map +1 -0
  14. package/dist/browser/api/certificateOrdersDiagnostics/operations.d.ts +14 -0
  15. package/dist/browser/api/certificateOrdersDiagnostics/operations.js +74 -0
  16. package/dist/browser/api/certificateOrdersDiagnostics/operations.js.map +1 -0
  17. package/dist/browser/api/certificateOrdersDiagnostics/options.d.ts +14 -0
  18. package/dist/{react-native/operationsInterfaces/appServiceCertificateOrders.js → browser/api/certificateOrdersDiagnostics/options.js} +1 -1
  19. package/dist/browser/api/certificateOrdersDiagnostics/options.js.map +1 -0
  20. package/dist/browser/api/certificateRegistrationManagementContext.d.ts +20 -0
  21. package/dist/browser/api/certificateRegistrationManagementContext.js +27 -0
  22. package/dist/browser/api/certificateRegistrationManagementContext.js.map +1 -0
  23. package/dist/browser/api/certificateRegistrationProvider/index.d.ts +3 -0
  24. package/dist/browser/api/certificateRegistrationProvider/index.js +4 -0
  25. package/dist/browser/api/certificateRegistrationProvider/index.js.map +1 -0
  26. package/dist/browser/api/certificateRegistrationProvider/operations.d.ts +10 -0
  27. package/dist/browser/api/certificateRegistrationProvider/operations.js +31 -0
  28. package/dist/browser/api/certificateRegistrationProvider/operations.js.map +1 -0
  29. package/dist/browser/api/certificateRegistrationProvider/options.d.ts +5 -0
  30. package/dist/{esm/operationsInterfaces/appServiceCertificateOrders.js → browser/api/certificateRegistrationProvider/options.js} +1 -1
  31. package/dist/browser/api/certificateRegistrationProvider/options.js.map +1 -0
  32. package/dist/browser/api/index.d.ts +2 -0
  33. package/dist/browser/api/index.js +4 -0
  34. package/dist/browser/api/index.js.map +1 -0
  35. package/dist/browser/certificateRegistrationManagementClient.d.ts +19 -22
  36. package/dist/browser/certificateRegistrationManagementClient.js +26 -89
  37. package/dist/browser/certificateRegistrationManagementClient.js.map +1 -1
  38. package/dist/browser/classic/appServiceCertificateOrders/index.d.ts +55 -0
  39. package/dist/browser/classic/appServiceCertificateOrders/index.js +33 -0
  40. package/dist/browser/classic/appServiceCertificateOrders/index.js.map +1 -0
  41. package/dist/browser/classic/certificateOrdersDiagnostics/index.d.ts +13 -0
  42. package/dist/browser/classic/certificateOrdersDiagnostics/index.js +15 -0
  43. package/dist/browser/classic/certificateOrdersDiagnostics/index.js.map +1 -0
  44. package/dist/browser/classic/certificateRegistrationProvider/index.d.ts +11 -0
  45. package/dist/browser/classic/certificateRegistrationProvider/index.js +14 -0
  46. package/dist/browser/classic/certificateRegistrationProvider/index.js.map +1 -0
  47. package/dist/browser/classic/index.d.ts +4 -0
  48. package/dist/{esm/operationsInterfaces/certificateOrdersDiagnostics.js → browser/classic/index.js} +1 -1
  49. package/dist/browser/classic/index.js.map +1 -0
  50. package/dist/browser/index.d.ts +11 -3
  51. package/dist/browser/index.js +4 -6
  52. package/dist/browser/index.js.map +1 -1
  53. package/dist/browser/logger.d.ts +2 -0
  54. package/dist/browser/logger.js +5 -0
  55. package/dist/browser/logger.js.map +1 -0
  56. package/dist/browser/models/index.d.ts +1 -3113
  57. package/dist/browser/models/index.js +1 -216
  58. package/dist/browser/models/index.js.map +1 -1
  59. package/dist/browser/models/models.d.ts +787 -0
  60. package/dist/browser/models/models.js +834 -0
  61. package/dist/browser/models/models.js.map +1 -0
  62. package/dist/browser/restorePollerHelpers.d.ts +21 -0
  63. package/dist/browser/restorePollerHelpers.js +98 -0
  64. package/dist/browser/restorePollerHelpers.js.map +1 -0
  65. package/dist/browser/static-helpers/cloudSettingHelpers.d.ts +22 -0
  66. package/dist/browser/static-helpers/cloudSettingHelpers.js +38 -0
  67. package/dist/browser/static-helpers/cloudSettingHelpers.js.map +1 -0
  68. package/dist/browser/static-helpers/pagingHelpers.d.ts +74 -0
  69. package/dist/browser/static-helpers/pagingHelpers.js +143 -0
  70. package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
  71. package/dist/browser/static-helpers/pollingHelpers.d.ts +34 -0
  72. package/dist/browser/static-helpers/pollingHelpers.js +95 -0
  73. package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
  74. package/dist/browser/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  75. package/dist/browser/static-helpers/serialization/check-prop-undefined.js +17 -0
  76. package/dist/browser/static-helpers/serialization/check-prop-undefined.js.map +1 -0
  77. package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
  78. package/dist/browser/static-helpers/urlTemplate.js +200 -0
  79. package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
  80. package/dist/commonjs/api/appServiceCertificateOrders/index.d.ts +3 -0
  81. package/dist/commonjs/api/appServiceCertificateOrders/index.js +107 -0
  82. package/dist/commonjs/api/appServiceCertificateOrders/index.js.map +7 -0
  83. package/dist/commonjs/api/appServiceCertificateOrders/operations.d.ts +92 -0
  84. package/dist/commonjs/api/appServiceCertificateOrders/operations.js +893 -0
  85. package/dist/commonjs/api/appServiceCertificateOrders/operations.js.map +7 -0
  86. package/dist/commonjs/api/appServiceCertificateOrders/options.d.ts +66 -0
  87. package/dist/commonjs/api/appServiceCertificateOrders/options.js +16 -0
  88. package/dist/commonjs/api/appServiceCertificateOrders/options.js.map +7 -0
  89. package/dist/commonjs/api/certificateOrdersDiagnostics/index.d.ts +3 -0
  90. package/dist/commonjs/api/certificateOrdersDiagnostics/index.js +35 -0
  91. package/dist/commonjs/api/certificateOrdersDiagnostics/index.js.map +7 -0
  92. package/dist/commonjs/api/certificateOrdersDiagnostics/operations.d.ts +14 -0
  93. package/dist/commonjs/api/certificateOrdersDiagnostics/operations.js +131 -0
  94. package/dist/commonjs/api/certificateOrdersDiagnostics/operations.js.map +7 -0
  95. package/dist/commonjs/api/certificateOrdersDiagnostics/options.d.ts +14 -0
  96. package/dist/commonjs/api/certificateOrdersDiagnostics/options.js +16 -0
  97. package/dist/commonjs/api/certificateOrdersDiagnostics/options.js.map +7 -0
  98. package/dist/commonjs/api/certificateRegistrationManagementContext.d.ts +20 -0
  99. package/dist/commonjs/api/certificateRegistrationManagementContext.js +49 -0
  100. package/dist/commonjs/api/certificateRegistrationManagementContext.js.map +7 -0
  101. package/dist/commonjs/api/certificateRegistrationProvider/index.d.ts +3 -0
  102. package/dist/commonjs/api/certificateRegistrationProvider/index.js +31 -0
  103. package/dist/commonjs/api/certificateRegistrationProvider/index.js.map +7 -0
  104. package/dist/commonjs/api/certificateRegistrationProvider/operations.d.ts +10 -0
  105. package/dist/commonjs/api/certificateRegistrationProvider/operations.js +68 -0
  106. package/dist/commonjs/api/certificateRegistrationProvider/operations.js.map +7 -0
  107. package/dist/commonjs/api/certificateRegistrationProvider/options.d.ts +5 -0
  108. package/dist/commonjs/api/certificateRegistrationProvider/options.js +16 -0
  109. package/dist/commonjs/api/certificateRegistrationProvider/options.js.map +7 -0
  110. package/dist/commonjs/api/index.d.ts +2 -0
  111. package/dist/commonjs/api/index.js +32 -0
  112. package/dist/commonjs/api/index.js.map +7 -0
  113. package/dist/commonjs/certificateRegistrationManagementClient.d.ts +19 -22
  114. package/dist/commonjs/certificateRegistrationManagementClient.js +64 -106
  115. package/dist/commonjs/certificateRegistrationManagementClient.js.map +7 -1
  116. package/dist/commonjs/classic/appServiceCertificateOrders/index.d.ts +55 -0
  117. package/dist/commonjs/classic/appServiceCertificateOrders/index.js +101 -0
  118. package/dist/commonjs/classic/appServiceCertificateOrders/index.js.map +7 -0
  119. package/dist/commonjs/classic/certificateOrdersDiagnostics/index.d.ts +13 -0
  120. package/dist/commonjs/classic/certificateOrdersDiagnostics/index.js +50 -0
  121. package/dist/commonjs/classic/certificateOrdersDiagnostics/index.js.map +7 -0
  122. package/dist/commonjs/classic/certificateRegistrationProvider/index.d.ts +11 -0
  123. package/dist/commonjs/classic/certificateRegistrationProvider/index.js +38 -0
  124. package/dist/commonjs/classic/certificateRegistrationProvider/index.js.map +7 -0
  125. package/dist/commonjs/classic/index.d.ts +4 -0
  126. package/dist/commonjs/classic/index.js +34 -0
  127. package/dist/commonjs/classic/index.js.map +7 -0
  128. package/dist/commonjs/index.d.ts +11 -3
  129. package/dist/commonjs/index.js +227 -16
  130. package/dist/commonjs/index.js.map +7 -1
  131. package/dist/commonjs/logger.d.ts +2 -0
  132. package/dist/commonjs/logger.js +29 -0
  133. package/dist/commonjs/logger.js.map +7 -0
  134. package/dist/commonjs/models/index.d.ts +1 -3113
  135. package/dist/commonjs/models/index.js +148 -222
  136. package/dist/commonjs/models/index.js.map +7 -1
  137. package/dist/commonjs/models/models.d.ts +787 -0
  138. package/dist/commonjs/models/models.js +905 -0
  139. package/dist/commonjs/models/models.js.map +7 -0
  140. package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
  141. package/dist/commonjs/restorePollerHelpers.js +111 -0
  142. package/dist/commonjs/restorePollerHelpers.js.map +7 -0
  143. package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +22 -0
  144. package/dist/commonjs/static-helpers/cloudSettingHelpers.js +52 -0
  145. package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +7 -0
  146. package/dist/commonjs/static-helpers/pagingHelpers.d.ts +74 -0
  147. package/dist/commonjs/static-helpers/pagingHelpers.js +143 -0
  148. package/dist/commonjs/static-helpers/pagingHelpers.js.map +7 -0
  149. package/dist/commonjs/static-helpers/pollingHelpers.d.ts +34 -0
  150. package/dist/commonjs/static-helpers/pollingHelpers.js +101 -0
  151. package/dist/commonjs/static-helpers/pollingHelpers.js.map +7 -0
  152. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  153. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js +35 -0
  154. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js.map +7 -0
  155. package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
  156. package/dist/commonjs/static-helpers/urlTemplate.js +197 -0
  157. package/dist/commonjs/static-helpers/urlTemplate.js.map +7 -0
  158. package/dist/commonjs/tsdoc-metadata.json +1 -1
  159. package/dist/esm/api/appServiceCertificateOrders/index.d.ts +3 -0
  160. package/dist/esm/api/appServiceCertificateOrders/index.js +4 -0
  161. package/dist/esm/api/appServiceCertificateOrders/index.js.map +1 -0
  162. package/dist/esm/api/appServiceCertificateOrders/operations.d.ts +92 -0
  163. package/dist/esm/api/appServiceCertificateOrders/operations.js +597 -0
  164. package/dist/esm/api/appServiceCertificateOrders/operations.js.map +1 -0
  165. package/dist/esm/api/appServiceCertificateOrders/options.d.ts +66 -0
  166. package/dist/esm/api/appServiceCertificateOrders/options.js +4 -0
  167. package/dist/esm/api/appServiceCertificateOrders/options.js.map +1 -0
  168. package/dist/esm/api/certificateOrdersDiagnostics/index.d.ts +3 -0
  169. package/dist/esm/api/certificateOrdersDiagnostics/index.js +4 -0
  170. package/dist/esm/api/certificateOrdersDiagnostics/index.js.map +1 -0
  171. package/dist/esm/api/certificateOrdersDiagnostics/operations.d.ts +14 -0
  172. package/dist/esm/api/certificateOrdersDiagnostics/operations.js +74 -0
  173. package/dist/esm/api/certificateOrdersDiagnostics/operations.js.map +1 -0
  174. package/dist/esm/api/certificateOrdersDiagnostics/options.d.ts +14 -0
  175. package/dist/esm/api/certificateOrdersDiagnostics/options.js +4 -0
  176. package/dist/esm/api/certificateOrdersDiagnostics/options.js.map +1 -0
  177. package/dist/esm/api/certificateRegistrationManagementContext.d.ts +20 -0
  178. package/dist/esm/api/certificateRegistrationManagementContext.js +27 -0
  179. package/dist/esm/api/certificateRegistrationManagementContext.js.map +1 -0
  180. package/dist/esm/api/certificateRegistrationProvider/index.d.ts +3 -0
  181. package/dist/esm/api/certificateRegistrationProvider/index.js +4 -0
  182. package/dist/esm/api/certificateRegistrationProvider/index.js.map +1 -0
  183. package/dist/esm/api/certificateRegistrationProvider/operations.d.ts +10 -0
  184. package/dist/esm/api/certificateRegistrationProvider/operations.js +31 -0
  185. package/dist/esm/api/certificateRegistrationProvider/operations.js.map +1 -0
  186. package/dist/esm/api/certificateRegistrationProvider/options.d.ts +5 -0
  187. package/dist/esm/api/certificateRegistrationProvider/options.js +4 -0
  188. package/dist/esm/api/certificateRegistrationProvider/options.js.map +1 -0
  189. package/dist/esm/api/index.d.ts +2 -0
  190. package/dist/esm/api/index.js +4 -0
  191. package/dist/esm/api/index.js.map +1 -0
  192. package/dist/esm/certificateRegistrationManagementClient.d.ts +19 -22
  193. package/dist/esm/certificateRegistrationManagementClient.js +26 -89
  194. package/dist/esm/certificateRegistrationManagementClient.js.map +1 -1
  195. package/dist/esm/classic/appServiceCertificateOrders/index.d.ts +55 -0
  196. package/dist/esm/classic/appServiceCertificateOrders/index.js +33 -0
  197. package/dist/esm/classic/appServiceCertificateOrders/index.js.map +1 -0
  198. package/dist/esm/classic/certificateOrdersDiagnostics/index.d.ts +13 -0
  199. package/dist/esm/classic/certificateOrdersDiagnostics/index.js +15 -0
  200. package/dist/esm/classic/certificateOrdersDiagnostics/index.js.map +1 -0
  201. package/dist/esm/classic/certificateRegistrationProvider/index.d.ts +11 -0
  202. package/dist/esm/classic/certificateRegistrationProvider/index.js +14 -0
  203. package/dist/esm/classic/certificateRegistrationProvider/index.js.map +1 -0
  204. package/dist/esm/classic/index.d.ts +4 -0
  205. package/dist/esm/classic/index.js +4 -0
  206. package/dist/esm/classic/index.js.map +1 -0
  207. package/dist/esm/index.d.ts +11 -3
  208. package/dist/esm/index.js +4 -6
  209. package/dist/esm/index.js.map +1 -1
  210. package/dist/esm/logger.d.ts +2 -0
  211. package/dist/esm/logger.js +5 -0
  212. package/dist/esm/logger.js.map +1 -0
  213. package/dist/esm/models/index.d.ts +1 -3113
  214. package/dist/esm/models/index.js +1 -216
  215. package/dist/esm/models/index.js.map +1 -1
  216. package/dist/esm/models/models.d.ts +787 -0
  217. package/dist/esm/models/models.js +834 -0
  218. package/dist/esm/models/models.js.map +1 -0
  219. package/dist/esm/restorePollerHelpers.d.ts +21 -0
  220. package/dist/esm/restorePollerHelpers.js +98 -0
  221. package/dist/esm/restorePollerHelpers.js.map +1 -0
  222. package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +22 -0
  223. package/dist/esm/static-helpers/cloudSettingHelpers.js +38 -0
  224. package/dist/esm/static-helpers/cloudSettingHelpers.js.map +1 -0
  225. package/dist/esm/static-helpers/pagingHelpers.d.ts +74 -0
  226. package/dist/esm/static-helpers/pagingHelpers.js +143 -0
  227. package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
  228. package/dist/esm/static-helpers/pollingHelpers.d.ts +34 -0
  229. package/dist/esm/static-helpers/pollingHelpers.js +95 -0
  230. package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
  231. package/dist/esm/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  232. package/dist/esm/static-helpers/serialization/check-prop-undefined.js +17 -0
  233. package/dist/esm/static-helpers/serialization/check-prop-undefined.js.map +1 -0
  234. package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
  235. package/dist/esm/static-helpers/urlTemplate.js +200 -0
  236. package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
  237. package/package.json +144 -81
  238. package/dist/browser/certificateRegistrationManagementClient.d.ts.map +0 -1
  239. package/dist/browser/index.d.ts.map +0 -1
  240. package/dist/browser/lroImpl.d.ts +0 -11
  241. package/dist/browser/lroImpl.d.ts.map +0 -1
  242. package/dist/browser/lroImpl.js +0 -20
  243. package/dist/browser/lroImpl.js.map +0 -1
  244. package/dist/browser/models/index.d.ts.map +0 -1
  245. package/dist/browser/models/mappers.d.ts +0 -144
  246. package/dist/browser/models/mappers.d.ts.map +0 -1
  247. package/dist/browser/models/mappers.js +0 -6534
  248. package/dist/browser/models/mappers.js.map +0 -1
  249. package/dist/browser/models/parameters.d.ts +0 -24
  250. package/dist/browser/models/parameters.d.ts.map +0 -1
  251. package/dist/browser/models/parameters.js +0 -180
  252. package/dist/browser/models/parameters.js.map +0 -1
  253. package/dist/browser/operations/appServiceCertificateOrders.d.ts +0 -232
  254. package/dist/browser/operations/appServiceCertificateOrders.d.ts.map +0 -1
  255. package/dist/browser/operations/appServiceCertificateOrders.js +0 -1010
  256. package/dist/browser/operations/appServiceCertificateOrders.js.map +0 -1
  257. package/dist/browser/operations/certificateOrdersDiagnostics.d.ts +0 -47
  258. package/dist/browser/operations/certificateOrdersDiagnostics.d.ts.map +0 -1
  259. package/dist/browser/operations/certificateOrdersDiagnostics.js +0 -166
  260. package/dist/browser/operations/certificateOrdersDiagnostics.js.map +0 -1
  261. package/dist/browser/operations/certificateRegistrationProvider.d.ts +0 -34
  262. package/dist/browser/operations/certificateRegistrationProvider.d.ts.map +0 -1
  263. package/dist/browser/operations/certificateRegistrationProvider.js +0 -113
  264. package/dist/browser/operations/certificateRegistrationProvider.js.map +0 -1
  265. package/dist/browser/operations/index.d.ts +0 -4
  266. package/dist/browser/operations/index.d.ts.map +0 -1
  267. package/dist/browser/operations/index.js +0 -8
  268. package/dist/browser/operations/index.js.map +0 -1
  269. package/dist/browser/operationsInterfaces/appServiceCertificateOrders.d.ts +0 -179
  270. package/dist/browser/operationsInterfaces/appServiceCertificateOrders.d.ts.map +0 -1
  271. package/dist/browser/operationsInterfaces/appServiceCertificateOrders.js.map +0 -1
  272. package/dist/browser/operationsInterfaces/certificateOrdersDiagnostics.d.ts +0 -21
  273. package/dist/browser/operationsInterfaces/certificateOrdersDiagnostics.d.ts.map +0 -1
  274. package/dist/browser/operationsInterfaces/certificateOrdersDiagnostics.js +0 -4
  275. package/dist/browser/operationsInterfaces/certificateOrdersDiagnostics.js.map +0 -1
  276. package/dist/browser/operationsInterfaces/certificateRegistrationProvider.d.ts +0 -12
  277. package/dist/browser/operationsInterfaces/certificateRegistrationProvider.d.ts.map +0 -1
  278. package/dist/browser/operationsInterfaces/certificateRegistrationProvider.js +0 -4
  279. package/dist/browser/operationsInterfaces/certificateRegistrationProvider.js.map +0 -1
  280. package/dist/browser/operationsInterfaces/index.d.ts +0 -4
  281. package/dist/browser/operationsInterfaces/index.d.ts.map +0 -1
  282. package/dist/browser/operationsInterfaces/index.js +0 -8
  283. package/dist/browser/operationsInterfaces/index.js.map +0 -1
  284. package/dist/browser/pagingHelper.d.ts +0 -13
  285. package/dist/browser/pagingHelper.d.ts.map +0 -1
  286. package/dist/browser/pagingHelper.js +0 -25
  287. package/dist/browser/pagingHelper.js.map +0 -1
  288. package/dist/commonjs/certificateRegistrationManagementClient.d.ts.map +0 -1
  289. package/dist/commonjs/index.d.ts.map +0 -1
  290. package/dist/commonjs/lroImpl.d.ts +0 -11
  291. package/dist/commonjs/lroImpl.d.ts.map +0 -1
  292. package/dist/commonjs/lroImpl.js +0 -23
  293. package/dist/commonjs/lroImpl.js.map +0 -1
  294. package/dist/commonjs/models/index.d.ts.map +0 -1
  295. package/dist/commonjs/models/mappers.d.ts +0 -144
  296. package/dist/commonjs/models/mappers.d.ts.map +0 -1
  297. package/dist/commonjs/models/mappers.js +0 -6539
  298. package/dist/commonjs/models/mappers.js.map +0 -1
  299. package/dist/commonjs/models/parameters.d.ts +0 -24
  300. package/dist/commonjs/models/parameters.d.ts.map +0 -1
  301. package/dist/commonjs/models/parameters.js +0 -183
  302. package/dist/commonjs/models/parameters.js.map +0 -1
  303. package/dist/commonjs/operations/appServiceCertificateOrders.d.ts +0 -232
  304. package/dist/commonjs/operations/appServiceCertificateOrders.d.ts.map +0 -1
  305. package/dist/commonjs/operations/appServiceCertificateOrders.js +0 -1015
  306. package/dist/commonjs/operations/appServiceCertificateOrders.js.map +0 -1
  307. package/dist/commonjs/operations/certificateOrdersDiagnostics.d.ts +0 -47
  308. package/dist/commonjs/operations/certificateOrdersDiagnostics.d.ts.map +0 -1
  309. package/dist/commonjs/operations/certificateOrdersDiagnostics.js +0 -171
  310. package/dist/commonjs/operations/certificateOrdersDiagnostics.js.map +0 -1
  311. package/dist/commonjs/operations/certificateRegistrationProvider.d.ts +0 -34
  312. package/dist/commonjs/operations/certificateRegistrationProvider.d.ts.map +0 -1
  313. package/dist/commonjs/operations/certificateRegistrationProvider.js +0 -118
  314. package/dist/commonjs/operations/certificateRegistrationProvider.js.map +0 -1
  315. package/dist/commonjs/operations/index.d.ts +0 -4
  316. package/dist/commonjs/operations/index.d.ts.map +0 -1
  317. package/dist/commonjs/operations/index.js +0 -11
  318. package/dist/commonjs/operations/index.js.map +0 -1
  319. package/dist/commonjs/operationsInterfaces/appServiceCertificateOrders.d.ts +0 -179
  320. package/dist/commonjs/operationsInterfaces/appServiceCertificateOrders.d.ts.map +0 -1
  321. package/dist/commonjs/operationsInterfaces/appServiceCertificateOrders.js +0 -5
  322. package/dist/commonjs/operationsInterfaces/appServiceCertificateOrders.js.map +0 -1
  323. package/dist/commonjs/operationsInterfaces/certificateOrdersDiagnostics.d.ts +0 -21
  324. package/dist/commonjs/operationsInterfaces/certificateOrdersDiagnostics.d.ts.map +0 -1
  325. package/dist/commonjs/operationsInterfaces/certificateOrdersDiagnostics.js +0 -5
  326. package/dist/commonjs/operationsInterfaces/certificateOrdersDiagnostics.js.map +0 -1
  327. package/dist/commonjs/operationsInterfaces/certificateRegistrationProvider.d.ts +0 -12
  328. package/dist/commonjs/operationsInterfaces/certificateRegistrationProvider.d.ts.map +0 -1
  329. package/dist/commonjs/operationsInterfaces/certificateRegistrationProvider.js +0 -5
  330. package/dist/commonjs/operationsInterfaces/certificateRegistrationProvider.js.map +0 -1
  331. package/dist/commonjs/operationsInterfaces/index.d.ts +0 -4
  332. package/dist/commonjs/operationsInterfaces/index.d.ts.map +0 -1
  333. package/dist/commonjs/operationsInterfaces/index.js +0 -11
  334. package/dist/commonjs/operationsInterfaces/index.js.map +0 -1
  335. package/dist/commonjs/pagingHelper.d.ts +0 -13
  336. package/dist/commonjs/pagingHelper.d.ts.map +0 -1
  337. package/dist/commonjs/pagingHelper.js +0 -29
  338. package/dist/commonjs/pagingHelper.js.map +0 -1
  339. package/dist/esm/certificateRegistrationManagementClient.d.ts.map +0 -1
  340. package/dist/esm/index.d.ts.map +0 -1
  341. package/dist/esm/lroImpl.d.ts +0 -11
  342. package/dist/esm/lroImpl.d.ts.map +0 -1
  343. package/dist/esm/lroImpl.js +0 -20
  344. package/dist/esm/lroImpl.js.map +0 -1
  345. package/dist/esm/models/index.d.ts.map +0 -1
  346. package/dist/esm/models/mappers.d.ts +0 -144
  347. package/dist/esm/models/mappers.d.ts.map +0 -1
  348. package/dist/esm/models/mappers.js +0 -6534
  349. package/dist/esm/models/mappers.js.map +0 -1
  350. package/dist/esm/models/parameters.d.ts +0 -24
  351. package/dist/esm/models/parameters.d.ts.map +0 -1
  352. package/dist/esm/models/parameters.js +0 -180
  353. package/dist/esm/models/parameters.js.map +0 -1
  354. package/dist/esm/operations/appServiceCertificateOrders.d.ts +0 -232
  355. package/dist/esm/operations/appServiceCertificateOrders.d.ts.map +0 -1
  356. package/dist/esm/operations/appServiceCertificateOrders.js +0 -1010
  357. package/dist/esm/operations/appServiceCertificateOrders.js.map +0 -1
  358. package/dist/esm/operations/certificateOrdersDiagnostics.d.ts +0 -47
  359. package/dist/esm/operations/certificateOrdersDiagnostics.d.ts.map +0 -1
  360. package/dist/esm/operations/certificateOrdersDiagnostics.js +0 -166
  361. package/dist/esm/operations/certificateOrdersDiagnostics.js.map +0 -1
  362. package/dist/esm/operations/certificateRegistrationProvider.d.ts +0 -34
  363. package/dist/esm/operations/certificateRegistrationProvider.d.ts.map +0 -1
  364. package/dist/esm/operations/certificateRegistrationProvider.js +0 -113
  365. package/dist/esm/operations/certificateRegistrationProvider.js.map +0 -1
  366. package/dist/esm/operations/index.d.ts +0 -4
  367. package/dist/esm/operations/index.d.ts.map +0 -1
  368. package/dist/esm/operations/index.js +0 -8
  369. package/dist/esm/operations/index.js.map +0 -1
  370. package/dist/esm/operationsInterfaces/appServiceCertificateOrders.d.ts +0 -179
  371. package/dist/esm/operationsInterfaces/appServiceCertificateOrders.d.ts.map +0 -1
  372. package/dist/esm/operationsInterfaces/appServiceCertificateOrders.js.map +0 -1
  373. package/dist/esm/operationsInterfaces/certificateOrdersDiagnostics.d.ts +0 -21
  374. package/dist/esm/operationsInterfaces/certificateOrdersDiagnostics.d.ts.map +0 -1
  375. package/dist/esm/operationsInterfaces/certificateOrdersDiagnostics.js.map +0 -1
  376. package/dist/esm/operationsInterfaces/certificateRegistrationProvider.d.ts +0 -12
  377. package/dist/esm/operationsInterfaces/certificateRegistrationProvider.d.ts.map +0 -1
  378. package/dist/esm/operationsInterfaces/certificateRegistrationProvider.js +0 -4
  379. package/dist/esm/operationsInterfaces/certificateRegistrationProvider.js.map +0 -1
  380. package/dist/esm/operationsInterfaces/index.d.ts +0 -4
  381. package/dist/esm/operationsInterfaces/index.d.ts.map +0 -1
  382. package/dist/esm/operationsInterfaces/index.js +0 -8
  383. package/dist/esm/operationsInterfaces/index.js.map +0 -1
  384. package/dist/esm/pagingHelper.d.ts +0 -13
  385. package/dist/esm/pagingHelper.d.ts.map +0 -1
  386. package/dist/esm/pagingHelper.js +0 -25
  387. package/dist/esm/pagingHelper.js.map +0 -1
  388. package/dist/react-native/certificateRegistrationManagementClient.d.ts +0 -24
  389. package/dist/react-native/certificateRegistrationManagementClient.d.ts.map +0 -1
  390. package/dist/react-native/certificateRegistrationManagementClient.js +0 -103
  391. package/dist/react-native/certificateRegistrationManagementClient.js.map +0 -1
  392. package/dist/react-native/index.d.ts +0 -5
  393. package/dist/react-native/index.d.ts.map +0 -1
  394. package/dist/react-native/index.js +0 -10
  395. package/dist/react-native/index.js.map +0 -1
  396. package/dist/react-native/lroImpl.d.ts +0 -11
  397. package/dist/react-native/lroImpl.d.ts.map +0 -1
  398. package/dist/react-native/lroImpl.js +0 -20
  399. package/dist/react-native/lroImpl.js.map +0 -1
  400. package/dist/react-native/models/index.d.ts +0 -3114
  401. package/dist/react-native/models/index.d.ts.map +0 -1
  402. package/dist/react-native/models/index.js +0 -219
  403. package/dist/react-native/models/index.js.map +0 -1
  404. package/dist/react-native/models/mappers.d.ts +0 -144
  405. package/dist/react-native/models/mappers.d.ts.map +0 -1
  406. package/dist/react-native/models/mappers.js +0 -6534
  407. package/dist/react-native/models/mappers.js.map +0 -1
  408. package/dist/react-native/models/parameters.d.ts +0 -24
  409. package/dist/react-native/models/parameters.d.ts.map +0 -1
  410. package/dist/react-native/models/parameters.js +0 -180
  411. package/dist/react-native/models/parameters.js.map +0 -1
  412. package/dist/react-native/operations/appServiceCertificateOrders.d.ts +0 -232
  413. package/dist/react-native/operations/appServiceCertificateOrders.d.ts.map +0 -1
  414. package/dist/react-native/operations/appServiceCertificateOrders.js +0 -1010
  415. package/dist/react-native/operations/appServiceCertificateOrders.js.map +0 -1
  416. package/dist/react-native/operations/certificateOrdersDiagnostics.d.ts +0 -47
  417. package/dist/react-native/operations/certificateOrdersDiagnostics.d.ts.map +0 -1
  418. package/dist/react-native/operations/certificateOrdersDiagnostics.js +0 -166
  419. package/dist/react-native/operations/certificateOrdersDiagnostics.js.map +0 -1
  420. package/dist/react-native/operations/certificateRegistrationProvider.d.ts +0 -34
  421. package/dist/react-native/operations/certificateRegistrationProvider.d.ts.map +0 -1
  422. package/dist/react-native/operations/certificateRegistrationProvider.js +0 -113
  423. package/dist/react-native/operations/certificateRegistrationProvider.js.map +0 -1
  424. package/dist/react-native/operations/index.d.ts +0 -4
  425. package/dist/react-native/operations/index.d.ts.map +0 -1
  426. package/dist/react-native/operations/index.js +0 -8
  427. package/dist/react-native/operations/index.js.map +0 -1
  428. package/dist/react-native/operationsInterfaces/appServiceCertificateOrders.d.ts +0 -179
  429. package/dist/react-native/operationsInterfaces/appServiceCertificateOrders.d.ts.map +0 -1
  430. package/dist/react-native/operationsInterfaces/appServiceCertificateOrders.js.map +0 -1
  431. package/dist/react-native/operationsInterfaces/certificateOrdersDiagnostics.d.ts +0 -21
  432. package/dist/react-native/operationsInterfaces/certificateOrdersDiagnostics.d.ts.map +0 -1
  433. package/dist/react-native/operationsInterfaces/certificateOrdersDiagnostics.js +0 -4
  434. package/dist/react-native/operationsInterfaces/certificateOrdersDiagnostics.js.map +0 -1
  435. package/dist/react-native/operationsInterfaces/certificateRegistrationProvider.d.ts +0 -12
  436. package/dist/react-native/operationsInterfaces/certificateRegistrationProvider.d.ts.map +0 -1
  437. package/dist/react-native/operationsInterfaces/certificateRegistrationProvider.js +0 -4
  438. package/dist/react-native/operationsInterfaces/certificateRegistrationProvider.js.map +0 -1
  439. package/dist/react-native/operationsInterfaces/index.d.ts +0 -4
  440. package/dist/react-native/operationsInterfaces/index.d.ts.map +0 -1
  441. package/dist/react-native/operationsInterfaces/index.js +0 -8
  442. package/dist/react-native/operationsInterfaces/index.js.map +0 -1
  443. package/dist/react-native/package.json +0 -3
  444. package/dist/react-native/pagingHelper.d.ts +0 -13
  445. package/dist/react-native/pagingHelper.d.ts.map +0 -1
  446. package/dist/react-native/pagingHelper.js +0 -25
  447. package/dist/react-native/pagingHelper.js.map +0 -1
@@ -0,0 +1 @@
1
+ {"version":3,"file":"models.js","sourceRoot":"","sources":["../../../src/models/models.ts"],"names":[],"mappings":"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","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { areAllPropsUndefined } from \"../static-helpers/serialization/check-prop-undefined.js\";\n\n/**\n * This file contains only generated model types and their (de)serializers.\n * Disable the following rules for internal models with '_' prefix and deserializers which require 'any' for raw JSON input.\n */\n/* eslint-disable @typescript-eslint/naming-convention */\n/* eslint-disable @typescript-eslint/explicit-module-boundary-types */\n/** SSL certificate purchase order. */\nexport interface AppServiceCertificateOrder extends TrackedResource {\n /** Kind of resource */\n kind?: string;\n /** State of the Key Vault secret. */\n certificates?: Record<string, AppServiceCertificate>;\n /** Certificate distinguished name. */\n distinguishedName?: string;\n /** Domain verification token. */\n readonly domainVerificationToken?: string;\n /** Duration in years (must be 1). */\n validityInYears?: number;\n /** Certificate key size. */\n keySize?: number;\n /** Certificate product type. */\n productType?: CertificateProductType;\n /** <code>true</code> if the certificate should be automatically renewed when it expires; otherwise, <code>false</code>. */\n autoRenew?: boolean;\n /** Status of certificate order. */\n readonly provisioningState?: ProvisioningState;\n /** Current order status. */\n readonly status?: CertificateOrderStatus;\n /** Signed certificate. */\n readonly signedCertificate?: CertificateDetails;\n /** Last CSR that was created for this order. */\n csr?: string;\n /** Intermediate certificate. */\n readonly intermediate?: CertificateDetails;\n /** Root certificate. */\n readonly root?: CertificateDetails;\n /** Current serial number of the certificate. */\n readonly serialNumber?: string;\n /** Certificate last issuance time. */\n readonly lastCertificateIssuanceTime?: Date;\n /** Certificate expiration time. */\n readonly expirationTime?: Date;\n /** <code>true</code> if private key is external; otherwise, <code>false</code>. */\n readonly isPrivateKeyExternal?: boolean;\n /** Reasons why App Service Certificate is not renewable at the current moment. */\n readonly appServiceCertificateNotRenewableReasons?: ResourceNotRenewableReason[];\n /** Time stamp when the certificate would be auto renewed next */\n readonly nextAutoRenewalTimeStamp?: Date;\n /** Contact info */\n readonly contact?: CertificateOrderContact;\n}\n\nexport function appServiceCertificateOrderSerializer(item: AppServiceCertificateOrder): any {\n return {\n tags: item[\"tags\"],\n location: item[\"location\"],\n properties: areAllPropsUndefined(item, [\n \"certificates\",\n \"distinguishedName\",\n \"validityInYears\",\n \"keySize\",\n \"productType\",\n \"autoRenew\",\n \"csr\",\n ])\n ? undefined\n : _appServiceCertificateOrderPropertiesSerializer(item),\n kind: item[\"kind\"],\n };\n}\n\nexport function appServiceCertificateOrderDeserializer(item: any): AppServiceCertificateOrder {\n return {\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n location: item[\"location\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _appServiceCertificateOrderPropertiesDeserializer(item[\"properties\"])),\n kind: item[\"kind\"],\n };\n}\n\n/** AppServiceCertificateOrder resource specific properties */\nexport interface AppServiceCertificateOrderProperties {\n /** State of the Key Vault secret. */\n certificates?: Record<string, AppServiceCertificate>;\n /** Certificate distinguished name. */\n distinguishedName?: string;\n /** Domain verification token. */\n readonly domainVerificationToken?: string;\n /** Duration in years (must be 1). */\n validityInYears?: number;\n /** Certificate key size. */\n keySize?: number;\n /** Certificate product type. */\n productType: CertificateProductType;\n /** <code>true</code> if the certificate should be automatically renewed when it expires; otherwise, <code>false</code>. */\n autoRenew?: boolean;\n /** Status of certificate order. */\n readonly provisioningState?: ProvisioningState;\n /** Current order status. */\n readonly status?: CertificateOrderStatus;\n /** Signed certificate. */\n readonly signedCertificate?: CertificateDetails;\n /** Last CSR that was created for this order. */\n csr?: string;\n /** Intermediate certificate. */\n readonly intermediate?: CertificateDetails;\n /** Root certificate. */\n readonly root?: CertificateDetails;\n /** Current serial number of the certificate. */\n readonly serialNumber?: string;\n /** Certificate last issuance time. */\n readonly lastCertificateIssuanceTime?: Date;\n /** Certificate expiration time. */\n readonly expirationTime?: Date;\n /** <code>true</code> if private key is external; otherwise, <code>false</code>. */\n readonly isPrivateKeyExternal?: boolean;\n /** Reasons why App Service Certificate is not renewable at the current moment. */\n readonly appServiceCertificateNotRenewableReasons?: ResourceNotRenewableReason[];\n /** Time stamp when the certificate would be auto renewed next */\n readonly nextAutoRenewalTimeStamp?: Date;\n /** Contact info */\n readonly contact?: CertificateOrderContact;\n}\n\nexport function appServiceCertificateOrderPropertiesSerializer(\n item: AppServiceCertificateOrderProperties,\n): any {\n return {\n certificates: !item[\"certificates\"]\n ? item[\"certificates\"]\n : appServiceCertificateRecordSerializer(item[\"certificates\"]),\n distinguishedName: item[\"distinguishedName\"],\n validityInYears: item[\"validityInYears\"],\n keySize: item[\"keySize\"],\n productType: item[\"productType\"],\n autoRenew: item[\"autoRenew\"],\n csr: item[\"csr\"],\n };\n}\n\nexport function appServiceCertificateOrderPropertiesDeserializer(\n item: any,\n): AppServiceCertificateOrderProperties {\n return {\n certificates: !item[\"certificates\"]\n ? item[\"certificates\"]\n : appServiceCertificateRecordDeserializer(item[\"certificates\"]),\n distinguishedName: item[\"distinguishedName\"],\n domainVerificationToken: item[\"domainVerificationToken\"],\n validityInYears: item[\"validityInYears\"],\n keySize: item[\"keySize\"],\n productType: item[\"productType\"],\n autoRenew: item[\"autoRenew\"],\n provisioningState: item[\"provisioningState\"],\n status: item[\"status\"],\n signedCertificate: !item[\"signedCertificate\"]\n ? item[\"signedCertificate\"]\n : certificateDetailsDeserializer(item[\"signedCertificate\"]),\n csr: item[\"csr\"],\n intermediate: !item[\"intermediate\"]\n ? item[\"intermediate\"]\n : certificateDetailsDeserializer(item[\"intermediate\"]),\n root: !item[\"root\"] ? item[\"root\"] : certificateDetailsDeserializer(item[\"root\"]),\n serialNumber: item[\"serialNumber\"],\n lastCertificateIssuanceTime: !item[\"lastCertificateIssuanceTime\"]\n ? item[\"lastCertificateIssuanceTime\"]\n : new Date(item[\"lastCertificateIssuanceTime\"]),\n expirationTime: !item[\"expirationTime\"]\n ? item[\"expirationTime\"]\n : new Date(item[\"expirationTime\"]),\n isPrivateKeyExternal: item[\"isPrivateKeyExternal\"],\n appServiceCertificateNotRenewableReasons: !item[\"appServiceCertificateNotRenewableReasons\"]\n ? item[\"appServiceCertificateNotRenewableReasons\"]\n : item[\"appServiceCertificateNotRenewableReasons\"].map((p: any) => {\n return p;\n }),\n nextAutoRenewalTimeStamp: !item[\"nextAutoRenewalTimeStamp\"]\n ? item[\"nextAutoRenewalTimeStamp\"]\n : new Date(item[\"nextAutoRenewalTimeStamp\"]),\n contact: !item[\"contact\"]\n ? item[\"contact\"]\n : certificateOrderContactDeserializer(item[\"contact\"]),\n };\n}\n\nexport function appServiceCertificateRecordSerializer(\n item: Record<string, AppServiceCertificate>,\n): Record<string, any> {\n const result: Record<string, any> = {};\n Object.keys(item).map((key) => {\n result[key] = !item[key] ? item[key] : appServiceCertificateSerializer(item[key]);\n });\n return result;\n}\n\nexport function appServiceCertificateRecordDeserializer(\n item: Record<string, any>,\n): Record<string, AppServiceCertificate> {\n const result: Record<string, any> = {};\n Object.keys(item).map((key) => {\n result[key] = !item[key] ? item[key] : appServiceCertificateDeserializer(item[key]);\n });\n return result;\n}\n\n/** Key Vault container for a certificate that is purchased through Azure. */\nexport interface AppServiceCertificate {\n /** Key Vault resource Id. */\n keyVaultId?: string;\n /** Key Vault secret name. */\n keyVaultSecretName?: string;\n /** Status of the Key Vault secret. */\n readonly provisioningState?: KeyVaultSecretStatus;\n}\n\nexport function appServiceCertificateSerializer(item: AppServiceCertificate): any {\n return { keyVaultId: item[\"keyVaultId\"], keyVaultSecretName: item[\"keyVaultSecretName\"] };\n}\n\nexport function appServiceCertificateDeserializer(item: any): AppServiceCertificate {\n return {\n keyVaultId: item[\"keyVaultId\"],\n keyVaultSecretName: item[\"keyVaultSecretName\"],\n provisioningState: item[\"provisioningState\"],\n };\n}\n\n/** Status of the Key Vault secret. */\nexport type KeyVaultSecretStatus =\n | \"Initialized\"\n | \"WaitingOnCertificateOrder\"\n | \"Succeeded\"\n | \"CertificateOrderFailed\"\n | \"OperationNotPermittedOnKeyVault\"\n | \"AzureServiceUnauthorizedToAccessKeyVault\"\n | \"KeyVaultDoesNotExist\"\n | \"KeyVaultSecretDoesNotExist\"\n | \"UnknownError\"\n | \"ExternalPrivateKey\"\n | \"Unknown\";\n/** Certificate product type. */\nexport type CertificateProductType =\n | \"StandardDomainValidatedSsl\"\n | \"StandardDomainValidatedWildCardSsl\";\n/** Status of certificate order. */\nexport type ProvisioningState = \"Succeeded\" | \"Failed\" | \"Canceled\" | \"InProgress\" | \"Deleting\";\n/** Current order status. */\nexport type CertificateOrderStatus =\n | \"Pendingissuance\"\n | \"Issued\"\n | \"Revoked\"\n | \"Canceled\"\n | \"Denied\"\n | \"Pendingrevocation\"\n | \"PendingRekey\"\n | \"Unused\"\n | \"Expired\"\n | \"NotSubmitted\";\n\n/** SSL certificate details. */\nexport interface CertificateDetails {\n /** Certificate Version. */\n readonly version?: number;\n /** Certificate Serial Number. */\n readonly serialNumber?: string;\n /** Certificate Thumbprint. */\n readonly thumbprint?: string;\n /** Certificate Subject. */\n readonly subject?: string;\n /** Date Certificate is valid from. */\n readonly notBefore?: Date;\n /** Date Certificate is valid to. */\n readonly notAfter?: Date;\n /** Certificate Signature algorithm. */\n readonly signatureAlgorithm?: string;\n /** Certificate Issuer. */\n readonly issuer?: string;\n /** Raw certificate data. */\n readonly rawData?: string;\n}\n\nexport function certificateDetailsDeserializer(item: any): CertificateDetails {\n return {\n version: item[\"version\"],\n serialNumber: item[\"serialNumber\"],\n thumbprint: item[\"thumbprint\"],\n subject: item[\"subject\"],\n notBefore: !item[\"notBefore\"] ? item[\"notBefore\"] : new Date(item[\"notBefore\"]),\n notAfter: !item[\"notAfter\"] ? item[\"notAfter\"] : new Date(item[\"notAfter\"]),\n signatureAlgorithm: item[\"signatureAlgorithm\"],\n issuer: item[\"issuer\"],\n rawData: item[\"rawData\"],\n };\n}\n\n/** Known values of {@link ResourceNotRenewableReason} that the service accepts. */\nexport enum KnownResourceNotRenewableReason {\n /** RegistrationStatusNotSupportedForRenewal */\n RegistrationStatusNotSupportedForRenewal = \"RegistrationStatusNotSupportedForRenewal\",\n /** ExpirationNotInRenewalTimeRange */\n ExpirationNotInRenewalTimeRange = \"ExpirationNotInRenewalTimeRange\",\n /** SubscriptionNotActive */\n SubscriptionNotActive = \"SubscriptionNotActive\",\n}\n\n/** Type of ResourceNotRenewableReason */\nexport type ResourceNotRenewableReason = string;\n\n/** model interface CertificateOrderContact */\nexport interface CertificateOrderContact {\n email?: string;\n nameFirst?: string;\n nameLast?: string;\n phone?: string;\n}\n\nexport function certificateOrderContactDeserializer(item: any): CertificateOrderContact {\n return {\n email: item[\"email\"],\n nameFirst: item[\"nameFirst\"],\n nameLast: item[\"nameLast\"],\n phone: item[\"phone\"],\n };\n}\n\n/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */\nexport interface TrackedResource extends Resource {\n /** Resource tags. */\n tags?: Record<string, string>;\n /** The geo-location where the resource lives */\n location: string;\n}\n\nexport function trackedResourceSerializer(item: TrackedResource): any {\n return { tags: item[\"tags\"], location: item[\"location\"] };\n}\n\nexport function trackedResourceDeserializer(item: any): TrackedResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n location: item[\"location\"],\n };\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /** Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} */\n readonly id?: string;\n /** The name of the resource */\n readonly name?: string;\n /** The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\" */\n readonly type?: string;\n /** Azure Resource Manager metadata containing createdBy and modifiedBy information. */\n readonly systemData?: SystemData;\n}\n\nexport function resourceSerializer(item: Resource): any {\n return item;\n}\n\nexport function resourceDeserializer(item: any): Resource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n };\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\nexport function systemDataDeserializer(item: any): SystemData {\n return {\n createdBy: item[\"createdBy\"],\n createdByType: item[\"createdByType\"],\n createdAt: !item[\"createdAt\"] ? item[\"createdAt\"] : new Date(item[\"createdAt\"]),\n lastModifiedBy: item[\"lastModifiedBy\"],\n lastModifiedByType: item[\"lastModifiedByType\"],\n lastModifiedAt: !item[\"lastModifiedAt\"]\n ? item[\"lastModifiedAt\"]\n : new Date(item[\"lastModifiedAt\"]),\n };\n}\n\n/** The kind of entity that created the resource. */\nexport enum KnownCreatedByType {\n /** The entity was created by a user. */\n User = \"User\",\n /** The entity was created by an application. */\n Application = \"Application\",\n /** The entity was created by a managed identity. */\n ManagedIdentity = \"ManagedIdentity\",\n /** The entity was created by a key. */\n Key = \"Key\",\n}\n\n/**\n * The kind of entity that created the resource. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User**: The entity was created by a user. \\\n * **Application**: The entity was created by an application. \\\n * **ManagedIdentity**: The entity was created by a managed identity. \\\n * **Key**: The entity was created by a key.\n */\nexport type CreatedByType = string;\n\n/** App Service error response. */\nexport interface DefaultErrorResponse {\n /** Error model. */\n readonly error?: DefaultErrorResponseError;\n}\n\nexport function defaultErrorResponseDeserializer(item: any): DefaultErrorResponse {\n return {\n error: !item[\"error\"] ? item[\"error\"] : defaultErrorResponseErrorDeserializer(item[\"error\"]),\n };\n}\n\n/** Error model. */\nexport interface DefaultErrorResponseError {\n /** Standardized string to programmatically identify the error. */\n readonly code?: string;\n /** Detailed error description and debugging information. */\n readonly message?: string;\n /** Detailed error description and debugging information. */\n readonly target?: string;\n details?: DefaultErrorResponseErrorDetailsItem[];\n /** More information to debug error. */\n readonly innererror?: string;\n}\n\nexport function defaultErrorResponseErrorDeserializer(item: any): DefaultErrorResponseError {\n return {\n code: item[\"code\"],\n message: item[\"message\"],\n target: item[\"target\"],\n details: !item[\"details\"]\n ? item[\"details\"]\n : defaultErrorResponseErrorDetailsItemArrayDeserializer(item[\"details\"]),\n innererror: item[\"innererror\"],\n };\n}\n\nexport function defaultErrorResponseErrorDetailsItemArrayDeserializer(\n result: Array<DefaultErrorResponseErrorDetailsItem>,\n): any[] {\n return result.map((item) => {\n return defaultErrorResponseErrorDetailsItemDeserializer(item);\n });\n}\n\n/** Detailed errors. */\nexport interface DefaultErrorResponseErrorDetailsItem {\n /** Standardized string to programmatically identify the error. */\n readonly code?: string;\n /** Detailed error description and debugging information. */\n readonly message?: string;\n /** Detailed error description and debugging information. */\n readonly target?: string;\n}\n\nexport function defaultErrorResponseErrorDetailsItemDeserializer(\n item: any,\n): DefaultErrorResponseErrorDetailsItem {\n return {\n code: item[\"code\"],\n message: item[\"message\"],\n target: item[\"target\"],\n };\n}\n\n/** ARM resource for a certificate order that is purchased through Azure. */\nexport interface AppServiceCertificateOrderPatchResource extends ProxyOnlyResource {\n /** State of the Key Vault secret. */\n certificates?: Record<string, AppServiceCertificate>;\n /** Certificate distinguished name. */\n distinguishedName?: string;\n /** Domain verification token. */\n readonly domainVerificationToken?: string;\n /** Duration in years (must be 1). */\n validityInYears?: number;\n /** Certificate key size. */\n keySize?: number;\n /** Certificate product type. */\n productType?: CertificateProductType;\n /** <code>true</code> if the certificate should be automatically renewed when it expires; otherwise, <code>false</code>. */\n autoRenew?: boolean;\n /** Status of certificate order. */\n readonly provisioningState?: ProvisioningState;\n /** Current order status. */\n readonly status?: CertificateOrderStatus;\n /** Signed certificate. */\n readonly signedCertificate?: CertificateDetails;\n /** Last CSR that was created for this order. */\n csr?: string;\n /** Intermediate certificate. */\n readonly intermediate?: CertificateDetails;\n /** Root certificate. */\n readonly root?: CertificateDetails;\n /** Current serial number of the certificate. */\n readonly serialNumber?: string;\n /** Certificate last issuance time. */\n readonly lastCertificateIssuanceTime?: Date;\n /** Certificate expiration time. */\n readonly expirationTime?: Date;\n /** <code>true</code> if private key is external; otherwise, <code>false</code>. */\n readonly isPrivateKeyExternal?: boolean;\n /** Reasons why App Service Certificate is not renewable at the current moment. */\n readonly appServiceCertificateNotRenewableReasons?: ResourceNotRenewableReason[];\n /** Time stamp when the certificate would be auto renewed next */\n readonly nextAutoRenewalTimeStamp?: Date;\n /** Contact info */\n readonly contact?: CertificateOrderContact;\n}\n\nexport function appServiceCertificateOrderPatchResourceSerializer(\n item: AppServiceCertificateOrderPatchResource,\n): any {\n return {\n kind: item[\"kind\"],\n properties: areAllPropsUndefined(item, [\n \"certificates\",\n \"distinguishedName\",\n \"validityInYears\",\n \"keySize\",\n \"productType\",\n \"autoRenew\",\n \"csr\",\n ])\n ? undefined\n : _appServiceCertificateOrderPatchResourcePropertiesSerializer(item),\n };\n}\n\n/** AppServiceCertificateOrderPatchResource resource specific properties */\nexport interface AppServiceCertificateOrderPatchResourceProperties {\n /** State of the Key Vault secret. */\n certificates?: Record<string, AppServiceCertificate>;\n /** Certificate distinguished name. */\n distinguishedName?: string;\n /** Domain verification token. */\n readonly domainVerificationToken?: string;\n /** Duration in years (must be 1). */\n validityInYears?: number;\n /** Certificate key size. */\n keySize?: number;\n /** Certificate product type. */\n productType: CertificateProductType;\n /** <code>true</code> if the certificate should be automatically renewed when it expires; otherwise, <code>false</code>. */\n autoRenew?: boolean;\n /** Status of certificate order. */\n readonly provisioningState?: ProvisioningState;\n /** Current order status. */\n readonly status?: CertificateOrderStatus;\n /** Signed certificate. */\n readonly signedCertificate?: CertificateDetails;\n /** Last CSR that was created for this order. */\n csr?: string;\n /** Intermediate certificate. */\n readonly intermediate?: CertificateDetails;\n /** Root certificate. */\n readonly root?: CertificateDetails;\n /** Current serial number of the certificate. */\n readonly serialNumber?: string;\n /** Certificate last issuance time. */\n readonly lastCertificateIssuanceTime?: Date;\n /** Certificate expiration time. */\n readonly expirationTime?: Date;\n /** <code>true</code> if private key is external; otherwise, <code>false</code>. */\n readonly isPrivateKeyExternal?: boolean;\n /** Reasons why App Service Certificate is not renewable at the current moment. */\n readonly appServiceCertificateNotRenewableReasons?: ResourceNotRenewableReason[];\n /** Time stamp when the certificate would be auto renewed next */\n readonly nextAutoRenewalTimeStamp?: Date;\n /** Contact info */\n readonly contact?: CertificateOrderContact;\n}\n\nexport function appServiceCertificateOrderPatchResourcePropertiesSerializer(\n item: AppServiceCertificateOrderPatchResourceProperties,\n): any {\n return {\n certificates: !item[\"certificates\"]\n ? item[\"certificates\"]\n : appServiceCertificateRecordSerializer(item[\"certificates\"]),\n distinguishedName: item[\"distinguishedName\"],\n validityInYears: item[\"validityInYears\"],\n keySize: item[\"keySize\"],\n productType: item[\"productType\"],\n autoRenew: item[\"autoRenew\"],\n csr: item[\"csr\"],\n };\n}\n\n/** Azure proxy only resource. This resource is not tracked by Azure Resource Manager. */\nexport interface ProxyOnlyResource {\n /** Resource Id. */\n readonly id?: string;\n /** Resource Name. */\n readonly name?: string;\n /** Kind of resource. */\n kind?: string;\n /** Resource type. */\n readonly type?: string;\n}\n\nexport function proxyOnlyResourceSerializer(item: ProxyOnlyResource): any {\n return { kind: item[\"kind\"] };\n}\n\n/** Collection of certificate orders. */\nexport interface _AppServiceCertificateOrderCollection {\n /** Collection of resources. */\n value: AppServiceCertificateOrder[];\n /** Link to next page of resources. */\n nextLink?: string;\n}\n\nexport function _appServiceCertificateOrderCollectionDeserializer(\n item: any,\n): _AppServiceCertificateOrderCollection {\n return {\n value: appServiceCertificateOrderArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function appServiceCertificateOrderArraySerializer(\n result: Array<AppServiceCertificateOrder>,\n): any[] {\n return result.map((item) => {\n return appServiceCertificateOrderSerializer(item);\n });\n}\n\nexport function appServiceCertificateOrderArrayDeserializer(\n result: Array<AppServiceCertificateOrder>,\n): any[] {\n return result.map((item) => {\n return appServiceCertificateOrderDeserializer(item);\n });\n}\n\n/** Class representing certificate reissue request. */\nexport interface ReissueCertificateOrderRequest extends ProxyOnlyResource {\n /** Certificate Key Size. */\n keySize?: number;\n /** Delay in hours to revoke existing certificate after the new certificate is issued. */\n delayExistingRevokeInHours?: number;\n /** Csr to be used for re-key operation. */\n csr?: string;\n /** Should we change the ASC type (from managed private key to external private key and vice versa). */\n isPrivateKeyExternal?: boolean;\n}\n\nexport function reissueCertificateOrderRequestSerializer(\n item: ReissueCertificateOrderRequest,\n): any {\n return {\n kind: item[\"kind\"],\n properties: areAllPropsUndefined(item, [\n \"keySize\",\n \"delayExistingRevokeInHours\",\n \"csr\",\n \"isPrivateKeyExternal\",\n ])\n ? undefined\n : _reissueCertificateOrderRequestPropertiesSerializer(item),\n };\n}\n\n/** ReissueCertificateOrderRequest resource specific properties */\nexport interface ReissueCertificateOrderRequestProperties {\n /** Certificate Key Size. */\n keySize?: number;\n /** Delay in hours to revoke existing certificate after the new certificate is issued. */\n delayExistingRevokeInHours?: number;\n /** Csr to be used for re-key operation. */\n csr?: string;\n /** Should we change the ASC type (from managed private key to external private key and vice versa). */\n isPrivateKeyExternal?: boolean;\n}\n\nexport function reissueCertificateOrderRequestPropertiesSerializer(\n item: ReissueCertificateOrderRequestProperties,\n): any {\n return {\n keySize: item[\"keySize\"],\n delayExistingRevokeInHours: item[\"delayExistingRevokeInHours\"],\n csr: item[\"csr\"],\n isPrivateKeyExternal: item[\"isPrivateKeyExternal\"],\n };\n}\n\n/** Class representing certificate renew request. */\nexport interface RenewCertificateOrderRequest extends ProxyOnlyResource {\n /** Certificate Key Size. */\n keySize?: number;\n /** Csr to be used for re-key operation. */\n csr?: string;\n /** Should we change the ASC type (from managed private key to external private key and vice versa). */\n isPrivateKeyExternal?: boolean;\n}\n\nexport function renewCertificateOrderRequestSerializer(item: RenewCertificateOrderRequest): any {\n return {\n kind: item[\"kind\"],\n properties: areAllPropsUndefined(item, [\"keySize\", \"csr\", \"isPrivateKeyExternal\"])\n ? undefined\n : _renewCertificateOrderRequestPropertiesSerializer(item),\n };\n}\n\n/** RenewCertificateOrderRequest resource specific properties */\nexport interface RenewCertificateOrderRequestProperties {\n /** Certificate Key Size. */\n keySize?: number;\n /** Csr to be used for re-key operation. */\n csr?: string;\n /** Should we change the ASC type (from managed private key to external private key and vice versa). */\n isPrivateKeyExternal?: boolean;\n}\n\nexport function renewCertificateOrderRequestPropertiesSerializer(\n item: RenewCertificateOrderRequestProperties,\n): any {\n return {\n keySize: item[\"keySize\"],\n csr: item[\"csr\"],\n isPrivateKeyExternal: item[\"isPrivateKeyExternal\"],\n };\n}\n\n/** Identifies an object. */\nexport interface NameIdentifier {\n /** Name of the object. */\n name?: string;\n}\n\nexport function nameIdentifierSerializer(item: NameIdentifier): any {\n return { name: item[\"name\"] };\n}\n\n/** Site seal request. */\nexport interface SiteSealRequest {\n /** If <code>true</code> use the light color theme for site seal; otherwise, use the default color theme. */\n lightTheme?: boolean;\n /** Locale of site seal. */\n locale?: string;\n}\n\nexport function siteSealRequestSerializer(item: SiteSealRequest): any {\n return { lightTheme: item[\"lightTheme\"], locale: item[\"locale\"] };\n}\n\n/** Site seal */\nexport interface SiteSeal {\n /** HTML snippet */\n html: string;\n}\n\nexport function siteSealDeserializer(item: any): SiteSeal {\n return {\n html: item[\"html\"],\n };\n}\n\n/** Certificate order action. */\nexport interface CertificateOrderAction {\n /** Action type. */\n readonly actionType?: CertificateOrderActionType;\n /** Time at which the certificate action was performed. */\n readonly createdAt?: Date;\n}\n\nexport function certificateOrderActionDeserializer(item: any): CertificateOrderAction {\n return {\n actionType: item[\"actionType\"],\n createdAt: !item[\"createdAt\"] ? item[\"createdAt\"] : new Date(item[\"createdAt\"]),\n };\n}\n\n/** Action type. */\nexport type CertificateOrderActionType =\n | \"CertificateIssued\"\n | \"CertificateOrderCanceled\"\n | \"CertificateOrderCreated\"\n | \"CertificateRevoked\"\n | \"DomainValidationComplete\"\n | \"FraudDetected\"\n | \"OrgNameChange\"\n | \"OrgValidationComplete\"\n | \"SanDrop\"\n | \"FraudCleared\"\n | \"CertificateExpired\"\n | \"CertificateExpirationWarning\"\n | \"FraudDocumentationRequired\"\n | \"Unknown\";\n\n/** SSL certificate email. */\nexport interface CertificateEmail {\n /** Email id. */\n emailId?: string;\n /** Time stamp. */\n timeStamp?: Date;\n}\n\nexport function certificateEmailDeserializer(item: any): CertificateEmail {\n return {\n emailId: item[\"emailId\"],\n timeStamp: !item[\"timeStamp\"] ? item[\"timeStamp\"] : new Date(item[\"timeStamp\"]),\n };\n}\n\n/** Key Vault container ARM resource for a certificate that is purchased through Azure. */\nexport interface AppServiceCertificateResource extends TrackedResource {\n /** Kind of resource */\n kind?: string;\n /** Key Vault resource Id. */\n keyVaultId?: string;\n /** Key Vault secret name. */\n keyVaultSecretName?: string;\n /** Status of the Key Vault secret. */\n readonly provisioningState?: KeyVaultSecretStatus;\n}\n\nexport function appServiceCertificateResourceSerializer(item: AppServiceCertificateResource): any {\n return {\n tags: item[\"tags\"],\n location: item[\"location\"],\n properties: areAllPropsUndefined(item, [\"keyVaultId\", \"keyVaultSecretName\"])\n ? undefined\n : _appServiceCertificateResourcePropertiesSerializer(item),\n kind: item[\"kind\"],\n };\n}\n\nexport function appServiceCertificateResourceDeserializer(\n item: any,\n): AppServiceCertificateResource {\n return {\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n location: item[\"location\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _appServiceCertificateResourcePropertiesDeserializer(item[\"properties\"])),\n kind: item[\"kind\"],\n };\n}\n\n/** Key Vault container ARM resource for a certificate that is purchased through Azure. */\nexport interface AppServiceCertificatePatchResource extends ProxyOnlyResource {\n /** Key Vault resource Id. */\n keyVaultId?: string;\n /** Key Vault secret name. */\n keyVaultSecretName?: string;\n /** Status of the Key Vault secret. */\n readonly provisioningState?: KeyVaultSecretStatus;\n}\n\nexport function appServiceCertificatePatchResourceSerializer(\n item: AppServiceCertificatePatchResource,\n): any {\n return {\n kind: item[\"kind\"],\n properties: areAllPropsUndefined(item, [\"keyVaultId\", \"keyVaultSecretName\"])\n ? undefined\n : _appServiceCertificatePatchResourcePropertiesSerializer(item),\n };\n}\n\n/** Collection of certificate order certificates. */\nexport interface _AppServiceCertificateCollection {\n /** The AppServiceCertificateResource items on this page */\n value: AppServiceCertificateResource[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _appServiceCertificateCollectionDeserializer(\n item: any,\n): _AppServiceCertificateCollection {\n return {\n value: appServiceCertificateResourceArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function appServiceCertificateResourceArraySerializer(\n result: Array<AppServiceCertificateResource>,\n): any[] {\n return result.map((item) => {\n return appServiceCertificateResourceSerializer(item);\n });\n}\n\nexport function appServiceCertificateResourceArrayDeserializer(\n result: Array<AppServiceCertificateResource>,\n): any[] {\n return result.map((item) => {\n return appServiceCertificateResourceDeserializer(item);\n });\n}\n\n/** Class representing Response from Detector */\nexport interface DetectorResponse extends ProxyResource {\n /** Kind of resource */\n kind?: string;\n /** metadata for the detector */\n metadata?: DetectorInfo;\n /** Data Set */\n dataset?: DiagnosticData[];\n /** Indicates status of the most severe insight. */\n status?: Status;\n /** Additional configuration for different data providers to be used by the UI */\n dataProvidersMetadata?: DataProviderMetadata[];\n /** Suggested utterances where the detector can be applicable. */\n suggestedUtterances?: QueryUtterancesResults;\n}\n\nexport function detectorResponseDeserializer(item: any): DetectorResponse {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _detectorResponsePropertiesDeserializer(item[\"properties\"])),\n kind: item[\"kind\"],\n };\n}\n\n/** DetectorResponse resource specific properties */\nexport interface DetectorResponseProperties {\n /** metadata for the detector */\n metadata?: DetectorInfo;\n /** Data Set */\n dataset?: DiagnosticData[];\n /** Indicates status of the most severe insight. */\n status?: Status;\n /** Additional configuration for different data providers to be used by the UI */\n dataProvidersMetadata?: DataProviderMetadata[];\n /** Suggested utterances where the detector can be applicable. */\n suggestedUtterances?: QueryUtterancesResults;\n}\n\nexport function detectorResponsePropertiesDeserializer(item: any): DetectorResponseProperties {\n return {\n metadata: !item[\"metadata\"] ? item[\"metadata\"] : detectorInfoDeserializer(item[\"metadata\"]),\n dataset: !item[\"dataset\"] ? item[\"dataset\"] : diagnosticDataArrayDeserializer(item[\"dataset\"]),\n status: !item[\"status\"] ? item[\"status\"] : statusDeserializer(item[\"status\"]),\n dataProvidersMetadata: !item[\"dataProvidersMetadata\"]\n ? item[\"dataProvidersMetadata\"]\n : dataProviderMetadataArrayDeserializer(item[\"dataProvidersMetadata\"]),\n suggestedUtterances: !item[\"suggestedUtterances\"]\n ? item[\"suggestedUtterances\"]\n : queryUtterancesResultsDeserializer(item[\"suggestedUtterances\"]),\n };\n}\n\n/** Definition of Detector */\nexport interface DetectorInfo {\n /** Id of detector */\n readonly id?: string;\n /** Name of detector */\n readonly name?: string;\n /** Short description of the detector and its purpose. */\n readonly description?: string;\n /** Author of the detector. */\n readonly author?: string;\n /** Problem category. This serves for organizing group for detectors. */\n readonly category?: string;\n /** List of Support Topics for which this detector is enabled. */\n readonly supportTopicList?: SupportTopic[];\n /** Analysis Types for which this detector should apply to. */\n readonly analysisType?: string[];\n /** Whether this detector is an Analysis Detector or not. */\n readonly type?: DetectorType;\n /** Defines score of a detector to power ML based matching. */\n readonly score?: number;\n}\n\nexport function detectorInfoDeserializer(item: any): DetectorInfo {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n description: item[\"description\"],\n author: item[\"author\"],\n category: item[\"category\"],\n supportTopicList: !item[\"supportTopicList\"]\n ? item[\"supportTopicList\"]\n : supportTopicArrayDeserializer(item[\"supportTopicList\"]),\n analysisType: !item[\"analysisType\"]\n ? item[\"analysisType\"]\n : item[\"analysisType\"].map((p: any) => {\n return p;\n }),\n type: item[\"type\"],\n score: item[\"score\"],\n };\n}\n\nexport function supportTopicArrayDeserializer(result: Array<SupportTopic>): any[] {\n return result.map((item) => {\n return supportTopicDeserializer(item);\n });\n}\n\n/** Defines a unique Support Topic */\nexport interface SupportTopic {\n /** Support Topic Id */\n readonly id?: string;\n /** Unique resource Id */\n readonly pesId?: string;\n}\n\nexport function supportTopicDeserializer(item: any): SupportTopic {\n return {\n id: item[\"id\"],\n pesId: item[\"pesId\"],\n };\n}\n\n/** Whether this detector is an Analysis Detector or not. */\nexport type DetectorType = \"Detector\" | \"Analysis\" | \"CategoryOverview\";\n\nexport function diagnosticDataArrayDeserializer(result: Array<DiagnosticData>): any[] {\n return result.map((item) => {\n return diagnosticDataDeserializer(item);\n });\n}\n\n/** Set of data with rendering instructions */\nexport interface DiagnosticData {\n /** Data in table form */\n table?: DataTableResponseObject;\n /** Properties that describe how the table should be rendered */\n renderingProperties?: Rendering;\n}\n\nexport function diagnosticDataDeserializer(item: any): DiagnosticData {\n return {\n table: !item[\"table\"] ? item[\"table\"] : dataTableResponseObjectDeserializer(item[\"table\"]),\n renderingProperties: !item[\"renderingProperties\"]\n ? item[\"renderingProperties\"]\n : renderingDeserializer(item[\"renderingProperties\"]),\n };\n}\n\n/** Data Table which defines columns and raw row values */\nexport interface DataTableResponseObject {\n /** Name of the table */\n tableName?: string;\n /** List of columns with data types */\n columns?: DataTableResponseColumn[];\n /** Raw row values */\n rows?: string[][];\n}\n\nexport function dataTableResponseObjectDeserializer(item: any): DataTableResponseObject {\n return {\n tableName: item[\"tableName\"],\n columns: !item[\"columns\"]\n ? item[\"columns\"]\n : dataTableResponseColumnArrayDeserializer(item[\"columns\"]),\n rows: !item[\"rows\"]\n ? item[\"rows\"]\n : item[\"rows\"].map((p: any) => {\n return p.map((p1: any) => {\n return p1;\n });\n }),\n };\n}\n\nexport function dataTableResponseColumnArrayDeserializer(\n result: Array<DataTableResponseColumn>,\n): any[] {\n return result.map((item) => {\n return dataTableResponseColumnDeserializer(item);\n });\n}\n\n/** Column definition */\nexport interface DataTableResponseColumn {\n /** Name of the column */\n columnName?: string;\n /** Data type which looks like 'String' or 'Int32'. */\n dataType?: string;\n /** Column Type */\n columnType?: string;\n}\n\nexport function dataTableResponseColumnDeserializer(item: any): DataTableResponseColumn {\n return {\n columnName: item[\"columnName\"],\n dataType: item[\"dataType\"],\n columnType: item[\"columnType\"],\n };\n}\n\n/** Instructions for rendering the data */\nexport interface Rendering {\n /** Rendering Type */\n type?: RenderingType;\n /** Title of data */\n title?: string;\n /** Description of the data that will help it be interpreted */\n description?: string;\n}\n\nexport function renderingDeserializer(item: any): Rendering {\n return {\n type: item[\"type\"],\n title: item[\"title\"],\n description: item[\"description\"],\n };\n}\n\n/** Rendering Type */\nexport type RenderingType =\n | \"NoGraph\"\n | \"Table\"\n | \"TimeSeries\"\n | \"TimeSeriesPerInstance\"\n | \"PieChart\"\n | \"DataSummary\"\n | \"Email\"\n | \"Insights\"\n | \"DynamicInsight\"\n | \"Markdown\"\n | \"Detector\"\n | \"DropDown\"\n | \"Card\"\n | \"Solution\"\n | \"Guage\"\n | \"Form\"\n | \"ChangeSets\"\n | \"ChangeAnalysisOnboarding\"\n | \"ChangesView\"\n | \"AppInsight\"\n | \"DependencyGraph\"\n | \"DownTime\"\n | \"SummaryCard\"\n | \"SearchComponent\"\n | \"AppInsightEnablement\";\n\n/** Identify the status of the most severe insight generated by the detector. */\nexport interface Status {\n /** Descriptive message. */\n message?: string;\n /** Level of the most severe insight generated by the detector. */\n statusId?: InsightStatus;\n}\n\nexport function statusDeserializer(item: any): Status {\n return {\n message: item[\"message\"],\n statusId: item[\"statusId\"],\n };\n}\n\n/** Level of the most severe insight generated by the detector. */\nexport type InsightStatus = \"Critical\" | \"Warning\" | \"Info\" | \"Success\" | \"None\";\n\nexport function dataProviderMetadataArrayDeserializer(result: Array<DataProviderMetadata>): any[] {\n return result.map((item) => {\n return dataProviderMetadataDeserializer(item);\n });\n}\n\n/** Additional configuration for a data providers */\nexport interface DataProviderMetadata {\n providerName?: string;\n /** Settings for the data provider */\n readonly propertyBag?: KeyValuePairStringObject[];\n}\n\nexport function dataProviderMetadataDeserializer(item: any): DataProviderMetadata {\n return {\n providerName: item[\"providerName\"],\n propertyBag: !item[\"propertyBag\"]\n ? item[\"propertyBag\"]\n : keyValuePairStringObjectArrayDeserializer(item[\"propertyBag\"]),\n };\n}\n\nexport function keyValuePairStringObjectArrayDeserializer(\n result: Array<KeyValuePairStringObject>,\n): any[] {\n return result.map((item) => {\n return keyValuePairStringObjectDeserializer(item);\n });\n}\n\n/** model interface KeyValuePairStringObject */\nexport interface KeyValuePairStringObject {\n readonly key?: string;\n /** Any object */\n readonly value?: Record<string, string>;\n}\n\nexport function keyValuePairStringObjectDeserializer(item: any): KeyValuePairStringObject {\n return {\n key: item[\"key\"],\n value: !item[\"value\"]\n ? item[\"value\"]\n : Object.fromEntries(Object.entries(item[\"value\"]).map(([k, p]: [string, any]) => [k, p])),\n };\n}\n\n/** Suggested utterances where the detector can be applicable */\nexport interface QueryUtterancesResults {\n /** Search Query. */\n query?: string;\n /** Array of utterance results for search query. */\n results?: QueryUtterancesResult[];\n}\n\nexport function queryUtterancesResultsDeserializer(item: any): QueryUtterancesResults {\n return {\n query: item[\"query\"],\n results: !item[\"results\"]\n ? item[\"results\"]\n : queryUtterancesResultArrayDeserializer(item[\"results\"]),\n };\n}\n\nexport function queryUtterancesResultArrayDeserializer(\n result: Array<QueryUtterancesResult>,\n): any[] {\n return result.map((item) => {\n return queryUtterancesResultDeserializer(item);\n });\n}\n\n/** Result for utterances query. */\nexport interface QueryUtterancesResult {\n /** A sample utterance. */\n sampleUtterance?: SampleUtterance;\n /** Score of a sample utterance. */\n score?: number;\n}\n\nexport function queryUtterancesResultDeserializer(item: any): QueryUtterancesResult {\n return {\n sampleUtterance: !item[\"sampleUtterance\"]\n ? item[\"sampleUtterance\"]\n : sampleUtteranceDeserializer(item[\"sampleUtterance\"]),\n score: item[\"score\"],\n };\n}\n\n/** Sample utterance. */\nexport interface SampleUtterance {\n /** Text attribute of sample utterance. */\n text?: string;\n /** Links attribute of sample utterance. */\n links?: string[];\n /** Question id of sample utterance (for stackoverflow questions titles). */\n qid?: string;\n}\n\nexport function sampleUtteranceDeserializer(item: any): SampleUtterance {\n return {\n text: item[\"text\"],\n links: !item[\"links\"]\n ? item[\"links\"]\n : item[\"links\"].map((p: any) => {\n return p;\n }),\n qid: item[\"qid\"],\n };\n}\n\n/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */\nexport interface ProxyResource extends Resource {}\n\nexport function proxyResourceDeserializer(item: any): ProxyResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n };\n}\n\n/** Collection of detector responses */\nexport interface _DetectorResponseCollection {\n /** The DetectorResponse items on this page */\n value: DetectorResponse[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _detectorResponseCollectionDeserializer(item: any): _DetectorResponseCollection {\n return {\n value: detectorResponseArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function detectorResponseArrayDeserializer(result: Array<DetectorResponse>): any[] {\n return result.map((item) => {\n return detectorResponseDeserializer(item);\n });\n}\n\n/** Collection of Azure resource manager operation metadata. */\nexport interface _CsmOperationCollection {\n /** Collection of resources. */\n value: CsmOperationDescription[];\n /** Link to next page of resources. */\n readonly nextLink?: string;\n}\n\nexport function _csmOperationCollectionDeserializer(item: any): _CsmOperationCollection {\n return {\n value: csmOperationDescriptionArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function csmOperationDescriptionArrayDeserializer(\n result: Array<CsmOperationDescription>,\n): any[] {\n return result.map((item) => {\n return csmOperationDescriptionDeserializer(item);\n });\n}\n\n/** Description of an operation available for Microsoft.Web resource provider. */\nexport interface CsmOperationDescription {\n name?: string;\n isDataAction?: boolean;\n /** Meta data about operation used for display in portal. */\n display?: CsmOperationDisplay;\n origin?: string;\n /** Properties available for a Microsoft.Web resource provider operation. */\n properties?: CsmOperationDescriptionProperties;\n}\n\nexport function csmOperationDescriptionDeserializer(item: any): CsmOperationDescription {\n return {\n name: item[\"name\"],\n isDataAction: item[\"isDataAction\"],\n display: !item[\"display\"] ? item[\"display\"] : csmOperationDisplayDeserializer(item[\"display\"]),\n origin: item[\"origin\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : csmOperationDescriptionPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Meta data about operation used for display in portal. */\nexport interface CsmOperationDisplay {\n provider?: string;\n resource?: string;\n operation?: string;\n description?: string;\n}\n\nexport function csmOperationDisplayDeserializer(item: any): CsmOperationDisplay {\n return {\n provider: item[\"provider\"],\n resource: item[\"resource\"],\n operation: item[\"operation\"],\n description: item[\"description\"],\n };\n}\n\n/** Properties available for a Microsoft.Web resource provider operation. */\nexport interface CsmOperationDescriptionProperties {\n /** Resource metrics service provided by Microsoft.Insights resource provider. */\n serviceSpecification?: ServiceSpecification;\n}\n\nexport function csmOperationDescriptionPropertiesDeserializer(\n item: any,\n): CsmOperationDescriptionProperties {\n return {\n serviceSpecification: !item[\"serviceSpecification\"]\n ? item[\"serviceSpecification\"]\n : serviceSpecificationDeserializer(item[\"serviceSpecification\"]),\n };\n}\n\n/** Resource metrics service provided by Microsoft.Insights resource provider. */\nexport interface ServiceSpecification {\n metricSpecifications?: MetricSpecification[];\n logSpecifications?: LogSpecification[];\n}\n\nexport function serviceSpecificationDeserializer(item: any): ServiceSpecification {\n return {\n metricSpecifications: !item[\"metricSpecifications\"]\n ? item[\"metricSpecifications\"]\n : metricSpecificationArrayDeserializer(item[\"metricSpecifications\"]),\n logSpecifications: !item[\"logSpecifications\"]\n ? item[\"logSpecifications\"]\n : logSpecificationArrayDeserializer(item[\"logSpecifications\"]),\n };\n}\n\nexport function metricSpecificationArrayDeserializer(result: Array<MetricSpecification>): any[] {\n return result.map((item) => {\n return metricSpecificationDeserializer(item);\n });\n}\n\n/** Definition of a single resource metric. */\nexport interface MetricSpecification {\n name?: string;\n displayName?: string;\n displayDescription?: string;\n unit?: string;\n aggregationType?: string;\n supportsInstanceLevelAggregation?: boolean;\n enableRegionalMdmAccount?: boolean;\n sourceMdmAccount?: string;\n sourceMdmNamespace?: string;\n metricFilterPattern?: string;\n fillGapWithZero?: boolean;\n isInternal?: boolean;\n dimensions?: Dimension[];\n category?: string;\n availabilities?: MetricAvailability[];\n supportedTimeGrainTypes?: string[];\n supportedAggregationTypes?: string[];\n}\n\nexport function metricSpecificationDeserializer(item: any): MetricSpecification {\n return {\n name: item[\"name\"],\n displayName: item[\"displayName\"],\n displayDescription: item[\"displayDescription\"],\n unit: item[\"unit\"],\n aggregationType: item[\"aggregationType\"],\n supportsInstanceLevelAggregation: item[\"supportsInstanceLevelAggregation\"],\n enableRegionalMdmAccount: item[\"enableRegionalMdmAccount\"],\n sourceMdmAccount: item[\"sourceMdmAccount\"],\n sourceMdmNamespace: item[\"sourceMdmNamespace\"],\n metricFilterPattern: item[\"metricFilterPattern\"],\n fillGapWithZero: item[\"fillGapWithZero\"],\n isInternal: item[\"isInternal\"],\n dimensions: !item[\"dimensions\"]\n ? item[\"dimensions\"]\n : dimensionArrayDeserializer(item[\"dimensions\"]),\n category: item[\"category\"],\n availabilities: !item[\"availabilities\"]\n ? item[\"availabilities\"]\n : metricAvailabilityArrayDeserializer(item[\"availabilities\"]),\n supportedTimeGrainTypes: !item[\"supportedTimeGrainTypes\"]\n ? item[\"supportedTimeGrainTypes\"]\n : item[\"supportedTimeGrainTypes\"].map((p: any) => {\n return p;\n }),\n supportedAggregationTypes: !item[\"supportedAggregationTypes\"]\n ? item[\"supportedAggregationTypes\"]\n : item[\"supportedAggregationTypes\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function dimensionArrayDeserializer(result: Array<Dimension>): any[] {\n return result.map((item) => {\n return dimensionDeserializer(item);\n });\n}\n\n/**\n * Dimension of a resource metric. For e.g. instance specific HTTP requests for a web app,\n * where instance name is dimension of the metric HTTP request\n */\nexport interface Dimension {\n name?: string;\n displayName?: string;\n internalName?: string;\n toBeExportedForShoebox?: boolean;\n}\n\nexport function dimensionDeserializer(item: any): Dimension {\n return {\n name: item[\"name\"],\n displayName: item[\"displayName\"],\n internalName: item[\"internalName\"],\n toBeExportedForShoebox: item[\"toBeExportedForShoebox\"],\n };\n}\n\nexport function metricAvailabilityArrayDeserializer(result: Array<MetricAvailability>): any[] {\n return result.map((item) => {\n return metricAvailabilityDeserializer(item);\n });\n}\n\n/** Retention policy of a resource metric. */\nexport interface MetricAvailability {\n timeGrain?: string;\n blobDuration?: string;\n}\n\nexport function metricAvailabilityDeserializer(item: any): MetricAvailability {\n return {\n timeGrain: item[\"timeGrain\"],\n blobDuration: item[\"blobDuration\"],\n };\n}\n\nexport function logSpecificationArrayDeserializer(result: Array<LogSpecification>): any[] {\n return result.map((item) => {\n return logSpecificationDeserializer(item);\n });\n}\n\n/** Log Definition of a single resource metric. */\nexport interface LogSpecification {\n name?: string;\n displayName?: string;\n blobDuration?: string;\n logFilterPattern?: string;\n}\n\nexport function logSpecificationDeserializer(item: any): LogSpecification {\n return {\n name: item[\"name\"],\n displayName: item[\"displayName\"],\n blobDuration: item[\"blobDuration\"],\n logFilterPattern: item[\"logFilterPattern\"],\n };\n}\n\n/** The available API versions. */\nexport enum KnownVersions {\n /** The 2024-11-01 API version. */\n V20241101 = \"2024-11-01\",\n}\n\nexport function certificateOrderActionArrayDeserializer(\n result: Array<CertificateOrderAction>,\n): any[] {\n return result.map((item) => {\n return certificateOrderActionDeserializer(item);\n });\n}\n\nexport function certificateEmailArrayDeserializer(result: Array<CertificateEmail>): any[] {\n return result.map((item) => {\n return certificateEmailDeserializer(item);\n });\n}\n\nexport function _appServiceCertificateOrderPropertiesSerializer(\n item: AppServiceCertificateOrder,\n): any {\n return {\n certificates: !item[\"certificates\"]\n ? item[\"certificates\"]\n : appServiceCertificateRecordSerializer(item[\"certificates\"]),\n distinguishedName: item[\"distinguishedName\"],\n validityInYears: item[\"validityInYears\"],\n keySize: item[\"keySize\"],\n productType: item[\"productType\"],\n autoRenew: item[\"autoRenew\"],\n csr: item[\"csr\"],\n };\n}\n\nexport function _appServiceCertificateOrderPropertiesDeserializer(item: any) {\n return {\n certificates: !item[\"certificates\"]\n ? item[\"certificates\"]\n : appServiceCertificateRecordDeserializer(item[\"certificates\"]),\n distinguishedName: item[\"distinguishedName\"],\n domainVerificationToken: item[\"domainVerificationToken\"],\n validityInYears: item[\"validityInYears\"],\n keySize: item[\"keySize\"],\n productType: item[\"productType\"],\n autoRenew: item[\"autoRenew\"],\n provisioningState: item[\"provisioningState\"],\n status: item[\"status\"],\n signedCertificate: !item[\"signedCertificate\"]\n ? item[\"signedCertificate\"]\n : certificateDetailsDeserializer(item[\"signedCertificate\"]),\n csr: item[\"csr\"],\n intermediate: !item[\"intermediate\"]\n ? item[\"intermediate\"]\n : certificateDetailsDeserializer(item[\"intermediate\"]),\n root: !item[\"root\"] ? item[\"root\"] : certificateDetailsDeserializer(item[\"root\"]),\n serialNumber: item[\"serialNumber\"],\n lastCertificateIssuanceTime: !item[\"lastCertificateIssuanceTime\"]\n ? item[\"lastCertificateIssuanceTime\"]\n : new Date(item[\"lastCertificateIssuanceTime\"]),\n expirationTime: !item[\"expirationTime\"]\n ? item[\"expirationTime\"]\n : new Date(item[\"expirationTime\"]),\n isPrivateKeyExternal: item[\"isPrivateKeyExternal\"],\n appServiceCertificateNotRenewableReasons: !item[\"appServiceCertificateNotRenewableReasons\"]\n ? item[\"appServiceCertificateNotRenewableReasons\"]\n : item[\"appServiceCertificateNotRenewableReasons\"].map((p: any) => {\n return p;\n }),\n nextAutoRenewalTimeStamp: !item[\"nextAutoRenewalTimeStamp\"]\n ? item[\"nextAutoRenewalTimeStamp\"]\n : new Date(item[\"nextAutoRenewalTimeStamp\"]),\n contact: !item[\"contact\"]\n ? item[\"contact\"]\n : certificateOrderContactDeserializer(item[\"contact\"]),\n };\n}\n\nexport function _appServiceCertificateOrderPatchResourcePropertiesSerializer(\n item: AppServiceCertificateOrderPatchResource,\n): any {\n return {\n certificates: !item[\"certificates\"]\n ? item[\"certificates\"]\n : appServiceCertificateRecordSerializer(item[\"certificates\"]),\n distinguishedName: item[\"distinguishedName\"],\n validityInYears: item[\"validityInYears\"],\n keySize: item[\"keySize\"],\n productType: item[\"productType\"],\n autoRenew: item[\"autoRenew\"],\n csr: item[\"csr\"],\n };\n}\n\nexport function _reissueCertificateOrderRequestPropertiesSerializer(\n item: ReissueCertificateOrderRequest,\n): any {\n return {\n keySize: item[\"keySize\"],\n delayExistingRevokeInHours: item[\"delayExistingRevokeInHours\"],\n csr: item[\"csr\"],\n isPrivateKeyExternal: item[\"isPrivateKeyExternal\"],\n };\n}\n\nexport function _renewCertificateOrderRequestPropertiesSerializer(\n item: RenewCertificateOrderRequest,\n): any {\n return {\n keySize: item[\"keySize\"],\n csr: item[\"csr\"],\n isPrivateKeyExternal: item[\"isPrivateKeyExternal\"],\n };\n}\n\nexport function _appServiceCertificateResourcePropertiesSerializer(\n item: AppServiceCertificateResource,\n): any {\n return { keyVaultId: item[\"keyVaultId\"], keyVaultSecretName: item[\"keyVaultSecretName\"] };\n}\n\nexport function _appServiceCertificateResourcePropertiesDeserializer(item: any) {\n return {\n keyVaultId: item[\"keyVaultId\"],\n keyVaultSecretName: item[\"keyVaultSecretName\"],\n provisioningState: item[\"provisioningState\"],\n };\n}\n\nexport function _appServiceCertificatePatchResourcePropertiesSerializer(\n item: AppServiceCertificatePatchResource,\n): any {\n return { keyVaultId: item[\"keyVaultId\"], keyVaultSecretName: item[\"keyVaultSecretName\"] };\n}\n\nexport function _appServiceCertificatePatchResourcePropertiesDeserializer(item: any) {\n return {\n keyVaultId: item[\"keyVaultId\"],\n keyVaultSecretName: item[\"keyVaultSecretName\"],\n provisioningState: item[\"provisioningState\"],\n };\n}\n\nexport function _detectorResponsePropertiesDeserializer(item: any) {\n return {\n metadata: !item[\"metadata\"] ? item[\"metadata\"] : detectorInfoDeserializer(item[\"metadata\"]),\n dataset: !item[\"dataset\"] ? item[\"dataset\"] : diagnosticDataArrayDeserializer(item[\"dataset\"]),\n status: !item[\"status\"] ? item[\"status\"] : statusDeserializer(item[\"status\"]),\n dataProvidersMetadata: !item[\"dataProvidersMetadata\"]\n ? item[\"dataProvidersMetadata\"]\n : dataProviderMetadataArrayDeserializer(item[\"dataProvidersMetadata\"]),\n suggestedUtterances: !item[\"suggestedUtterances\"]\n ? item[\"suggestedUtterances\"]\n : queryUtterancesResultsDeserializer(item[\"suggestedUtterances\"]),\n };\n}\n"]}
@@ -0,0 +1,21 @@
1
+ import type { CertificateRegistrationManagementClient } from "./certificateRegistrationManagementClient.js";
2
+ import type { OperationOptions, PathUncheckedResponse } from "@azure-rest/core-client";
3
+ import type { AbortSignalLike } from "@azure/abort-controller";
4
+ import type { PollerLike, OperationState } from "@azure/core-lro";
5
+ export interface RestorePollerOptions<TResult, TResponse extends PathUncheckedResponse = PathUncheckedResponse> extends OperationOptions {
6
+ /** Delay to wait until next poll, in milliseconds. */
7
+ updateIntervalInMs?: number;
8
+ /**
9
+ * The signal which can be used to abort requests.
10
+ */
11
+ abortSignal?: AbortSignalLike;
12
+ /** Deserialization function for raw response body */
13
+ processResponseBody?: (result: TResponse) => Promise<TResult>;
14
+ }
15
+ /**
16
+ * Creates a poller from the serialized state of another poller. This can be
17
+ * useful when you want to create pollers on a different host or a poller
18
+ * needs to be constructed after the original one is not in scope.
19
+ */
20
+ export declare function restorePoller<TResponse extends PathUncheckedResponse, TResult>(client: CertificateRegistrationManagementClient, serializedState: string, sourceOperation: (...args: any[]) => PollerLike<OperationState<TResult>, TResult>, options?: RestorePollerOptions<TResult>): PollerLike<OperationState<TResult>, TResult>;
21
+ //# sourceMappingURL=restorePollerHelpers.d.ts.map
@@ -0,0 +1,98 @@
1
+ // Copyright (c) Microsoft Corporation.
2
+ // Licensed under the MIT License.
3
+ import { _createOrUpdateCertificateDeserialize, _createOrUpdateDeserialize, } from "./api/appServiceCertificateOrders/operations.js";
4
+ import { getLongRunningPoller } from "./static-helpers/pollingHelpers.js";
5
+ import { deserializeState } from "@azure/core-lro";
6
+ /**
7
+ * Creates a poller from the serialized state of another poller. This can be
8
+ * useful when you want to create pollers on a different host or a poller
9
+ * needs to be constructed after the original one is not in scope.
10
+ */
11
+ export function restorePoller(client, serializedState, sourceOperation, options) {
12
+ const pollerConfig = deserializeState(serializedState).config;
13
+ const { initialRequestUrl, requestMethod, metadata } = pollerConfig;
14
+ if (!initialRequestUrl || !requestMethod) {
15
+ throw new Error(`Invalid serialized state: ${serializedState} for sourceOperation ${sourceOperation?.name}`);
16
+ }
17
+ const resourceLocationConfig = metadata?.["resourceLocationConfig"];
18
+ const { deserializer, expectedStatuses = [] } = getDeserializationHelper(initialRequestUrl, requestMethod) ?? {};
19
+ const deserializeHelper = options?.processResponseBody ?? deserializer;
20
+ if (!deserializeHelper) {
21
+ throw new Error(`Please ensure the operation is in this client! We can't find its deserializeHelper for ${sourceOperation?.name}.`);
22
+ }
23
+ const apiVersion = getApiVersionFromUrl(initialRequestUrl);
24
+ return getLongRunningPoller(client["_client"] ?? client, deserializeHelper, expectedStatuses, {
25
+ updateIntervalInMs: options?.updateIntervalInMs,
26
+ abortSignal: options?.abortSignal,
27
+ resourceLocationConfig,
28
+ restoreFrom: serializedState,
29
+ initialRequestUrl,
30
+ apiVersion,
31
+ });
32
+ }
33
+ const deserializeMap = {
34
+ "PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CertificateRegistration/certificateOrders/{certificateOrderName}/certificates/{name}": {
35
+ deserializer: _createOrUpdateCertificateDeserialize,
36
+ expectedStatuses: ["200", "201", "202"],
37
+ },
38
+ "PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CertificateRegistration/certificateOrders/{certificateOrderName}": { deserializer: _createOrUpdateDeserialize, expectedStatuses: ["200", "201", "202"] },
39
+ };
40
+ function getDeserializationHelper(urlStr, method) {
41
+ const path = new URL(urlStr).pathname;
42
+ const pathParts = path.split("/");
43
+ // Traverse list to match the longest candidate
44
+ // matchedLen: the length of candidate path
45
+ // matchedValue: the matched status code array
46
+ let matchedLen = -1, matchedValue;
47
+ // Iterate the responseMap to find a match
48
+ for (const [key, value] of Object.entries(deserializeMap)) {
49
+ // Extracting the path from the map key which is in format
50
+ // GET /path/foo
51
+ if (!key.startsWith(method)) {
52
+ continue;
53
+ }
54
+ const candidatePath = getPathFromMapKey(key);
55
+ // Get each part of the url path
56
+ const candidateParts = candidatePath.split("/");
57
+ // track if we have found a match to return the values found.
58
+ let found = true;
59
+ for (let i = candidateParts.length - 1, j = pathParts.length - 1; i >= 1 && j >= 1; i--, j--) {
60
+ if (candidateParts[i]?.startsWith("{") && candidateParts[i]?.indexOf("}") !== -1) {
61
+ const start = candidateParts[i].indexOf("}") + 1, end = candidateParts[i]?.length;
62
+ // If the current part of the candidate is a "template" part
63
+ // Try to use the suffix of pattern to match the path
64
+ // {guid} ==> $
65
+ // {guid}:export ==> :export$
66
+ const isMatched = new RegExp(`${candidateParts[i]?.slice(start, end)}`).test(pathParts[j] || "");
67
+ if (!isMatched) {
68
+ found = false;
69
+ break;
70
+ }
71
+ continue;
72
+ }
73
+ // If the candidate part is not a template and
74
+ // the parts don't match mark the candidate as not found
75
+ // to move on with the next candidate path.
76
+ if (candidateParts[i] !== pathParts[j]) {
77
+ found = false;
78
+ break;
79
+ }
80
+ }
81
+ // We finished evaluating the current candidate parts
82
+ // Update the matched value if and only if we found the longer pattern
83
+ if (found && candidatePath.length > matchedLen) {
84
+ matchedLen = candidatePath.length;
85
+ matchedValue = value;
86
+ }
87
+ }
88
+ return matchedValue;
89
+ }
90
+ function getPathFromMapKey(mapKey) {
91
+ const pathStart = mapKey.indexOf("/");
92
+ return mapKey.slice(pathStart);
93
+ }
94
+ function getApiVersionFromUrl(urlStr) {
95
+ const url = new URL(urlStr);
96
+ return url.searchParams.get("api-version") ?? undefined;
97
+ }
98
+ //# sourceMappingURL=restorePollerHelpers.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"restorePollerHelpers.js","sourceRoot":"","sources":["../../src/restorePollerHelpers.ts"],"names":[],"mappings":"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","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { CertificateRegistrationManagementClient } from \"./certificateRegistrationManagementClient.js\";\nimport {\n _createOrUpdateCertificateDeserialize,\n _createOrUpdateDeserialize,\n} from \"./api/appServiceCertificateOrders/operations.js\";\nimport { getLongRunningPoller } from \"./static-helpers/pollingHelpers.js\";\nimport type { OperationOptions, PathUncheckedResponse } from \"@azure-rest/core-client\";\nimport type { AbortSignalLike } from \"@azure/abort-controller\";\nimport type { PollerLike, OperationState, ResourceLocationConfig } from \"@azure/core-lro\";\nimport { deserializeState } from \"@azure/core-lro\";\n\nexport interface RestorePollerOptions<\n TResult,\n TResponse extends PathUncheckedResponse = PathUncheckedResponse,\n> extends OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /**\n * The signal which can be used to abort requests.\n */\n abortSignal?: AbortSignalLike;\n /** Deserialization function for raw response body */\n processResponseBody?: (result: TResponse) => Promise<TResult>;\n}\n\n/**\n * Creates a poller from the serialized state of another poller. This can be\n * useful when you want to create pollers on a different host or a poller\n * needs to be constructed after the original one is not in scope.\n */\nexport function restorePoller<TResponse extends PathUncheckedResponse, TResult>(\n client: CertificateRegistrationManagementClient,\n serializedState: string,\n sourceOperation: (...args: any[]) => PollerLike<OperationState<TResult>, TResult>,\n options?: RestorePollerOptions<TResult>,\n): PollerLike<OperationState<TResult>, TResult> {\n const pollerConfig = deserializeState(serializedState).config;\n const { initialRequestUrl, requestMethod, metadata } = pollerConfig;\n if (!initialRequestUrl || !requestMethod) {\n throw new Error(\n `Invalid serialized state: ${serializedState} for sourceOperation ${sourceOperation?.name}`,\n );\n }\n const resourceLocationConfig = metadata?.[\"resourceLocationConfig\"] as\n | ResourceLocationConfig\n | undefined;\n const { deserializer, expectedStatuses = [] } =\n getDeserializationHelper(initialRequestUrl, requestMethod) ?? {};\n const deserializeHelper = options?.processResponseBody ?? deserializer;\n if (!deserializeHelper) {\n throw new Error(\n `Please ensure the operation is in this client! We can't find its deserializeHelper for ${sourceOperation?.name}.`,\n );\n }\n const apiVersion = getApiVersionFromUrl(initialRequestUrl);\n return getLongRunningPoller(\n (client as any)[\"_client\"] ?? client,\n deserializeHelper as (result: TResponse) => Promise<TResult>,\n expectedStatuses,\n {\n updateIntervalInMs: options?.updateIntervalInMs,\n abortSignal: options?.abortSignal,\n resourceLocationConfig,\n restoreFrom: serializedState,\n initialRequestUrl,\n apiVersion,\n },\n );\n}\n\ninterface DeserializationHelper {\n deserializer: (result: PathUncheckedResponse) => Promise<any>;\n expectedStatuses: string[];\n}\n\nconst deserializeMap: Record<string, DeserializationHelper> = {\n \"PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CertificateRegistration/certificateOrders/{certificateOrderName}/certificates/{name}\":\n {\n deserializer: _createOrUpdateCertificateDeserialize,\n expectedStatuses: [\"200\", \"201\", \"202\"],\n },\n \"PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CertificateRegistration/certificateOrders/{certificateOrderName}\":\n { deserializer: _createOrUpdateDeserialize, expectedStatuses: [\"200\", \"201\", \"202\"] },\n};\n\nfunction getDeserializationHelper(\n urlStr: string,\n method: string,\n): DeserializationHelper | undefined {\n const path = new URL(urlStr).pathname;\n const pathParts = path.split(\"/\");\n\n // Traverse list to match the longest candidate\n // matchedLen: the length of candidate path\n // matchedValue: the matched status code array\n let matchedLen = -1,\n matchedValue: DeserializationHelper | undefined;\n\n // Iterate the responseMap to find a match\n for (const [key, value] of Object.entries(deserializeMap)) {\n // Extracting the path from the map key which is in format\n // GET /path/foo\n if (!key.startsWith(method)) {\n continue;\n }\n const candidatePath = getPathFromMapKey(key);\n // Get each part of the url path\n const candidateParts = candidatePath.split(\"/\");\n\n // track if we have found a match to return the values found.\n let found = true;\n for (let i = candidateParts.length - 1, j = pathParts.length - 1; i >= 1 && j >= 1; i--, j--) {\n if (candidateParts[i]?.startsWith(\"{\") && candidateParts[i]?.indexOf(\"}\") !== -1) {\n const start = candidateParts[i]!.indexOf(\"}\") + 1,\n end = candidateParts[i]?.length;\n // If the current part of the candidate is a \"template\" part\n // Try to use the suffix of pattern to match the path\n // {guid} ==> $\n // {guid}:export ==> :export$\n const isMatched = new RegExp(`${candidateParts[i]?.slice(start, end)}`).test(\n pathParts[j] || \"\",\n );\n\n if (!isMatched) {\n found = false;\n break;\n }\n continue;\n }\n\n // If the candidate part is not a template and\n // the parts don't match mark the candidate as not found\n // to move on with the next candidate path.\n if (candidateParts[i] !== pathParts[j]) {\n found = false;\n break;\n }\n }\n\n // We finished evaluating the current candidate parts\n // Update the matched value if and only if we found the longer pattern\n if (found && candidatePath.length > matchedLen) {\n matchedLen = candidatePath.length;\n matchedValue = value;\n }\n }\n\n return matchedValue;\n}\n\nfunction getPathFromMapKey(mapKey: string): string {\n const pathStart = mapKey.indexOf(\"/\");\n return mapKey.slice(pathStart);\n}\n\nfunction getApiVersionFromUrl(urlStr: string): string | undefined {\n const url = new URL(urlStr);\n return url.searchParams.get(\"api-version\") ?? undefined;\n}\n"]}
@@ -0,0 +1,22 @@
1
+ /**
2
+ * An enum to describe Azure Cloud environments.
3
+ * @enum {string}
4
+ */
5
+ export declare enum AzureClouds {
6
+ /** Azure public cloud, which is the default cloud for Azure SDKs. */
7
+ AZURE_PUBLIC_CLOUD = "AZURE_PUBLIC_CLOUD",
8
+ /** Azure China cloud */
9
+ AZURE_CHINA_CLOUD = "AZURE_CHINA_CLOUD",
10
+ /** Azure US government cloud */
11
+ AZURE_US_GOVERNMENT = "AZURE_US_GOVERNMENT"
12
+ }
13
+ /** The supported values for cloud setting as a string literal type */
14
+ export type AzureSupportedClouds = `${AzureClouds}`;
15
+ /**
16
+ * Gets the Azure Resource Manager endpoint URL for the specified cloud setting.
17
+ * @param cloudSetting - The Azure cloud environment setting. Use one of the AzureClouds enum values.
18
+ * @returns The ARM endpoint URL for the specified cloud, or undefined if cloudSetting is undefined.
19
+ * @throws {Error} Throws an error if an unknown cloud setting is provided.
20
+ */
21
+ export declare function getArmEndpoint(cloudSetting?: AzureSupportedClouds): string | undefined;
22
+ //# sourceMappingURL=cloudSettingHelpers.d.ts.map
@@ -0,0 +1,38 @@
1
+ // Copyright (c) Microsoft Corporation.
2
+ // Licensed under the MIT License.
3
+ /**
4
+ * An enum to describe Azure Cloud environments.
5
+ * @enum {string}
6
+ */
7
+ export var AzureClouds;
8
+ (function (AzureClouds) {
9
+ /** Azure public cloud, which is the default cloud for Azure SDKs. */
10
+ AzureClouds["AZURE_PUBLIC_CLOUD"] = "AZURE_PUBLIC_CLOUD";
11
+ /** Azure China cloud */
12
+ AzureClouds["AZURE_CHINA_CLOUD"] = "AZURE_CHINA_CLOUD";
13
+ /** Azure US government cloud */
14
+ AzureClouds["AZURE_US_GOVERNMENT"] = "AZURE_US_GOVERNMENT";
15
+ })(AzureClouds || (AzureClouds = {}));
16
+ /**
17
+ * Gets the Azure Resource Manager endpoint URL for the specified cloud setting.
18
+ * @param cloudSetting - The Azure cloud environment setting. Use one of the AzureClouds enum values.
19
+ * @returns The ARM endpoint URL for the specified cloud, or undefined if cloudSetting is undefined.
20
+ * @throws {Error} Throws an error if an unknown cloud setting is provided.
21
+ */
22
+ export function getArmEndpoint(cloudSetting) {
23
+ if (cloudSetting === undefined) {
24
+ return undefined;
25
+ }
26
+ const cloudEndpoints = {
27
+ AZURE_CHINA_CLOUD: "https://management.chinacloudapi.cn/",
28
+ AZURE_US_GOVERNMENT: "https://management.usgovcloudapi.net/",
29
+ AZURE_PUBLIC_CLOUD: "https://management.azure.com/",
30
+ };
31
+ if (cloudSetting in cloudEndpoints) {
32
+ return cloudEndpoints[cloudSetting];
33
+ }
34
+ else {
35
+ throw new Error(`Unknown cloud setting: ${cloudSetting}. Please refer to the enum AzureClouds for possible values.`);
36
+ }
37
+ }
38
+ //# sourceMappingURL=cloudSettingHelpers.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cloudSettingHelpers.js","sourceRoot":"","sources":["../../../src/static-helpers/cloudSettingHelpers.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC;;;GAGG;AACH,MAAM,CAAN,IAAY,WAOX;AAPD,WAAY,WAAW;IACrB,qEAAqE;IACrE,wDAAyC,CAAA;IACzC,wBAAwB;IACxB,sDAAuC,CAAA;IACvC,gCAAgC;IAChC,0DAA2C,CAAA;AAC7C,CAAC,EAPW,WAAW,KAAX,WAAW,QAOtB;AAKD;;;;;GAKG;AACH,MAAM,UAAU,cAAc,CAAC,YAAmC;IAChE,IAAI,YAAY,KAAK,SAAS,EAAE,CAAC;QAC/B,OAAO,SAAS,CAAC;IACnB,CAAC;IACD,MAAM,cAAc,GAA6C;QAC/D,iBAAiB,EAAE,sCAAsC;QACzD,mBAAmB,EAAE,uCAAuC;QAC5D,kBAAkB,EAAE,+BAA+B;KACpD,CAAC;IACF,IAAI,YAAY,IAAI,cAAc,EAAE,CAAC;QACnC,OAAO,cAAc,CAAC,YAAY,CAAC,CAAC;IACtC,CAAC;SAAM,CAAC;QACN,MAAM,IAAI,KAAK,CACb,0BAA0B,YAAY,6DAA6D,CACpG,CAAC;IACJ,CAAC;AACH,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n/**\n * An enum to describe Azure Cloud environments.\n * @enum {string}\n */\nexport enum AzureClouds {\n /** Azure public cloud, which is the default cloud for Azure SDKs. */\n AZURE_PUBLIC_CLOUD = \"AZURE_PUBLIC_CLOUD\",\n /** Azure China cloud */\n AZURE_CHINA_CLOUD = \"AZURE_CHINA_CLOUD\",\n /** Azure US government cloud */\n AZURE_US_GOVERNMENT = \"AZURE_US_GOVERNMENT\",\n}\n\n/** The supported values for cloud setting as a string literal type */\nexport type AzureSupportedClouds = `${AzureClouds}`;\n\n/**\n * Gets the Azure Resource Manager endpoint URL for the specified cloud setting.\n * @param cloudSetting - The Azure cloud environment setting. Use one of the AzureClouds enum values.\n * @returns The ARM endpoint URL for the specified cloud, or undefined if cloudSetting is undefined.\n * @throws {Error} Throws an error if an unknown cloud setting is provided.\n */\nexport function getArmEndpoint(cloudSetting?: AzureSupportedClouds): string | undefined {\n if (cloudSetting === undefined) {\n return undefined;\n }\n const cloudEndpoints: Record<keyof typeof AzureClouds, string> = {\n AZURE_CHINA_CLOUD: \"https://management.chinacloudapi.cn/\",\n AZURE_US_GOVERNMENT: \"https://management.usgovcloudapi.net/\",\n AZURE_PUBLIC_CLOUD: \"https://management.azure.com/\",\n };\n if (cloudSetting in cloudEndpoints) {\n return cloudEndpoints[cloudSetting];\n } else {\n throw new Error(\n `Unknown cloud setting: ${cloudSetting}. Please refer to the enum AzureClouds for possible values.`,\n );\n }\n}\n"]}
@@ -0,0 +1,74 @@
1
+ import type { Client, PathUncheckedResponse } from "@azure-rest/core-client";
2
+ /**
3
+ * Options for the byPage method
4
+ */
5
+ export interface PageSettings {
6
+ /**
7
+ * A reference to a specific page to start iterating from.
8
+ */
9
+ continuationToken?: string;
10
+ }
11
+ /**
12
+ * An interface that describes a page of results.
13
+ */
14
+ export type ContinuablePage<TElement, TPage = TElement[]> = TPage & {
15
+ /**
16
+ * The token that keeps track of where to continue the iterator
17
+ */
18
+ continuationToken?: string;
19
+ };
20
+ /**
21
+ * An interface that allows async iterable iteration both to completion and by page.
22
+ */
23
+ export interface PagedAsyncIterableIterator<TElement, TPage = TElement[], TPageSettings extends PageSettings = PageSettings> {
24
+ /**
25
+ * The next method, part of the iteration protocol
26
+ */
27
+ next(): Promise<IteratorResult<TElement>>;
28
+ /**
29
+ * The connection to the async iterator, part of the iteration protocol
30
+ */
31
+ [Symbol.asyncIterator](): PagedAsyncIterableIterator<TElement, TPage, TPageSettings>;
32
+ /**
33
+ * Return an AsyncIterableIterator that works a page at a time
34
+ */
35
+ byPage: (settings?: TPageSettings) => AsyncIterableIterator<ContinuablePage<TElement, TPage>>;
36
+ }
37
+ /**
38
+ * An interface that describes how to communicate with the service.
39
+ */
40
+ export interface PagedResult<TElement, TPage = TElement[], TPageSettings extends PageSettings = PageSettings> {
41
+ /**
42
+ * Link to the first page of results.
43
+ */
44
+ firstPageLink?: string;
45
+ /**
46
+ * A method that returns a page of results.
47
+ */
48
+ getPage: (pageLink?: string) => Promise<{
49
+ page: TPage;
50
+ nextPageLink?: string;
51
+ } | undefined>;
52
+ /**
53
+ * a function to implement the `byPage` method on the paged async iterator.
54
+ */
55
+ byPage?: (settings?: TPageSettings) => AsyncIterableIterator<ContinuablePage<TElement, TPage>>;
56
+ /**
57
+ * A function to extract elements from a page.
58
+ */
59
+ toElements?: (page: TPage) => TElement[];
60
+ }
61
+ /**
62
+ * Options for the paging helper
63
+ */
64
+ export interface BuildPagedAsyncIteratorOptions {
65
+ itemName?: string;
66
+ nextLinkName?: string;
67
+ nextLinkMethod?: "GET" | "POST";
68
+ apiVersion?: string;
69
+ }
70
+ /**
71
+ * Helper to paginate results in a generic way and return a PagedAsyncIterableIterator
72
+ */
73
+ export declare function buildPagedAsyncIterator<TElement, TPage = TElement[], TPageSettings extends PageSettings = PageSettings, TResponse extends PathUncheckedResponse = PathUncheckedResponse>(client: Client, getInitialResponse: () => PromiseLike<TResponse>, processResponseBody: (result: TResponse) => PromiseLike<unknown>, expectedStatuses: string[], options?: BuildPagedAsyncIteratorOptions): PagedAsyncIterableIterator<TElement, TPage, TPageSettings>;
74
+ //# sourceMappingURL=pagingHelpers.d.ts.map