@azure/arm-networkcloud 1.2.0-beta.1 → 1.3.0-beta.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 (773) hide show
  1. package/README.md +2 -2
  2. package/dist/browser/index.d.ts.map +1 -1
  3. package/dist/browser/index.js +4 -7
  4. package/dist/browser/index.js.map +1 -1
  5. package/dist/browser/lroImpl.d.ts +1 -1
  6. package/dist/browser/lroImpl.d.ts.map +1 -1
  7. package/dist/browser/lroImpl.js +9 -10
  8. package/dist/browser/lroImpl.js.map +1 -1
  9. package/dist/browser/models/index.d.ts +845 -14
  10. package/dist/browser/models/index.d.ts.map +1 -1
  11. package/dist/browser/models/index.js +81 -8
  12. package/dist/browser/models/index.js.map +1 -1
  13. package/dist/browser/models/mappers.d.ts +14 -1
  14. package/dist/browser/models/mappers.d.ts.map +1 -1
  15. package/dist/browser/models/mappers.js +1275 -312
  16. package/dist/browser/models/mappers.js.map +1 -1
  17. package/dist/browser/models/parameters.d.ts +8 -1
  18. package/dist/browser/models/parameters.d.ts.map +1 -1
  19. package/dist/browser/models/parameters.js +53 -13
  20. package/dist/browser/models/parameters.js.map +1 -1
  21. package/dist/browser/networkCloud.d.ts +3 -3
  22. package/dist/browser/networkCloud.d.ts.map +1 -1
  23. package/dist/browser/networkCloud.js +39 -16
  24. package/dist/browser/networkCloud.js.map +1 -1
  25. package/dist/browser/operations/agentPools.d.ts +5 -5
  26. package/dist/browser/operations/agentPools.d.ts.map +1 -1
  27. package/dist/browser/operations/agentPools.js +73 -70
  28. package/dist/browser/operations/agentPools.js.map +1 -1
  29. package/dist/browser/operations/bareMetalMachineKeySets.d.ts +5 -5
  30. package/dist/browser/operations/bareMetalMachineKeySets.d.ts.map +1 -1
  31. package/dist/browser/operations/bareMetalMachineKeySets.js +73 -70
  32. package/dist/browser/operations/bareMetalMachineKeySets.js.map +1 -1
  33. package/dist/browser/operations/bareMetalMachines.d.ts +25 -5
  34. package/dist/browser/operations/bareMetalMachines.d.ts.map +1 -1
  35. package/dist/browser/operations/bareMetalMachines.js +308 -180
  36. package/dist/browser/operations/bareMetalMachines.js.map +1 -1
  37. package/dist/browser/operations/bmcKeySets.d.ts +5 -5
  38. package/dist/browser/operations/bmcKeySets.d.ts.map +1 -1
  39. package/dist/browser/operations/bmcKeySets.js +73 -70
  40. package/dist/browser/operations/bmcKeySets.js.map +1 -1
  41. package/dist/browser/operations/cloudServicesNetworks.d.ts +5 -5
  42. package/dist/browser/operations/cloudServicesNetworks.d.ts.map +1 -1
  43. package/dist/browser/operations/cloudServicesNetworks.js +98 -120
  44. package/dist/browser/operations/cloudServicesNetworks.js.map +1 -1
  45. package/dist/browser/operations/clusterManagers.d.ts +5 -5
  46. package/dist/browser/operations/clusterManagers.d.ts.map +1 -1
  47. package/dist/browser/operations/clusterManagers.js +87 -114
  48. package/dist/browser/operations/clusterManagers.js.map +1 -1
  49. package/dist/browser/operations/clusters.d.ts +5 -5
  50. package/dist/browser/operations/clusters.d.ts.map +1 -1
  51. package/dist/browser/operations/clusters.js +142 -144
  52. package/dist/browser/operations/clusters.js.map +1 -1
  53. package/dist/browser/operations/consoles.d.ts +5 -5
  54. package/dist/browser/operations/consoles.d.ts.map +1 -1
  55. package/dist/browser/operations/consoles.js +73 -70
  56. package/dist/browser/operations/consoles.js.map +1 -1
  57. package/dist/browser/operations/index.d.ts.map +1 -1
  58. package/dist/browser/operations/index.js +4 -7
  59. package/dist/browser/operations/index.js.map +1 -1
  60. package/dist/browser/operations/kubernetesClusterFeatures.d.ts +5 -5
  61. package/dist/browser/operations/kubernetesClusterFeatures.d.ts.map +1 -1
  62. package/dist/browser/operations/kubernetesClusterFeatures.js +73 -70
  63. package/dist/browser/operations/kubernetesClusterFeatures.js.map +1 -1
  64. package/dist/browser/operations/kubernetesClusters.d.ts +5 -5
  65. package/dist/browser/operations/kubernetesClusters.d.ts.map +1 -1
  66. package/dist/browser/operations/kubernetesClusters.js +109 -126
  67. package/dist/browser/operations/kubernetesClusters.js.map +1 -1
  68. package/dist/browser/operations/l2Networks.d.ts +5 -5
  69. package/dist/browser/operations/l2Networks.d.ts.map +1 -1
  70. package/dist/browser/operations/l2Networks.js +87 -114
  71. package/dist/browser/operations/l2Networks.js.map +1 -1
  72. package/dist/browser/operations/l3Networks.d.ts +5 -5
  73. package/dist/browser/operations/l3Networks.d.ts.map +1 -1
  74. package/dist/browser/operations/l3Networks.js +87 -114
  75. package/dist/browser/operations/l3Networks.js.map +1 -1
  76. package/dist/browser/operations/metricsConfigurations.d.ts +5 -5
  77. package/dist/browser/operations/metricsConfigurations.d.ts.map +1 -1
  78. package/dist/browser/operations/metricsConfigurations.js +73 -70
  79. package/dist/browser/operations/metricsConfigurations.js.map +1 -1
  80. package/dist/browser/operations/operations.d.ts +4 -4
  81. package/dist/browser/operations/operations.d.ts.map +1 -1
  82. package/dist/browser/operations/operations.js +25 -47
  83. package/dist/browser/operations/operations.js.map +1 -1
  84. package/dist/browser/operations/rackSkus.d.ts +4 -4
  85. package/dist/browser/operations/rackSkus.d.ts.map +1 -1
  86. package/dist/browser/operations/rackSkus.js +27 -57
  87. package/dist/browser/operations/rackSkus.js.map +1 -1
  88. package/dist/browser/operations/racks.d.ts +5 -5
  89. package/dist/browser/operations/racks.d.ts.map +1 -1
  90. package/dist/browser/operations/racks.js +98 -120
  91. package/dist/browser/operations/racks.js.map +1 -1
  92. package/dist/browser/operations/storageAppliances.d.ts +21 -5
  93. package/dist/browser/operations/storageAppliances.d.ts.map +1 -1
  94. package/dist/browser/operations/storageAppliances.js +216 -132
  95. package/dist/browser/operations/storageAppliances.js.map +1 -1
  96. package/dist/browser/operations/trunkedNetworks.d.ts +5 -5
  97. package/dist/browser/operations/trunkedNetworks.d.ts.map +1 -1
  98. package/dist/browser/operations/trunkedNetworks.js +87 -114
  99. package/dist/browser/operations/trunkedNetworks.js.map +1 -1
  100. package/dist/browser/operations/virtualMachines.d.ts +21 -5
  101. package/dist/browser/operations/virtualMachines.d.ts.map +1 -1
  102. package/dist/browser/operations/virtualMachines.js +232 -143
  103. package/dist/browser/operations/virtualMachines.js.map +1 -1
  104. package/dist/browser/operations/volumes.d.ts +5 -5
  105. package/dist/browser/operations/volumes.d.ts.map +1 -1
  106. package/dist/browser/operations/volumes.js +87 -114
  107. package/dist/browser/operations/volumes.js.map +1 -1
  108. package/dist/browser/operationsInterfaces/agentPools.d.ts +3 -3
  109. package/dist/browser/operationsInterfaces/agentPools.d.ts.map +1 -1
  110. package/dist/browser/operationsInterfaces/agentPools.js +2 -7
  111. package/dist/browser/operationsInterfaces/agentPools.js.map +1 -1
  112. package/dist/browser/operationsInterfaces/bareMetalMachineKeySets.d.ts +3 -3
  113. package/dist/browser/operationsInterfaces/bareMetalMachineKeySets.d.ts.map +1 -1
  114. package/dist/browser/operationsInterfaces/bareMetalMachineKeySets.js +2 -7
  115. package/dist/browser/operationsInterfaces/bareMetalMachineKeySets.js.map +1 -1
  116. package/dist/browser/operationsInterfaces/bareMetalMachines.d.ts +23 -3
  117. package/dist/browser/operationsInterfaces/bareMetalMachines.d.ts.map +1 -1
  118. package/dist/browser/operationsInterfaces/bareMetalMachines.js +2 -7
  119. package/dist/browser/operationsInterfaces/bareMetalMachines.js.map +1 -1
  120. package/dist/browser/operationsInterfaces/bmcKeySets.d.ts +3 -3
  121. package/dist/browser/operationsInterfaces/bmcKeySets.d.ts.map +1 -1
  122. package/dist/browser/operationsInterfaces/bmcKeySets.js +2 -7
  123. package/dist/browser/operationsInterfaces/bmcKeySets.js.map +1 -1
  124. package/dist/browser/operationsInterfaces/cloudServicesNetworks.d.ts +3 -3
  125. package/dist/browser/operationsInterfaces/cloudServicesNetworks.d.ts.map +1 -1
  126. package/dist/browser/operationsInterfaces/cloudServicesNetworks.js +2 -7
  127. package/dist/browser/operationsInterfaces/cloudServicesNetworks.js.map +1 -1
  128. package/dist/browser/operationsInterfaces/clusterManagers.d.ts +3 -3
  129. package/dist/browser/operationsInterfaces/clusterManagers.d.ts.map +1 -1
  130. package/dist/browser/operationsInterfaces/clusterManagers.js +2 -7
  131. package/dist/browser/operationsInterfaces/clusterManagers.js.map +1 -1
  132. package/dist/browser/operationsInterfaces/clusters.d.ts +3 -3
  133. package/dist/browser/operationsInterfaces/clusters.d.ts.map +1 -1
  134. package/dist/browser/operationsInterfaces/clusters.js +2 -7
  135. package/dist/browser/operationsInterfaces/clusters.js.map +1 -1
  136. package/dist/browser/operationsInterfaces/consoles.d.ts +3 -3
  137. package/dist/browser/operationsInterfaces/consoles.d.ts.map +1 -1
  138. package/dist/browser/operationsInterfaces/consoles.js +2 -7
  139. package/dist/browser/operationsInterfaces/consoles.js.map +1 -1
  140. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -1
  141. package/dist/browser/operationsInterfaces/index.js +4 -7
  142. package/dist/browser/operationsInterfaces/index.js.map +1 -1
  143. package/dist/browser/operationsInterfaces/kubernetesClusterFeatures.d.ts +3 -3
  144. package/dist/browser/operationsInterfaces/kubernetesClusterFeatures.d.ts.map +1 -1
  145. package/dist/browser/operationsInterfaces/kubernetesClusterFeatures.js +2 -7
  146. package/dist/browser/operationsInterfaces/kubernetesClusterFeatures.js.map +1 -1
  147. package/dist/browser/operationsInterfaces/kubernetesClusters.d.ts +3 -3
  148. package/dist/browser/operationsInterfaces/kubernetesClusters.d.ts.map +1 -1
  149. package/dist/browser/operationsInterfaces/kubernetesClusters.js +2 -7
  150. package/dist/browser/operationsInterfaces/kubernetesClusters.js.map +1 -1
  151. package/dist/browser/operationsInterfaces/l2Networks.d.ts +3 -3
  152. package/dist/browser/operationsInterfaces/l2Networks.d.ts.map +1 -1
  153. package/dist/browser/operationsInterfaces/l2Networks.js +2 -7
  154. package/dist/browser/operationsInterfaces/l2Networks.js.map +1 -1
  155. package/dist/browser/operationsInterfaces/l3Networks.d.ts +3 -3
  156. package/dist/browser/operationsInterfaces/l3Networks.d.ts.map +1 -1
  157. package/dist/browser/operationsInterfaces/l3Networks.js +2 -7
  158. package/dist/browser/operationsInterfaces/l3Networks.js.map +1 -1
  159. package/dist/browser/operationsInterfaces/metricsConfigurations.d.ts +3 -3
  160. package/dist/browser/operationsInterfaces/metricsConfigurations.d.ts.map +1 -1
  161. package/dist/browser/operationsInterfaces/metricsConfigurations.js +2 -7
  162. package/dist/browser/operationsInterfaces/metricsConfigurations.js.map +1 -1
  163. package/dist/browser/operationsInterfaces/operations.d.ts +2 -2
  164. package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -1
  165. package/dist/browser/operationsInterfaces/operations.js +2 -7
  166. package/dist/browser/operationsInterfaces/operations.js.map +1 -1
  167. package/dist/browser/operationsInterfaces/rackSkus.d.ts +2 -2
  168. package/dist/browser/operationsInterfaces/rackSkus.d.ts.map +1 -1
  169. package/dist/browser/operationsInterfaces/rackSkus.js +2 -7
  170. package/dist/browser/operationsInterfaces/rackSkus.js.map +1 -1
  171. package/dist/browser/operationsInterfaces/racks.d.ts +3 -3
  172. package/dist/browser/operationsInterfaces/racks.d.ts.map +1 -1
  173. package/dist/browser/operationsInterfaces/racks.js +2 -7
  174. package/dist/browser/operationsInterfaces/racks.js.map +1 -1
  175. package/dist/browser/operationsInterfaces/storageAppliances.d.ts +19 -3
  176. package/dist/browser/operationsInterfaces/storageAppliances.d.ts.map +1 -1
  177. package/dist/browser/operationsInterfaces/storageAppliances.js +2 -7
  178. package/dist/browser/operationsInterfaces/storageAppliances.js.map +1 -1
  179. package/dist/browser/operationsInterfaces/trunkedNetworks.d.ts +3 -3
  180. package/dist/browser/operationsInterfaces/trunkedNetworks.d.ts.map +1 -1
  181. package/dist/browser/operationsInterfaces/trunkedNetworks.js +2 -7
  182. package/dist/browser/operationsInterfaces/trunkedNetworks.js.map +1 -1
  183. package/dist/browser/operationsInterfaces/virtualMachines.d.ts +19 -3
  184. package/dist/browser/operationsInterfaces/virtualMachines.d.ts.map +1 -1
  185. package/dist/browser/operationsInterfaces/virtualMachines.js +2 -7
  186. package/dist/browser/operationsInterfaces/virtualMachines.js.map +1 -1
  187. package/dist/browser/operationsInterfaces/volumes.d.ts +3 -3
  188. package/dist/browser/operationsInterfaces/volumes.d.ts.map +1 -1
  189. package/dist/browser/operationsInterfaces/volumes.js +2 -7
  190. package/dist/browser/operationsInterfaces/volumes.js.map +1 -1
  191. package/dist/browser/pagingHelper.d.ts.map +1 -1
  192. package/dist/browser/pagingHelper.js +4 -11
  193. package/dist/browser/pagingHelper.js.map +1 -1
  194. package/dist/commonjs/index.d.ts.map +1 -1
  195. package/dist/commonjs/index.js +4 -7
  196. package/dist/commonjs/index.js.map +1 -1
  197. package/dist/commonjs/lroImpl.d.ts +1 -1
  198. package/dist/commonjs/lroImpl.d.ts.map +1 -1
  199. package/dist/commonjs/lroImpl.js +9 -10
  200. package/dist/commonjs/lroImpl.js.map +1 -1
  201. package/dist/commonjs/models/index.d.ts +845 -14
  202. package/dist/commonjs/models/index.d.ts.map +1 -1
  203. package/dist/commonjs/models/index.js +84 -11
  204. package/dist/commonjs/models/index.js.map +1 -1
  205. package/dist/commonjs/models/mappers.d.ts +14 -1
  206. package/dist/commonjs/models/mappers.d.ts.map +1 -1
  207. package/dist/commonjs/models/mappers.js +1280 -317
  208. package/dist/commonjs/models/mappers.js.map +1 -1
  209. package/dist/commonjs/models/parameters.d.ts +8 -1
  210. package/dist/commonjs/models/parameters.d.ts.map +1 -1
  211. package/dist/commonjs/models/parameters.js +54 -14
  212. package/dist/commonjs/models/parameters.js.map +1 -1
  213. package/dist/commonjs/networkCloud.d.ts +3 -3
  214. package/dist/commonjs/networkCloud.d.ts.map +1 -1
  215. package/dist/commonjs/networkCloud.js +39 -16
  216. package/dist/commonjs/networkCloud.js.map +1 -1
  217. package/dist/commonjs/operations/agentPools.d.ts +5 -5
  218. package/dist/commonjs/operations/agentPools.d.ts.map +1 -1
  219. package/dist/commonjs/operations/agentPools.js +72 -68
  220. package/dist/commonjs/operations/agentPools.js.map +1 -1
  221. package/dist/commonjs/operations/bareMetalMachineKeySets.d.ts +5 -5
  222. package/dist/commonjs/operations/bareMetalMachineKeySets.d.ts.map +1 -1
  223. package/dist/commonjs/operations/bareMetalMachineKeySets.js +72 -68
  224. package/dist/commonjs/operations/bareMetalMachineKeySets.js.map +1 -1
  225. package/dist/commonjs/operations/bareMetalMachines.d.ts +25 -5
  226. package/dist/commonjs/operations/bareMetalMachines.d.ts.map +1 -1
  227. package/dist/commonjs/operations/bareMetalMachines.js +307 -178
  228. package/dist/commonjs/operations/bareMetalMachines.js.map +1 -1
  229. package/dist/commonjs/operations/bmcKeySets.d.ts +5 -5
  230. package/dist/commonjs/operations/bmcKeySets.d.ts.map +1 -1
  231. package/dist/commonjs/operations/bmcKeySets.js +72 -68
  232. package/dist/commonjs/operations/bmcKeySets.js.map +1 -1
  233. package/dist/commonjs/operations/cloudServicesNetworks.d.ts +5 -5
  234. package/dist/commonjs/operations/cloudServicesNetworks.d.ts.map +1 -1
  235. package/dist/commonjs/operations/cloudServicesNetworks.js +97 -118
  236. package/dist/commonjs/operations/cloudServicesNetworks.js.map +1 -1
  237. package/dist/commonjs/operations/clusterManagers.d.ts +5 -5
  238. package/dist/commonjs/operations/clusterManagers.d.ts.map +1 -1
  239. package/dist/commonjs/operations/clusterManagers.js +86 -112
  240. package/dist/commonjs/operations/clusterManagers.js.map +1 -1
  241. package/dist/commonjs/operations/clusters.d.ts +5 -5
  242. package/dist/commonjs/operations/clusters.d.ts.map +1 -1
  243. package/dist/commonjs/operations/clusters.js +141 -142
  244. package/dist/commonjs/operations/clusters.js.map +1 -1
  245. package/dist/commonjs/operations/consoles.d.ts +5 -5
  246. package/dist/commonjs/operations/consoles.d.ts.map +1 -1
  247. package/dist/commonjs/operations/consoles.js +72 -68
  248. package/dist/commonjs/operations/consoles.js.map +1 -1
  249. package/dist/commonjs/operations/index.d.ts.map +1 -1
  250. package/dist/commonjs/operations/index.js +4 -7
  251. package/dist/commonjs/operations/index.js.map +1 -1
  252. package/dist/commonjs/operations/kubernetesClusterFeatures.d.ts +5 -5
  253. package/dist/commonjs/operations/kubernetesClusterFeatures.d.ts.map +1 -1
  254. package/dist/commonjs/operations/kubernetesClusterFeatures.js +72 -68
  255. package/dist/commonjs/operations/kubernetesClusterFeatures.js.map +1 -1
  256. package/dist/commonjs/operations/kubernetesClusters.d.ts +5 -5
  257. package/dist/commonjs/operations/kubernetesClusters.d.ts.map +1 -1
  258. package/dist/commonjs/operations/kubernetesClusters.js +108 -124
  259. package/dist/commonjs/operations/kubernetesClusters.js.map +1 -1
  260. package/dist/commonjs/operations/l2Networks.d.ts +5 -5
  261. package/dist/commonjs/operations/l2Networks.d.ts.map +1 -1
  262. package/dist/commonjs/operations/l2Networks.js +86 -112
  263. package/dist/commonjs/operations/l2Networks.js.map +1 -1
  264. package/dist/commonjs/operations/l3Networks.d.ts +5 -5
  265. package/dist/commonjs/operations/l3Networks.d.ts.map +1 -1
  266. package/dist/commonjs/operations/l3Networks.js +86 -112
  267. package/dist/commonjs/operations/l3Networks.js.map +1 -1
  268. package/dist/commonjs/operations/metricsConfigurations.d.ts +5 -5
  269. package/dist/commonjs/operations/metricsConfigurations.d.ts.map +1 -1
  270. package/dist/commonjs/operations/metricsConfigurations.js +72 -68
  271. package/dist/commonjs/operations/metricsConfigurations.js.map +1 -1
  272. package/dist/commonjs/operations/operations.d.ts +4 -4
  273. package/dist/commonjs/operations/operations.d.ts.map +1 -1
  274. package/dist/commonjs/operations/operations.js +25 -46
  275. package/dist/commonjs/operations/operations.js.map +1 -1
  276. package/dist/commonjs/operations/rackSkus.d.ts +4 -4
  277. package/dist/commonjs/operations/rackSkus.d.ts.map +1 -1
  278. package/dist/commonjs/operations/rackSkus.js +27 -56
  279. package/dist/commonjs/operations/rackSkus.js.map +1 -1
  280. package/dist/commonjs/operations/racks.d.ts +5 -5
  281. package/dist/commonjs/operations/racks.d.ts.map +1 -1
  282. package/dist/commonjs/operations/racks.js +97 -118
  283. package/dist/commonjs/operations/racks.js.map +1 -1
  284. package/dist/commonjs/operations/storageAppliances.d.ts +21 -5
  285. package/dist/commonjs/operations/storageAppliances.d.ts.map +1 -1
  286. package/dist/commonjs/operations/storageAppliances.js +215 -130
  287. package/dist/commonjs/operations/storageAppliances.js.map +1 -1
  288. package/dist/commonjs/operations/trunkedNetworks.d.ts +5 -5
  289. package/dist/commonjs/operations/trunkedNetworks.d.ts.map +1 -1
  290. package/dist/commonjs/operations/trunkedNetworks.js +86 -112
  291. package/dist/commonjs/operations/trunkedNetworks.js.map +1 -1
  292. package/dist/commonjs/operations/virtualMachines.d.ts +21 -5
  293. package/dist/commonjs/operations/virtualMachines.d.ts.map +1 -1
  294. package/dist/commonjs/operations/virtualMachines.js +231 -141
  295. package/dist/commonjs/operations/virtualMachines.js.map +1 -1
  296. package/dist/commonjs/operations/volumes.d.ts +5 -5
  297. package/dist/commonjs/operations/volumes.d.ts.map +1 -1
  298. package/dist/commonjs/operations/volumes.js +86 -112
  299. package/dist/commonjs/operations/volumes.js.map +1 -1
  300. package/dist/commonjs/operationsInterfaces/agentPools.d.ts +3 -3
  301. package/dist/commonjs/operationsInterfaces/agentPools.d.ts.map +1 -1
  302. package/dist/commonjs/operationsInterfaces/agentPools.js +2 -7
  303. package/dist/commonjs/operationsInterfaces/agentPools.js.map +1 -1
  304. package/dist/commonjs/operationsInterfaces/bareMetalMachineKeySets.d.ts +3 -3
  305. package/dist/commonjs/operationsInterfaces/bareMetalMachineKeySets.d.ts.map +1 -1
  306. package/dist/commonjs/operationsInterfaces/bareMetalMachineKeySets.js +2 -7
  307. package/dist/commonjs/operationsInterfaces/bareMetalMachineKeySets.js.map +1 -1
  308. package/dist/commonjs/operationsInterfaces/bareMetalMachines.d.ts +23 -3
  309. package/dist/commonjs/operationsInterfaces/bareMetalMachines.d.ts.map +1 -1
  310. package/dist/commonjs/operationsInterfaces/bareMetalMachines.js +2 -7
  311. package/dist/commonjs/operationsInterfaces/bareMetalMachines.js.map +1 -1
  312. package/dist/commonjs/operationsInterfaces/bmcKeySets.d.ts +3 -3
  313. package/dist/commonjs/operationsInterfaces/bmcKeySets.d.ts.map +1 -1
  314. package/dist/commonjs/operationsInterfaces/bmcKeySets.js +2 -7
  315. package/dist/commonjs/operationsInterfaces/bmcKeySets.js.map +1 -1
  316. package/dist/commonjs/operationsInterfaces/cloudServicesNetworks.d.ts +3 -3
  317. package/dist/commonjs/operationsInterfaces/cloudServicesNetworks.d.ts.map +1 -1
  318. package/dist/commonjs/operationsInterfaces/cloudServicesNetworks.js +2 -7
  319. package/dist/commonjs/operationsInterfaces/cloudServicesNetworks.js.map +1 -1
  320. package/dist/commonjs/operationsInterfaces/clusterManagers.d.ts +3 -3
  321. package/dist/commonjs/operationsInterfaces/clusterManagers.d.ts.map +1 -1
  322. package/dist/commonjs/operationsInterfaces/clusterManagers.js +2 -7
  323. package/dist/commonjs/operationsInterfaces/clusterManagers.js.map +1 -1
  324. package/dist/commonjs/operationsInterfaces/clusters.d.ts +3 -3
  325. package/dist/commonjs/operationsInterfaces/clusters.d.ts.map +1 -1
  326. package/dist/commonjs/operationsInterfaces/clusters.js +2 -7
  327. package/dist/commonjs/operationsInterfaces/clusters.js.map +1 -1
  328. package/dist/commonjs/operationsInterfaces/consoles.d.ts +3 -3
  329. package/dist/commonjs/operationsInterfaces/consoles.d.ts.map +1 -1
  330. package/dist/commonjs/operationsInterfaces/consoles.js +2 -7
  331. package/dist/commonjs/operationsInterfaces/consoles.js.map +1 -1
  332. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -1
  333. package/dist/commonjs/operationsInterfaces/index.js +4 -7
  334. package/dist/commonjs/operationsInterfaces/index.js.map +1 -1
  335. package/dist/commonjs/operationsInterfaces/kubernetesClusterFeatures.d.ts +3 -3
  336. package/dist/commonjs/operationsInterfaces/kubernetesClusterFeatures.d.ts.map +1 -1
  337. package/dist/commonjs/operationsInterfaces/kubernetesClusterFeatures.js +2 -7
  338. package/dist/commonjs/operationsInterfaces/kubernetesClusterFeatures.js.map +1 -1
  339. package/dist/commonjs/operationsInterfaces/kubernetesClusters.d.ts +3 -3
  340. package/dist/commonjs/operationsInterfaces/kubernetesClusters.d.ts.map +1 -1
  341. package/dist/commonjs/operationsInterfaces/kubernetesClusters.js +2 -7
  342. package/dist/commonjs/operationsInterfaces/kubernetesClusters.js.map +1 -1
  343. package/dist/commonjs/operationsInterfaces/l2Networks.d.ts +3 -3
  344. package/dist/commonjs/operationsInterfaces/l2Networks.d.ts.map +1 -1
  345. package/dist/commonjs/operationsInterfaces/l2Networks.js +2 -7
  346. package/dist/commonjs/operationsInterfaces/l2Networks.js.map +1 -1
  347. package/dist/commonjs/operationsInterfaces/l3Networks.d.ts +3 -3
  348. package/dist/commonjs/operationsInterfaces/l3Networks.d.ts.map +1 -1
  349. package/dist/commonjs/operationsInterfaces/l3Networks.js +2 -7
  350. package/dist/commonjs/operationsInterfaces/l3Networks.js.map +1 -1
  351. package/dist/commonjs/operationsInterfaces/metricsConfigurations.d.ts +3 -3
  352. package/dist/commonjs/operationsInterfaces/metricsConfigurations.d.ts.map +1 -1
  353. package/dist/commonjs/operationsInterfaces/metricsConfigurations.js +2 -7
  354. package/dist/commonjs/operationsInterfaces/metricsConfigurations.js.map +1 -1
  355. package/dist/commonjs/operationsInterfaces/operations.d.ts +2 -2
  356. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -1
  357. package/dist/commonjs/operationsInterfaces/operations.js +2 -7
  358. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -1
  359. package/dist/commonjs/operationsInterfaces/rackSkus.d.ts +2 -2
  360. package/dist/commonjs/operationsInterfaces/rackSkus.d.ts.map +1 -1
  361. package/dist/commonjs/operationsInterfaces/rackSkus.js +2 -7
  362. package/dist/commonjs/operationsInterfaces/rackSkus.js.map +1 -1
  363. package/dist/commonjs/operationsInterfaces/racks.d.ts +3 -3
  364. package/dist/commonjs/operationsInterfaces/racks.d.ts.map +1 -1
  365. package/dist/commonjs/operationsInterfaces/racks.js +2 -7
  366. package/dist/commonjs/operationsInterfaces/racks.js.map +1 -1
  367. package/dist/commonjs/operationsInterfaces/storageAppliances.d.ts +19 -3
  368. package/dist/commonjs/operationsInterfaces/storageAppliances.d.ts.map +1 -1
  369. package/dist/commonjs/operationsInterfaces/storageAppliances.js +2 -7
  370. package/dist/commonjs/operationsInterfaces/storageAppliances.js.map +1 -1
  371. package/dist/commonjs/operationsInterfaces/trunkedNetworks.d.ts +3 -3
  372. package/dist/commonjs/operationsInterfaces/trunkedNetworks.d.ts.map +1 -1
  373. package/dist/commonjs/operationsInterfaces/trunkedNetworks.js +2 -7
  374. package/dist/commonjs/operationsInterfaces/trunkedNetworks.js.map +1 -1
  375. package/dist/commonjs/operationsInterfaces/virtualMachines.d.ts +19 -3
  376. package/dist/commonjs/operationsInterfaces/virtualMachines.d.ts.map +1 -1
  377. package/dist/commonjs/operationsInterfaces/virtualMachines.js +2 -7
  378. package/dist/commonjs/operationsInterfaces/virtualMachines.js.map +1 -1
  379. package/dist/commonjs/operationsInterfaces/volumes.d.ts +3 -3
  380. package/dist/commonjs/operationsInterfaces/volumes.d.ts.map +1 -1
  381. package/dist/commonjs/operationsInterfaces/volumes.js +2 -7
  382. package/dist/commonjs/operationsInterfaces/volumes.js.map +1 -1
  383. package/dist/commonjs/pagingHelper.d.ts.map +1 -1
  384. package/dist/commonjs/pagingHelper.js +4 -11
  385. package/dist/commonjs/pagingHelper.js.map +1 -1
  386. package/dist/commonjs/tsdoc-metadata.json +11 -11
  387. package/dist/esm/index.d.ts.map +1 -1
  388. package/dist/esm/index.js +4 -7
  389. package/dist/esm/index.js.map +1 -1
  390. package/dist/esm/lroImpl.d.ts +1 -1
  391. package/dist/esm/lroImpl.d.ts.map +1 -1
  392. package/dist/esm/lroImpl.js +9 -10
  393. package/dist/esm/lroImpl.js.map +1 -1
  394. package/dist/esm/models/index.d.ts +845 -14
  395. package/dist/esm/models/index.d.ts.map +1 -1
  396. package/dist/esm/models/index.js +81 -8
  397. package/dist/esm/models/index.js.map +1 -1
  398. package/dist/esm/models/mappers.d.ts +14 -1
  399. package/dist/esm/models/mappers.d.ts.map +1 -1
  400. package/dist/esm/models/mappers.js +1275 -312
  401. package/dist/esm/models/mappers.js.map +1 -1
  402. package/dist/esm/models/parameters.d.ts +8 -1
  403. package/dist/esm/models/parameters.d.ts.map +1 -1
  404. package/dist/esm/models/parameters.js +53 -13
  405. package/dist/esm/models/parameters.js.map +1 -1
  406. package/dist/esm/networkCloud.d.ts +3 -3
  407. package/dist/esm/networkCloud.d.ts.map +1 -1
  408. package/dist/esm/networkCloud.js +39 -16
  409. package/dist/esm/networkCloud.js.map +1 -1
  410. package/dist/esm/operations/agentPools.d.ts +5 -5
  411. package/dist/esm/operations/agentPools.d.ts.map +1 -1
  412. package/dist/esm/operations/agentPools.js +73 -70
  413. package/dist/esm/operations/agentPools.js.map +1 -1
  414. package/dist/esm/operations/bareMetalMachineKeySets.d.ts +5 -5
  415. package/dist/esm/operations/bareMetalMachineKeySets.d.ts.map +1 -1
  416. package/dist/esm/operations/bareMetalMachineKeySets.js +73 -70
  417. package/dist/esm/operations/bareMetalMachineKeySets.js.map +1 -1
  418. package/dist/esm/operations/bareMetalMachines.d.ts +25 -5
  419. package/dist/esm/operations/bareMetalMachines.d.ts.map +1 -1
  420. package/dist/esm/operations/bareMetalMachines.js +308 -180
  421. package/dist/esm/operations/bareMetalMachines.js.map +1 -1
  422. package/dist/esm/operations/bmcKeySets.d.ts +5 -5
  423. package/dist/esm/operations/bmcKeySets.d.ts.map +1 -1
  424. package/dist/esm/operations/bmcKeySets.js +73 -70
  425. package/dist/esm/operations/bmcKeySets.js.map +1 -1
  426. package/dist/esm/operations/cloudServicesNetworks.d.ts +5 -5
  427. package/dist/esm/operations/cloudServicesNetworks.d.ts.map +1 -1
  428. package/dist/esm/operations/cloudServicesNetworks.js +98 -120
  429. package/dist/esm/operations/cloudServicesNetworks.js.map +1 -1
  430. package/dist/esm/operations/clusterManagers.d.ts +5 -5
  431. package/dist/esm/operations/clusterManagers.d.ts.map +1 -1
  432. package/dist/esm/operations/clusterManagers.js +87 -114
  433. package/dist/esm/operations/clusterManagers.js.map +1 -1
  434. package/dist/esm/operations/clusters.d.ts +5 -5
  435. package/dist/esm/operations/clusters.d.ts.map +1 -1
  436. package/dist/esm/operations/clusters.js +142 -144
  437. package/dist/esm/operations/clusters.js.map +1 -1
  438. package/dist/esm/operations/consoles.d.ts +5 -5
  439. package/dist/esm/operations/consoles.d.ts.map +1 -1
  440. package/dist/esm/operations/consoles.js +73 -70
  441. package/dist/esm/operations/consoles.js.map +1 -1
  442. package/dist/esm/operations/index.d.ts.map +1 -1
  443. package/dist/esm/operations/index.js +4 -7
  444. package/dist/esm/operations/index.js.map +1 -1
  445. package/dist/esm/operations/kubernetesClusterFeatures.d.ts +5 -5
  446. package/dist/esm/operations/kubernetesClusterFeatures.d.ts.map +1 -1
  447. package/dist/esm/operations/kubernetesClusterFeatures.js +73 -70
  448. package/dist/esm/operations/kubernetesClusterFeatures.js.map +1 -1
  449. package/dist/esm/operations/kubernetesClusters.d.ts +5 -5
  450. package/dist/esm/operations/kubernetesClusters.d.ts.map +1 -1
  451. package/dist/esm/operations/kubernetesClusters.js +109 -126
  452. package/dist/esm/operations/kubernetesClusters.js.map +1 -1
  453. package/dist/esm/operations/l2Networks.d.ts +5 -5
  454. package/dist/esm/operations/l2Networks.d.ts.map +1 -1
  455. package/dist/esm/operations/l2Networks.js +87 -114
  456. package/dist/esm/operations/l2Networks.js.map +1 -1
  457. package/dist/esm/operations/l3Networks.d.ts +5 -5
  458. package/dist/esm/operations/l3Networks.d.ts.map +1 -1
  459. package/dist/esm/operations/l3Networks.js +87 -114
  460. package/dist/esm/operations/l3Networks.js.map +1 -1
  461. package/dist/esm/operations/metricsConfigurations.d.ts +5 -5
  462. package/dist/esm/operations/metricsConfigurations.d.ts.map +1 -1
  463. package/dist/esm/operations/metricsConfigurations.js +73 -70
  464. package/dist/esm/operations/metricsConfigurations.js.map +1 -1
  465. package/dist/esm/operations/operations.d.ts +4 -4
  466. package/dist/esm/operations/operations.d.ts.map +1 -1
  467. package/dist/esm/operations/operations.js +25 -47
  468. package/dist/esm/operations/operations.js.map +1 -1
  469. package/dist/esm/operations/rackSkus.d.ts +4 -4
  470. package/dist/esm/operations/rackSkus.d.ts.map +1 -1
  471. package/dist/esm/operations/rackSkus.js +27 -57
  472. package/dist/esm/operations/rackSkus.js.map +1 -1
  473. package/dist/esm/operations/racks.d.ts +5 -5
  474. package/dist/esm/operations/racks.d.ts.map +1 -1
  475. package/dist/esm/operations/racks.js +98 -120
  476. package/dist/esm/operations/racks.js.map +1 -1
  477. package/dist/esm/operations/storageAppliances.d.ts +21 -5
  478. package/dist/esm/operations/storageAppliances.d.ts.map +1 -1
  479. package/dist/esm/operations/storageAppliances.js +216 -132
  480. package/dist/esm/operations/storageAppliances.js.map +1 -1
  481. package/dist/esm/operations/trunkedNetworks.d.ts +5 -5
  482. package/dist/esm/operations/trunkedNetworks.d.ts.map +1 -1
  483. package/dist/esm/operations/trunkedNetworks.js +87 -114
  484. package/dist/esm/operations/trunkedNetworks.js.map +1 -1
  485. package/dist/esm/operations/virtualMachines.d.ts +21 -5
  486. package/dist/esm/operations/virtualMachines.d.ts.map +1 -1
  487. package/dist/esm/operations/virtualMachines.js +232 -143
  488. package/dist/esm/operations/virtualMachines.js.map +1 -1
  489. package/dist/esm/operations/volumes.d.ts +5 -5
  490. package/dist/esm/operations/volumes.d.ts.map +1 -1
  491. package/dist/esm/operations/volumes.js +87 -114
  492. package/dist/esm/operations/volumes.js.map +1 -1
  493. package/dist/esm/operationsInterfaces/agentPools.d.ts +3 -3
  494. package/dist/esm/operationsInterfaces/agentPools.d.ts.map +1 -1
  495. package/dist/esm/operationsInterfaces/agentPools.js +2 -7
  496. package/dist/esm/operationsInterfaces/agentPools.js.map +1 -1
  497. package/dist/esm/operationsInterfaces/bareMetalMachineKeySets.d.ts +3 -3
  498. package/dist/esm/operationsInterfaces/bareMetalMachineKeySets.d.ts.map +1 -1
  499. package/dist/esm/operationsInterfaces/bareMetalMachineKeySets.js +2 -7
  500. package/dist/esm/operationsInterfaces/bareMetalMachineKeySets.js.map +1 -1
  501. package/dist/esm/operationsInterfaces/bareMetalMachines.d.ts +23 -3
  502. package/dist/esm/operationsInterfaces/bareMetalMachines.d.ts.map +1 -1
  503. package/dist/esm/operationsInterfaces/bareMetalMachines.js +2 -7
  504. package/dist/esm/operationsInterfaces/bareMetalMachines.js.map +1 -1
  505. package/dist/esm/operationsInterfaces/bmcKeySets.d.ts +3 -3
  506. package/dist/esm/operationsInterfaces/bmcKeySets.d.ts.map +1 -1
  507. package/dist/esm/operationsInterfaces/bmcKeySets.js +2 -7
  508. package/dist/esm/operationsInterfaces/bmcKeySets.js.map +1 -1
  509. package/dist/esm/operationsInterfaces/cloudServicesNetworks.d.ts +3 -3
  510. package/dist/esm/operationsInterfaces/cloudServicesNetworks.d.ts.map +1 -1
  511. package/dist/esm/operationsInterfaces/cloudServicesNetworks.js +2 -7
  512. package/dist/esm/operationsInterfaces/cloudServicesNetworks.js.map +1 -1
  513. package/dist/esm/operationsInterfaces/clusterManagers.d.ts +3 -3
  514. package/dist/esm/operationsInterfaces/clusterManagers.d.ts.map +1 -1
  515. package/dist/esm/operationsInterfaces/clusterManagers.js +2 -7
  516. package/dist/esm/operationsInterfaces/clusterManagers.js.map +1 -1
  517. package/dist/esm/operationsInterfaces/clusters.d.ts +3 -3
  518. package/dist/esm/operationsInterfaces/clusters.d.ts.map +1 -1
  519. package/dist/esm/operationsInterfaces/clusters.js +2 -7
  520. package/dist/esm/operationsInterfaces/clusters.js.map +1 -1
  521. package/dist/esm/operationsInterfaces/consoles.d.ts +3 -3
  522. package/dist/esm/operationsInterfaces/consoles.d.ts.map +1 -1
  523. package/dist/esm/operationsInterfaces/consoles.js +2 -7
  524. package/dist/esm/operationsInterfaces/consoles.js.map +1 -1
  525. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -1
  526. package/dist/esm/operationsInterfaces/index.js +4 -7
  527. package/dist/esm/operationsInterfaces/index.js.map +1 -1
  528. package/dist/esm/operationsInterfaces/kubernetesClusterFeatures.d.ts +3 -3
  529. package/dist/esm/operationsInterfaces/kubernetesClusterFeatures.d.ts.map +1 -1
  530. package/dist/esm/operationsInterfaces/kubernetesClusterFeatures.js +2 -7
  531. package/dist/esm/operationsInterfaces/kubernetesClusterFeatures.js.map +1 -1
  532. package/dist/esm/operationsInterfaces/kubernetesClusters.d.ts +3 -3
  533. package/dist/esm/operationsInterfaces/kubernetesClusters.d.ts.map +1 -1
  534. package/dist/esm/operationsInterfaces/kubernetesClusters.js +2 -7
  535. package/dist/esm/operationsInterfaces/kubernetesClusters.js.map +1 -1
  536. package/dist/esm/operationsInterfaces/l2Networks.d.ts +3 -3
  537. package/dist/esm/operationsInterfaces/l2Networks.d.ts.map +1 -1
  538. package/dist/esm/operationsInterfaces/l2Networks.js +2 -7
  539. package/dist/esm/operationsInterfaces/l2Networks.js.map +1 -1
  540. package/dist/esm/operationsInterfaces/l3Networks.d.ts +3 -3
  541. package/dist/esm/operationsInterfaces/l3Networks.d.ts.map +1 -1
  542. package/dist/esm/operationsInterfaces/l3Networks.js +2 -7
  543. package/dist/esm/operationsInterfaces/l3Networks.js.map +1 -1
  544. package/dist/esm/operationsInterfaces/metricsConfigurations.d.ts +3 -3
  545. package/dist/esm/operationsInterfaces/metricsConfigurations.d.ts.map +1 -1
  546. package/dist/esm/operationsInterfaces/metricsConfigurations.js +2 -7
  547. package/dist/esm/operationsInterfaces/metricsConfigurations.js.map +1 -1
  548. package/dist/esm/operationsInterfaces/operations.d.ts +2 -2
  549. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -1
  550. package/dist/esm/operationsInterfaces/operations.js +2 -7
  551. package/dist/esm/operationsInterfaces/operations.js.map +1 -1
  552. package/dist/esm/operationsInterfaces/rackSkus.d.ts +2 -2
  553. package/dist/esm/operationsInterfaces/rackSkus.d.ts.map +1 -1
  554. package/dist/esm/operationsInterfaces/rackSkus.js +2 -7
  555. package/dist/esm/operationsInterfaces/rackSkus.js.map +1 -1
  556. package/dist/esm/operationsInterfaces/racks.d.ts +3 -3
  557. package/dist/esm/operationsInterfaces/racks.d.ts.map +1 -1
  558. package/dist/esm/operationsInterfaces/racks.js +2 -7
  559. package/dist/esm/operationsInterfaces/racks.js.map +1 -1
  560. package/dist/esm/operationsInterfaces/storageAppliances.d.ts +19 -3
  561. package/dist/esm/operationsInterfaces/storageAppliances.d.ts.map +1 -1
  562. package/dist/esm/operationsInterfaces/storageAppliances.js +2 -7
  563. package/dist/esm/operationsInterfaces/storageAppliances.js.map +1 -1
  564. package/dist/esm/operationsInterfaces/trunkedNetworks.d.ts +3 -3
  565. package/dist/esm/operationsInterfaces/trunkedNetworks.d.ts.map +1 -1
  566. package/dist/esm/operationsInterfaces/trunkedNetworks.js +2 -7
  567. package/dist/esm/operationsInterfaces/trunkedNetworks.js.map +1 -1
  568. package/dist/esm/operationsInterfaces/virtualMachines.d.ts +19 -3
  569. package/dist/esm/operationsInterfaces/virtualMachines.d.ts.map +1 -1
  570. package/dist/esm/operationsInterfaces/virtualMachines.js +2 -7
  571. package/dist/esm/operationsInterfaces/virtualMachines.js.map +1 -1
  572. package/dist/esm/operationsInterfaces/volumes.d.ts +3 -3
  573. package/dist/esm/operationsInterfaces/volumes.d.ts.map +1 -1
  574. package/dist/esm/operationsInterfaces/volumes.js +2 -7
  575. package/dist/esm/operationsInterfaces/volumes.js.map +1 -1
  576. package/dist/esm/pagingHelper.d.ts.map +1 -1
  577. package/dist/esm/pagingHelper.js +4 -11
  578. package/dist/esm/pagingHelper.js.map +1 -1
  579. package/dist/react-native/index.d.ts.map +1 -1
  580. package/dist/react-native/index.js +4 -7
  581. package/dist/react-native/index.js.map +1 -1
  582. package/dist/react-native/lroImpl.d.ts +1 -1
  583. package/dist/react-native/lroImpl.d.ts.map +1 -1
  584. package/dist/react-native/lroImpl.js +9 -10
  585. package/dist/react-native/lroImpl.js.map +1 -1
  586. package/dist/react-native/models/index.d.ts +845 -14
  587. package/dist/react-native/models/index.d.ts.map +1 -1
  588. package/dist/react-native/models/index.js +81 -8
  589. package/dist/react-native/models/index.js.map +1 -1
  590. package/dist/react-native/models/mappers.d.ts +14 -1
  591. package/dist/react-native/models/mappers.d.ts.map +1 -1
  592. package/dist/react-native/models/mappers.js +1275 -312
  593. package/dist/react-native/models/mappers.js.map +1 -1
  594. package/dist/react-native/models/parameters.d.ts +8 -1
  595. package/dist/react-native/models/parameters.d.ts.map +1 -1
  596. package/dist/react-native/models/parameters.js +53 -13
  597. package/dist/react-native/models/parameters.js.map +1 -1
  598. package/dist/react-native/networkCloud.d.ts +3 -3
  599. package/dist/react-native/networkCloud.d.ts.map +1 -1
  600. package/dist/react-native/networkCloud.js +39 -16
  601. package/dist/react-native/networkCloud.js.map +1 -1
  602. package/dist/react-native/operations/agentPools.d.ts +5 -5
  603. package/dist/react-native/operations/agentPools.d.ts.map +1 -1
  604. package/dist/react-native/operations/agentPools.js +73 -70
  605. package/dist/react-native/operations/agentPools.js.map +1 -1
  606. package/dist/react-native/operations/bareMetalMachineKeySets.d.ts +5 -5
  607. package/dist/react-native/operations/bareMetalMachineKeySets.d.ts.map +1 -1
  608. package/dist/react-native/operations/bareMetalMachineKeySets.js +73 -70
  609. package/dist/react-native/operations/bareMetalMachineKeySets.js.map +1 -1
  610. package/dist/react-native/operations/bareMetalMachines.d.ts +25 -5
  611. package/dist/react-native/operations/bareMetalMachines.d.ts.map +1 -1
  612. package/dist/react-native/operations/bareMetalMachines.js +308 -180
  613. package/dist/react-native/operations/bareMetalMachines.js.map +1 -1
  614. package/dist/react-native/operations/bmcKeySets.d.ts +5 -5
  615. package/dist/react-native/operations/bmcKeySets.d.ts.map +1 -1
  616. package/dist/react-native/operations/bmcKeySets.js +73 -70
  617. package/dist/react-native/operations/bmcKeySets.js.map +1 -1
  618. package/dist/react-native/operations/cloudServicesNetworks.d.ts +5 -5
  619. package/dist/react-native/operations/cloudServicesNetworks.d.ts.map +1 -1
  620. package/dist/react-native/operations/cloudServicesNetworks.js +98 -120
  621. package/dist/react-native/operations/cloudServicesNetworks.js.map +1 -1
  622. package/dist/react-native/operations/clusterManagers.d.ts +5 -5
  623. package/dist/react-native/operations/clusterManagers.d.ts.map +1 -1
  624. package/dist/react-native/operations/clusterManagers.js +87 -114
  625. package/dist/react-native/operations/clusterManagers.js.map +1 -1
  626. package/dist/react-native/operations/clusters.d.ts +5 -5
  627. package/dist/react-native/operations/clusters.d.ts.map +1 -1
  628. package/dist/react-native/operations/clusters.js +142 -144
  629. package/dist/react-native/operations/clusters.js.map +1 -1
  630. package/dist/react-native/operations/consoles.d.ts +5 -5
  631. package/dist/react-native/operations/consoles.d.ts.map +1 -1
  632. package/dist/react-native/operations/consoles.js +73 -70
  633. package/dist/react-native/operations/consoles.js.map +1 -1
  634. package/dist/react-native/operations/index.d.ts.map +1 -1
  635. package/dist/react-native/operations/index.js +4 -7
  636. package/dist/react-native/operations/index.js.map +1 -1
  637. package/dist/react-native/operations/kubernetesClusterFeatures.d.ts +5 -5
  638. package/dist/react-native/operations/kubernetesClusterFeatures.d.ts.map +1 -1
  639. package/dist/react-native/operations/kubernetesClusterFeatures.js +73 -70
  640. package/dist/react-native/operations/kubernetesClusterFeatures.js.map +1 -1
  641. package/dist/react-native/operations/kubernetesClusters.d.ts +5 -5
  642. package/dist/react-native/operations/kubernetesClusters.d.ts.map +1 -1
  643. package/dist/react-native/operations/kubernetesClusters.js +109 -126
  644. package/dist/react-native/operations/kubernetesClusters.js.map +1 -1
  645. package/dist/react-native/operations/l2Networks.d.ts +5 -5
  646. package/dist/react-native/operations/l2Networks.d.ts.map +1 -1
  647. package/dist/react-native/operations/l2Networks.js +87 -114
  648. package/dist/react-native/operations/l2Networks.js.map +1 -1
  649. package/dist/react-native/operations/l3Networks.d.ts +5 -5
  650. package/dist/react-native/operations/l3Networks.d.ts.map +1 -1
  651. package/dist/react-native/operations/l3Networks.js +87 -114
  652. package/dist/react-native/operations/l3Networks.js.map +1 -1
  653. package/dist/react-native/operations/metricsConfigurations.d.ts +5 -5
  654. package/dist/react-native/operations/metricsConfigurations.d.ts.map +1 -1
  655. package/dist/react-native/operations/metricsConfigurations.js +73 -70
  656. package/dist/react-native/operations/metricsConfigurations.js.map +1 -1
  657. package/dist/react-native/operations/operations.d.ts +4 -4
  658. package/dist/react-native/operations/operations.d.ts.map +1 -1
  659. package/dist/react-native/operations/operations.js +25 -47
  660. package/dist/react-native/operations/operations.js.map +1 -1
  661. package/dist/react-native/operations/rackSkus.d.ts +4 -4
  662. package/dist/react-native/operations/rackSkus.d.ts.map +1 -1
  663. package/dist/react-native/operations/rackSkus.js +27 -57
  664. package/dist/react-native/operations/rackSkus.js.map +1 -1
  665. package/dist/react-native/operations/racks.d.ts +5 -5
  666. package/dist/react-native/operations/racks.d.ts.map +1 -1
  667. package/dist/react-native/operations/racks.js +98 -120
  668. package/dist/react-native/operations/racks.js.map +1 -1
  669. package/dist/react-native/operations/storageAppliances.d.ts +21 -5
  670. package/dist/react-native/operations/storageAppliances.d.ts.map +1 -1
  671. package/dist/react-native/operations/storageAppliances.js +216 -132
  672. package/dist/react-native/operations/storageAppliances.js.map +1 -1
  673. package/dist/react-native/operations/trunkedNetworks.d.ts +5 -5
  674. package/dist/react-native/operations/trunkedNetworks.d.ts.map +1 -1
  675. package/dist/react-native/operations/trunkedNetworks.js +87 -114
  676. package/dist/react-native/operations/trunkedNetworks.js.map +1 -1
  677. package/dist/react-native/operations/virtualMachines.d.ts +21 -5
  678. package/dist/react-native/operations/virtualMachines.d.ts.map +1 -1
  679. package/dist/react-native/operations/virtualMachines.js +232 -143
  680. package/dist/react-native/operations/virtualMachines.js.map +1 -1
  681. package/dist/react-native/operations/volumes.d.ts +5 -5
  682. package/dist/react-native/operations/volumes.d.ts.map +1 -1
  683. package/dist/react-native/operations/volumes.js +87 -114
  684. package/dist/react-native/operations/volumes.js.map +1 -1
  685. package/dist/react-native/operationsInterfaces/agentPools.d.ts +3 -3
  686. package/dist/react-native/operationsInterfaces/agentPools.d.ts.map +1 -1
  687. package/dist/react-native/operationsInterfaces/agentPools.js +2 -7
  688. package/dist/react-native/operationsInterfaces/agentPools.js.map +1 -1
  689. package/dist/react-native/operationsInterfaces/bareMetalMachineKeySets.d.ts +3 -3
  690. package/dist/react-native/operationsInterfaces/bareMetalMachineKeySets.d.ts.map +1 -1
  691. package/dist/react-native/operationsInterfaces/bareMetalMachineKeySets.js +2 -7
  692. package/dist/react-native/operationsInterfaces/bareMetalMachineKeySets.js.map +1 -1
  693. package/dist/react-native/operationsInterfaces/bareMetalMachines.d.ts +23 -3
  694. package/dist/react-native/operationsInterfaces/bareMetalMachines.d.ts.map +1 -1
  695. package/dist/react-native/operationsInterfaces/bareMetalMachines.js +2 -7
  696. package/dist/react-native/operationsInterfaces/bareMetalMachines.js.map +1 -1
  697. package/dist/react-native/operationsInterfaces/bmcKeySets.d.ts +3 -3
  698. package/dist/react-native/operationsInterfaces/bmcKeySets.d.ts.map +1 -1
  699. package/dist/react-native/operationsInterfaces/bmcKeySets.js +2 -7
  700. package/dist/react-native/operationsInterfaces/bmcKeySets.js.map +1 -1
  701. package/dist/react-native/operationsInterfaces/cloudServicesNetworks.d.ts +3 -3
  702. package/dist/react-native/operationsInterfaces/cloudServicesNetworks.d.ts.map +1 -1
  703. package/dist/react-native/operationsInterfaces/cloudServicesNetworks.js +2 -7
  704. package/dist/react-native/operationsInterfaces/cloudServicesNetworks.js.map +1 -1
  705. package/dist/react-native/operationsInterfaces/clusterManagers.d.ts +3 -3
  706. package/dist/react-native/operationsInterfaces/clusterManagers.d.ts.map +1 -1
  707. package/dist/react-native/operationsInterfaces/clusterManagers.js +2 -7
  708. package/dist/react-native/operationsInterfaces/clusterManagers.js.map +1 -1
  709. package/dist/react-native/operationsInterfaces/clusters.d.ts +3 -3
  710. package/dist/react-native/operationsInterfaces/clusters.d.ts.map +1 -1
  711. package/dist/react-native/operationsInterfaces/clusters.js +2 -7
  712. package/dist/react-native/operationsInterfaces/clusters.js.map +1 -1
  713. package/dist/react-native/operationsInterfaces/consoles.d.ts +3 -3
  714. package/dist/react-native/operationsInterfaces/consoles.d.ts.map +1 -1
  715. package/dist/react-native/operationsInterfaces/consoles.js +2 -7
  716. package/dist/react-native/operationsInterfaces/consoles.js.map +1 -1
  717. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -1
  718. package/dist/react-native/operationsInterfaces/index.js +4 -7
  719. package/dist/react-native/operationsInterfaces/index.js.map +1 -1
  720. package/dist/react-native/operationsInterfaces/kubernetesClusterFeatures.d.ts +3 -3
  721. package/dist/react-native/operationsInterfaces/kubernetesClusterFeatures.d.ts.map +1 -1
  722. package/dist/react-native/operationsInterfaces/kubernetesClusterFeatures.js +2 -7
  723. package/dist/react-native/operationsInterfaces/kubernetesClusterFeatures.js.map +1 -1
  724. package/dist/react-native/operationsInterfaces/kubernetesClusters.d.ts +3 -3
  725. package/dist/react-native/operationsInterfaces/kubernetesClusters.d.ts.map +1 -1
  726. package/dist/react-native/operationsInterfaces/kubernetesClusters.js +2 -7
  727. package/dist/react-native/operationsInterfaces/kubernetesClusters.js.map +1 -1
  728. package/dist/react-native/operationsInterfaces/l2Networks.d.ts +3 -3
  729. package/dist/react-native/operationsInterfaces/l2Networks.d.ts.map +1 -1
  730. package/dist/react-native/operationsInterfaces/l2Networks.js +2 -7
  731. package/dist/react-native/operationsInterfaces/l2Networks.js.map +1 -1
  732. package/dist/react-native/operationsInterfaces/l3Networks.d.ts +3 -3
  733. package/dist/react-native/operationsInterfaces/l3Networks.d.ts.map +1 -1
  734. package/dist/react-native/operationsInterfaces/l3Networks.js +2 -7
  735. package/dist/react-native/operationsInterfaces/l3Networks.js.map +1 -1
  736. package/dist/react-native/operationsInterfaces/metricsConfigurations.d.ts +3 -3
  737. package/dist/react-native/operationsInterfaces/metricsConfigurations.d.ts.map +1 -1
  738. package/dist/react-native/operationsInterfaces/metricsConfigurations.js +2 -7
  739. package/dist/react-native/operationsInterfaces/metricsConfigurations.js.map +1 -1
  740. package/dist/react-native/operationsInterfaces/operations.d.ts +2 -2
  741. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -1
  742. package/dist/react-native/operationsInterfaces/operations.js +2 -7
  743. package/dist/react-native/operationsInterfaces/operations.js.map +1 -1
  744. package/dist/react-native/operationsInterfaces/rackSkus.d.ts +2 -2
  745. package/dist/react-native/operationsInterfaces/rackSkus.d.ts.map +1 -1
  746. package/dist/react-native/operationsInterfaces/rackSkus.js +2 -7
  747. package/dist/react-native/operationsInterfaces/rackSkus.js.map +1 -1
  748. package/dist/react-native/operationsInterfaces/racks.d.ts +3 -3
  749. package/dist/react-native/operationsInterfaces/racks.d.ts.map +1 -1
  750. package/dist/react-native/operationsInterfaces/racks.js +2 -7
  751. package/dist/react-native/operationsInterfaces/racks.js.map +1 -1
  752. package/dist/react-native/operationsInterfaces/storageAppliances.d.ts +19 -3
  753. package/dist/react-native/operationsInterfaces/storageAppliances.d.ts.map +1 -1
  754. package/dist/react-native/operationsInterfaces/storageAppliances.js +2 -7
  755. package/dist/react-native/operationsInterfaces/storageAppliances.js.map +1 -1
  756. package/dist/react-native/operationsInterfaces/trunkedNetworks.d.ts +3 -3
  757. package/dist/react-native/operationsInterfaces/trunkedNetworks.d.ts.map +1 -1
  758. package/dist/react-native/operationsInterfaces/trunkedNetworks.js +2 -7
  759. package/dist/react-native/operationsInterfaces/trunkedNetworks.js.map +1 -1
  760. package/dist/react-native/operationsInterfaces/virtualMachines.d.ts +19 -3
  761. package/dist/react-native/operationsInterfaces/virtualMachines.d.ts.map +1 -1
  762. package/dist/react-native/operationsInterfaces/virtualMachines.js +2 -7
  763. package/dist/react-native/operationsInterfaces/virtualMachines.js.map +1 -1
  764. package/dist/react-native/operationsInterfaces/volumes.d.ts +3 -3
  765. package/dist/react-native/operationsInterfaces/volumes.d.ts.map +1 -1
  766. package/dist/react-native/operationsInterfaces/volumes.js +2 -7
  767. package/dist/react-native/operationsInterfaces/volumes.js.map +1 -1
  768. package/dist/react-native/pagingHelper.d.ts.map +1 -1
  769. package/dist/react-native/pagingHelper.js +4 -11
  770. package/dist/react-native/pagingHelper.js.map +1 -1
  771. package/package.json +56 -65
  772. package/CHANGELOG.md +0 -340
  773. package/review/arm-networkcloud.api.md +0 -4390
