@azure/arm-fluidrelay 1.0.2-alpha.20250124.1 → 1.0.2-alpha.20250128.1

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 (323) hide show
  1. package/{dist-esm/src → dist/browser}/fluidRelayManagementClient.d.ts +2 -2
  2. package/dist/browser/fluidRelayManagementClient.d.ts.map +1 -0
  3. package/{dist-esm/src → dist/browser}/fluidRelayManagementClient.js +15 -18
  4. package/dist/browser/fluidRelayManagementClient.js.map +1 -0
  5. package/dist/browser/index.d.ts +5 -0
  6. package/{dist-esm/src → dist/browser}/index.d.ts.map +1 -1
  7. package/{dist-esm/src → dist/browser}/index.js +4 -4
  8. package/dist/browser/index.js.map +1 -0
  9. package/dist/browser/models/index.js.map +1 -0
  10. package/dist/browser/models/mappers.js.map +1 -0
  11. package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
  12. package/dist/browser/models/parameters.js.map +1 -0
  13. package/{dist-esm/src → dist/browser}/operations/fluidRelayContainers.d.ts +3 -3
  14. package/dist/browser/operations/fluidRelayContainers.d.ts.map +1 -0
  15. package/{dist-esm/src → dist/browser}/operations/fluidRelayContainers.js +3 -3
  16. package/dist/browser/operations/fluidRelayContainers.js.map +1 -0
  17. package/{dist-esm/src → dist/browser}/operations/fluidRelayOperations.d.ts +3 -3
  18. package/dist/browser/operations/fluidRelayOperations.d.ts.map +1 -0
  19. package/{dist-esm/src → dist/browser}/operations/fluidRelayOperations.js +3 -3
  20. package/dist/browser/operations/fluidRelayOperations.js.map +1 -0
  21. package/{dist-esm/src → dist/browser}/operations/fluidRelayServers.d.ts +3 -3
  22. package/dist/browser/operations/fluidRelayServers.d.ts.map +1 -0
  23. package/{dist-esm/src → dist/browser}/operations/fluidRelayServers.js +3 -3
  24. package/dist/browser/operations/fluidRelayServers.js.map +1 -0
  25. package/dist/browser/operations/index.d.ts +4 -0
  26. package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
  27. package/{dist-esm/src/operationsInterfaces → dist/browser/operations}/index.js +3 -3
  28. package/dist/browser/operations/index.js.map +1 -0
  29. package/{dist-esm/src → dist/browser}/operationsInterfaces/fluidRelayContainers.d.ts +1 -1
  30. package/dist/browser/operationsInterfaces/fluidRelayContainers.d.ts.map +1 -0
  31. package/dist/browser/operationsInterfaces/fluidRelayContainers.js.map +1 -0
  32. package/{dist-esm/src → dist/browser}/operationsInterfaces/fluidRelayOperations.d.ts +1 -1
  33. package/dist/browser/operationsInterfaces/fluidRelayOperations.d.ts.map +1 -0
  34. package/dist/browser/operationsInterfaces/fluidRelayOperations.js.map +1 -0
  35. package/{dist-esm/src → dist/browser}/operationsInterfaces/fluidRelayServers.d.ts +1 -1
  36. package/dist/browser/operationsInterfaces/fluidRelayServers.d.ts.map +1 -0
  37. package/dist/browser/operationsInterfaces/fluidRelayServers.js.map +1 -0
  38. package/dist/browser/operationsInterfaces/index.d.ts +4 -0
  39. package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
  40. package/{dist-esm/src/operations → dist/browser/operationsInterfaces}/index.js +3 -3
  41. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  42. package/dist/browser/package.json +3 -0
  43. package/dist/browser/pagingHelper.js.map +1 -0
  44. package/dist/commonjs/fluidRelayManagementClient.d.ts +22 -0
  45. package/dist/commonjs/fluidRelayManagementClient.d.ts.map +1 -0
  46. package/dist/commonjs/fluidRelayManagementClient.js +104 -0
  47. package/dist/commonjs/fluidRelayManagementClient.js.map +1 -0
  48. package/dist/commonjs/index.d.ts +5 -0
  49. package/dist/commonjs/index.d.ts.map +1 -0
  50. package/dist/commonjs/index.js +19 -0
  51. package/dist/commonjs/index.js.map +1 -0
  52. package/{types/arm-fluidrelay.d.ts → dist/commonjs/models/index.d.ts} +445 -634
  53. package/dist/commonjs/models/index.d.ts.map +1 -0
  54. package/dist/commonjs/models/index.js +41 -0
  55. package/dist/commonjs/models/index.js.map +1 -0
  56. package/dist/commonjs/models/mappers.d.ts +25 -0
  57. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  58. package/dist/commonjs/models/mappers.js +674 -0
  59. package/dist/commonjs/models/mappers.js.map +1 -0
  60. package/dist/commonjs/models/parameters.d.ts +14 -0
  61. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  62. package/dist/commonjs/models/parameters.js +119 -0
  63. package/dist/commonjs/models/parameters.js.map +1 -0
  64. package/dist/commonjs/operations/fluidRelayContainers.d.ts +55 -0
  65. package/dist/commonjs/operations/fluidRelayContainers.d.ts.map +1 -0
  66. package/dist/commonjs/operations/fluidRelayContainers.js +218 -0
  67. package/dist/commonjs/operations/fluidRelayContainers.js.map +1 -0
  68. package/dist/commonjs/operations/fluidRelayOperations.d.ts +32 -0
  69. package/dist/commonjs/operations/fluidRelayOperations.d.ts.map +1 -0
  70. package/dist/commonjs/operations/fluidRelayOperations.js +137 -0
  71. package/dist/commonjs/operations/fluidRelayOperations.js.map +1 -0
  72. package/dist/commonjs/operations/fluidRelayServers.d.ts +98 -0
  73. package/dist/commonjs/operations/fluidRelayServers.d.ts.map +1 -0
  74. package/dist/commonjs/operations/fluidRelayServers.js +448 -0
  75. package/dist/commonjs/operations/fluidRelayServers.js.map +1 -0
  76. package/dist/commonjs/operations/index.d.ts +4 -0
  77. package/dist/commonjs/operations/index.d.ts.map +1 -0
  78. package/dist/commonjs/operations/index.js +14 -0
  79. package/dist/commonjs/operations/index.js.map +1 -0
  80. package/dist/commonjs/operationsInterfaces/fluidRelayContainers.d.ts +29 -0
  81. package/dist/commonjs/operationsInterfaces/fluidRelayContainers.d.ts.map +1 -0
  82. package/dist/commonjs/operationsInterfaces/fluidRelayContainers.js +10 -0
  83. package/dist/commonjs/operationsInterfaces/fluidRelayContainers.js.map +1 -0
  84. package/dist/commonjs/operationsInterfaces/fluidRelayOperations.d.ts +11 -0
  85. package/dist/commonjs/operationsInterfaces/fluidRelayOperations.d.ts.map +1 -0
  86. package/dist/commonjs/operationsInterfaces/fluidRelayOperations.js +10 -0
  87. package/dist/commonjs/operationsInterfaces/fluidRelayOperations.js.map +1 -0
  88. package/dist/commonjs/operationsInterfaces/fluidRelayServers.d.ts +62 -0
  89. package/dist/commonjs/operationsInterfaces/fluidRelayServers.d.ts.map +1 -0
  90. package/dist/commonjs/operationsInterfaces/fluidRelayServers.js +10 -0
  91. package/dist/commonjs/operationsInterfaces/fluidRelayServers.js.map +1 -0
  92. package/dist/commonjs/operationsInterfaces/index.d.ts +4 -0
  93. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  94. package/dist/commonjs/operationsInterfaces/index.js +14 -0
  95. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  96. package/dist/commonjs/package.json +3 -0
  97. package/dist/commonjs/pagingHelper.d.ts +13 -0
  98. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  99. package/dist/commonjs/pagingHelper.js +36 -0
  100. package/dist/commonjs/pagingHelper.js.map +1 -0
  101. package/dist/esm/fluidRelayManagementClient.d.ts +22 -0
  102. package/dist/esm/fluidRelayManagementClient.d.ts.map +1 -0
  103. package/dist/esm/fluidRelayManagementClient.js +99 -0
  104. package/dist/esm/fluidRelayManagementClient.js.map +1 -0
  105. package/dist/esm/index.d.ts +5 -0
  106. package/dist/esm/index.d.ts.map +1 -0
  107. package/{src/index.ts → dist/esm/index.js} +5 -5
  108. package/dist/esm/index.js.map +1 -0
  109. package/dist/esm/models/index.d.ts +445 -0
  110. package/dist/esm/models/index.d.ts.map +1 -0
  111. package/dist/esm/models/index.js +38 -0
  112. package/dist/esm/models/index.js.map +1 -0
  113. package/dist/esm/models/mappers.d.ts +25 -0
  114. package/dist/esm/models/mappers.d.ts.map +1 -0
  115. package/dist/esm/models/mappers.js +671 -0
  116. package/dist/esm/models/mappers.js.map +1 -0
  117. package/dist/esm/models/parameters.d.ts +14 -0
  118. package/dist/esm/models/parameters.d.ts.map +1 -0
  119. package/dist/esm/models/parameters.js +116 -0
  120. package/dist/esm/models/parameters.js.map +1 -0
  121. package/dist/esm/operations/fluidRelayContainers.d.ts +55 -0
  122. package/dist/esm/operations/fluidRelayContainers.d.ts.map +1 -0
  123. package/dist/esm/operations/fluidRelayContainers.js +214 -0
  124. package/dist/esm/operations/fluidRelayContainers.js.map +1 -0
  125. package/dist/esm/operations/fluidRelayOperations.d.ts +32 -0
  126. package/dist/esm/operations/fluidRelayOperations.d.ts.map +1 -0
  127. package/dist/esm/operations/fluidRelayOperations.js +133 -0
  128. package/dist/esm/operations/fluidRelayOperations.js.map +1 -0
  129. package/dist/esm/operations/fluidRelayServers.d.ts +98 -0
  130. package/dist/esm/operations/fluidRelayServers.d.ts.map +1 -0
  131. package/dist/esm/operations/fluidRelayServers.js +444 -0
  132. package/dist/esm/operations/fluidRelayServers.js.map +1 -0
  133. package/dist/esm/operations/index.d.ts +4 -0
  134. package/dist/esm/operations/index.d.ts.map +1 -0
  135. package/dist/esm/operations/index.js +11 -0
  136. package/dist/esm/operations/index.js.map +1 -0
  137. package/dist/esm/operationsInterfaces/fluidRelayContainers.d.ts +29 -0
  138. package/dist/esm/operationsInterfaces/fluidRelayContainers.d.ts.map +1 -0
  139. package/{src/operations/index.ts → dist/esm/operationsInterfaces/fluidRelayContainers.js} +2 -4
  140. package/dist/esm/operationsInterfaces/fluidRelayContainers.js.map +1 -0
  141. package/dist/esm/operationsInterfaces/fluidRelayOperations.d.ts +11 -0
  142. package/dist/esm/operationsInterfaces/fluidRelayOperations.d.ts.map +1 -0
  143. package/dist/esm/operationsInterfaces/fluidRelayOperations.js +9 -0
  144. package/dist/esm/operationsInterfaces/fluidRelayOperations.js.map +1 -0
  145. package/dist/esm/operationsInterfaces/fluidRelayServers.d.ts +62 -0
  146. package/dist/esm/operationsInterfaces/fluidRelayServers.d.ts.map +1 -0
  147. package/dist/esm/operationsInterfaces/fluidRelayServers.js +9 -0
  148. package/dist/esm/operationsInterfaces/fluidRelayServers.js.map +1 -0
  149. package/dist/esm/operationsInterfaces/index.d.ts +4 -0
  150. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  151. package/dist/esm/operationsInterfaces/index.js +11 -0
  152. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  153. package/dist/esm/package.json +3 -0
  154. package/dist/esm/pagingHelper.d.ts +13 -0
  155. package/dist/esm/pagingHelper.d.ts.map +1 -0
  156. package/dist/esm/pagingHelper.js +32 -0
  157. package/dist/esm/pagingHelper.js.map +1 -0
  158. package/dist/react-native/fluidRelayManagementClient.d.ts +22 -0
  159. package/dist/react-native/fluidRelayManagementClient.d.ts.map +1 -0
  160. package/dist/react-native/fluidRelayManagementClient.js +99 -0
  161. package/dist/react-native/fluidRelayManagementClient.js.map +1 -0
  162. package/dist/react-native/index.d.ts +5 -0
  163. package/dist/react-native/index.d.ts.map +1 -0
  164. package/dist/react-native/index.js +13 -0
  165. package/dist/react-native/index.js.map +1 -0
  166. package/dist/react-native/models/index.d.ts +445 -0
  167. package/dist/react-native/models/index.d.ts.map +1 -0
  168. package/dist/react-native/models/index.js +38 -0
  169. package/dist/react-native/models/index.js.map +1 -0
  170. package/dist/react-native/models/mappers.d.ts +25 -0
  171. package/dist/react-native/models/mappers.d.ts.map +1 -0
  172. package/dist/react-native/models/mappers.js +671 -0
  173. package/dist/react-native/models/mappers.js.map +1 -0
  174. package/dist/react-native/models/parameters.d.ts +14 -0
  175. package/dist/react-native/models/parameters.d.ts.map +1 -0
  176. package/dist/react-native/models/parameters.js +116 -0
  177. package/dist/react-native/models/parameters.js.map +1 -0
  178. package/dist/react-native/operations/fluidRelayContainers.d.ts +55 -0
  179. package/dist/react-native/operations/fluidRelayContainers.d.ts.map +1 -0
  180. package/dist/react-native/operations/fluidRelayContainers.js +214 -0
  181. package/dist/react-native/operations/fluidRelayContainers.js.map +1 -0
  182. package/dist/react-native/operations/fluidRelayOperations.d.ts +32 -0
  183. package/dist/react-native/operations/fluidRelayOperations.d.ts.map +1 -0
  184. package/dist/react-native/operations/fluidRelayOperations.js +133 -0
  185. package/dist/react-native/operations/fluidRelayOperations.js.map +1 -0
  186. package/dist/react-native/operations/fluidRelayServers.d.ts +98 -0
  187. package/dist/react-native/operations/fluidRelayServers.d.ts.map +1 -0
  188. package/dist/react-native/operations/fluidRelayServers.js +444 -0
  189. package/dist/react-native/operations/fluidRelayServers.js.map +1 -0
  190. package/dist/react-native/operations/index.d.ts +4 -0
  191. package/dist/react-native/operations/index.d.ts.map +1 -0
  192. package/dist/react-native/operations/index.js +11 -0
  193. package/dist/react-native/operations/index.js.map +1 -0
  194. package/dist/react-native/operationsInterfaces/fluidRelayContainers.d.ts +29 -0
  195. package/dist/react-native/operationsInterfaces/fluidRelayContainers.d.ts.map +1 -0
  196. package/dist/react-native/operationsInterfaces/fluidRelayContainers.js +9 -0
  197. package/dist/react-native/operationsInterfaces/fluidRelayContainers.js.map +1 -0
  198. package/dist/react-native/operationsInterfaces/fluidRelayOperations.d.ts +11 -0
  199. package/dist/react-native/operationsInterfaces/fluidRelayOperations.d.ts.map +1 -0
  200. package/dist/react-native/operationsInterfaces/fluidRelayOperations.js +9 -0
  201. package/dist/react-native/operationsInterfaces/fluidRelayOperations.js.map +1 -0
  202. package/dist/react-native/operationsInterfaces/fluidRelayServers.d.ts +62 -0
  203. package/dist/react-native/operationsInterfaces/fluidRelayServers.d.ts.map +1 -0
  204. package/dist/react-native/operationsInterfaces/fluidRelayServers.js +9 -0
  205. package/dist/react-native/operationsInterfaces/fluidRelayServers.js.map +1 -0
  206. package/dist/react-native/operationsInterfaces/index.d.ts +4 -0
  207. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  208. package/dist/react-native/operationsInterfaces/index.js +11 -0
  209. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  210. package/dist/react-native/package.json +3 -0
  211. package/dist/react-native/pagingHelper.d.ts +13 -0
  212. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  213. package/dist/react-native/pagingHelper.js +32 -0
  214. package/dist/react-native/pagingHelper.js.map +1 -0
  215. package/package.json +64 -34
  216. package/dist/index.js +0 -1788
  217. package/dist/index.js.map +0 -1
  218. package/dist/index.min.js +0 -1
  219. package/dist/index.min.js.map +0 -1
  220. package/dist-esm/samples-dev/fluidRelayContainersDeleteSample.d.ts +0 -2
  221. package/dist-esm/samples-dev/fluidRelayContainersDeleteSample.d.ts.map +0 -1
  222. package/dist-esm/samples-dev/fluidRelayContainersDeleteSample.js +0 -37
  223. package/dist-esm/samples-dev/fluidRelayContainersDeleteSample.js.map +0 -1
  224. package/dist-esm/samples-dev/fluidRelayContainersGetSample.d.ts +0 -2
  225. package/dist-esm/samples-dev/fluidRelayContainersGetSample.d.ts.map +0 -1
  226. package/dist-esm/samples-dev/fluidRelayContainersGetSample.js +0 -37
  227. package/dist-esm/samples-dev/fluidRelayContainersGetSample.js.map +0 -1
  228. package/dist-esm/samples-dev/fluidRelayContainersListByFluidRelayServersSample.d.ts +0 -2
  229. package/dist-esm/samples-dev/fluidRelayContainersListByFluidRelayServersSample.d.ts.map +0 -1
  230. package/dist-esm/samples-dev/fluidRelayContainersListByFluidRelayServersSample.js +0 -52
  231. package/dist-esm/samples-dev/fluidRelayContainersListByFluidRelayServersSample.js.map +0 -1
  232. package/dist-esm/samples-dev/fluidRelayOperationsListSample.d.ts +0 -2
  233. package/dist-esm/samples-dev/fluidRelayOperationsListSample.d.ts.map +0 -1
  234. package/dist-esm/samples-dev/fluidRelayOperationsListSample.js +0 -50
  235. package/dist-esm/samples-dev/fluidRelayOperationsListSample.js.map +0 -1
  236. package/dist-esm/samples-dev/fluidRelayServersCreateOrUpdateSample.d.ts +0 -2
  237. package/dist-esm/samples-dev/fluidRelayServersCreateOrUpdateSample.d.ts.map +0 -1
  238. package/dist-esm/samples-dev/fluidRelayServersCreateOrUpdateSample.js +0 -103
  239. package/dist-esm/samples-dev/fluidRelayServersCreateOrUpdateSample.js.map +0 -1
  240. package/dist-esm/samples-dev/fluidRelayServersDeleteSample.d.ts +0 -2
  241. package/dist-esm/samples-dev/fluidRelayServersDeleteSample.d.ts.map +0 -1
  242. package/dist-esm/samples-dev/fluidRelayServersDeleteSample.js +0 -36
  243. package/dist-esm/samples-dev/fluidRelayServersDeleteSample.js.map +0 -1
  244. package/dist-esm/samples-dev/fluidRelayServersGetSample.d.ts +0 -2
  245. package/dist-esm/samples-dev/fluidRelayServersGetSample.d.ts.map +0 -1
  246. package/dist-esm/samples-dev/fluidRelayServersGetSample.js +0 -36
  247. package/dist-esm/samples-dev/fluidRelayServersGetSample.js.map +0 -1
  248. package/dist-esm/samples-dev/fluidRelayServersListByResourceGroupSample.d.ts +0 -2
  249. package/dist-esm/samples-dev/fluidRelayServersListByResourceGroupSample.d.ts.map +0 -1
  250. package/dist-esm/samples-dev/fluidRelayServersListByResourceGroupSample.js +0 -51
  251. package/dist-esm/samples-dev/fluidRelayServersListByResourceGroupSample.js.map +0 -1
  252. package/dist-esm/samples-dev/fluidRelayServersListBySubscriptionSample.d.ts +0 -2
  253. package/dist-esm/samples-dev/fluidRelayServersListBySubscriptionSample.d.ts.map +0 -1
  254. package/dist-esm/samples-dev/fluidRelayServersListBySubscriptionSample.js +0 -50
  255. package/dist-esm/samples-dev/fluidRelayServersListBySubscriptionSample.js.map +0 -1
  256. package/dist-esm/samples-dev/fluidRelayServersListKeysSample.d.ts +0 -2
  257. package/dist-esm/samples-dev/fluidRelayServersListKeysSample.d.ts.map +0 -1
  258. package/dist-esm/samples-dev/fluidRelayServersListKeysSample.js +0 -36
  259. package/dist-esm/samples-dev/fluidRelayServersListKeysSample.js.map +0 -1
  260. package/dist-esm/samples-dev/fluidRelayServersRegenerateKeySample.d.ts +0 -2
  261. package/dist-esm/samples-dev/fluidRelayServersRegenerateKeySample.d.ts.map +0 -1
  262. package/dist-esm/samples-dev/fluidRelayServersRegenerateKeySample.js +0 -30
  263. package/dist-esm/samples-dev/fluidRelayServersRegenerateKeySample.js.map +0 -1
  264. package/dist-esm/samples-dev/fluidRelayServersUpdateSample.d.ts +0 -2
  265. package/dist-esm/samples-dev/fluidRelayServersUpdateSample.d.ts.map +0 -1
  266. package/dist-esm/samples-dev/fluidRelayServersUpdateSample.js +0 -30
  267. package/dist-esm/samples-dev/fluidRelayServersUpdateSample.js.map +0 -1
  268. package/dist-esm/src/fluidRelayManagementClient.d.ts.map +0 -1
  269. package/dist-esm/src/fluidRelayManagementClient.js.map +0 -1
  270. package/dist-esm/src/index.d.ts +0 -5
  271. package/dist-esm/src/index.js.map +0 -1
  272. package/dist-esm/src/models/index.js.map +0 -1
  273. package/dist-esm/src/models/mappers.js.map +0 -1
  274. package/dist-esm/src/models/parameters.js.map +0 -1
  275. package/dist-esm/src/operations/fluidRelayContainers.d.ts.map +0 -1
  276. package/dist-esm/src/operations/fluidRelayContainers.js.map +0 -1
  277. package/dist-esm/src/operations/fluidRelayOperations.d.ts.map +0 -1
  278. package/dist-esm/src/operations/fluidRelayOperations.js.map +0 -1
  279. package/dist-esm/src/operations/fluidRelayServers.d.ts.map +0 -1
  280. package/dist-esm/src/operations/fluidRelayServers.js.map +0 -1
  281. package/dist-esm/src/operations/index.d.ts +0 -4
  282. package/dist-esm/src/operations/index.js.map +0 -1
  283. package/dist-esm/src/operationsInterfaces/fluidRelayContainers.d.ts.map +0 -1
  284. package/dist-esm/src/operationsInterfaces/fluidRelayContainers.js.map +0 -1
  285. package/dist-esm/src/operationsInterfaces/fluidRelayOperations.d.ts.map +0 -1
  286. package/dist-esm/src/operationsInterfaces/fluidRelayOperations.js.map +0 -1
  287. package/dist-esm/src/operationsInterfaces/fluidRelayServers.d.ts.map +0 -1
  288. package/dist-esm/src/operationsInterfaces/fluidRelayServers.js.map +0 -1
  289. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -4
  290. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  291. package/dist-esm/src/pagingHelper.js.map +0 -1
  292. package/dist-esm/test/sampleTest.d.ts +0 -2
  293. package/dist-esm/test/sampleTest.d.ts.map +0 -1
  294. package/dist-esm/test/sampleTest.js +0 -42
  295. package/dist-esm/test/sampleTest.js.map +0 -1
  296. package/src/fluidRelayManagementClient.ts +0 -152
  297. package/src/models/index.ts +0 -512
  298. package/src/models/mappers.ts +0 -719
  299. package/src/models/parameters.ts +0 -137
  300. package/src/operations/fluidRelayContainers.ts +0 -289
  301. package/src/operations/fluidRelayOperations.ts +0 -149
  302. package/src/operations/fluidRelayServers.ts +0 -561
  303. package/src/operationsInterfaces/fluidRelayContainers.ts +0 -58
  304. package/src/operationsInterfaces/fluidRelayOperations.ts +0 -25
  305. package/src/operationsInterfaces/fluidRelayServers.ts +0 -120
  306. package/src/operationsInterfaces/index.ts +0 -11
  307. package/src/pagingHelper.ts +0 -39
  308. package/tsconfig.json +0 -33
  309. /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
  310. /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
  311. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  312. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  313. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  314. /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
  315. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  316. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  317. /package/{dist-esm/src → dist/browser}/operationsInterfaces/fluidRelayContainers.js +0 -0
  318. /package/{dist-esm/src → dist/browser}/operationsInterfaces/fluidRelayOperations.js +0 -0
  319. /package/{dist-esm/src → dist/browser}/operationsInterfaces/fluidRelayServers.js +0 -0
  320. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  321. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
  322. /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
  323. /package/{types → dist/commonjs}/tsdoc-metadata.json +0 -0
