@azure/arm-confidentialledger 1.3.0-beta.2 → 1.3.0-beta.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (370) hide show
  1. package/CHANGELOG.md +73 -4
  2. package/LICENSE +3 -3
  3. package/README.md +24 -18
  4. package/{dist-esm/src → dist/browser}/confidentialLedgerClient.d.ts +2 -2
  5. package/dist/browser/confidentialLedgerClient.d.ts.map +1 -0
  6. package/{dist-esm/src → dist/browser}/confidentialLedgerClient.js +19 -22
  7. package/dist/browser/confidentialLedgerClient.js.map +1 -0
  8. package/dist/browser/index.d.ts +5 -0
  9. package/dist/browser/index.d.ts.map +1 -0
  10. package/{dist-esm/src → dist/browser}/index.js +4 -4
  11. package/dist/browser/index.js.map +1 -0
  12. package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +1 -1
  13. package/dist/browser/lroImpl.js.map +1 -0
  14. package/{dist-esm/src → dist/browser}/models/index.d.ts +50 -0
  15. package/dist/browser/models/index.d.ts.map +1 -0
  16. package/{dist-esm/src → dist/browser}/models/index.js +16 -0
  17. package/dist/browser/models/index.js.map +1 -0
  18. package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +1 -1
  19. package/{dist-esm/src → dist/browser}/models/mappers.js +54 -0
  20. package/dist/browser/models/mappers.js.map +1 -0
  21. package/{dist-esm/src → dist/browser}/models/parameters.js +3 -3
  22. package/dist/browser/models/parameters.js.map +1 -0
  23. package/dist/browser/operations/index.d.ts +4 -0
  24. package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
  25. package/{dist-esm/src → dist/browser}/operations/index.js +3 -3
  26. package/dist/browser/operations/index.js.map +1 -0
  27. package/{dist-esm/src → dist/browser}/operations/ledger.d.ts +3 -3
  28. package/dist/browser/operations/ledger.d.ts.map +1 -0
  29. package/{dist-esm/src → dist/browser}/operations/ledger.js +186 -206
  30. package/dist/browser/operations/ledger.js.map +1 -0
  31. package/{dist-esm/src → dist/browser}/operations/managedCCFOperations.d.ts +3 -3
  32. package/dist/browser/operations/managedCCFOperations.d.ts.map +1 -0
  33. package/{dist-esm/src → dist/browser}/operations/managedCCFOperations.js +186 -206
  34. package/dist/browser/operations/managedCCFOperations.js.map +1 -0
  35. package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
  36. package/dist/browser/operations/operations.d.ts.map +1 -0
  37. package/{dist-esm/src → dist/browser}/operations/operations.js +3 -3
  38. package/dist/browser/operations/operations.js.map +1 -0
  39. package/dist/browser/operationsInterfaces/index.d.ts +4 -0
  40. package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
  41. package/{dist-esm/src → dist/browser}/operationsInterfaces/index.js +3 -3
  42. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  43. package/{dist-esm/src → dist/browser}/operationsInterfaces/ledger.d.ts +1 -1
  44. package/dist/browser/operationsInterfaces/ledger.d.ts.map +1 -0
  45. package/dist/browser/operationsInterfaces/ledger.js.map +1 -0
  46. package/{dist-esm/src → dist/browser}/operationsInterfaces/managedCCFOperations.d.ts +1 -1
  47. package/dist/browser/operationsInterfaces/managedCCFOperations.d.ts.map +1 -0
  48. package/dist/browser/operationsInterfaces/managedCCFOperations.js.map +1 -0
  49. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
  50. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts.map +1 -1
  51. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  52. package/dist/browser/package.json +3 -0
  53. package/dist/browser/pagingHelper.js.map +1 -0
  54. package/dist/commonjs/confidentialLedgerClient.d.ts +28 -0
  55. package/dist/commonjs/confidentialLedgerClient.d.ts.map +1 -0
  56. package/dist/commonjs/confidentialLedgerClient.js +134 -0
  57. package/dist/commonjs/confidentialLedgerClient.js.map +1 -0
  58. package/dist/commonjs/index.d.ts +5 -0
  59. package/dist/commonjs/index.d.ts.map +1 -0
  60. package/dist/commonjs/index.js +19 -0
  61. package/dist/commonjs/index.js.map +1 -0
  62. package/dist/commonjs/lroImpl.d.ts +11 -0
  63. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  64. package/dist/commonjs/lroImpl.js +24 -0
  65. package/dist/commonjs/lroImpl.js.map +1 -0
  66. package/{types/arm-confidentialledger.d.ts → dist/commonjs/models/index.d.ts} +725 -1013
  67. package/dist/commonjs/models/index.d.ts.map +1 -0
  68. package/dist/commonjs/models/index.js +117 -0
  69. package/dist/commonjs/models/index.js.map +1 -0
  70. package/dist/commonjs/models/mappers.d.ts +32 -0
  71. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  72. package/dist/commonjs/models/mappers.js +888 -0
  73. package/dist/commonjs/models/mappers.js.map +1 -0
  74. package/dist/commonjs/models/parameters.d.ts +19 -0
  75. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  76. package/dist/commonjs/models/parameters.js +157 -0
  77. package/dist/commonjs/models/parameters.js.map +1 -0
  78. package/dist/commonjs/operations/index.d.ts +4 -0
  79. package/dist/commonjs/operations/index.d.ts.map +1 -0
  80. package/dist/commonjs/operations/index.js +14 -0
  81. package/dist/commonjs/operations/index.js.map +1 -0
  82. package/dist/commonjs/operations/ledger.d.ts +139 -0
  83. package/dist/commonjs/operations/ledger.d.ts.map +1 -0
  84. package/dist/commonjs/operations/ledger.js +706 -0
  85. package/dist/commonjs/operations/ledger.js.map +1 -0
  86. package/dist/commonjs/operations/managedCCFOperations.d.ts +139 -0
  87. package/dist/commonjs/operations/managedCCFOperations.d.ts.map +1 -0
  88. package/dist/commonjs/operations/managedCCFOperations.js +706 -0
  89. package/dist/commonjs/operations/managedCCFOperations.js.map +1 -0
  90. package/dist/commonjs/operations/operations.d.ts +32 -0
  91. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  92. package/dist/commonjs/operations/operations.js +137 -0
  93. package/dist/commonjs/operations/operations.js.map +1 -0
  94. package/dist/commonjs/operationsInterfaces/index.d.ts +4 -0
  95. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  96. package/dist/commonjs/operationsInterfaces/index.js +14 -0
  97. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  98. package/dist/commonjs/operationsInterfaces/ledger.d.ts +103 -0
  99. package/dist/commonjs/operationsInterfaces/ledger.d.ts.map +1 -0
  100. package/dist/commonjs/operationsInterfaces/ledger.js +10 -0
  101. package/dist/commonjs/operationsInterfaces/ledger.js.map +1 -0
  102. package/dist/commonjs/operationsInterfaces/managedCCFOperations.d.ts +103 -0
  103. package/dist/commonjs/operationsInterfaces/managedCCFOperations.d.ts.map +1 -0
  104. package/dist/commonjs/operationsInterfaces/managedCCFOperations.js +10 -0
  105. package/dist/commonjs/operationsInterfaces/managedCCFOperations.js.map +1 -0
  106. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  107. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  108. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  109. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  110. package/dist/commonjs/package.json +3 -0
  111. package/dist/commonjs/pagingHelper.d.ts +13 -0
  112. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  113. package/dist/commonjs/pagingHelper.js +36 -0
  114. package/dist/commonjs/pagingHelper.js.map +1 -0
  115. package/{types → dist/commonjs}/tsdoc-metadata.json +1 -1
  116. package/dist/esm/confidentialLedgerClient.d.ts +28 -0
  117. package/dist/esm/confidentialLedgerClient.d.ts.map +1 -0
  118. package/dist/esm/confidentialLedgerClient.js +129 -0
  119. package/dist/esm/confidentialLedgerClient.js.map +1 -0
  120. package/dist/esm/index.d.ts +5 -0
  121. package/dist/esm/index.d.ts.map +1 -0
  122. package/{src/index.ts → dist/esm/index.js} +5 -5
  123. package/dist/esm/index.js.map +1 -0
  124. package/dist/esm/lroImpl.d.ts +11 -0
  125. package/dist/esm/lroImpl.d.ts.map +1 -0
  126. package/dist/esm/lroImpl.js +21 -0
  127. package/dist/esm/lroImpl.js.map +1 -0
  128. package/dist/esm/models/index.d.ts +725 -0
  129. package/dist/esm/models/index.d.ts.map +1 -0
  130. package/dist/esm/models/index.js +114 -0
  131. package/dist/esm/models/index.js.map +1 -0
  132. package/dist/esm/models/mappers.d.ts +32 -0
  133. package/dist/esm/models/mappers.d.ts.map +1 -0
  134. package/dist/esm/models/mappers.js +885 -0
  135. package/dist/esm/models/mappers.js.map +1 -0
  136. package/dist/esm/models/parameters.d.ts +19 -0
  137. package/dist/esm/models/parameters.d.ts.map +1 -0
  138. package/dist/esm/models/parameters.js +154 -0
  139. package/dist/esm/models/parameters.js.map +1 -0
  140. package/dist/esm/operations/index.d.ts +4 -0
  141. package/dist/esm/operations/index.d.ts.map +1 -0
  142. package/dist/esm/operations/index.js +11 -0
  143. package/dist/esm/operations/index.js.map +1 -0
  144. package/dist/esm/operations/ledger.d.ts +139 -0
  145. package/dist/esm/operations/ledger.d.ts.map +1 -0
  146. package/dist/esm/operations/ledger.js +702 -0
  147. package/dist/esm/operations/ledger.js.map +1 -0
  148. package/dist/esm/operations/managedCCFOperations.d.ts +139 -0
  149. package/dist/esm/operations/managedCCFOperations.d.ts.map +1 -0
  150. package/dist/esm/operations/managedCCFOperations.js +702 -0
  151. package/dist/esm/operations/managedCCFOperations.js.map +1 -0
  152. package/dist/esm/operations/operations.d.ts +32 -0
  153. package/dist/esm/operations/operations.d.ts.map +1 -0
  154. package/dist/esm/operations/operations.js +133 -0
  155. package/dist/esm/operations/operations.js.map +1 -0
  156. package/dist/esm/operationsInterfaces/index.d.ts +4 -0
  157. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  158. package/dist/esm/operationsInterfaces/index.js +11 -0
  159. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  160. package/dist/esm/operationsInterfaces/ledger.d.ts +103 -0
  161. package/dist/esm/operationsInterfaces/ledger.d.ts.map +1 -0
  162. package/{src/operations/index.ts → dist/esm/operationsInterfaces/ledger.js} +2 -4
  163. package/dist/esm/operationsInterfaces/ledger.js.map +1 -0
  164. package/dist/esm/operationsInterfaces/managedCCFOperations.d.ts +103 -0
  165. package/dist/esm/operationsInterfaces/managedCCFOperations.d.ts.map +1 -0
  166. package/dist/esm/operationsInterfaces/managedCCFOperations.js +9 -0
  167. package/dist/esm/operationsInterfaces/managedCCFOperations.js.map +1 -0
  168. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  169. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  170. package/dist/esm/operationsInterfaces/operations.js +9 -0
  171. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  172. package/dist/esm/package.json +3 -0
  173. package/dist/esm/pagingHelper.d.ts +13 -0
  174. package/dist/esm/pagingHelper.d.ts.map +1 -0
  175. package/dist/esm/pagingHelper.js +32 -0
  176. package/dist/esm/pagingHelper.js.map +1 -0
  177. package/dist/react-native/confidentialLedgerClient.d.ts +28 -0
  178. package/dist/react-native/confidentialLedgerClient.d.ts.map +1 -0
  179. package/dist/react-native/confidentialLedgerClient.js +129 -0
  180. package/dist/react-native/confidentialLedgerClient.js.map +1 -0
  181. package/dist/react-native/index.d.ts +5 -0
  182. package/dist/react-native/index.d.ts.map +1 -0
  183. package/dist/react-native/index.js +13 -0
  184. package/dist/react-native/index.js.map +1 -0
  185. package/dist/react-native/lroImpl.d.ts +11 -0
  186. package/dist/react-native/lroImpl.d.ts.map +1 -0
  187. package/dist/react-native/lroImpl.js +21 -0
  188. package/dist/react-native/lroImpl.js.map +1 -0
  189. package/dist/react-native/models/index.d.ts +725 -0
  190. package/dist/react-native/models/index.d.ts.map +1 -0
  191. package/dist/react-native/models/index.js +114 -0
  192. package/dist/react-native/models/index.js.map +1 -0
  193. package/dist/react-native/models/mappers.d.ts +32 -0
  194. package/dist/react-native/models/mappers.d.ts.map +1 -0
  195. package/dist/react-native/models/mappers.js +885 -0
  196. package/dist/react-native/models/mappers.js.map +1 -0
  197. package/dist/react-native/models/parameters.d.ts +19 -0
  198. package/dist/react-native/models/parameters.d.ts.map +1 -0
  199. package/dist/react-native/models/parameters.js +154 -0
  200. package/dist/react-native/models/parameters.js.map +1 -0
  201. package/dist/react-native/operations/index.d.ts +4 -0
  202. package/dist/react-native/operations/index.d.ts.map +1 -0
  203. package/dist/react-native/operations/index.js +11 -0
  204. package/dist/react-native/operations/index.js.map +1 -0
  205. package/dist/react-native/operations/ledger.d.ts +139 -0
  206. package/dist/react-native/operations/ledger.d.ts.map +1 -0
  207. package/dist/react-native/operations/ledger.js +702 -0
  208. package/dist/react-native/operations/ledger.js.map +1 -0
  209. package/dist/react-native/operations/managedCCFOperations.d.ts +139 -0
  210. package/dist/react-native/operations/managedCCFOperations.d.ts.map +1 -0
  211. package/dist/react-native/operations/managedCCFOperations.js +702 -0
  212. package/dist/react-native/operations/managedCCFOperations.js.map +1 -0
  213. package/dist/react-native/operations/operations.d.ts +32 -0
  214. package/dist/react-native/operations/operations.d.ts.map +1 -0
  215. package/dist/react-native/operations/operations.js +133 -0
  216. package/dist/react-native/operations/operations.js.map +1 -0
  217. package/dist/react-native/operationsInterfaces/index.d.ts +4 -0
  218. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  219. package/dist/react-native/operationsInterfaces/index.js +11 -0
  220. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  221. package/dist/react-native/operationsInterfaces/ledger.d.ts +103 -0
  222. package/dist/react-native/operationsInterfaces/ledger.d.ts.map +1 -0
  223. package/dist/react-native/operationsInterfaces/ledger.js +9 -0
  224. package/dist/react-native/operationsInterfaces/ledger.js.map +1 -0
  225. package/dist/react-native/operationsInterfaces/managedCCFOperations.d.ts +103 -0
  226. package/dist/react-native/operationsInterfaces/managedCCFOperations.d.ts.map +1 -0
  227. package/dist/react-native/operationsInterfaces/managedCCFOperations.js +9 -0
  228. package/dist/react-native/operationsInterfaces/managedCCFOperations.js.map +1 -0
  229. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  230. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  231. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  232. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  233. package/dist/react-native/package.json +3 -0
  234. package/dist/react-native/pagingHelper.d.ts +13 -0
  235. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  236. package/dist/react-native/pagingHelper.js +32 -0
  237. package/dist/react-native/pagingHelper.js.map +1 -0
  238. package/package.json +77 -62
  239. package/review/arm-confidentialledger.api.md +27 -0
  240. package/dist/index.js +0 -2884
  241. package/dist/index.js.map +0 -1
  242. package/dist/index.min.js +0 -1
  243. package/dist/index.min.js.map +0 -1
  244. package/dist-esm/samples-dev/checkNameAvailabilitySample.d.ts +0 -2
  245. package/dist-esm/samples-dev/checkNameAvailabilitySample.d.ts.map +0 -1
  246. package/dist-esm/samples-dev/checkNameAvailabilitySample.js +0 -41
  247. package/dist-esm/samples-dev/checkNameAvailabilitySample.js.map +0 -1
  248. package/dist-esm/samples-dev/ledgerBackupSample.d.ts +0 -2
  249. package/dist-esm/samples-dev/ledgerBackupSample.d.ts.map +0 -1
  250. package/dist-esm/samples-dev/ledgerBackupSample.js +0 -44
  251. package/dist-esm/samples-dev/ledgerBackupSample.js.map +0 -1
  252. package/dist-esm/samples-dev/ledgerCreateSample.d.ts +0 -2
  253. package/dist-esm/samples-dev/ledgerCreateSample.d.ts.map +0 -1
  254. package/dist-esm/samples-dev/ledgerCreateSample.js +0 -61
  255. package/dist-esm/samples-dev/ledgerCreateSample.js.map +0 -1
  256. package/dist-esm/samples-dev/ledgerDeleteSample.d.ts +0 -2
  257. package/dist-esm/samples-dev/ledgerDeleteSample.d.ts.map +0 -1
  258. package/dist-esm/samples-dev/ledgerDeleteSample.js +0 -40
  259. package/dist-esm/samples-dev/ledgerDeleteSample.js.map +0 -1
  260. package/dist-esm/samples-dev/ledgerGetSample.d.ts +0 -2
  261. package/dist-esm/samples-dev/ledgerGetSample.d.ts.map +0 -1
  262. package/dist-esm/samples-dev/ledgerGetSample.js +0 -40
  263. package/dist-esm/samples-dev/ledgerGetSample.js.map +0 -1
  264. package/dist-esm/samples-dev/ledgerListByResourceGroupSample.d.ts +0 -2
  265. package/dist-esm/samples-dev/ledgerListByResourceGroupSample.d.ts.map +0 -1
  266. package/dist-esm/samples-dev/ledgerListByResourceGroupSample.js +0 -55
  267. package/dist-esm/samples-dev/ledgerListByResourceGroupSample.js.map +0 -1
  268. package/dist-esm/samples-dev/ledgerListBySubscriptionSample.d.ts +0 -2
  269. package/dist-esm/samples-dev/ledgerListBySubscriptionSample.d.ts.map +0 -1
  270. package/dist-esm/samples-dev/ledgerListBySubscriptionSample.js +0 -53
  271. package/dist-esm/samples-dev/ledgerListBySubscriptionSample.js.map +0 -1
  272. package/dist-esm/samples-dev/ledgerRestoreSample.d.ts +0 -2
  273. package/dist-esm/samples-dev/ledgerRestoreSample.d.ts.map +0 -1
  274. package/dist-esm/samples-dev/ledgerRestoreSample.js +0 -45
  275. package/dist-esm/samples-dev/ledgerRestoreSample.js.map +0 -1
  276. package/dist-esm/samples-dev/ledgerUpdateSample.d.ts +0 -2
  277. package/dist-esm/samples-dev/ledgerUpdateSample.d.ts.map +0 -1
  278. package/dist-esm/samples-dev/ledgerUpdateSample.js +0 -63
  279. package/dist-esm/samples-dev/ledgerUpdateSample.js.map +0 -1
  280. package/dist-esm/samples-dev/managedCcfBackupSample.d.ts +0 -2
  281. package/dist-esm/samples-dev/managedCcfBackupSample.d.ts.map +0 -1
  282. package/dist-esm/samples-dev/managedCcfBackupSample.js +0 -44
  283. package/dist-esm/samples-dev/managedCcfBackupSample.js.map +0 -1
  284. package/dist-esm/samples-dev/managedCcfCreateSample.d.ts +0 -2
  285. package/dist-esm/samples-dev/managedCcfCreateSample.d.ts.map +0 -1
  286. package/dist-esm/samples-dev/managedCcfCreateSample.js +0 -58
  287. package/dist-esm/samples-dev/managedCcfCreateSample.js.map +0 -1
  288. package/dist-esm/samples-dev/managedCcfDeleteSample.d.ts +0 -2
  289. package/dist-esm/samples-dev/managedCcfDeleteSample.d.ts.map +0 -1
  290. package/dist-esm/samples-dev/managedCcfDeleteSample.js +0 -40
  291. package/dist-esm/samples-dev/managedCcfDeleteSample.js.map +0 -1
  292. package/dist-esm/samples-dev/managedCcfGetSample.d.ts +0 -2
  293. package/dist-esm/samples-dev/managedCcfGetSample.d.ts.map +0 -1
  294. package/dist-esm/samples-dev/managedCcfGetSample.js +0 -40
  295. package/dist-esm/samples-dev/managedCcfGetSample.js.map +0 -1
  296. package/dist-esm/samples-dev/managedCcfListByResourceGroupSample.d.ts +0 -2
  297. package/dist-esm/samples-dev/managedCcfListByResourceGroupSample.d.ts.map +0 -1
  298. package/dist-esm/samples-dev/managedCcfListByResourceGroupSample.js +0 -55
  299. package/dist-esm/samples-dev/managedCcfListByResourceGroupSample.js.map +0 -1
  300. package/dist-esm/samples-dev/managedCcfListBySubscriptionSample.d.ts +0 -2
  301. package/dist-esm/samples-dev/managedCcfListBySubscriptionSample.d.ts.map +0 -1
  302. package/dist-esm/samples-dev/managedCcfListBySubscriptionSample.js +0 -53
  303. package/dist-esm/samples-dev/managedCcfListBySubscriptionSample.js.map +0 -1
  304. package/dist-esm/samples-dev/managedCcfRestoreSample.d.ts +0 -2
  305. package/dist-esm/samples-dev/managedCcfRestoreSample.d.ts.map +0 -1
  306. package/dist-esm/samples-dev/managedCcfRestoreSample.js +0 -45
  307. package/dist-esm/samples-dev/managedCcfRestoreSample.js.map +0 -1
  308. package/dist-esm/samples-dev/managedCcfUpdateSample.d.ts +0 -2
  309. package/dist-esm/samples-dev/managedCcfUpdateSample.d.ts.map +0 -1
  310. package/dist-esm/samples-dev/managedCcfUpdateSample.js +0 -50
  311. package/dist-esm/samples-dev/managedCcfUpdateSample.js.map +0 -1
  312. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  313. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  314. package/dist-esm/samples-dev/operationsListSample.js +0 -53
  315. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  316. package/dist-esm/src/confidentialLedgerClient.d.ts.map +0 -1
  317. package/dist-esm/src/confidentialLedgerClient.js.map +0 -1
  318. package/dist-esm/src/index.d.ts +0 -6
  319. package/dist-esm/src/index.d.ts.map +0 -1
  320. package/dist-esm/src/index.js.map +0 -1
  321. package/dist-esm/src/lroImpl.js.map +0 -1
  322. package/dist-esm/src/models/index.d.ts.map +0 -1
  323. package/dist-esm/src/models/index.js.map +0 -1
  324. package/dist-esm/src/models/mappers.js.map +0 -1
  325. package/dist-esm/src/models/parameters.js.map +0 -1
  326. package/dist-esm/src/operations/index.d.ts +0 -4
  327. package/dist-esm/src/operations/index.js.map +0 -1
  328. package/dist-esm/src/operations/ledger.d.ts.map +0 -1
  329. package/dist-esm/src/operations/ledger.js.map +0 -1
  330. package/dist-esm/src/operations/managedCCFOperations.d.ts.map +0 -1
  331. package/dist-esm/src/operations/managedCCFOperations.js.map +0 -1
  332. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  333. package/dist-esm/src/operations/operations.js.map +0 -1
  334. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -4
  335. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  336. package/dist-esm/src/operationsInterfaces/ledger.d.ts.map +0 -1
  337. package/dist-esm/src/operationsInterfaces/ledger.js.map +0 -1
  338. package/dist-esm/src/operationsInterfaces/managedCCFOperations.d.ts.map +0 -1
  339. package/dist-esm/src/operationsInterfaces/managedCCFOperations.js.map +0 -1
  340. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  341. package/dist-esm/src/pagingHelper.js.map +0 -1
  342. package/dist-esm/test/confidentialledger_operations_test.spec.d.ts +0 -4
  343. package/dist-esm/test/confidentialledger_operations_test.spec.d.ts.map +0 -1
  344. package/dist-esm/test/confidentialledger_operations_test.spec.js +0 -71
  345. package/dist-esm/test/confidentialledger_operations_test.spec.js.map +0 -1
  346. package/src/confidentialLedgerClient.ts +0 -196
  347. package/src/lroImpl.ts +0 -42
  348. package/src/models/index.ts +0 -784
  349. package/src/models/mappers.ts +0 -872
  350. package/src/models/parameters.ts +0 -184
  351. package/src/operations/ledger.ts +0 -957
  352. package/src/operations/managedCCFOperations.ts +0 -962
  353. package/src/operations/operations.ts +0 -149
  354. package/src/operationsInterfaces/index.ts +0 -11
  355. package/src/operationsInterfaces/ledger.ts +0 -197
  356. package/src/operationsInterfaces/managedCCFOperations.ts +0 -206
  357. package/src/operationsInterfaces/operations.ts +0 -25
  358. package/src/pagingHelper.ts +0 -39
  359. package/tsconfig.json +0 -33
  360. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  361. /package/{dist-esm/src → dist/browser}/lroImpl.js +0 -0
  362. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  363. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  364. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  365. /package/{dist-esm/src → dist/browser}/operationsInterfaces/ledger.js +0 -0
  366. /package/{dist-esm/src → dist/browser}/operationsInterfaces/managedCCFOperations.js +0 -0
  367. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  368. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  369. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
  370. /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
