@azure/arm-fluidrelay 1.0.2-alpha.20250123.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 -39
  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 -39
  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 -54
  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 -53
  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 -112
  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 -38
  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 -38
  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 -53
  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 -52
  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 -38
  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 -39
  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 -39
  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 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,41 @@
1
+ "use strict";
2
+ /*
3
+ * Copyright (c) Microsoft Corporation.
4
+ * Licensed under the MIT License.
5
+ *
6
+ * Code generated by Microsoft (R) AutoRest Code Generator.
7
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ exports.KnownCreatedByType = exports.KnownStorageSKU = exports.KnownProvisioningState = void 0;
11
+ /** Known values of {@link ProvisioningState} that the service accepts. */
12
+ var KnownProvisioningState;
13
+ (function (KnownProvisioningState) {
14
+ /** Succeeded */
15
+ KnownProvisioningState["Succeeded"] = "Succeeded";
16
+ /** Failed */
17
+ KnownProvisioningState["Failed"] = "Failed";
18
+ /** Canceled */
19
+ KnownProvisioningState["Canceled"] = "Canceled";
20
+ })(KnownProvisioningState || (exports.KnownProvisioningState = KnownProvisioningState = {}));
21
+ /** Known values of {@link StorageSKU} that the service accepts. */
22
+ var KnownStorageSKU;
23
+ (function (KnownStorageSKU) {
24
+ /** Standard */
25
+ KnownStorageSKU["Standard"] = "standard";
26
+ /** Basic */
27
+ KnownStorageSKU["Basic"] = "basic";
28
+ })(KnownStorageSKU || (exports.KnownStorageSKU = KnownStorageSKU = {}));
29
+ /** Known values of {@link CreatedByType} that the service accepts. */
30
+ var KnownCreatedByType;
31
+ (function (KnownCreatedByType) {
32
+ /** User */
33
+ KnownCreatedByType["User"] = "User";
34
+ /** Application */
35
+ KnownCreatedByType["Application"] = "Application";
36
+ /** ManagedIdentity */
37
+ KnownCreatedByType["ManagedIdentity"] = "ManagedIdentity";
38
+ /** Key */
39
+ KnownCreatedByType["Key"] = "Key";
40
+ })(KnownCreatedByType || (exports.KnownCreatedByType = KnownCreatedByType = {}));
41
+ //# 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,IAAY,sBAOX;AAPD,WAAY,sBAAsB;IAChC,gBAAgB;IAChB,iDAAuB,CAAA;IACvB,aAAa;IACb,2CAAiB,CAAA;IACjB,eAAe;IACf,+CAAqB,CAAA;AACvB,CAAC,EAPW,sBAAsB,sCAAtB,sBAAsB,QAOjC;AAaD,mEAAmE;AACnE,IAAY,eAKX;AALD,WAAY,eAAe;IACzB,eAAe;IACf,wCAAqB,CAAA;IACrB,YAAY;IACZ,kCAAe,CAAA;AACjB,CAAC,EALW,eAAe,+BAAf,eAAe,QAK1B;AAYD,sEAAsE;AACtE,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,kCAAlB,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"}