@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,133 @@
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
+ import { __asyncDelegator, __asyncGenerator, __asyncValues, __await } from "tslib";
9
+ import { setContinuationToken } from "../pagingHelper.js";
10
+ import * as coreClient from "@azure/core-client";
11
+ import * as Mappers from "../models/mappers.js";
12
+ import * as Parameters from "../models/parameters.js";
13
+ /// <reference lib="esnext.asynciterable" />
14
+ /** Class containing FluidRelayOperations operations. */
15
+ export class FluidRelayOperationsImpl {
16
+ /**
17
+ * Initialize a new instance of the class FluidRelayOperations class.
18
+ * @param client Reference to the service client
19
+ */
20
+ constructor(client) {
21
+ this.client = client;
22
+ }
23
+ /**
24
+ * List all operations provided by Microsoft.FluidRelay.
25
+ * @param options The options parameters.
26
+ */
27
+ list(options) {
28
+ const iter = this.listPagingAll(options);
29
+ return {
30
+ next() {
31
+ return iter.next();
32
+ },
33
+ [Symbol.asyncIterator]() {
34
+ return this;
35
+ },
36
+ byPage: (settings) => {
37
+ if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
38
+ throw new Error("maxPageSize is not supported by this operation.");
39
+ }
40
+ return this.listPagingPage(options, settings);
41
+ }
42
+ };
43
+ }
44
+ listPagingPage(options, settings) {
45
+ return __asyncGenerator(this, arguments, function* listPagingPage_1() {
46
+ let result;
47
+ let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
48
+ if (!continuationToken) {
49
+ result = yield __await(this._list(options));
50
+ let page = result.value || [];
51
+ continuationToken = result.nextLink;
52
+ setContinuationToken(page, continuationToken);
53
+ yield yield __await(page);
54
+ }
55
+ while (continuationToken) {
56
+ result = yield __await(this._listNext(continuationToken, options));
57
+ continuationToken = result.nextLink;
58
+ let page = result.value || [];
59
+ setContinuationToken(page, continuationToken);
60
+ yield yield __await(page);
61
+ }
62
+ });
63
+ }
64
+ listPagingAll(options) {
65
+ return __asyncGenerator(this, arguments, function* listPagingAll_1() {
66
+ var _a, e_1, _b, _c;
67
+ try {
68
+ for (var _d = true, _e = __asyncValues(this.listPagingPage(options)), _f; _f = yield __await(_e.next()), _a = _f.done, !_a; _d = true) {
69
+ _c = _f.value;
70
+ _d = false;
71
+ const page = _c;
72
+ yield __await(yield* __asyncDelegator(__asyncValues(page)));
73
+ }
74
+ }
75
+ catch (e_1_1) { e_1 = { error: e_1_1 }; }
76
+ finally {
77
+ try {
78
+ if (!_d && !_a && (_b = _e.return)) yield __await(_b.call(_e));
79
+ }
80
+ finally { if (e_1) throw e_1.error; }
81
+ }
82
+ });
83
+ }
84
+ /**
85
+ * List all operations provided by Microsoft.FluidRelay.
86
+ * @param options The options parameters.
87
+ */
88
+ _list(options) {
89
+ return this.client.sendOperationRequest({ options }, listOperationSpec);
90
+ }
91
+ /**
92
+ * ListNext
93
+ * @param nextLink The nextLink from the previous successful call to the List method.
94
+ * @param options The options parameters.
95
+ */
96
+ _listNext(nextLink, options) {
97
+ return this.client.sendOperationRequest({ nextLink, options }, listNextOperationSpec);
98
+ }
99
+ }
100
+ // Operation Specifications
101
+ const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
102
+ const listOperationSpec = {
103
+ path: "/providers/Microsoft.FluidRelay/operations",
104
+ httpMethod: "GET",
105
+ responses: {
106
+ 200: {
107
+ bodyMapper: Mappers.OperationListResult
108
+ },
109
+ default: {
110
+ bodyMapper: Mappers.ErrorResponse
111
+ }
112
+ },
113
+ queryParameters: [Parameters.apiVersion],
114
+ urlParameters: [Parameters.$host],
115
+ headerParameters: [Parameters.accept],
116
+ serializer
117
+ };
118
+ const listNextOperationSpec = {
119
+ path: "{nextLink}",
120
+ httpMethod: "GET",
121
+ responses: {
122
+ 200: {
123
+ bodyMapper: Mappers.OperationListResult
124
+ },
125
+ default: {
126
+ bodyMapper: Mappers.ErrorResponse
127
+ }
128
+ },
129
+ urlParameters: [Parameters.$host, Parameters.nextLink],
130
+ headerParameters: [Parameters.accept],
131
+ serializer
132
+ };
133
+ //# sourceMappingURL=fluidRelayOperations.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fluidRelayOperations.js","sourceRoot":"","sources":["../../../src/operations/fluidRelayOperations.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport { FluidRelayOperations } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { FluidRelayManagementClient } from \"../fluidRelayManagementClient.js\";\nimport {\n OperationResult,\n FluidRelayOperationsListNextOptionalParams,\n FluidRelayOperationsListOptionalParams,\n FluidRelayOperationsListResponse,\n FluidRelayOperationsListNextResponse\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing FluidRelayOperations operations. */\nexport class FluidRelayOperationsImpl implements FluidRelayOperations {\n private readonly client: FluidRelayManagementClient;\n\n /**\n * Initialize a new instance of the class FluidRelayOperations class.\n * @param client Reference to the service client\n */\n constructor(client: FluidRelayManagementClient) {\n this.client = client;\n }\n\n /**\n * List all operations provided by Microsoft.FluidRelay.\n * @param options The options parameters.\n */\n public list(\n options?: FluidRelayOperationsListOptionalParams\n ): PagedAsyncIterableIterator<OperationResult> {\n const iter = this.listPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(options, settings);\n }\n };\n }\n\n private async *listPagingPage(\n options?: FluidRelayOperationsListOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<OperationResult[]> {\n let result: FluidRelayOperationsListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listPagingAll(\n options?: FluidRelayOperationsListOptionalParams\n ): AsyncIterableIterator<OperationResult> {\n for await (const page of this.listPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * List all operations provided by Microsoft.FluidRelay.\n * @param options The options parameters.\n */\n private _list(\n options?: FluidRelayOperationsListOptionalParams\n ): Promise<FluidRelayOperationsListResponse> {\n return this.client.sendOperationRequest({ options }, listOperationSpec);\n }\n\n /**\n * ListNext\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n nextLink: string,\n options?: FluidRelayOperationsListNextOptionalParams\n ): Promise<FluidRelayOperationsListNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/Microsoft.FluidRelay/operations\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.OperationListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.OperationListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n urlParameters: [Parameters.$host, Parameters.nextLink],\n headerParameters: [Parameters.accept],\n serializer\n};\n"]}
@@ -0,0 +1,98 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { FluidRelayServers } from "../operationsInterfaces/index.js";
3
+ import { FluidRelayManagementClient } from "../fluidRelayManagementClient.js";
4
+ import { FluidRelayServer, FluidRelayServersListBySubscriptionOptionalParams, FluidRelayServersListByResourceGroupOptionalParams, FluidRelayServersGetOptionalParams, FluidRelayServersGetResponse, FluidRelayServersCreateOrUpdateOptionalParams, FluidRelayServersCreateOrUpdateResponse, FluidRelayServerUpdate, FluidRelayServersUpdateOptionalParams, FluidRelayServersUpdateResponse, FluidRelayServersDeleteOptionalParams, RegenerateKeyRequest, FluidRelayServersRegenerateKeyOptionalParams, FluidRelayServersRegenerateKeyResponse, FluidRelayServersListKeysOptionalParams, FluidRelayServersListKeysResponse } from "../models/index.js";
5
+ /** Class containing FluidRelayServers operations. */
6
+ export declare class FluidRelayServersImpl implements FluidRelayServers {
7
+ private readonly client;
8
+ /**
9
+ * Initialize a new instance of the class FluidRelayServers class.
10
+ * @param client Reference to the service client
11
+ */
12
+ constructor(client: FluidRelayManagementClient);
13
+ /**
14
+ * List all Fluid Relay servers in a subscription.
15
+ * @param options The options parameters.
16
+ */
17
+ listBySubscription(options?: FluidRelayServersListBySubscriptionOptionalParams): PagedAsyncIterableIterator<FluidRelayServer>;
18
+ private listBySubscriptionPagingPage;
19
+ private listBySubscriptionPagingAll;
20
+ /**
21
+ * List all Fluid Relay servers in a resource group.
22
+ * @param resourceGroup The resource group containing the resource.
23
+ * @param options The options parameters.
24
+ */
25
+ listByResourceGroup(resourceGroup: string, options?: FluidRelayServersListByResourceGroupOptionalParams): PagedAsyncIterableIterator<FluidRelayServer>;
26
+ private listByResourceGroupPagingPage;
27
+ private listByResourceGroupPagingAll;
28
+ /**
29
+ * Get a Fluid Relay server.
30
+ * @param resourceGroup The resource group containing the resource.
31
+ * @param fluidRelayServerName The Fluid Relay server resource name.
32
+ * @param options The options parameters.
33
+ */
34
+ get(resourceGroup: string, fluidRelayServerName: string, options?: FluidRelayServersGetOptionalParams): Promise<FluidRelayServersGetResponse>;
35
+ /**
36
+ * Create or Update a Fluid Relay server.
37
+ * @param resourceGroup The resource group containing the resource.
38
+ * @param fluidRelayServerName The Fluid Relay server resource name.
39
+ * @param resource The details of the Fluid Relay server resource.
40
+ * @param options The options parameters.
41
+ */
42
+ createOrUpdate(resourceGroup: string, fluidRelayServerName: string, resource: FluidRelayServer, options?: FluidRelayServersCreateOrUpdateOptionalParams): Promise<FluidRelayServersCreateOrUpdateResponse>;
43
+ /**
44
+ * Update a Fluid Relay server.
45
+ * @param resourceGroup The resource group containing the resource.
46
+ * @param fluidRelayServerName The Fluid Relay server resource name.
47
+ * @param resource The details of the Fluid Relay server resource included in update calls.
48
+ * @param options The options parameters.
49
+ */
50
+ update(resourceGroup: string, fluidRelayServerName: string, resource: FluidRelayServerUpdate, options?: FluidRelayServersUpdateOptionalParams): Promise<FluidRelayServersUpdateResponse>;
51
+ /**
52
+ * Delete a Fluid Relay server.
53
+ * @param resourceGroup The resource group containing the resource.
54
+ * @param fluidRelayServerName The Fluid Relay server resource name.
55
+ * @param options The options parameters.
56
+ */
57
+ delete(resourceGroup: string, fluidRelayServerName: string, options?: FluidRelayServersDeleteOptionalParams): Promise<void>;
58
+ /**
59
+ * Regenerate the primary or secondary key for this server.
60
+ * @param resourceGroup The resource group containing the resource.
61
+ * @param fluidRelayServerName The Fluid Relay server resource name.
62
+ * @param parameters The details of which keys to generate.
63
+ * @param options The options parameters.
64
+ */
65
+ regenerateKey(resourceGroup: string, fluidRelayServerName: string, parameters: RegenerateKeyRequest, options?: FluidRelayServersRegenerateKeyOptionalParams): Promise<FluidRelayServersRegenerateKeyResponse>;
66
+ /**
67
+ * Get primary and secondary key for this server.
68
+ * @param resourceGroup The resource group containing the resource.
69
+ * @param fluidRelayServerName The Fluid Relay server resource name.
70
+ * @param options The options parameters.
71
+ */
72
+ listKeys(resourceGroup: string, fluidRelayServerName: string, options?: FluidRelayServersListKeysOptionalParams): Promise<FluidRelayServersListKeysResponse>;
73
+ /**
74
+ * List all Fluid Relay servers in a subscription.
75
+ * @param options The options parameters.
76
+ */
77
+ private _listBySubscription;
78
+ /**
79
+ * List all Fluid Relay servers in a resource group.
80
+ * @param resourceGroup The resource group containing the resource.
81
+ * @param options The options parameters.
82
+ */
83
+ private _listByResourceGroup;
84
+ /**
85
+ * ListBySubscriptionNext
86
+ * @param nextLink The nextLink from the previous successful call to the ListBySubscription method.
87
+ * @param options The options parameters.
88
+ */
89
+ private _listBySubscriptionNext;
90
+ /**
91
+ * ListByResourceGroupNext
92
+ * @param resourceGroup The resource group containing the resource.
93
+ * @param nextLink The nextLink from the previous successful call to the ListByResourceGroup method.
94
+ * @param options The options parameters.
95
+ */
96
+ private _listByResourceGroupNext;
97
+ }
98
+ //# sourceMappingURL=fluidRelayServers.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fluidRelayServers.d.ts","sourceRoot":"","sources":["../../../src/operations/fluidRelayServers.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;AAIrE,OAAO,EAAE,0BAA0B,EAAE,MAAM,kCAAkC,CAAC;AAC9E,OAAO,EACL,gBAAgB,EAEhB,iDAAiD,EAGjD,kDAAkD,EAElD,kCAAkC,EAClC,4BAA4B,EAC5B,6CAA6C,EAC7C,uCAAuC,EACvC,sBAAsB,EACtB,qCAAqC,EACrC,+BAA+B,EAC/B,qCAAqC,EACrC,oBAAoB,EACpB,4CAA4C,EAC5C,sCAAsC,EACtC,uCAAuC,EACvC,iCAAiC,EAGlC,MAAM,oBAAoB,CAAC;AAG5B,qDAAqD;AACrD,qBAAa,qBAAsB,YAAW,iBAAiB;IAC7D,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA6B;IAEpD;;;OAGG;gBACS,MAAM,EAAE,0BAA0B;IAI9C;;;OAGG;IACI,kBAAkB,CACvB,OAAO,CAAC,EAAE,iDAAiD,GAC1D,0BAA0B,CAAC,gBAAgB,CAAC;YAkBhC,4BAA4B;YAsB5B,2BAA2B;IAQ1C;;;;OAIG;IACI,mBAAmB,CACxB,aAAa,EAAE,MAAM,EACrB,OAAO,CAAC,EAAE,kDAAkD,GAC3D,0BAA0B,CAAC,gBAAgB,CAAC;YAsBhC,6BAA6B;YA2B7B,4BAA4B;IAY3C;;;;;OAKG;IACH,GAAG,CACD,aAAa,EAAE,MAAM,EACrB,oBAAoB,EAAE,MAAM,EAC5B,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CAAC,4BAA4B,CAAC;IAOxC;;;;;;OAMG;IACH,cAAc,CACZ,aAAa,EAAE,MAAM,EACrB,oBAAoB,EAAE,MAAM,EAC5B,QAAQ,EAAE,gBAAgB,EAC1B,OAAO,CAAC,EAAE,6CAA6C,GACtD,OAAO,CAAC,uCAAuC,CAAC;IAOnD;;;;;;OAMG;IACH,MAAM,CACJ,aAAa,EAAE,MAAM,EACrB,oBAAoB,EAAE,MAAM,EAC5B,QAAQ,EAAE,sBAAsB,EAChC,OAAO,CAAC,EAAE,qCAAqC,GAC9C,OAAO,CAAC,+BAA+B,CAAC;IAO3C;;;;;OAKG;IACH,MAAM,CACJ,aAAa,EAAE,MAAM,EACrB,oBAAoB,EAAE,MAAM,EAC5B,OAAO,CAAC,EAAE,qCAAqC,GAC9C,OAAO,CAAC,IAAI,CAAC;IAOhB;;;;;;OAMG;IACH,aAAa,CACX,aAAa,EAAE,MAAM,EACrB,oBAAoB,EAAE,MAAM,EAC5B,UAAU,EAAE,oBAAoB,EAChC,OAAO,CAAC,EAAE,4CAA4C,GACrD,OAAO,CAAC,sCAAsC,CAAC;IAOlD;;;;;OAKG;IACH,QAAQ,CACN,aAAa,EAAE,MAAM,EACrB,oBAAoB,EAAE,MAAM,EAC5B,OAAO,CAAC,EAAE,uCAAuC,GAChD,OAAO,CAAC,iCAAiC,CAAC;IAO7C;;;OAGG;IACH,OAAO,CAAC,mBAAmB;IAS3B;;;;OAIG;IACH,OAAO,CAAC,oBAAoB;IAU5B;;;;OAIG;IACH,OAAO,CAAC,uBAAuB;IAU/B;;;;;OAKG;IACH,OAAO,CAAC,wBAAwB;CAUjC"}