package/CHANGELOG.md CHANGED
@@ -1,8 +1,77 @@
1
1
  # Release History
2
+
3
+ ## 1.3.0-beta.3 (2025-05-16)
4
+ Compared with version 1.2.0
5
+
6
+ ### Features Added
2
7
 
8
+ - Added operation group ManagedCCFOperations
9
+ - Added operation Ledger.beginBackup
10
+ - Added operation Ledger.beginBackupAndWait
11
+ - Added operation Ledger.beginRestore
12
+ - Added operation Ledger.beginRestoreAndWait
13
+ - Added Interface CertificateTags
14
+ - Added Interface ConfidentialLedgerBackup
15
+ - Added Interface ConfidentialLedgerBackupResponse
16
+ - Added Interface ConfidentialLedgerRestore
17
+ - Added Interface ConfidentialLedgerRestoreResponse
18
+ - Added Interface DeploymentType
19
+ - Added Interface LedgerBackupOptionalParams
20
+ - Added Interface LedgerRestoreOptionalParams
21
+ - Added Interface ManagedCCF
22
+ - Added Interface ManagedCCFBackup
23
+ - Added Interface ManagedCCFBackupOptionalParams
24
+ - Added Interface ManagedCCFBackupResponse
25
+ - Added Interface ManagedCCFCreateOptionalParams
26
+ - Added Interface ManagedCCFDeleteOptionalParams
27
+ - Added Interface ManagedCCFGetOptionalParams
28
+ - Added Interface ManagedCCFList
29
+ - Added Interface ManagedCCFListByResourceGroupNextOptionalParams
30
+ - Added Interface ManagedCCFListByResourceGroupOptionalParams
31
+ - Added Interface ManagedCCFListBySubscriptionNextOptionalParams
32
+ - Added Interface ManagedCCFListBySubscriptionOptionalParams
33
+ - Added Interface ManagedCCFProperties
34
+ - Added Interface ManagedCCFRestore
35
+ - Added Interface ManagedCCFRestoreOptionalParams
36
+ - Added Interface ManagedCCFRestoreResponse
37
+ - Added Interface ManagedCCFUpdateOptionalParams
38
+ - Added Interface MemberIdentityCertificate
39
+ - Added Interface TrackedResource
40
+ - Added Type Alias ApplicationType
41
+ - Added Type Alias EnclavePlatform
42
+ - Added Type Alias LanguageRuntime
43
+ - Added Type Alias LedgerBackupResponse
44
+ - Added Type Alias LedgerRestoreResponse
45
+ - Added Type Alias LedgerSku
46
+ - Added Type Alias ManagedCCFBackupOperationResponse
47
+ - Added Type Alias ManagedCCFCreateResponse
48
+ - Added Type Alias ManagedCCFGetResponse
49
+ - Added Type Alias ManagedCCFListByResourceGroupNextResponse
50
+ - Added Type Alias ManagedCCFListByResourceGroupResponse
51
+ - Added Type Alias ManagedCCFListBySubscriptionNextResponse
52
+ - Added Type Alias ManagedCCFListBySubscriptionResponse
53
+ - Added Type Alias ManagedCCFRestoreOperationResponse
54
+ - Added Type Alias ManagedCCFUpdateResponse
55
+ - Added Type Alias RunningState
56
+ - Interface LedgerProperties has a new optional parameter applicationType
57
+ - Interface LedgerProperties has a new optional parameter enclavePlatform
58
+ - Interface LedgerProperties has a new optional parameter hostLevel
59
+ - Interface LedgerProperties has a new optional parameter ledgerSku
60
+ - Interface LedgerProperties has a new optional parameter maxBodySizeInMb
61
+ - Interface LedgerProperties has a new optional parameter nodeCount
62
+ - Interface LedgerProperties has a new optional parameter runningState
63
+ - Interface LedgerProperties has a new optional parameter subjectName
64
+ - Interface LedgerProperties has a new optional parameter workerThreads
65
+ - Interface LedgerProperties has a new optional parameter writeLBAddressPrefix
66
+ - Added Enum KnownApplicationType
67
+ - Added Enum KnownEnclavePlatform
68
+ - Added Enum KnownLanguageRuntime
69
+ - Added Enum KnownLedgerSku
70
+ - Added Enum KnownRunningState
71
+
3
72
  ## 1.3.0-beta.2 (2024-04-16)