@@ -1,20 +1,15 @@
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";
1
+ // Copyright (c) Microsoft Corporation.
2
+ // Licensed under the MIT License.
9
3
  import { setContinuationToken } from "../pagingHelper.js";
10
4
  import * as coreClient from "@azure/core-client";
11
5
  import * as Mappers from "../models/mappers.js";
12
6
  import * as Parameters from "../models/parameters.js";
13
- import { createHttpPoller, } from "@azure/core-lro";
7
+ import { createHttpPoller } from "@azure/core-lro";
14
8
  import { createLroSpec } from "../lroImpl.js";
15
9
  /// <reference lib="esnext.asynciterable" />
16
10
  /** Class containing StorageAppliances operations. */
17
11
  export class StorageAppliancesImpl {
12
+ client;
18
13
  /**
19
14
  * Initialize a new instance of the class StorageAppliances class.
20
15
  * @param client Reference to the service client
@@ -36,52 +31,35 @@ export class StorageAppliancesImpl {
36
31
  return this;
37
32
  },
38
33
  byPage: (settings) => {
39
- if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
34
+ if (settings?.maxPageSize) {
40
35
  throw new Error("maxPageSize is not supported by this operation.");
41
36
  }
42
37
  return this.listBySubscriptionPagingPage(options, settings);
43
38
  },
44
39
  };
45
40
  }
46
- listBySubscriptionPagingPage(options, settings) {
47
- return __asyncGenerator(this, arguments, function* listBySubscriptionPagingPage_1() {
48
- let result;
49
- let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
50
- if (!continuationToken) {
51
- result = yield __await(this._listBySubscription(options));
52
- let page = result.value || [];
53
- continuationToken = result.nextLink;
54
- setContinuationToken(page, continuationToken);
55
- yield yield __await(page);
56
- }
57
- while (continuationToken) {
58
- result = yield __await(this._listBySubscriptionNext(continuationToken, options));
59
- continuationToken = result.nextLink;
60
- let page = result.value || [];
61
- setContinuationToken(page, continuationToken);
62
- yield yield __await(page);
63
- }
64
- });
41
+ async *listBySubscriptionPagingPage(options, settings) {
42
+ let result;
43
+ let continuationToken = settings?.continuationToken;
44
+ if (!continuationToken) {
45
+ result = await this._listBySubscription(options);
46
+ const page = result.value || [];
47
+ continuationToken = result.nextLink;
48
+ setContinuationToken(page, continuationToken);
49
+ yield page;
50
+ }
51
+ while (continuationToken) {
52
+ result = await this._listBySubscriptionNext(continuationToken, options);
53
+ continuationToken = result.nextLink;
54
+ const page = result.value || [];
55
+ setContinuationToken(page, continuationToken);
56
+ yield page;
57
+ }
65
58
  }
66
- listBySubscriptionPagingAll(options) {
67
- return __asyncGenerator(this, arguments, function* listBySubscriptionPagingAll_1() {
68
- var _a, e_1, _b, _c;
69
- try {
70
- for (var _d = true, _e = __asyncValues(this.listBySubscriptionPagingPage(options)), _f; _f = yield __await(_e.next()), _a = _f.done, !_a; _d = true) {
71
- _c = _f.value;
72
- _d = false;
73
- const page = _c;
74
- yield __await(yield* __asyncDelegator(__asyncValues(page)));
75
- }
76
- }
77
- catch (e_1_1) { e_1 = { error: e_1_1 }; }
78
- finally {
79
- try {
80
- if (!_d && !_a && (_b = _e.return)) yield __await(_b.call(_e));
81
- }
82
- finally { if (e_1) throw e_1.error; }
83
- }
84
- });
59
+ async *listBySubscriptionPagingAll(options) {
60
+ for await (const page of this.listBySubscriptionPagingPage(options)) {
61
+ yield* page;
62
+ }
85
63
  }
86
64
  /**
87
65
  * Get a list of storage appliances in the provided resource group.
@@ -98,52 +76,35 @@ export class StorageAppliancesImpl {
98
76
  return this;
99
77
  },
100
78
  byPage: (settings) => {
101
- if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
79
+ if (settings?.maxPageSize) {
102
80
  throw new Error("maxPageSize is not supported by this operation.");
103
81
  }
104
82
  return this.listByResourceGroupPagingPage(resourceGroupName, options, settings);
105
83
  },
106
84
  };
107
85
  }
108
- listByResourceGroupPagingPage(resourceGroupName, options, settings) {
109
- return __asyncGenerator(this, arguments, function* listByResourceGroupPagingPage_1() {
110
- let result;
111
- let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
112
- if (!continuationToken) {
113
- result = yield __await(this._listByResourceGroup(resourceGroupName, options));
114
- let page = result.value || [];
115
- continuationToken = result.nextLink;
116
- setContinuationToken(page, continuationToken);
117
- yield yield __await(page);
118
- }
119
- while (continuationToken) {
120
- result = yield __await(this._listByResourceGroupNext(resourceGroupName, continuationToken, options));
121
- continuationToken = result.nextLink;
122
- let page = result.value || [];
123
- setContinuationToken(page, continuationToken);
124
- yield yield __await(page);
125
- }
126
- });
86
+ async *listByResourceGroupPagingPage(resourceGroupName, options, settings) {
87
+ let result;
88
+ let continuationToken = settings?.continuationToken;
89
+ if (!continuationToken) {
90
+ result = await this._listByResourceGroup(resourceGroupName, options);
91
+ const page = result.value || [];
92
+ continuationToken = result.nextLink;
93
+ setContinuationToken(page, continuationToken);
94
+ yield page;
95
+ }
96
+ while (continuationToken) {
97
+ result = await this._listByResourceGroupNext(resourceGroupName, continuationToken, options);
98
+ continuationToken = result.nextLink;
99
+ const page = result.value || [];
100
+ setContinuationToken(page, continuationToken);
101
+ yield page;
102
+ }
127
103
  }
128
- listByResourceGroupPagingAll(resourceGroupName, options) {
129
- return __asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
130
- var _a, e_2, _b, _c;
131
- try {
132
- for (var _d = true, _e = __asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield __await(_e.next()), _a = _f.done, !_a; _d = true) {
133
- _c = _f.value;
134
- _d = false;
135
- const page = _c;
136
- yield __await(yield* __asyncDelegator(__asyncValues(page)));
137
- }
138
- }
139
- catch (e_2_1) { e_2 = { error: e_2_1 }; }
140
- finally {
141
- try {
142
- if (!_d && !_a && (_b = _e.return)) yield __await(_b.call(_e));
143
- }
144
- finally { if (e_2) throw e_2.error; }
145
- }
146
- });
104
+ async *listByResourceGroupPagingAll(resourceGroupName, options) {
105
+ for await (const page of this.listByResourceGroupPagingPage(resourceGroupName, options)) {
106
+ yield* page;
107
+ }
147
108
  }
148
109
  /**
149
110
  * Get a list of storage appliances in the provided subscription.
@@ -183,14 +144,19 @@ export class StorageAppliancesImpl {
183
144
  return this.client.sendOperationRequest(args, spec);
184
145
  };
185
146
  const sendOperationFn = async (args, spec) => {
186
- var _a;
187
147
  let currentRawResponse = undefined;
188
- const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
148
+ const providedCallback = args.options?.onResponse;
189
149
  const callback = (rawResponse, flatResponse) => {
190
150
  currentRawResponse = rawResponse;
191
- providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
151
+ providedCallback?.(rawResponse, flatResponse);
152
+ };
153
+ const updatedArgs = {
154
+ ...args,
155
+ options: {
156
+ ...args.options,
157
+ onResponse: callback,
158
+ },
192
159
  };
193
- const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
194
160
  const flatResponse = await directSendOperation(updatedArgs, spec);
195
161
  return {
196
162
  flatResponse,
@@ -212,8 +178,8 @@ export class StorageAppliancesImpl {
212
178
  spec: createOrUpdateOperationSpec,
213
179
  });
214
180
  const poller = await createHttpPoller(lro, {
215
- restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
216
- intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
181
+ restoreFrom: options?.resumeFrom,
182
+ intervalInMs: options?.updateIntervalInMs,
217
183
  resourceLocationConfig: "azure-async-operation",
218
184
  });
219
185
  await poller.poll();
@@ -245,14 +211,19 @@ export class StorageAppliancesImpl {
245
211
  return this.client.sendOperationRequest(args, spec);
246
212
  };
247
213
  const sendOperationFn = async (args, spec) => {
248
- var _a;
249
214
  let currentRawResponse = undefined;
250
- const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
215
+ const providedCallback = args.options?.onResponse;
251
216
  const callback = (rawResponse, flatResponse) => {
252
217
  currentRawResponse = rawResponse;
253
- providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
218
+ providedCallback?.(rawResponse, flatResponse);
219
+ };
220
+ const updatedArgs = {
221
+ ...args,
222
+ options: {
223
+ ...args.options,
224
+ onResponse: callback,
225
+ },
254
226
  };
255
- const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
256
227
  const flatResponse = await directSendOperation(updatedArgs, spec);
257
228
  return {
258
229
  flatResponse,
@@ -269,8 +240,8 @@ export class StorageAppliancesImpl {
269
240
  spec: deleteOperationSpec,
270
241
  });
271
242
  const poller = await createHttpPoller(lro, {
272
- restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
273
- intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
243
+ restoreFrom: options?.resumeFrom,
244
+ intervalInMs: options?.updateIntervalInMs,
274
245
  resourceLocationConfig: "location",
275
246
  });
276
247
  await poller.poll();
@@ -300,14 +271,19 @@ export class StorageAppliancesImpl {
300
271
  return this.client.sendOperationRequest(args, spec);
301
272
  };
302
273
  const sendOperationFn = async (args, spec) => {
303
- var _a;
304
274
  let currentRawResponse = undefined;
305
- const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
275
+ const providedCallback = args.options?.onResponse;
306
276
  const callback = (rawResponse, flatResponse) => {
307
277
  currentRawResponse = rawResponse;
308
- providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
278
+ providedCallback?.(rawResponse, flatResponse);
279
+ };
280
+ const updatedArgs = {
281
+ ...args,
282
+ options: {
283
+ ...args.options,
284
+ onResponse: callback,
285
+ },
309
286
  };
310
- const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
311
287
  const flatResponse = await directSendOperation(updatedArgs, spec);
312
288
  return {
313
289
  flatResponse,
@@ -324,8 +300,8 @@ export class StorageAppliancesImpl {
324
300
  spec: updateOperationSpec,
325
301
  });
326
302
  const poller = await createHttpPoller(lro, {
327
- restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
328
- intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
303
+ restoreFrom: options?.resumeFrom,
304
+ intervalInMs: options?.updateIntervalInMs,
329
305
  resourceLocationConfig: "azure-async-operation",
330
306
  });
331
307
  await poller.poll();
@@ -353,14 +329,19 @@ export class StorageAppliancesImpl {
353
329
  return this.client.sendOperationRequest(args, spec);
354
330
  };
355
331
  const sendOperationFn = async (args, spec) => {
356
- var _a;
357
332
  let currentRawResponse = undefined;
358
- const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
333
+ const providedCallback = args.options?.onResponse;
359
334
  const callback = (rawResponse, flatResponse) => {
360
335
  currentRawResponse = rawResponse;
361
- providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
336
+ providedCallback?.(rawResponse, flatResponse);
337
+ };
338
+ const updatedArgs = {
339
+ ...args,
340
+ options: {
341
+ ...args.options,
342
+ onResponse: callback,
343
+ },
362
344
  };
363
- const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
364
345
  const flatResponse = await directSendOperation(updatedArgs, spec);
365
346
  return {
366
347
  flatResponse,
@@ -377,8 +358,8 @@ export class StorageAppliancesImpl {
377
358
  spec: disableRemoteVendorManagementOperationSpec,
378
359
  });
379
360
  const poller = await createHttpPoller(lro, {
380
- restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
381
- intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
361
+ restoreFrom: options?.resumeFrom,
362
+ intervalInMs: options?.updateIntervalInMs,
382
363
  resourceLocationConfig: "location",
383
364
  });
384
365
  await poller.poll();
@@ -405,14 +386,19 @@ export class StorageAppliancesImpl {
405
386
  return this.client.sendOperationRequest(args, spec);
406
387
  };
407
388
  const sendOperationFn = async (args, spec) => {
408
- var _a;
409
389
  let currentRawResponse = undefined;
410
- const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
390
+ const providedCallback = args.options?.onResponse;
411
391
  const callback = (rawResponse, flatResponse) => {
412
392
  currentRawResponse = rawResponse;
413
- providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
393
+ providedCallback?.(rawResponse, flatResponse);
394
+ };
395
+ const updatedArgs = {
396
+ ...args,
397
+ options: {
398
+ ...args.options,
399
+ onResponse: callback,
400
+ },
414
401
  };
415
- const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
416
402
  const flatResponse = await directSendOperation(updatedArgs, spec);
417
403
  return {
418
404
  flatResponse,
@@ -429,8 +415,8 @@ export class StorageAppliancesImpl {
429
415
  spec: enableRemoteVendorManagementOperationSpec,
430
416
  });
431
417
  const poller = await createHttpPoller(lro, {
432
- restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
433
- intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
418
+ restoreFrom: options?.resumeFrom,
419
+ intervalInMs: options?.updateIntervalInMs,
434
420
  resourceLocationConfig: "location",
435
421
  });
436
422
  await poller.poll();
@@ -446,6 +432,70 @@ export class StorageAppliancesImpl {
446
432
  const poller = await this.beginEnableRemoteVendorManagement(resourceGroupName, storageApplianceName, options);
447
433
  return poller.pollUntilDone();
448
434
  }
435
+ /**
436
+ * Run one or more read-only commands on the provided storage appliance.
437
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
438
+ * @param storageApplianceName The name of the storage appliance.
439
+ * @param storageApplianceRunReadCommandsParameters The request body.
440
+ * @param options The options parameters.
441
+ */
442
+ async beginRunReadCommands(resourceGroupName, storageApplianceName, storageApplianceRunReadCommandsParameters, options) {
443
+ const directSendOperation = async (args, spec) => {
444
+ return this.client.sendOperationRequest(args, spec);
445
+ };
446
+ const sendOperationFn = async (args, spec) => {
447
+ let currentRawResponse = undefined;
448
+ const providedCallback = args.options?.onResponse;
449
+ const callback = (rawResponse, flatResponse) => {
450
+ currentRawResponse = rawResponse;
451
+ providedCallback?.(rawResponse, flatResponse);
452
+ };
453
+ const updatedArgs = {
454
+ ...args,
455
+ options: {
456
+ ...args.options,
457
+ onResponse: callback,
458
+ },
459
+ };
460
+ const flatResponse = await directSendOperation(updatedArgs, spec);
461
+ return {
462
+ flatResponse,
463
+ rawResponse: {
464
+ statusCode: currentRawResponse.status,
465
+ body: currentRawResponse.parsedBody,
466
+ headers: currentRawResponse.headers.toJSON(),
467
+ },
468
+ };
469
+ };
470
+ const lro = createLroSpec({
471
+ sendOperationFn,
472
+ args: {
473
+ resourceGroupName,
474
+ storageApplianceName,
475
+ storageApplianceRunReadCommandsParameters,
476
+ options,
477
+ },
478
+ spec: runReadCommandsOperationSpec,
479
+ });
480
+ const poller = await createHttpPoller(lro, {
481
+ restoreFrom: options?.resumeFrom,
482
+ intervalInMs: options?.updateIntervalInMs,
483
+ resourceLocationConfig: "location",
484
+ });
485
+ await poller.poll();
486
+ return poller;
487
+ }
488
+ /**
489
+ * Run one or more read-only commands on the provided storage appliance.
490
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
491
+ * @param storageApplianceName The name of the storage appliance.
492
+ * @param storageApplianceRunReadCommandsParameters The request body.
493
+ * @param options The options parameters.
494
+ */
495
+ async beginRunReadCommandsAndWait(resourceGroupName, storageApplianceName, storageApplianceRunReadCommandsParameters, options) {
496
+ const poller = await this.beginRunReadCommands(resourceGroupName, storageApplianceName, storageApplianceRunReadCommandsParameters, options);
497
+ return poller.pollUntilDone();
498
+ }
449
499
  /**
450
500
  * ListBySubscriptionNext
451
501
  * @param nextLink The nextLink from the previous successful call to the ListBySubscription method.
@@ -477,7 +527,7 @@ const listBySubscriptionOperationSpec = {
477
527
  bodyMapper: Mappers.ErrorResponse,
478
528
  },
479
529
  },
480
- queryParameters: [Parameters.apiVersion],
530
+ queryParameters: [Parameters.apiVersion, Parameters.top, Parameters.skipToken],
481
531
  urlParameters: [Parameters.$host, Parameters.subscriptionId],
482
532
  headerParameters: [Parameters.accept],
483
533
  serializer,
@@ -493,12 +543,8 @@ const listByResourceGroupOperationSpec = {
493
543
  bodyMapper: Mappers.ErrorResponse,
494
544
  },
495
545
  },
496
- queryParameters: [Parameters.apiVersion],
497
- urlParameters: [
498
- Parameters.$host,
499
- Parameters.subscriptionId,
500
- Parameters.resourceGroupName,
501
- ],
546
+ queryParameters: [Parameters.apiVersion, Parameters.top, Parameters.skipToken],
547
+ urlParameters: [Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName],
502
548
  headerParameters: [Parameters.accept],
503
549
  serializer,
504
550
  };
@@ -551,7 +597,12 @@ const createOrUpdateOperationSpec = {
551
597
  Parameters.resourceGroupName,
552
598
  Parameters.storageApplianceName,
553
599
  ],
554
- headerParameters: [Parameters.accept, Parameters.contentType],
600
+ headerParameters: [
601
+ Parameters.accept,
602
+ Parameters.contentType,
603
+ Parameters.ifMatch,
604
+ Parameters.ifNoneMatch,
605
+ ],
555
606
  mediaType: "json",
556
607
  serializer,
557
608
  };
@@ -582,7 +633,7 @@ const deleteOperationSpec = {
582
633
  Parameters.resourceGroupName,
583
634
  Parameters.storageApplianceName,
584
635
  ],
585
- headerParameters: [Parameters.accept],
636
+ headerParameters: [Parameters.accept, Parameters.ifMatch, Parameters.ifNoneMatch],
586
637
  serializer,
587
638
  };
588
639
  const updateOperationSpec = {
@@ -613,7 +664,12 @@ const updateOperationSpec = {
613
664
  Parameters.resourceGroupName,
614
665
  Parameters.storageApplianceName,
615
666
  ],
616
- headerParameters: [Parameters.accept, Parameters.contentType],
667
+ headerParameters: [
668
+ Parameters.accept,
669
+ Parameters.contentType,
670
+ Parameters.ifMatch,
671
+ Parameters.ifNoneMatch,
672
+ ],
617
673
  mediaType: "json",
618
674
  serializer,
619
675
  };
@@ -679,22 +735,50 @@ const enableRemoteVendorManagementOperationSpec = {
679
735
  mediaType: "json",
680
736
  serializer,
681
737
  };
682
- const listBySubscriptionNextOperationSpec = {
683
- path: "{nextLink}",
684
- httpMethod: "GET",
738
+ const runReadCommandsOperationSpec = {
739
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/storageAppliances/{storageApplianceName}/runReadCommands",
740
+ httpMethod: "POST",
685
741
  responses: {
686
742
  200: {
687
- bodyMapper: Mappers.StorageApplianceList,
743
+ bodyMapper: Mappers.OperationStatusResult,
744
+ },
745
+ 201: {
746
+ bodyMapper: Mappers.OperationStatusResult,
747
+ },
748
+ 202: {
749
+ bodyMapper: Mappers.OperationStatusResult,
750
+ },
751
+ 204: {
752
+ bodyMapper: Mappers.OperationStatusResult,
688
753
  },
689
754
  default: {
690
755
  bodyMapper: Mappers.ErrorResponse,
691
756
  },
692
757
  },
758
+ requestBody: Parameters.storageApplianceRunReadCommandsParameters,
759
+ queryParameters: [Parameters.apiVersion],
693
760
  urlParameters: [
694
761
  Parameters.$host,
695
- Parameters.nextLink,
696
762
  Parameters.subscriptionId,
763
+ Parameters.resourceGroupName,
764
+ Parameters.storageApplianceName,
697
765
  ],
766
+ headerParameters: [Parameters.accept, Parameters.contentType],
767
+ mediaType: "json",
768
+ serializer,
769
+ };
770
+ const listBySubscriptionNextOperationSpec = {
771
+ path: "{nextLink}",
772
+ httpMethod: "GET",
773
+ responses: {
774
+ 200: {
775
+ bodyMapper: Mappers.StorageApplianceList,
776
+ },
777
+ default: {
778
+ bodyMapper: Mappers.ErrorResponse,
779
+ },
780
+ },
781
+ urlParameters: [Parameters.$host, Parameters.nextLink, Parameters.subscriptionId],
698
782
  headerParameters: [Parameters.accept],
699
783
  serializer,
700
784
  };