@@ -0,0 +1,445 @@
1
+ import * as coreClient from "@azure/core-client";
2
+ /** Result of GET request to list FluidRelay operations. */
3
+ export interface OperationListResult {
4
+ /** List of FluidRelay operations supported by the Microsoft.FluidRelay provider. */
5
+ value?: OperationResult[];
6
+ /** URL to get the next set of operation list results if there are any. */
7
+ nextLink?: string;
8
+ }
9
+ /** A FluidRelay REST API operation. */
10
+ export interface OperationResult {
11
+ /** Operation name: {provider}/{resource}/{operation} */
12
+ name?: string;
13
+ /** The object that represents the operation. */
14
+ display?: OperationDisplay;
15
+ /** Indicates whether the operation is a data action */
16
+ isDataAction?: boolean;
17
+ }
18
+ /** The object that represents the operation. */
19
+ export interface OperationDisplay {
20
+ /** Service provider: Microsoft.FluidRelay */
21
+ provider?: string;
22
+ /** Type on which the operation is performed, e.g., 'servers'. */
23
+ resource?: string;
24
+ /** Operation type, e.g., read, write, delete, etc. */
25
+ operation?: string;
26
+ /** Description of the operation, e.g., 'Write confluent'. */
27
+ description?: string;
28
+ }
29
+ /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
30
+ export interface ErrorResponse {
31
+ /** The error object. */
32
+ error?: ErrorDetail;
33
+ }
34
+ /** The error detail. */
35
+ export interface ErrorDetail {
36
+ /**
37
+ * The error code.
38
+ * NOTE: This property will not be serialized. It can only be populated by the server.
39
+ */
40
+ readonly code?: string;
41
+ /**
42
+ * The error message.
43
+ * NOTE: This property will not be serialized. It can only be populated by the server.
44
+ */
45
+ readonly message?: string;
46
+ /**
47
+ * The error target.
48
+ * NOTE: This property will not be serialized. It can only be populated by the server.
49
+ */
50
+ readonly target?: string;
51
+ /**
52
+ * The error details.
53
+ * NOTE: This property will not be serialized. It can only be populated by the server.
54
+ */
55
+ readonly details?: ErrorDetail[];
56
+ /**
57
+ * The error additional info.
58
+ * NOTE: This property will not be serialized. It can only be populated by the server.
59
+ */
60
+ readonly additionalInfo?: ErrorAdditionalInfo[];
61
+ }
62
+ /** The resource management error additional info. */
63
+ export interface ErrorAdditionalInfo {
64
+ /**
65
+ * The additional info type.
66
+ * NOTE: This property will not be serialized. It can only be populated by the server.
67
+ */
68
+ readonly type?: string;
69
+ /**
70
+ * The additional info.
71
+ * NOTE: This property will not be serialized. It can only be populated by the server.
72
+ */
73
+ readonly info?: Record<string, unknown>;
74
+ }
75
+ /** The Fluid Relay endpoints for this server */
76
+ export interface FluidRelayEndpoints {
77
+ /**
78
+ * The Fluid Relay Orderer endpoints.
79
+ * NOTE: This property will not be serialized. It can only be populated by the server.
80
+ */
81
+ readonly ordererEndpoints?: string[];
82
+ /**
83
+ * The Fluid Relay storage endpoints.
84
+ * NOTE: This property will not be serialized. It can only be populated by the server.
85
+ */
86
+ readonly storageEndpoints?: string[];
87
+ /**
88
+ * The Fluid Relay service endpoints.
89
+ * NOTE: This property will not be serialized. It can only be populated by the server.
90
+ */
91
+ readonly serviceEndpoints?: string[];
92
+ }
93
+ /** All encryption configuration for a resource. */
94
+ export interface EncryptionProperties {
95
+ /** All Customer-managed key encryption properties for the resource. */
96
+ customerManagedKeyEncryption?: CustomerManagedKeyEncryptionProperties;
97
+ }
98
+ /** All Customer-managed key encryption properties for the resource. */
99
+ export interface CustomerManagedKeyEncryptionProperties {
100
+ /** All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault. */
101
+ keyEncryptionKeyIdentity?: CustomerManagedKeyEncryptionPropertiesKeyEncryptionKeyIdentity;
102
+ /** key encryption key Url, with or without a version. Ex: https://contosovault.vault.azure.net/keys/contosokek/562a4bb76b524a1493a6afe8e536ee78 or https://contosovault.vault.azure.net/keys/contosokek. Key auto rotation is enabled by providing a key uri without version. Otherwise, customer is responsible for rotating the key. The keyEncryptionKeyIdentity(either SystemAssigned or UserAssigned) should have permission to access this key url. */
103
+ keyEncryptionKeyUrl?: string;
104
+ }
105
+ /** All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault. */
106
+ export interface CustomerManagedKeyEncryptionPropertiesKeyEncryptionKeyIdentity {
107
+ /** Values can be SystemAssigned or UserAssigned */
108
+ identityType?: CmkIdentityType;
109
+ /** user assigned identity to use for accessing key encryption key Url. Ex: /subscriptions/fa5fc227-a624-475e-b696-cdd604c735bc/resourceGroups/<resource group>/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myId. Mutually exclusive with identityType systemAssignedIdentity. */
110
+ userAssignedIdentityResourceId?: string;
111
+ }
112
+ /** Metadata pertaining to creation and last modification of the resource. */
113
+ export interface SystemData {
114
+ /** The identity that created the resource. */
115
+ createdBy?: string;
116
+ /** The type of identity that created the resource. */
117
+ createdByType?: CreatedByType;
118
+ /** The timestamp of resource creation (UTC). */
119
+ createdAt?: Date;
120
+ /** The identity that last modified the resource. */
121
+ lastModifiedBy?: string;
122
+ /** The type of identity that last modified the resource. */
123
+ lastModifiedByType?: CreatedByType;
124
+ /** The timestamp of resource last modification (UTC) */
125
+ lastModifiedAt?: Date;
126
+ }
127
+ /** Identity for the resource. */
128
+ export interface Identity {
129
+ /**
130
+ * The principal ID of resource identity.
131
+ * NOTE: This property will not be serialized. It can only be populated by the server.
132
+ */
133
+ readonly principalId?: string;
134
+ /**
135
+ * The tenant ID of resource.
136
+ * NOTE: This property will not be serialized. It can only be populated by the server.
137
+ */
138
+ readonly tenantId?: string;
139
+ /** The identity type. */
140
+ type?: ResourceIdentityType;
141
+ /** The list of user identities associated with the resource. */
142
+ userAssignedIdentities?: {
143
+ [propertyName: string]: UserAssignedIdentitiesValue;
144
+ };
145
+ }
146
+ export interface UserAssignedIdentitiesValue {
147
+ /**
148
+ * The principal id of user assigned identity.
149
+ * NOTE: This property will not be serialized. It can only be populated by the server.
150
+ */
151
+ readonly principalId?: string;
152
+ /**
153
+ * The client id of user assigned identity.
154
+ * NOTE: This property will not be serialized. It can only be populated by the server.
155
+ */
156
+ readonly clientId?: string;
157
+ }
158
+ /** Common fields that are returned in the response for all Azure Resource Manager resources */
159
+ export interface Resource {
160
+ /**
161
+ * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
162
+ * NOTE: This property will not be serialized. It can only be populated by the server.
163
+ */
164
+ readonly id?: string;
165
+ /**
166
+ * The name of the resource
167
+ * NOTE: This property will not be serialized. It can only be populated by the server.
168
+ */
169
+ readonly name?: string;
170
+ /**
171
+ * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
172
+ * NOTE: This property will not be serialized. It can only be populated by the server.
173
+ */
174
+ readonly type?: string;
175
+ }
176
+ /** The updatable properties of a Fluid Relay server */
177
+ export interface FluidRelayServerUpdate {
178
+ /** Resource tags. */
179
+ tags?: {
180
+ [propertyName: string]: string;
181
+ };
182
+ /** The type of identity used for the resource. */
183
+ identity?: Identity;
184
+ /** The geo-location where the resource lives */
185
+ location?: string;
186
+ /** All encryption configuration for a resource. */
187
+ encryption?: EncryptionProperties;
188
+ }
189
+ /** Specifies which key should be generated. */
190
+ export interface RegenerateKeyRequest {
191
+ /** The key to regenerate. */
192
+ keyName: KeyName;
193
+ }
194
+ /** The set of available keys for this server. */
195
+ export interface FluidRelayServerKeys {
196
+ /**
197
+ * The primary key for this server
198
+ * This value contains a credential. Consider obscuring before showing to users
199
+ * NOTE: This property will not be serialized. It can only be populated by the server.
200
+ */
201
+ readonly key1?: string;
202
+ /**
203
+ * The secondary key for this server
204
+ * This value contains a credential. Consider obscuring before showing to users
205
+ * NOTE: This property will not be serialized. It can only be populated by the server.
206
+ */
207
+ readonly key2?: string;
208
+ }
209
+ /** Paged response */
210
+ export interface FluidRelayServerList {
211
+ /** A sequence of FluidRelay servers. */
212
+ value: FluidRelayServer[];
213
+ /** A link to the next page of results, if any. */
214
+ nextLink?: string;
215
+ }
216
+ /** Paged response */
217
+ export interface FluidRelayContainerList {
218
+ /** A sequence of FluidRelay containers. */
219
+ value?: FluidRelayContainer[];
220
+ /**
221
+ * A link to the next page of results, if any.
222
+ * NOTE: This property will not be serialized. It can only be populated by the server.
223
+ */
224
+ readonly nextLink?: string;
225
+ }
226
+ /** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
227
+ export interface TrackedResource extends Resource {
228
+ /** Resource tags. */
229
+ tags?: {
230
+ [propertyName: string]: string;
231
+ };
232
+ /** The geo-location where the resource lives */
233
+ location: string;
234
+ }
235
+ /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
236
+ export interface ProxyResource extends Resource {
237
+ }
238
+ /** A FluidRelay Server. */
239
+ export interface FluidRelayServer extends TrackedResource {
240
+ /**
241
+ * System meta data for this resource, including creation and modification information.
242
+ * NOTE: This property will not be serialized. It can only be populated by the server.
243
+ */
244
+ readonly systemData?: SystemData;
245
+ /** The type of identity used for the resource. */
246
+ identity?: Identity;
247
+ /**
248
+ * The Fluid tenantId for this server
249
+ * NOTE: This property will not be serialized. It can only be populated by the server.
250
+ */
251
+ readonly frsTenantId?: string;
252
+ /**
253
+ * The Fluid Relay Service endpoints for this server.
254
+ * NOTE: This property will not be serialized. It can only be populated by the server.
255
+ */
256
+ readonly fluidRelayEndpoints?: FluidRelayEndpoints;
257
+ /** Provision states for FluidRelay RP */
258
+ provisioningState?: ProvisioningState;
259
+ /** All encryption configuration for a resource. */
260
+ encryption?: EncryptionProperties;
261
+ /** Sku of the storage associated with the resource */
262
+ storagesku?: StorageSKU;
263
+ }
264
+ /** A FluidRelay Container. */
265
+ export interface FluidRelayContainer extends ProxyResource {
266
+ /**
267
+ * System meta data for this resource, including creation and modification information.
268
+ * NOTE: This property will not be serialized. It can only be populated by the server.
269
+ */
270
+ readonly systemData?: SystemData;
271
+ /**
272
+ * The Fluid tenantId for this container
273
+ * NOTE: This property will not be serialized. It can only be populated by the server.
274
+ */
275
+ readonly frsTenantId?: string;
276
+ /**
277
+ * The frsContainerId for this container
278
+ * NOTE: This property will not be serialized. It can only be populated by the server.
279
+ */
280
+ readonly frsContainerId?: string;
281
+ /**
282
+ * Provision states for FluidRelay RP
283
+ * NOTE: This property will not be serialized. It can only be populated by the server.
284
+ */
285
+ readonly provisioningState?: ProvisioningState;
286
+ /**
287
+ * The creation time of this resource
288
+ * NOTE: This property will not be serialized. It can only be populated by the server.
289
+ */
290
+ readonly creationTime?: Date;
291
+ /**
292
+ * Last time when user access this resource
293
+ * NOTE: This property will not be serialized. It can only be populated by the server.
294
+ */
295
+ readonly lastAccessTime?: Date;
296
+ }
297
+ /** Known values of {@link ProvisioningState} that the service accepts. */
298
+ export declare enum KnownProvisioningState {
299
+ /** Succeeded */
300
+ Succeeded = "Succeeded",
301
+ /** Failed */
302
+ Failed = "Failed",
303
+ /** Canceled */
304
+ Canceled = "Canceled"
305
+ }
306
+ /**
307
+ * Defines values for ProvisioningState. \
308
+ * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
309
+ * this enum contains the known values that the service supports.
310
+ * ### Known values supported by the service
311
+ * **Succeeded** \
312
+ * **Failed** \
313
+ * **Canceled**
314
+ */
315
+ export type ProvisioningState = string;
316
+ /** Known values of {@link StorageSKU} that the service accepts. */
317
+ export declare enum KnownStorageSKU {
318
+ /** Standard */
319
+ Standard = "standard",
320
+ /** Basic */
321
+ Basic = "basic"
322
+ }
323
+ /**
324
+ * Defines values for StorageSKU. \
325
+ * {@link KnownStorageSKU} can be used interchangeably with StorageSKU,
326
+ * this enum contains the known values that the service supports.
327
+ * ### Known values supported by the service
328
+ * **standard** \
329
+ * **basic**
330
+ */
331
+ export type StorageSKU = string;
332
+ /** Known values of {@link CreatedByType} that the service accepts. */
333
+ export declare enum KnownCreatedByType {
334
+ /** User */
335
+ User = "User",
336
+ /** Application */
337
+ Application = "Application",
338
+ /** ManagedIdentity */
339
+ ManagedIdentity = "ManagedIdentity",
340
+ /** Key */
341
+ Key = "Key"
342
+ }
343
+ /**
344
+ * Defines values for CreatedByType. \
345
+ * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
346
+ * this enum contains the known values that the service supports.
347
+ * ### Known values supported by the service
348
+ * **User** \
349
+ * **Application** \
350
+ * **ManagedIdentity** \
351
+ * **Key**
352
+ */
353
+ export type CreatedByType = string;
354
+ /** Defines values for CmkIdentityType. */
355
+ export type CmkIdentityType = "SystemAssigned" | "UserAssigned";
356
+ /** Defines values for ResourceIdentityType. */
357
+ export type ResourceIdentityType = "SystemAssigned" | "UserAssigned" | "SystemAssigned, UserAssigned" | "None";
358
+ /** Defines values for KeyName. */
359
+ export type KeyName = "key1" | "key2";
360
+ /** Optional parameters. */
361
+ export interface FluidRelayOperationsListOptionalParams extends coreClient.OperationOptions {
362
+ }
363
+ /** Contains response data for the list operation. */
364
+ export type FluidRelayOperationsListResponse = OperationListResult;
365
+ /** Optional parameters. */
366
+ export interface FluidRelayOperationsListNextOptionalParams extends coreClient.OperationOptions {
367
+ }
368
+ /** Contains response data for the listNext operation. */
369
+ export type FluidRelayOperationsListNextResponse = OperationListResult;
370
+ /** Optional parameters. */
371
+ export interface FluidRelayServersGetOptionalParams extends coreClient.OperationOptions {
372
+ }
373
+ /** Contains response data for the get operation. */
374
+ export type FluidRelayServersGetResponse = FluidRelayServer;
375
+ /** Optional parameters. */
376
+ export interface FluidRelayServersCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
377
+ }
378
+ /** Contains response data for the createOrUpdate operation. */
379
+ export type FluidRelayServersCreateOrUpdateResponse = FluidRelayServer;
380
+ /** Optional parameters. */
381
+ export interface FluidRelayServersUpdateOptionalParams extends coreClient.OperationOptions {
382
+ }
383
+ /** Contains response data for the update operation. */
384
+ export type FluidRelayServersUpdateResponse = FluidRelayServer;
385
+ /** Optional parameters. */
386
+ export interface FluidRelayServersDeleteOptionalParams extends coreClient.OperationOptions {
387
+ }
388
+ /** Optional parameters. */
389
+ export interface FluidRelayServersRegenerateKeyOptionalParams extends coreClient.OperationOptions {
390
+ }
391
+ /** Contains response data for the regenerateKey operation. */
392
+ export type FluidRelayServersRegenerateKeyResponse = FluidRelayServerKeys;
393
+ /** Optional parameters. */
394
+ export interface FluidRelayServersListKeysOptionalParams extends coreClient.OperationOptions {
395
+ }
396
+ /** Contains response data for the listKeys operation. */
397
+ export type FluidRelayServersListKeysResponse = FluidRelayServerKeys;
398
+ /** Optional parameters. */
399
+ export interface FluidRelayServersListBySubscriptionOptionalParams extends coreClient.OperationOptions {
400
+ }
401
+ /** Contains response data for the listBySubscription operation. */
402
+ export type FluidRelayServersListBySubscriptionResponse = FluidRelayServerList;
403
+ /** Optional parameters. */
404
+ export interface FluidRelayServersListByResourceGroupOptionalParams extends coreClient.OperationOptions {
405
+ }
406
+ /** Contains response data for the listByResourceGroup operation. */
407
+ export type FluidRelayServersListByResourceGroupResponse = FluidRelayServerList;
408
+ /** Optional parameters. */
409
+ export interface FluidRelayServersListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
410
+ }
411
+ /** Contains response data for the listBySubscriptionNext operation. */
412
+ export type FluidRelayServersListBySubscriptionNextResponse = FluidRelayServerList;
413
+ /** Optional parameters. */
414
+ export interface FluidRelayServersListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
415
+ }
416
+ /** Contains response data for the listByResourceGroupNext operation. */
417
+ export type FluidRelayServersListByResourceGroupNextResponse = FluidRelayServerList;
418
+ /** Optional parameters. */
419
+ export interface FluidRelayContainersGetOptionalParams extends coreClient.OperationOptions {
420
+ }
421
+ /** Contains response data for the get operation. */
422
+ export type FluidRelayContainersGetResponse = FluidRelayContainer;
423
+ /** Optional parameters. */
424
+ export interface FluidRelayContainersDeleteOptionalParams extends coreClient.OperationOptions {
425
+ }
426
+ /** Optional parameters. */
427
+ export interface FluidRelayContainersListByFluidRelayServersOptionalParams extends coreClient.OperationOptions {
428
+ }
429
+ /** Contains response data for the listByFluidRelayServers operation. */
430
+ export type FluidRelayContainersListByFluidRelayServersResponse = FluidRelayContainerList;
431
+ /** Optional parameters. */
432
+ export interface FluidRelayContainersListByFluidRelayServersNextOptionalParams extends coreClient.OperationOptions {
433
+ }
434
+ /** Contains response data for the listByFluidRelayServersNext operation. */
435
+ export type FluidRelayContainersListByFluidRelayServersNextResponse = FluidRelayContainerList;
436
+ /** Optional parameters. */
437
+ export interface FluidRelayManagementClientOptionalParams extends coreClient.ServiceClientOptions {
438
+ /** server parameter */
439
+ $host?: string;
440
+ /** Api Version */
441
+ apiVersion?: string;
442
+ /** Overrides client endpoint. */
443
+ endpoint?: string;
444
+ }
445
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,38 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ /** Known values of {@link ProvisioningState} that the service accepts. */
9
+ export var KnownProvisioningState;
10
+ (function (KnownProvisioningState) {
11
+ /** Succeeded */
12
+ KnownProvisioningState["Succeeded"] = "Succeeded";
13
+ /** Failed */
14
+ KnownProvisioningState["Failed"] = "Failed";
15
+ /** Canceled */
16
+ KnownProvisioningState["Canceled"] = "Canceled";
17
+ })(KnownProvisioningState || (KnownProvisioningState = {}));
18
+ /** Known values of {@link StorageSKU} that the service accepts. */
19
+ export var KnownStorageSKU;
20
+ (function (KnownStorageSKU) {
21
+ /** Standard */
22
+ KnownStorageSKU["Standard"] = "standard";
23
+ /** Basic */
24
+ KnownStorageSKU["Basic"] = "basic";
25
+ })(KnownStorageSKU || (KnownStorageSKU = {}));
26
+ /** Known values of {@link CreatedByType} that the service accepts. */
27
+ export var KnownCreatedByType;
28
+ (function (KnownCreatedByType) {
29
+ /** User */
30
+ KnownCreatedByType["User"] = "User";
31
+ /** Application */
32
+ KnownCreatedByType["Application"] = "Application";
33
+ /** ManagedIdentity */
34
+ KnownCreatedByType["ManagedIdentity"] = "ManagedIdentity";
35
+ /** Key */
36
+ KnownCreatedByType["Key"] = "Key";
37
+ })(KnownCreatedByType || (KnownCreatedByType = {}));
38
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AA6TH,0EAA0E;AAC1E,MAAM,CAAN,IAAY,sBAOX;AAPD,WAAY,sBAAsB;IAChC,gBAAgB;IAChB,iDAAuB,CAAA;IACvB,aAAa;IACb,2CAAiB,CAAA;IACjB,eAAe;IACf,+CAAqB,CAAA;AACvB,CAAC,EAPW,sBAAsB,KAAtB,sBAAsB,QAOjC;AAaD,mEAAmE;AACnE,MAAM,CAAN,IAAY,eAKX;AALD,WAAY,eAAe;IACzB,eAAe;IACf,wCAAqB,CAAA;IACrB,YAAY;IACZ,kCAAe,CAAA;AACjB,CAAC,EALW,eAAe,KAAf,eAAe,QAK1B;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","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/** Result of GET request to list FluidRelay operations. */\nexport interface OperationListResult {\n /** List of FluidRelay operations supported by the Microsoft.FluidRelay provider. */\n value?: OperationResult[];\n /** URL to get the next set of operation list results if there are any. */\n nextLink?: string;\n}\n\n/** A FluidRelay REST API operation. */\nexport interface OperationResult {\n /** Operation name: {provider}/{resource}/{operation} */\n name?: string;\n /** The object that represents the operation. */\n display?: OperationDisplay;\n /** Indicates whether the operation is a data action */\n isDataAction?: boolean;\n}\n\n/** The object that represents the operation. */\nexport interface OperationDisplay {\n /** Service provider: Microsoft.FluidRelay */\n provider?: string;\n /** Type on which the operation is performed, e.g., 'servers'. */\n resource?: string;\n /** Operation type, e.g., read, write, delete, etc. */\n operation?: string;\n /** Description of the operation, e.g., 'Write confluent'. */\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 Fluid Relay endpoints for this server */\nexport interface FluidRelayEndpoints {\n /**\n * The Fluid Relay Orderer endpoints.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly ordererEndpoints?: string[];\n /**\n * The Fluid Relay storage endpoints.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly storageEndpoints?: string[];\n /**\n * The Fluid Relay service endpoints.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly serviceEndpoints?: string[];\n}\n\n/** All encryption configuration for a resource. */\nexport interface EncryptionProperties {\n /** All Customer-managed key encryption properties for the resource. */\n customerManagedKeyEncryption?: CustomerManagedKeyEncryptionProperties;\n}\n\n/** All Customer-managed key encryption properties for the resource. */\nexport interface CustomerManagedKeyEncryptionProperties {\n /** All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault. */\n keyEncryptionKeyIdentity?: CustomerManagedKeyEncryptionPropertiesKeyEncryptionKeyIdentity;\n /** key encryption key Url, with or without a version. Ex: https://contosovault.vault.azure.net/keys/contosokek/562a4bb76b524a1493a6afe8e536ee78 or https://contosovault.vault.azure.net/keys/contosokek. Key auto rotation is enabled by providing a key uri without version. Otherwise, customer is responsible for rotating the key. The keyEncryptionKeyIdentity(either SystemAssigned or UserAssigned) should have permission to access this key url. */\n keyEncryptionKeyUrl?: string;\n}\n\n/** All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault. */\nexport interface CustomerManagedKeyEncryptionPropertiesKeyEncryptionKeyIdentity {\n /** Values can be SystemAssigned or UserAssigned */\n identityType?: CmkIdentityType;\n /** user assigned identity to use for accessing key encryption key Url. Ex: /subscriptions/fa5fc227-a624-475e-b696-cdd604c735bc/resourceGroups/<resource group>/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myId. Mutually exclusive with identityType systemAssignedIdentity. */\n userAssignedIdentityResourceId?: string;\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/** Identity for the resource. */\nexport interface Identity {\n /**\n * The principal ID of resource identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalId?: string;\n /**\n * The tenant ID of resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tenantId?: string;\n /** The identity type. */\n type?: ResourceIdentityType;\n /** The list of user identities associated with the resource. */\n userAssignedIdentities?: {\n [propertyName: string]: UserAssignedIdentitiesValue;\n };\n}\n\nexport interface UserAssignedIdentitiesValue {\n /**\n * The principal id of user assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalId?: string;\n /**\n * The client id of user assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly clientId?: string;\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\n/** The updatable properties of a Fluid Relay server */\nexport interface FluidRelayServerUpdate {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /** The type of identity used for the resource. */\n identity?: Identity;\n /** The geo-location where the resource lives */\n location?: string;\n /** All encryption configuration for a resource. */\n encryption?: EncryptionProperties;\n}\n\n/** Specifies which key should be generated. */\nexport interface RegenerateKeyRequest {\n /** The key to regenerate. */\n keyName: KeyName;\n}\n\n/** The set of available keys for this server. */\nexport interface FluidRelayServerKeys {\n /**\n * The primary key for this server\n * This value contains a credential. Consider obscuring before showing to users\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly key1?: string;\n /**\n * The secondary key for this server\n * This value contains a credential. Consider obscuring before showing to users\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly key2?: string;\n}\n\n/** Paged response */\nexport interface FluidRelayServerList {\n /** A sequence of FluidRelay servers. */\n value: FluidRelayServer[];\n /** A link to the next page of results, if any. */\n nextLink?: string;\n}\n\n/** Paged response */\nexport interface FluidRelayContainerList {\n /** A sequence of FluidRelay containers. */\n value?: FluidRelayContainer[];\n /**\n * A link to the next page of results, if any.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: 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/** 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\n/** A FluidRelay Server. */\nexport interface FluidRelayServer extends TrackedResource {\n /**\n * System meta data for this resource, including creation and modification information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /** The type of identity used for the resource. */\n identity?: Identity;\n /**\n * The Fluid tenantId for this server\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly frsTenantId?: string;\n /**\n * The Fluid Relay Service endpoints for this server.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly fluidRelayEndpoints?: FluidRelayEndpoints;\n /** Provision states for FluidRelay RP */\n provisioningState?: ProvisioningState;\n /** All encryption configuration for a resource. */\n encryption?: EncryptionProperties;\n /** Sku of the storage associated with the resource */\n storagesku?: StorageSKU;\n}\n\n/** A FluidRelay Container. */\nexport interface FluidRelayContainer extends ProxyResource {\n /**\n * System meta data for this resource, including creation and modification information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /**\n * The Fluid tenantId for this container\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly frsTenantId?: string;\n /**\n * The frsContainerId for this container\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly frsContainerId?: string;\n /**\n * Provision states for FluidRelay RP\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /**\n * The creation time of this resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly creationTime?: Date;\n /**\n * Last time when user access this resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastAccessTime?: Date;\n}\n\n/** Known values of {@link ProvisioningState} that the service accepts. */\nexport enum KnownProvisioningState {\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Canceled */\n Canceled = \"Canceled\"\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 * **Succeeded** \\\n * **Failed** \\\n * **Canceled**\n */\nexport type ProvisioningState = string;\n\n/** Known values of {@link StorageSKU} that the service accepts. */\nexport enum KnownStorageSKU {\n /** Standard */\n Standard = \"standard\",\n /** Basic */\n Basic = \"basic\"\n}\n\n/**\n * Defines values for StorageSKU. \\\n * {@link KnownStorageSKU} can be used interchangeably with StorageSKU,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **standard** \\\n * **basic**\n */\nexport type StorageSKU = 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/** Defines values for CmkIdentityType. */\nexport type CmkIdentityType = \"SystemAssigned\" | \"UserAssigned\";\n/** Defines values for ResourceIdentityType. */\nexport type ResourceIdentityType =\n | \"SystemAssigned\"\n | \"UserAssigned\"\n | \"SystemAssigned, UserAssigned\"\n | \"None\";\n/** Defines values for KeyName. */\nexport type KeyName = \"key1\" | \"key2\";\n\n/** Optional parameters. */\nexport interface FluidRelayOperationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type FluidRelayOperationsListResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface FluidRelayOperationsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type FluidRelayOperationsListNextResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface FluidRelayServersGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type FluidRelayServersGetResponse = FluidRelayServer;\n\n/** Optional parameters. */\nexport interface FluidRelayServersCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type FluidRelayServersCreateOrUpdateResponse = FluidRelayServer;\n\n/** Optional parameters. */\nexport interface FluidRelayServersUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type FluidRelayServersUpdateResponse = FluidRelayServer;\n\n/** Optional parameters. */\nexport interface FluidRelayServersDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface FluidRelayServersRegenerateKeyOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the regenerateKey operation. */\nexport type FluidRelayServersRegenerateKeyResponse = FluidRelayServerKeys;\n\n/** Optional parameters. */\nexport interface FluidRelayServersListKeysOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listKeys operation. */\nexport type FluidRelayServersListKeysResponse = FluidRelayServerKeys;\n\n/** Optional parameters. */\nexport interface FluidRelayServersListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscription operation. */\nexport type FluidRelayServersListBySubscriptionResponse = FluidRelayServerList;\n\n/** Optional parameters. */\nexport interface FluidRelayServersListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type FluidRelayServersListByResourceGroupResponse = FluidRelayServerList;\n\n/** Optional parameters. */\nexport interface FluidRelayServersListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type FluidRelayServersListBySubscriptionNextResponse = FluidRelayServerList;\n\n/** Optional parameters. */\nexport interface FluidRelayServersListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type FluidRelayServersListByResourceGroupNextResponse = FluidRelayServerList;\n\n/** Optional parameters. */\nexport interface FluidRelayContainersGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type FluidRelayContainersGetResponse = FluidRelayContainer;\n\n/** Optional parameters. */\nexport interface FluidRelayContainersDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface FluidRelayContainersListByFluidRelayServersOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByFluidRelayServers operation. */\nexport type FluidRelayContainersListByFluidRelayServersResponse = FluidRelayContainerList;\n\n/** Optional parameters. */\nexport interface FluidRelayContainersListByFluidRelayServersNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByFluidRelayServersNext operation. */\nexport type FluidRelayContainersListByFluidRelayServersNextResponse = FluidRelayContainerList;\n\n/** Optional parameters. */\nexport interface FluidRelayManagementClientOptionalParams\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"]}
@@ -0,0 +1,25 @@
1
+ import * as coreClient from "@azure/core-client";
2
+ export declare const OperationListResult: coreClient.CompositeMapper;
3
+ export declare const OperationResult: coreClient.CompositeMapper;
4
+ export declare const OperationDisplay: coreClient.CompositeMapper;
5
+ export declare const ErrorResponse: coreClient.CompositeMapper;
6
+ export declare const ErrorDetail: coreClient.CompositeMapper;
7
+ export declare const ErrorAdditionalInfo: coreClient.CompositeMapper;
8
+ export declare const FluidRelayEndpoints: coreClient.CompositeMapper;
9
+ export declare const EncryptionProperties: coreClient.CompositeMapper;
10
+ export declare const CustomerManagedKeyEncryptionProperties: coreClient.CompositeMapper;
11
+ export declare const CustomerManagedKeyEncryptionPropertiesKeyEncryptionKeyIdentity: coreClient.CompositeMapper;
12
+ export declare const SystemData: coreClient.CompositeMapper;
13
+ export declare const Identity: coreClient.CompositeMapper;
14
+ export declare const UserAssignedIdentitiesValue: coreClient.CompositeMapper;
15
+ export declare const Resource: coreClient.CompositeMapper;
16
+ export declare const FluidRelayServerUpdate: coreClient.CompositeMapper;
17
+ export declare const RegenerateKeyRequest: coreClient.CompositeMapper;
18
+ export declare const FluidRelayServerKeys: coreClient.CompositeMapper;
19
+ export declare const FluidRelayServerList: coreClient.CompositeMapper;
20
+ export declare const FluidRelayContainerList: coreClient.CompositeMapper;
21
+ export declare const TrackedResource: coreClient.CompositeMapper;
22
+ export declare const ProxyResource: coreClient.CompositeMapper;
23
+ export declare const FluidRelayServer: coreClient.CompositeMapper;
24
+ export declare const FluidRelayContainer: coreClient.CompositeMapper;
25
+ //# sourceMappingURL=mappers.d.ts.map
@@ -0,0 +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,mBAAmB,EAAE,UAAU,CAAC,eAyB5C,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,UAAU,CAAC,eA0BxC,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,UAAU,CAAC,eA+BzC,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,mBAAmB,EAAE,UAAU,CAAC,eA2C5C,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,UAAU,CAAC,eAc7C,CAAC;AAEF,eAAO,MAAM,sCAAsC,EAAE,UAAU,CAAC,eAqB/D,CAAC;AAEF,eAAO,MAAM,8DAA8D,EAAE,UAAU,CAAC,eAoBvF,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,UAAU,CAAC,eA2CnC,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,UAAU,CAAC,eA6CjC,CAAC;AAEF,eAAO,MAAM,2BAA2B,EAAE,UAAU,CAAC,eAqBpD,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,UAAU,CAAC,eA4BjC,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,UAAU,CAAC,eAkC/C,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,UAAU,CAAC,eAe7C,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,UAAU,CAAC,eAqB7C,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,UAAU,CAAC,eA0B7C,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,UAAU,CAAC,eA0BhD,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,UAAU,CAAC,eAsBxC,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,UAAU,CAAC,eAQtC,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,UAAU,CAAC,eAuDzC,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,UAAU,CAAC,eAkD5C,CAAC"}