4
73
 
5
- **Features**
74
+ ### Features Added
6
75
 
7
76
  - Added operation group ManagedCCFOperations
8
77
  - Added operation Ledger.beginBackup
@@ -59,7 +128,7 @@
59
128
 
60
129
  ## 1.3.0-beta.1 (2023-04-19)
61
130
 
62
- **Features**
131
+ ### Features Added
63
132
 
64
133
  - Added operation group ManagedCCFOperations
65
134
  - Added Interface CertificateTags
@@ -92,7 +161,7 @@
92
161
 
93
162
  ## 1.2.0 (2023-01-12)
94
163
 
95
- **Features**
164
+ ### Features Added
96
165
 
97
166
  - Interface LedgerListByResourceGroupNextOptionalParams no longer has parameter filter
98
167
  - Interface LedgerListBySubscriptionNextOptionalParams no longer has parameter filter
@@ -100,7 +169,7 @@
100
169
 
101
170
  ## 1.1.0 (2022-07-05)
102
171
 
103
- **Features**
172
+ ### Features Added
104
173
 
105
174
  - Added Interface ConfidentialLedger
106
175
 
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
- The MIT License (MIT)
1
+ Copyright (c) Microsoft Corporation.
2
2
 
3
- Copyright (c) 2024 Microsoft
3
+ MIT License
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -12,7 +12,7 @@ furnished to do so, subject to the following conditions:
12
12
  The above copyright notice and this permission notice shall be included in all
13
13
  copies or substantial portions of the Software.
14
14
 
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15
+ THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
16
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
17
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
18
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
package/README.md CHANGED
@@ -6,7 +6,7 @@ Microsoft Azure Confidential Compute Ledger Control Plane REST API version 2020-
6
6
 
7
7
  [Source code](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/confidentialledger/arm-confidentialledger) |
8
8
  [Package (NPM)](https://www.npmjs.com/package/@azure/arm-confidentialledger) |
9
- [API reference documentation](https://docs.microsoft.com/javascript/api/@azure/arm-confidentialledger?view=azure-node-preview) |
9
+ [API reference documentation](https://learn.microsoft.com/javascript/api/@azure/arm-confidentialledger?view=azure-node-preview) |
10
10
  [Samples](https://github.com/Azure-Samples/azure-samples-js-management)
11
11
 
12
12
  ## Getting started
@@ -44,26 +44,32 @@ npm install @azure/identity
44
44
  ```
45
45
 
46
46
  You will also need to **register a new AAD application and grant access to Azure ConfidentialLedger** by assigning the suitable role to your service principal (note: roles such as `"Owner"` will not grant the necessary permissions).
47
- Set the values of the client ID, tenant ID, and client secret of the AAD application as environment variables: `AZURE_CLIENT_ID`, `AZURE_TENANT_ID`, `AZURE_CLIENT_SECRET`.
48
47
 
49
- For more information about how to create an Azure AD Application check out [this guide](https://docs.microsoft.com/azure/active-directory/develop/howto-create-service-principal-portal).
48
+ For more information about how to create an Azure AD Application check out [this guide](https://learn.microsoft.com/azure/active-directory/develop/howto-create-service-principal-portal).
50
49
 
51
- ```javascript
52
- const { ConfidentialLedgerClient } = require("@azure/arm-confidentialledger");
53
- const { DefaultAzureCredential } = require("@azure/identity");
54
- // For client-side applications running in the browser, use InteractiveBrowserCredential instead of DefaultAzureCredential. See https://aka.ms/azsdk/js/identity/examples for more details.
50
+ Using Node.js and Node-like environments, you can use the `DefaultAzureCredential` class to authenticate the client.
51
+
52
+ ```ts snippet:ReadmeSampleCreateClient_Node
53
+ import { ConfidentialLedgerClient } from "@azure/arm-confidentialledger";
54
+ import { DefaultAzureCredential } from "@azure/identity";
55
55
 
56
56
  const subscriptionId = "00000000-0000-0000-0000-000000000000";
57
57
  const client = new ConfidentialLedgerClient(new DefaultAzureCredential(), subscriptionId);
58
-
59
- // For client-side applications running in the browser, use this code instead:
60
- // const credential = new InteractiveBrowserCredential({
61
- // tenantId: "<YOUR_TENANT_ID>",
62
- // clientId: "<YOUR_CLIENT_ID>"
63
- // });
64
- // const client = new ConfidentialLedgerClient(credential, subscriptionId);
65
58
  ```
66
59
 
60
+ For browser environments, use the `InteractiveBrowserCredential` from the `@azure/identity` package to authenticate.
61
+
62
+ ```ts snippet:ReadmeSampleCreateClient_Browser
63
+ import { InteractiveBrowserCredential } from "@azure/identity";
64
+ import { ConfidentialLedgerClient } from "@azure/arm-confidentialledger";
65
+
66
+ const subscriptionId = "00000000-0000-0000-0000-000000000000";
67
+ const credential = new InteractiveBrowserCredential({
68
+ tenantId: "<YOUR_TENANT_ID>",
69
+ clientId: "<YOUR_CLIENT_ID>",
70
+ });
71
+ const client = new ConfidentialLedgerClient(credential, subscriptionId);
72
+ ```
67
73
 
68
74
  ### JavaScript Bundle
69
75
  To use this client library in the browser, first you need to use a bundler. For details on how to do this, please refer to our [bundling documentation](https://aka.ms/AzureSDKBundling).
@@ -80,8 +86,9 @@ To use this client library in the browser, first you need to use a bundler. For
80
86
 
81
87
  Enabling logging may help uncover useful information about failures. In order to see a log of HTTP requests and responses, set the `AZURE_LOG_LEVEL` environment variable to `info`. Alternatively, logging can be enabled at runtime by calling `setLogLevel` in the `@azure/logger`:
82
88
 
83
- ```javascript
84
- const { setLogLevel } = require("@azure/logger");
89
+ ```ts snippet:SetLogLevel
90
+ import { setLogLevel } from "@azure/logger";
91
+
85
92
  setLogLevel("info");
86
93
  ```
87
94
 
@@ -99,9 +106,8 @@ If you'd like to contribute to this library, please read the [contributing guide
99
106
 
100
107
  - [Microsoft Azure SDK for JavaScript](https://github.com/Azure/azure-sdk-for-js)
101
108
 
102
- ![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-js%2Fsdk%2Fconfidentialledger%2Farm-confidentialledger%2FREADME.png)
103
109
 
104
- [azure_cli]: https://docs.microsoft.com/cli/azure
110
+ [azure_cli]: https://learn.microsoft.com/cli/azure
105
111
  [azure_sub]: https://azure.microsoft.com/free/
106
112
  [azure_sub]: https://azure.microsoft.com/free/
107
113
  [azure_portal]: https://portal.azure.com
@@ -1,7 +1,7 @@
1
1
  import * as coreClient from "@azure/core-client";
2
2
  import * as coreAuth from "@azure/core-auth";
3
- import { Operations, Ledger, ManagedCCFOperations } from "./operationsInterfaces";
4
- import { ConfidentialLedgerClientOptionalParams, CheckNameAvailabilityRequest, CheckNameAvailabilityOptionalParams, CheckNameAvailabilityOperationResponse } from "./models";
3
+ import { Operations, Ledger, ManagedCCFOperations } from "./operationsInterfaces/index.js";
4
+ import { ConfidentialLedgerClientOptionalParams, CheckNameAvailabilityRequest, CheckNameAvailabilityOptionalParams, CheckNameAvailabilityOperationResponse } from "./models/index.js";
5
5
  export declare class ConfidentialLedgerClient extends coreClient.ServiceClient {
6
6
  $host: string;
7
7
  apiVersion: string;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"confidentialLedgerClient.d.ts","sourceRoot":"","sources":["../../src/confidentialLedgerClient.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAOjD,OAAO,KAAK,QAAQ,MAAM,kBAAkB,CAAC;AAM7C,OAAO,EACL,UAAU,EACV,MAAM,EACN,oBAAoB,EACrB,MAAM,iCAAiC,CAAC;AAGzC,OAAO,EACL,sCAAsC,EACtC,4BAA4B,EAC5B,mCAAmC,EACnC,sCAAsC,EACvC,MAAM,mBAAmB,CAAC;AAE3B,qBAAa,wBAAyB,SAAQ,UAAU,CAAC,aAAa;IACpE,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,CAAC;IACnB,cAAc,EAAE,MAAM,CAAC;IAEvB;;;;;OAKG;gBAED,WAAW,EAAE,QAAQ,CAAC,eAAe,EACrC,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,sCAAsC;IA+ElD,8GAA8G;IAC9G,OAAO,CAAC,yBAAyB;IA2BjC;;;;OAIG;IACH,qBAAqB,CACnB,uBAAuB,EAAE,4BAA4B,EACrD,OAAO,CAAC,EAAE,mCAAmC,GAC5C,OAAO,CAAC,sCAAsC,CAAC;IAOlD,UAAU,EAAE,UAAU,CAAC;IACvB,MAAM,EAAE,MAAM,CAAC;IACf,oBAAoB,EAAE,oBAAoB,CAAC;CAC5C"}
@@ -5,12 +5,11 @@
5
5
  * Code generated by Microsoft (R) AutoRest Code Generator.
6
6
  * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
7
  */
8
- import { __awaiter } from "tslib";
9
8
  import * as coreClient from "@azure/core-client";
10
9
  import * as coreRestPipeline from "@azure/core-rest-pipeline";
11
- import { OperationsImpl, LedgerImpl, ManagedCCFOperationsImpl, } from "./operations";
12
- import * as Parameters from "./models/parameters";
13
- import * as Mappers from "./models/mappers";
10
+ import { OperationsImpl, LedgerImpl, ManagedCCFOperationsImpl, } from "./operations/index.js";
11
+ import * as Parameters from "./models/parameters.js";
12
+ import * as Mappers from "./models/mappers.js";
14
13
  export class ConfidentialLedgerClient extends coreClient.ServiceClient {
15
14
  /**
16
15
  * Initializes a new instance of the ConfidentialLedgerClient class.
@@ -34,7 +33,7 @@ export class ConfidentialLedgerClient extends coreClient.ServiceClient {
34
33
  requestContentType: "application/json; charset=utf-8",
35
34
  credential: credentials,
36
35
  };
37
- const packageDetails = `azsdk-js-arm-confidentialledger/1.3.0-beta.2`;
36
+ const packageDetails = `azsdk-js-arm-confidentialledger/1.3.0-beta.3`;
38
37
  const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
39
38
  ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
40
39
  : `${packageDetails}`;
@@ -67,7 +66,7 @@ export class ConfidentialLedgerClient extends coreClient.ServiceClient {
67
66
  this.subscriptionId = subscriptionId;
68
67
  // Assigning values to Constant parameters
69
68
  this.$host = options.$host || "https://management.azure.com";
70
- this.apiVersion = options.apiVersion || "2023-06-28-preview";
69
+ this.apiVersion = options.apiVersion || "2024-09-19-preview";
71
70
  this.operations = new OperationsImpl(this);
72
71
  this.ledger = new LedgerImpl(this);
73
72
  this.managedCCFOperations = new ManagedCCFOperationsImpl(this);
@@ -80,22 +79,20 @@ export class ConfidentialLedgerClient extends coreClient.ServiceClient {
80
79
  }
81
80
  const apiVersionPolicy = {
82
81
  name: "CustomApiVersionPolicy",
83
- sendRequest(request, next) {
84
- return __awaiter(this, void 0, void 0, function* () {
85
- const param = request.url.split("?");
86
- if (param.length > 1) {
87
- const newParams = param[1].split("&").map((item) => {
88
- if (item.indexOf("api-version") > -1) {
89
- return "api-version=" + apiVersion;
90
- }
91
- else {
92
- return item;
93
- }
94
- });
95
- request.url = param[0] + "?" + newParams.join("&");
96
- }
97
- return next(request);
98
- });
82
+ async sendRequest(request, next) {
83
+ const param = request.url.split("?");
84
+ if (param.length > 1) {
85
+ const newParams = param[1].split("&").map((item) => {
86
+ if (item.indexOf("api-version") > -1) {
87
+ return "api-version=" + apiVersion;
88
+ }
89
+ else {
90
+ return item;
91
+ }
92
+ });
93
+ request.url = param[0] + "?" + newParams.join("&");
94
+ }
95
+ return next(request);
99
96
  },
100
97
  };
101
98
  this.pipeline.addPolicy(apiVersionPolicy);
@@ -0,0 +1 @@
1
+ {"version":3,"file":"confidentialLedgerClient.js","sourceRoot":"","sources":["../../src/confidentialLedgerClient.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\nimport * as coreRestPipeline from \"@azure/core-rest-pipeline\";\nimport {\n PipelineRequest,\n PipelineResponse,\n SendRequest,\n} from \"@azure/core-rest-pipeline\";\nimport * as coreAuth from \"@azure/core-auth\";\nimport {\n OperationsImpl,\n LedgerImpl,\n ManagedCCFOperationsImpl,\n} from \"./operations/index.js\";\nimport {\n Operations,\n Ledger,\n ManagedCCFOperations,\n} from \"./operationsInterfaces/index.js\";\nimport * as Parameters from \"./models/parameters.js\";\nimport * as Mappers from \"./models/mappers.js\";\nimport {\n ConfidentialLedgerClientOptionalParams,\n CheckNameAvailabilityRequest,\n CheckNameAvailabilityOptionalParams,\n CheckNameAvailabilityOperationResponse,\n} from \"./models/index.js\";\n\nexport class ConfidentialLedgerClient extends coreClient.ServiceClient {\n $host: string;\n apiVersion: string;\n subscriptionId: string;\n\n /**\n * Initializes a new instance of the ConfidentialLedgerClient class.\n * @param credentials Subscription credentials which uniquely identify client subscription.\n * @param subscriptionId The ID of the target subscription.\n * @param options The parameter options\n */\n constructor(\n credentials: coreAuth.TokenCredential,\n subscriptionId: string,\n options?: ConfidentialLedgerClientOptionalParams,\n ) {\n if (credentials === undefined) {\n throw new Error(\"'credentials' cannot be null\");\n }\n if (subscriptionId === undefined) {\n throw new Error(\"'subscriptionId' cannot be null\");\n }\n\n // Initializing default values for options\n if (!options) {\n options = {};\n }\n const defaults: ConfidentialLedgerClientOptionalParams = {\n requestContentType: \"application/json; charset=utf-8\",\n credential: credentials,\n };\n\n const packageDetails = `azsdk-js-arm-confidentialledger/1.3.0-beta.3`;\n const userAgentPrefix =\n options.userAgentOptions && options.userAgentOptions.userAgentPrefix\n ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`\n : `${packageDetails}`;\n\n const optionsWithDefaults = {\n ...defaults,\n ...options,\n userAgentOptions: {\n userAgentPrefix,\n },\n endpoint:\n options.endpoint ?? options.baseUri ?? \"https://management.azure.com\",\n };\n super(optionsWithDefaults);\n\n let bearerTokenAuthenticationPolicyFound: boolean = false;\n if (options?.pipeline && options.pipeline.getOrderedPolicies().length > 0) {\n const pipelinePolicies: coreRestPipeline.PipelinePolicy[] =\n options.pipeline.getOrderedPolicies();\n bearerTokenAuthenticationPolicyFound = pipelinePolicies.some(\n (pipelinePolicy) =>\n pipelinePolicy.name ===\n coreRestPipeline.bearerTokenAuthenticationPolicyName,\n );\n }\n if (\n !options ||\n !options.pipeline ||\n options.pipeline.getOrderedPolicies().length == 0 ||\n !bearerTokenAuthenticationPolicyFound\n ) {\n this.pipeline.removePolicy({\n name: coreRestPipeline.bearerTokenAuthenticationPolicyName,\n });\n this.pipeline.addPolicy(\n coreRestPipeline.bearerTokenAuthenticationPolicy({\n credential: credentials,\n scopes:\n optionsWithDefaults.credentialScopes ??\n `${optionsWithDefaults.endpoint}/.default`,\n challengeCallbacks: {\n authorizeRequestOnChallenge:\n coreClient.authorizeRequestOnClaimChallenge,\n },\n }),\n );\n }\n // Parameter assignments\n this.subscriptionId = subscriptionId;\n\n // Assigning values to Constant parameters\n this.$host = options.$host || \"https://management.azure.com\";\n this.apiVersion = options.apiVersion || \"2024-09-19-preview\";\n this.operations = new OperationsImpl(this);\n this.ledger = new LedgerImpl(this);\n this.managedCCFOperations = new ManagedCCFOperationsImpl(this);\n this.addCustomApiVersionPolicy(options.apiVersion);\n }\n\n /** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */\n private addCustomApiVersionPolicy(apiVersion?: string) {\n if (!apiVersion) {\n return;\n }\n const apiVersionPolicy = {\n name: \"CustomApiVersionPolicy\",\n async sendRequest(\n request: PipelineRequest,\n next: SendRequest,\n ): Promise<PipelineResponse> {\n const param = request.url.split(\"?\");\n if (param.length > 1) {\n const newParams = param[1].split(\"&\").map((item) => {\n if (item.indexOf(\"api-version\") > -1) {\n return \"api-version=\" + apiVersion;\n } else {\n return item;\n }\n });\n request.url = param[0] + \"?\" + newParams.join(\"&\");\n }\n return next(request);\n },\n };\n this.pipeline.addPolicy(apiVersionPolicy);\n }\n\n /**\n * To check whether a resource name is available.\n * @param nameAvailabilityRequest Name availability request payload.\n * @param options The options parameters.\n */\n checkNameAvailability(\n nameAvailabilityRequest: CheckNameAvailabilityRequest,\n options?: CheckNameAvailabilityOptionalParams,\n ): Promise<CheckNameAvailabilityOperationResponse> {\n return this.sendOperationRequest(\n { nameAvailabilityRequest, options },\n checkNameAvailabilityOperationSpec,\n );\n }\n\n operations: Operations;\n ledger: Ledger;\n managedCCFOperations: ManagedCCFOperations;\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst checkNameAvailabilityOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.ConfidentialLedger/checkNameAvailability\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.CheckNameAvailabilityResponse,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n requestBody: Parameters.nameAvailabilityRequest,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\n"]}
@@ -0,0 +1,5 @@
1
+ export { getContinuationToken } from "./pagingHelper.js";
2
+ export * from "./models/index.js";
3
+ export { ConfidentialLedgerClient } from "./confidentialLedgerClient.js";
4
+ export * from "./operationsInterfaces/index.js";
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AACzD,cAAc,mBAAmB,CAAC;AAClC,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AACzE,cAAc,iCAAiC,CAAC"}
@@ -6,8 +6,8 @@
6
6
  * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
7
  */
8
8
  /// <reference lib="esnext.asynciterable" />
9
- export { getContinuationToken } from "./pagingHelper";
10
- export * from "./models";
11
- export { ConfidentialLedgerClient } from "./confidentialLedgerClient";
12
- export * from "./operationsInterfaces";
9
+ export { getContinuationToken } from "./pagingHelper.js";
10
+ export * from "./models/index.js";
11
+ export { ConfidentialLedgerClient } from "./confidentialLedgerClient.js";
12
+ export * from "./operationsInterfaces/index.js";
13
13
  //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,4CAA4C;AAC5C,OAAO,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AACzD,cAAc,mBAAmB,CAAC;AAClC,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AACzE,cAAc,iCAAiC,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\n/// <reference lib=\"esnext.asynciterable\" />\nexport { getContinuationToken } from \"./pagingHelper.js\";\nexport * from \"./models/index.js\";\nexport { ConfidentialLedgerClient } from \"./confidentialLedgerClient.js\";\nexport * from \"./operationsInterfaces/index.js\";\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"lroImpl.d.ts","sourceRoot":"","sources":["../../src/lroImpl.ts"],"names":[],"mappings":"AAYA,OAAO,EAAE,oBAAoB,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAEpE,wBAAgB,aAAa,CAAC,CAAC,EAAE,MAAM,EAAE;IACvC,eAAe,EAAE,CAAC,IAAI,EAAE,GAAG,EAAE,IAAI,EAAE,GAAG,KAAK,OAAO,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC;IACnE,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC9B,IAAI,EAAE;QACJ,QAAQ,CAAC,WAAW,CAAC,EAAE,OAAO,CAAC;QAC/B,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;QACvB,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;KAC7B,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;CACzB,GAAG,oBAAoB,CAAC,CAAC,CAAC,CAmB1B"}
1
+ {"version":3,"file":"lroImpl.d.ts","sourceRoot":"","sources":["../../src/lroImpl.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,oBAAoB,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAEpE,wBAAgB,aAAa,CAAC,CAAC,EAAE,MAAM,EAAE;IACvC,eAAe,EAAE,CAAC,IAAI,EAAE,GAAG,EAAE,IAAI,EAAE,GAAG,KAAK,OAAO,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC;IACnE,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC9B,IAAI,EAAE;QACJ,QAAQ,CAAC,WAAW,CAAC,EAAE,OAAO,CAAC;QAC/B,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;QACvB,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;KAC7B,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;CACzB,GAAG,oBAAoB,CAAC,CAAC,CAAC,CAmB1B"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"lroImpl.js","sourceRoot":"","sources":["../../src/lroImpl.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAKH,MAAM,UAAU,aAAa,CAAI,MAQhC;IACC,MAAM,EAAE,IAAI,EAAE,IAAI,EAAE,eAAe,EAAE,GAAG,MAAM,CAAC;IAC/C,OAAO;QACL,aAAa,EAAE,IAAI,CAAC,UAAU;QAC9B,WAAW,EAAE,IAAI,CAAC,IAAK;QACvB,kBAAkB,EAAE,GAAG,EAAE,CAAC,eAAe,CAAC,IAAI,EAAE,IAAI,CAAC;QACrD,eAAe,EAAE,CACf,IAAY,EACZ,OAA2C,EAC3C,EAAE;YACF,MAAM,EAAE,WAAW,KAAkB,IAAI,EAAjB,QAAQ,UAAK,IAAI,EAAnC,eAA4B,CAAO,CAAC;YAC1C,OAAO,eAAe,CAAC,IAAI,kCACtB,QAAQ,KACX,UAAU,EAAE,KAAK,EACjB,IAAI,EACJ,WAAW,EAAE,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,WAAW,IACjC,CAAC;QACL,CAAC;KACF,CAAC;AACJ,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { AbortSignalLike } from \"@azure/abort-controller\";\nimport { LongRunningOperation, LroResponse } from \"@azure/core-lro\";\n\nexport function createLroSpec<T>(inputs: {\n sendOperationFn: (args: any, spec: any) => Promise<LroResponse<T>>;\n args: Record<string, unknown>;\n spec: {\n readonly requestBody?: unknown;\n readonly path?: string;\n readonly httpMethod: string;\n } & Record<string, any>;\n}): LongRunningOperation<T> {\n const { args, spec, sendOperationFn } = inputs;\n return {\n requestMethod: spec.httpMethod,\n requestPath: spec.path!,\n sendInitialRequest: () => sendOperationFn(args, spec),\n sendPollRequest: (\n path: string,\n options?: { abortSignal?: AbortSignalLike },\n ) => {\n const { requestBody, ...restSpec } = spec;\n return sendOperationFn(args, {\n ...restSpec,\n httpMethod: \"GET\",\n path,\n abortSignal: options?.abortSignal,\n });\n },\n };\n}\n"]}
@@ -131,6 +131,22 @@ export interface LedgerProperties {
131
131
  aadBasedSecurityPrincipals?: AADBasedSecurityPrincipal[];
132
132
  /** Array of all cert based Security Principals. */
133
133
  certBasedSecurityPrincipals?: CertBasedSecurityPrincipal[];
134
+ /** CCF Property for the logging level for the untrusted host: Trace, Debug, Info, Fail, Fatal. */
135
+ hostLevel?: string;
136
+ /** CCF Property for the maximum size of the http request body: 1MB, 5MB, 10MB. */
137
+ maxBodySizeInMb?: number;
138
+ /** CCF Property for the subject name to include in the node certificate. Default: CN=CCF Node. */
139
+ subjectName?: string;
140
+ /** Number of CCF nodes in the ACC Ledger. */
141
+ nodeCount?: number;
142
+ /** Prefix for the write load balancer. Example: write */
143
+ writeLBAddressPrefix?: string;
144
+ /** Number of additional threads processing incoming client requests in the enclave (modify with care!) */
145
+ workerThreads?: number;
146
+ /** Enclave platform of the Confidential Ledger. */
147
+ enclavePlatform?: EnclavePlatform;
148
+ /** Application type of the Confidential Ledger. */
149
+ applicationType?: ApplicationType;
134
150
  }
135
151
  /** AAD based security principal with associated Ledger RoleName */
136
152
  export interface AADBasedSecurityPrincipal {
@@ -255,6 +271,8 @@ export interface ManagedCCFProperties {
255
271
  readonly provisioningState?: ProvisioningState;
256
272
  /** Number of CCF nodes in the Managed CCF. */
257
273
  nodeCount?: number;
274
+ /** Enclave platform of Managed CCF. */
275
+ enclavePlatform?: EnclavePlatform;
258
276
  }
259
277
  /** Object representing MemberIdentityCertificate for Managed CCF. */
260
278
  export interface MemberIdentityCertificate {
@@ -466,6 +484,38 @@ export declare enum KnownLedgerRoleName {
466
484
  * **Administrator**
467
485
  */
468
486
  export type LedgerRoleName = string;
487
+ /** Known values of {@link EnclavePlatform} that the service accepts. */
488
+ export declare enum KnownEnclavePlatform {
489
+ /** IntelSgx */
490
+ IntelSgx = "IntelSgx",
491
+ /** AmdSevSnp */
492
+ AmdSevSnp = "AmdSevSnp"
493
+ }
494
+ /**
495
+ * Defines values for EnclavePlatform. \
496
+ * {@link KnownEnclavePlatform} can be used interchangeably with EnclavePlatform,
497
+ * this enum contains the known values that the service supports.
498
+ * ### Known values supported by the service
499
+ * **IntelSgx** \
500
+ * **AmdSevSnp**
501
+ */
502
+ export type EnclavePlatform = string;
503
+ /** Known values of {@link ApplicationType} that the service accepts. */
504
+ export declare enum KnownApplicationType {
505
+ /** ConfidentialLedger */
506
+ ConfidentialLedger = "ConfidentialLedger",
507
+ /** CodeTransparency */
508
+ CodeTransparency = "CodeTransparency"
509
+ }
510
+ /**
511
+ * Defines values for ApplicationType. \
512
+ * {@link KnownApplicationType} can be used interchangeably with ApplicationType,
513
+ * this enum contains the known values that the service supports.
514
+ * ### Known values supported by the service
515
+ * **ConfidentialLedger** \
516
+ * **CodeTransparency**
517
+ */
518
+ export type ApplicationType = string;
469
519
  /** Known values of {@link CreatedByType} that the service accepts. */
470
520
  export declare enum KnownCreatedByType {
471
521
  /** User */
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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"}
@@ -75,6 +75,22 @@ export var KnownLedgerRoleName;
75
75
  /** Administrator */
76
76
  KnownLedgerRoleName["Administrator"] = "Administrator";
77
77
  })(KnownLedgerRoleName || (KnownLedgerRoleName = {}));
78
+ /** Known values of {@link EnclavePlatform} that the service accepts. */
79
+ export var KnownEnclavePlatform;
80
+ (function (KnownEnclavePlatform) {
81
+ /** IntelSgx */
82
+ KnownEnclavePlatform["IntelSgx"] = "IntelSgx";
83
+ /** AmdSevSnp */
84
+ KnownEnclavePlatform["AmdSevSnp"] = "AmdSevSnp";
85
+ })(KnownEnclavePlatform || (KnownEnclavePlatform = {}));
86
+ /** Known values of {@link ApplicationType} that the service accepts. */
87
+ export var KnownApplicationType;
88
+ (function (KnownApplicationType) {
89
+ /** ConfidentialLedger */
90
+ KnownApplicationType["ConfidentialLedger"] = "ConfidentialLedger";
91
+ /** CodeTransparency */
92
+ KnownApplicationType["CodeTransparency"] = "CodeTransparency";
93
+ })(KnownApplicationType || (KnownApplicationType = {}));
78
94
  /** Known values of {@link CreatedByType} that the service accepts. */
79
95
  export var KnownCreatedByType;
80
96
  (function (KnownCreatedByType) {
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAkYH,oFAAoF;AACpF,MAAM,CAAN,IAAY,gCAKX;AALD,WAAY,gCAAgC;IAC1C,cAAc;IACd,uDAAmB,CAAA;IACnB,oBAAoB;IACpB,mEAA+B,CAAA;AACjC,CAAC,EALW,gCAAgC,KAAhC,gCAAgC,QAK3C;AAYD,qEAAqE;AACrE,MAAM,CAAN,IAAY,iBAWX;AAXD,WAAY,iBAAiB;IAC3B,aAAa;IACb,sCAAiB,CAAA;IACjB,aAAa;IACb,sCAAiB,CAAA;IACjB,cAAc;IACd,wCAAmB,CAAA;IACnB,cAAc;IACd,wCAAmB,CAAA;IACnB,eAAe;IACf,0CAAqB,CAAA;AACvB,CAAC,EAXW,iBAAiB,KAAjB,iBAAiB,QAW5B;AAeD,mEAAmE;AACnE,MAAM,CAAN,IAAY,eAOX;AAPD,WAAY,eAAe;IACzB,cAAc;IACd,sCAAmB,CAAA;IACnB,aAAa;IACb,oCAAiB,CAAA;IACjB,cAAc;IACd,sCAAmB,CAAA;AACrB,CAAC,EAPW,eAAe,KAAf,eAAe,QAO1B;AAaD,0EAA0E;AAC1E,MAAM,CAAN,IAAY,sBAeX;AAfD,WAAY,sBAAsB;IAChC,cAAc;IACd,6CAAmB,CAAA;IACnB,gBAAgB;IAChB,iDAAuB,CAAA;IACvB,aAAa;IACb,2CAAiB,CAAA;IACjB,eAAe;IACf,+CAAqB,CAAA;IACrB,eAAe;IACf,+CAAqB,CAAA;IACrB,eAAe;IACf,+CAAqB,CAAA;IACrB,eAAe;IACf,+CAAqB,CAAA;AACvB,CAAC,EAfW,sBAAsB,KAAtB,sBAAsB,QAejC;AAiBD,kEAAkE;AAClE,MAAM,CAAN,IAAY,cAOX;AAPD,WAAY,cAAc;IACxB,eAAe;IACf,uCAAqB,CAAA;IACrB,YAAY;IACZ,iCAAe,CAAA;IACf,cAAc;IACd,qCAAmB,CAAA;AACrB,CAAC,EAPW,cAAc,KAAd,cAAc,QAOzB;AAaD,uEAAuE;AACvE,MAAM,CAAN,IAAY,mBAOX;AAPD,WAAY,mBAAmB;IAC7B,aAAa;IACb,wCAAiB,CAAA;IACjB,kBAAkB;IAClB,kDAA2B,CAAA;IAC3B,oBAAoB;IACpB,sDAA+B,CAAA;AACjC,CAAC,EAPW,mBAAmB,KAAnB,mBAAmB,QAO9B;AAaD,wEAAwE;AACxE,MAAM,CAAN,IAAY,oBAKX;AALD,WAAY,oBAAoB;IAC9B,eAAe;IACf,6CAAqB,CAAA;IACrB,gBAAgB;IAChB,+CAAuB,CAAA;AACzB,CAAC,EALW,oBAAoB,KAApB,oBAAoB,QAK/B;AAYD,wEAAwE;AACxE,MAAM,CAAN,IAAY,oBAKX;AALD,WAAY,oBAAoB;IAC9B,yBAAyB;IACzB,iEAAyC,CAAA;IACzC,uBAAuB;IACvB,6DAAqC,CAAA;AACvC,CAAC,EALW,oBAAoB,KAApB,oBAAoB,QAK/B;AAYD,sEAAsE;AACtE,MAAM,CAAN,IAAY,kBASX;AATD,WAAY,kBAAkB;IAC5B,WAAW;IACX,mCAAa,CAAA;IACb,kBAAkB;IAClB,iDAA2B,CAAA;IAC3B,sBAAsB;IACtB,yDAAmC,CAAA;IACnC,UAAU;IACV,iCAAW,CAAA;AACb,CAAC,EATW,kBAAkB,KAAlB,kBAAkB,QAS7B;AAcD,wEAAwE;AACxE,MAAM,CAAN,IAAY,oBAKX;AALD,WAAY,oBAAoB;IAC9B,UAAU;IACV,mCAAW,CAAA;IACX,SAAS;IACT,iCAAS,CAAA;AACX,CAAC,EALW,oBAAoB,KAApB,oBAAoB,QAK/B","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\n/** List containing this Resource Provider's available operations. */\nexport interface ResourceProviderOperationList {\n /**\n * Resource provider operations list.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: ResourceProviderOperationDefinition[];\n /**\n * The URI that can be used to request the next page for list of Azure operations.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Describes the Resource Provider Operation. */\nexport interface ResourceProviderOperationDefinition {\n /** Resource provider operation name. */\n name?: string;\n /** Indicates whether the operation is data action or not. */\n isDataAction?: boolean;\n /** Details about the operations */\n display?: ResourceProviderOperationDisplay;\n}\n\n/** Describes the properties of the Operation. */\nexport interface ResourceProviderOperationDisplay {\n /** Name of the resource provider. */\n provider?: string;\n /** Name of the resource type. */\n resource?: string;\n /** Name of the resource provider operation. */\n operation?: string;\n /** Description of the resource provider operation. */\n description?: string;\n}\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */\nexport interface ErrorResponse {\n /** The error object. */\n error?: ErrorDetail;\n}\n\n/** The error detail. */\nexport interface ErrorDetail {\n /**\n * The error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * The error message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * The error target.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n /**\n * The error details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: ErrorDetail[];\n /**\n * The error additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\n/** The resource management error additional info. */\nexport interface ErrorAdditionalInfo {\n /**\n * The additional info type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly info?: Record<string, unknown>;\n}\n\n/** The check availability request body. */\nexport interface CheckNameAvailabilityRequest {\n /** The name of the resource for which availability needs to be checked. */\n name?: string;\n /** The resource type. */\n type?: string;\n}\n\n/** The check availability result. */\nexport interface CheckNameAvailabilityResponse {\n /** Indicates if the resource name is available. */\n nameAvailable?: boolean;\n /** The reason why the given name is not available. */\n reason?: CheckNameAvailabilityReason;\n /** Detailed reason why the given name is available. */\n message?: string;\n}\n\n/** Additional Confidential Ledger properties. */\nexport interface LedgerProperties {\n /**\n * Unique name for the Confidential Ledger.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly ledgerName?: string;\n /**\n * Endpoint for calling Ledger Service.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly ledgerUri?: string;\n /**\n * Endpoint for accessing network identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly identityServiceUri?: string;\n /**\n * Internal namespace for the Ledger\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly ledgerInternalNamespace?: string;\n /** Object representing RunningState for Ledger. */\n runningState?: RunningState;\n /** Type of Confidential Ledger */\n ledgerType?: LedgerType;\n /**\n * Provisioning state of Ledger Resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /** SKU associated with the ledger */\n ledgerSku?: LedgerSku;\n /** Array of all AAD based Security Principals. */\n aadBasedSecurityPrincipals?: AADBasedSecurityPrincipal[];\n /** Array of all cert based Security Principals. */\n certBasedSecurityPrincipals?: CertBasedSecurityPrincipal[];\n /** CCF Property for the logging level for the untrusted host: Trace, Debug, Info, Fail, Fatal. */\n hostLevel?: string;\n /** CCF Property for the maximum size of the http request body: 1MB, 5MB, 10MB. */\n maxBodySizeInMb?: number;\n /** CCF Property for the subject name to include in the node certificate. Default: CN=CCF Node. */\n subjectName?: string;\n /** Number of CCF nodes in the ACC Ledger. */\n nodeCount?: number;\n /** Prefix for the write load balancer. Example: write */\n writeLBAddressPrefix?: string;\n /** Number of additional threads processing incoming client requests in the enclave (modify with care!) */\n workerThreads?: number;\n /** Enclave platform of the Confidential Ledger. */\n enclavePlatform?: EnclavePlatform;\n /** Application type of the Confidential Ledger. */\n applicationType?: ApplicationType;\n}\n\n/** AAD based security principal with associated Ledger RoleName */\nexport interface AADBasedSecurityPrincipal {\n /** UUID/GUID based Principal Id of the Security Principal */\n principalId?: string;\n /** UUID/GUID based Tenant Id of the Security Principal */\n tenantId?: string;\n /** LedgerRole associated with the Security Principal of Ledger */\n ledgerRoleName?: LedgerRoleName;\n}\n\n/** Cert based security principal with Ledger RoleName */\nexport interface CertBasedSecurityPrincipal {\n /** Public key of the user cert (.pem or .cer) */\n cert?: string;\n /** LedgerRole associated with the Security Principal of Ledger */\n ledgerRoleName?: LedgerRoleName;\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /**\n * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Azure Resource Manager metadata containing createdBy and modifiedBy information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\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\n/** Object that includes an array of Confidential Ledgers and a possible link for next set. */\nexport interface ConfidentialLedgerList {\n /** List of Confidential Ledgers */\n value?: ConfidentialLedger[];\n /** The URL the client should use to fetch the next page (per server side paging). */\n nextLink?: string;\n}\n\n/** Object representing Backup properties of a Confidential Ledger Resource. */\nexport interface ConfidentialLedgerBackup {\n /** The region where the backup of the ledger will eventually be restored to. */\n restoreRegion?: string;\n /** SAS URI used to access the backup Fileshare. */\n uri: string;\n}\n\n/** Object representing the backup response of a Confidential Ledger Resource. */\nexport interface ConfidentialLedgerBackupResponse {\n /**\n * Response body stating if the ledger is being backed up.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n}\n\n/** Object representing Restore properties of a Confidential Ledger Resource. */\nexport interface ConfidentialLedgerRestore {\n /** Fileshare where the ledger backup is stored. */\n fileShareName: string;\n /** The region the ledger is being restored to. */\n restoreRegion: string;\n /** SAS URI used to access the backup fileshare. */\n uri: string;\n}\n\n/** Object representing the restore response of a Confidential Ledger Resource. */\nexport interface ConfidentialLedgerRestoreResponse {\n /**\n * Response body stating if the ledger is being restored.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n}\n\n/** Additional Managed CCF properties. */\nexport interface ManagedCCFProperties {\n /**\n * Unique name for the Managed CCF.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly appName?: string;\n /**\n * Endpoint for calling Managed CCF Service.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly appUri?: string;\n /**\n * Endpoint for accessing network identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly identityServiceUri?: string;\n /** List of member identity certificates for Managed CCF */\n memberIdentityCertificates?: MemberIdentityCertificate[];\n /** Deployment Type of Managed CCF */\n deploymentType?: DeploymentType;\n /** Object representing RunningState for Managed CCF. */\n runningState?: RunningState;\n /**\n * Provisioning state of Managed CCF Resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /** Number of CCF nodes in the Managed CCF. */\n nodeCount?: number;\n /** Enclave platform of Managed CCF. */\n enclavePlatform?: EnclavePlatform;\n}\n\n/** Object representing MemberIdentityCertificate for Managed CCF. */\nexport interface MemberIdentityCertificate {\n /** Member Identity Certificate */\n certificate?: string;\n /** Member Identity Certificate Encryption Key */\n encryptionkey?: string;\n /** Anything */\n tags?: any;\n}\n\n/** Object representing DeploymentType for Managed CCF. */\nexport interface DeploymentType {\n /** Unique name for the Managed CCF. */\n languageRuntime?: LanguageRuntime;\n /** Source Uri containing ManagedCCF code */\n appSourceUri?: string;\n}\n\n/** Object that includes an array of Managed CCF and a possible link for next set. */\nexport interface ManagedCCFList {\n /** List of Managed CCF */\n value?: ManagedCCF[];\n /** The URL the client should use to fetch the next page (per server side paging). */\n nextLink?: string;\n}\n\n/** Object representing Backup properties of a Managed CCF Resource. */\nexport interface ManagedCCFBackup {\n /** The region where the backup of the managed CCF resource will eventually be restored to. */\n restoreRegion?: string;\n /** SAS URI used to access the backup Fileshare. */\n uri: string;\n}\n\n/** Object representing the backup response of a Managed CCF Resource. */\nexport interface ManagedCCFBackupResponse {\n /**\n * Response body stating if the managed CCF resource is being backed up.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n}\n\n/** Object representing Restore properties of Managed CCF Resource. */\nexport interface ManagedCCFRestore {\n /** Fileshare where the managed CCF resource backup is stored. */\n fileShareName: string;\n /** The region the managed CCF resource is being restored to. */\n restoreRegion: string;\n /** SAS URI used to access the backup Fileshare. */\n uri: string;\n}\n\n/** Object representing the restore response of a Managed CCF Resource. */\nexport interface ManagedCCFRestoreResponse {\n /**\n * Response body stating if the managed CCF resource is being restored.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n}\n\n/** Tags for Managed CCF Certificates */\nexport interface CertificateTags {\n /** Additional tags for Managed CCF Certificates */\n tags?: { [propertyName: string]: string };\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?: { [propertyName: string]: string };\n /** The geo-location where the resource lives */\n location: string;\n}\n\n/** Confidential Ledger. Contains the properties of Confidential Ledger Resource. */\nexport interface ConfidentialLedger extends TrackedResource {\n /** Properties of Confidential Ledger Resource. */\n properties?: LedgerProperties;\n}\n\n/** Managed CCF. Contains the properties of Managed CCF Resource. */\nexport interface ManagedCCF extends TrackedResource {\n /** Properties of Managed CCF Resource. */\n properties?: ManagedCCFProperties;\n}\n\n/** Known values of {@link CheckNameAvailabilityReason} that the service accepts. */\nexport enum KnownCheckNameAvailabilityReason {\n /** Invalid */\n Invalid = \"Invalid\",\n /** AlreadyExists */\n AlreadyExists = \"AlreadyExists\",\n}\n\n/**\n * Defines values for CheckNameAvailabilityReason. \\\n * {@link KnownCheckNameAvailabilityReason} can be used interchangeably with CheckNameAvailabilityReason,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Invalid** \\\n * **AlreadyExists**\n */\nexport type CheckNameAvailabilityReason = string;\n\n/** Known values of {@link RunningState} that the service accepts. */\nexport enum KnownRunningState {\n /** Active */\n Active = \"Active\",\n /** Paused */\n Paused = \"Paused\",\n /** Unknown */\n Unknown = \"Unknown\",\n /** Pausing */\n Pausing = \"Pausing\",\n /** Resuming */\n Resuming = \"Resuming\",\n}\n\n/**\n * Defines values for RunningState. \\\n * {@link KnownRunningState} can be used interchangeably with RunningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Active** \\\n * **Paused** \\\n * **Unknown** \\\n * **Pausing** \\\n * **Resuming**\n */\nexport type RunningState = string;\n\n/** Known values of {@link LedgerType} that the service accepts. */\nexport enum KnownLedgerType {\n /** Unknown */\n Unknown = \"Unknown\",\n /** Public */\n Public = \"Public\",\n /** Private */\n Private = \"Private\",\n}\n\n/**\n * Defines values for LedgerType. \\\n * {@link KnownLedgerType} can be used interchangeably with LedgerType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unknown** \\\n * **Public** \\\n * **Private**\n */\nexport type LedgerType = string;\n\n/** Known values of {@link ProvisioningState} that the service accepts. */\nexport enum KnownProvisioningState {\n /** Unknown */\n Unknown = \"Unknown\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Creating */\n Creating = \"Creating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Updating */\n Updating = \"Updating\",\n}\n\n/**\n * Defines values for ProvisioningState. \\\n * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unknown** \\\n * **Succeeded** \\\n * **Failed** \\\n * **Canceled** \\\n * **Creating** \\\n * **Deleting** \\\n * **Updating**\n */\nexport type ProvisioningState = string;\n\n/** Known values of {@link LedgerSku} that the service accepts. */\nexport enum KnownLedgerSku {\n /** Standard */\n Standard = \"Standard\",\n /** Basic */\n Basic = \"Basic\",\n /** Unknown */\n Unknown = \"Unknown\",\n}\n\n/**\n * Defines values for LedgerSku. \\\n * {@link KnownLedgerSku} can be used interchangeably with LedgerSku,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Standard** \\\n * **Basic** \\\n * **Unknown**\n */\nexport type LedgerSku = string;\n\n/** Known values of {@link LedgerRoleName} that the service accepts. */\nexport enum KnownLedgerRoleName {\n /** Reader */\n Reader = \"Reader\",\n /** Contributor */\n Contributor = \"Contributor\",\n /** Administrator */\n Administrator = \"Administrator\",\n}\n\n/**\n * Defines values for LedgerRoleName. \\\n * {@link KnownLedgerRoleName} can be used interchangeably with LedgerRoleName,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Reader** \\\n * **Contributor** \\\n * **Administrator**\n */\nexport type LedgerRoleName = string;\n\n/** Known values of {@link EnclavePlatform} that the service accepts. */\nexport enum KnownEnclavePlatform {\n /** IntelSgx */\n IntelSgx = \"IntelSgx\",\n /** AmdSevSnp */\n AmdSevSnp = \"AmdSevSnp\",\n}\n\n/**\n * Defines values for EnclavePlatform. \\\n * {@link KnownEnclavePlatform} can be used interchangeably with EnclavePlatform,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **IntelSgx** \\\n * **AmdSevSnp**\n */\nexport type EnclavePlatform = string;\n\n/** Known values of {@link ApplicationType} that the service accepts. */\nexport enum KnownApplicationType {\n /** ConfidentialLedger */\n ConfidentialLedger = \"ConfidentialLedger\",\n /** CodeTransparency */\n CodeTransparency = \"CodeTransparency\",\n}\n\n/**\n * Defines values for ApplicationType. \\\n * {@link KnownApplicationType} can be used interchangeably with ApplicationType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **ConfidentialLedger** \\\n * **CodeTransparency**\n */\nexport type ApplicationType = string;\n\n/** Known values of {@link CreatedByType} that the service accepts. */\nexport enum KnownCreatedByType {\n /** User */\n User = \"User\",\n /** Application */\n Application = \"Application\",\n /** ManagedIdentity */\n ManagedIdentity = \"ManagedIdentity\",\n /** Key */\n Key = \"Key\",\n}\n\n/**\n * Defines values for CreatedByType. \\\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** \\\n * **Application** \\\n * **ManagedIdentity** \\\n * **Key**\n */\nexport type CreatedByType = string;\n\n/** Known values of {@link LanguageRuntime} that the service accepts. */\nexport enum KnownLanguageRuntime {\n /** CPP */\n CPP = \"CPP\",\n /** JS */\n JS = \"JS\",\n}\n\n/**\n * Defines values for LanguageRuntime. \\\n * {@link KnownLanguageRuntime} can be used interchangeably with LanguageRuntime,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **CPP** \\\n * **JS**\n */\nexport type LanguageRuntime = string;\n\n/** Optional parameters. */\nexport interface OperationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OperationsListResponse = ResourceProviderOperationList;\n\n/** Optional parameters. */\nexport interface OperationsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type OperationsListNextResponse = ResourceProviderOperationList;\n\n/** Optional parameters. */\nexport interface CheckNameAvailabilityOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the checkNameAvailability operation. */\nexport type CheckNameAvailabilityOperationResponse =\n CheckNameAvailabilityResponse;\n\n/** Optional parameters. */\nexport interface LedgerGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type LedgerGetResponse = ConfidentialLedger;\n\n/** Optional parameters. */\nexport interface LedgerDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface LedgerCreateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the create operation. */\nexport type LedgerCreateResponse = ConfidentialLedger;\n\n/** Optional parameters. */\nexport interface LedgerUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type LedgerUpdateResponse = ConfidentialLedger;\n\n/** Optional parameters. */\nexport interface LedgerListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the list operation. eg. $filter=ledgerType eq 'Public' */\n filter?: string;\n}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type LedgerListByResourceGroupResponse = ConfidentialLedgerList;\n\n/** Optional parameters. */\nexport interface LedgerListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the list operation. eg. $filter=ledgerType eq 'Public' */\n filter?: string;\n}\n\n/** Contains response data for the listBySubscription operation. */\nexport type LedgerListBySubscriptionResponse = ConfidentialLedgerList;\n\n/** Optional parameters. */\nexport interface LedgerBackupOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the backup operation. */\nexport type LedgerBackupResponse = ConfidentialLedgerBackupResponse;\n\n/** Optional parameters. */\nexport interface LedgerRestoreOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the restore operation. */\nexport type LedgerRestoreResponse = ConfidentialLedgerRestoreResponse;\n\n/** Optional parameters. */\nexport interface LedgerListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type LedgerListByResourceGroupNextResponse = ConfidentialLedgerList;\n\n/** Optional parameters. */\nexport interface LedgerListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type LedgerListBySubscriptionNextResponse = ConfidentialLedgerList;\n\n/** Optional parameters. */\nexport interface ManagedCCFGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ManagedCCFGetResponse = ManagedCCF;\n\n/** Optional parameters. */\nexport interface ManagedCCFDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ManagedCCFCreateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the create operation. */\nexport type ManagedCCFCreateResponse = ManagedCCF;\n\n/** Optional parameters. */\nexport interface ManagedCCFUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type ManagedCCFUpdateResponse = ManagedCCF;\n\n/** Optional parameters. */\nexport interface ManagedCCFListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the list operation. eg. $filter=ledgerType eq 'Public' */\n filter?: string;\n}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type ManagedCCFListByResourceGroupResponse = ManagedCCFList;\n\n/** Optional parameters. */\nexport interface ManagedCCFListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the list operation. eg. $filter=ledgerType eq 'Public' */\n filter?: string;\n}\n\n/** Contains response data for the listBySubscription operation. */\nexport type ManagedCCFListBySubscriptionResponse = ManagedCCFList;\n\n/** Optional parameters. */\nexport interface ManagedCCFBackupOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the backup operation. */\nexport type ManagedCCFBackupOperationResponse = ManagedCCFBackupResponse;\n\n/** Optional parameters. */\nexport interface ManagedCCFRestoreOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the restore operation. */\nexport type ManagedCCFRestoreOperationResponse = ManagedCCFRestoreResponse;\n\n/** Optional parameters. */\nexport interface ManagedCCFListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type ManagedCCFListByResourceGroupNextResponse = ManagedCCFList;\n\n/** Optional parameters. */\nexport interface ManagedCCFListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type ManagedCCFListBySubscriptionNextResponse = ManagedCCFList;\n\n/** Optional parameters. */\nexport interface ConfidentialLedgerClientOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"mappers.d.ts","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAEjD,eAAO,MAAM,6BAA6B,EAAE,UAAU,CAAC,eA2BtD,CAAC;AAEF,eAAO,MAAM,mCAAmC,EAAE,UAAU,CAAC,eA0B5D,CAAC;AAEF,eAAO,MAAM,gCAAgC,EAAE,UAAU,CAAC,eA+BzD,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,UAAU,CAAC,eActC,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,UAAU,CAAC,eAsDpC,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,UAAU,CAAC,eAsB5C,CAAC;AAEF,eAAO,MAAM,4BAA4B,EAAE,UAAU,CAAC,eAmBrD,CAAC;AAEF,eAAO,MAAM,6BAA6B,EAAE,UAAU,CAAC,eAyBtD,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,UAAU,CAAC,eAoFzC,CAAC;AAEF,eAAO,MAAM,yBAAyB,EAAE,UAAU,CAAC,eAyBlD,CAAC;AAEF,eAAO,MAAM,0BAA0B,EAAE,UAAU,CAAC,eAmBnD,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,UAAU,CAAC,eAmCjC,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,UAAU,CAAC,eA2CnC,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,UAAU,CAAC,eAyB/C,CAAC;AAEF,eAAO,MAAM,wBAAwB,EAAE,UAAU,CAAC,eAoBjD,CAAC;AAEF,eAAO,MAAM,gCAAgC,EAAE,UAAU,CAAC,eAczD,CAAC;AAEF,eAAO,MAAM,yBAAyB,EAAE,UAAU,CAAC,eA4BlD,CAAC;AAEF,eAAO,MAAM,iCAAiC,EAAE,UAAU,CAAC,eAc1D,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,UAAU,CAAC,eAmE7C,CAAC;AAEF,eAAO,MAAM,yBAAyB,EAAE,UAAU,CAAC,eAyBlD,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,UAAU,CAAC,eAmBvC,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,UAAU,CAAC,eAyBvC,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,UAAU,CAAC,eAoBzC,CAAC;AAEF,eAAO,MAAM,wBAAwB,EAAE,UAAU,CAAC,eAcjD,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,UAAU,CAAC,eA4B1C,CAAC;AAEF,eAAO,MAAM,yBAAyB,EAAE,UAAU,CAAC,eAclD,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,UAAU,CAAC,eAcxC,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,UAAU,CAAC,eAsBxC,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,UAAU,CAAC,eAe3C,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,UAAU,CAAC,eAenC,CAAC"}
1
+ {"version":3,"file":"mappers.d.ts","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAEjD,eAAO,MAAM,6BAA6B,EAAE,UAAU,CAAC,eA2BtD,CAAC;AAEF,eAAO,MAAM,mCAAmC,EAAE,UAAU,CAAC,eA0B5D,CAAC;AAEF,eAAO,MAAM,gCAAgC,EAAE,UAAU,CAAC,eA+BzD,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,UAAU,CAAC,eActC,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,UAAU,CAAC,eAsDpC,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,UAAU,CAAC,eAsB5C,CAAC;AAEF,eAAO,MAAM,4BAA4B,EAAE,UAAU,CAAC,eAmBrD,CAAC;AAEF,eAAO,MAAM,6BAA6B,EAAE,UAAU,CAAC,eAyBtD,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,UAAU,CAAC,eAoIzC,CAAC;AAEF,eAAO,MAAM,yBAAyB,EAAE,UAAU,CAAC,eAyBlD,CAAC;AAEF,eAAO,MAAM,0BAA0B,EAAE,UAAU,CAAC,eAmBnD,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,UAAU,CAAC,eAmCjC,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,UAAU,CAAC,eA2CnC,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,UAAU,CAAC,eAyB/C,CAAC;AAEF,eAAO,MAAM,wBAAwB,EAAE,UAAU,CAAC,eAoBjD,CAAC;AAEF,eAAO,MAAM,gCAAgC,EAAE,UAAU,CAAC,eAczD,CAAC;AAEF,eAAO,MAAM,yBAAyB,EAAE,UAAU,CAAC,eA4BlD,CAAC;AAEF,eAAO,MAAM,iCAAiC,EAAE,UAAU,CAAC,eAc1D,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,UAAU,CAAC,eAyE7C,CAAC;AAEF,eAAO,MAAM,yBAAyB,EAAE,UAAU,CAAC,eAyBlD,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,UAAU,CAAC,eAmBvC,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,UAAU,CAAC,eAyBvC,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,UAAU,CAAC,eAoBzC,CAAC;AAEF,eAAO,MAAM,wBAAwB,EAAE,UAAU,CAAC,eAcjD,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,UAAU,CAAC,eA4B1C,CAAC;AAEF,eAAO,MAAM,yBAAyB,EAAE,UAAU,CAAC,eAclD,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,UAAU,CAAC,eAcxC,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,UAAU,CAAC,eAsBxC,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,UAAU,CAAC,eAe3C,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,UAAU,CAAC,eAenC,CAAC"}