@azure/arm-cosmosdb 16.3.0-beta.1 → 16.4.0-alpha.20251114.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 (1678) hide show
  1. package/LICENSE +3 -3
  2. package/README.md +23 -16
  3. package/dist/browser/cosmosDBManagementClient.d.ts +7 -12
  4. package/dist/browser/cosmosDBManagementClient.d.ts.map +1 -1
  5. package/dist/browser/cosmosDBManagementClient.js +64 -27
  6. package/dist/browser/cosmosDBManagementClient.js.map +1 -1
  7. package/dist/browser/index.d.ts.map +1 -1
  8. package/dist/browser/index.js +4 -7
  9. package/dist/browser/index.js.map +1 -1
  10. package/dist/browser/lroImpl.d.ts +1 -1
  11. package/dist/browser/lroImpl.d.ts.map +1 -1
  12. package/dist/browser/lroImpl.js +9 -10
  13. package/dist/browser/lroImpl.js.map +1 -1
  14. package/dist/browser/models/index.d.ts +524 -1877
  15. package/dist/browser/models/index.d.ts.map +1 -1
  16. package/dist/browser/models/index.js +32 -187
  17. package/dist/browser/models/index.js.map +1 -1
  18. package/dist/browser/models/mappers.d.ts +49 -133
  19. package/dist/browser/models/mappers.d.ts.map +1 -1
  20. package/dist/browser/models/mappers.js +2162 -3792
  21. package/dist/browser/models/mappers.js.map +1 -1
  22. package/dist/browser/models/parameters.d.ts +12 -26
  23. package/dist/browser/models/parameters.d.ts.map +1 -1
  24. package/dist/browser/models/parameters.js +81 -182
  25. package/dist/browser/models/parameters.js.map +1 -1
  26. package/dist/browser/operations/cassandraClusters.d.ts +5 -69
  27. package/dist/browser/operations/cassandraClusters.d.ts.map +1 -1
  28. package/dist/browser/operations/cassandraClusters.js +90 -412
  29. package/dist/browser/operations/cassandraClusters.js.map +1 -1
  30. package/dist/browser/operations/cassandraDataCenters.d.ts +5 -5
  31. package/dist/browser/operations/cassandraDataCenters.d.ts.map +1 -1
  32. package/dist/browser/operations/cassandraDataCenters.js +48 -55
  33. package/dist/browser/operations/cassandraDataCenters.js.map +1 -1
  34. package/dist/browser/operations/cassandraResources.d.ts +5 -138
  35. package/dist/browser/operations/cassandraResources.d.ts.map +1 -1
  36. package/dist/browser/operations/cassandraResources.js +132 -700
  37. package/dist/browser/operations/cassandraResources.js.map +1 -1
  38. package/dist/browser/operations/collection.d.ts +4 -4
  39. package/dist/browser/operations/collection.d.ts.map +1 -1
  40. package/dist/browser/operations/collection.js +30 -86
  41. package/dist/browser/operations/collection.js.map +1 -1
  42. package/dist/browser/operations/collectionPartition.d.ts +4 -4
  43. package/dist/browser/operations/collectionPartition.d.ts.map +1 -1
  44. package/dist/browser/operations/collectionPartition.js +21 -60
  45. package/dist/browser/operations/collectionPartition.js.map +1 -1
  46. package/dist/browser/operations/collectionPartitionRegion.d.ts +4 -4
  47. package/dist/browser/operations/collectionPartitionRegion.d.ts.map +1 -1
  48. package/dist/browser/operations/collectionPartitionRegion.js +12 -34
  49. package/dist/browser/operations/collectionPartitionRegion.js.map +1 -1
  50. package/dist/browser/operations/collectionRegion.d.ts +4 -4
  51. package/dist/browser/operations/collectionRegion.d.ts.map +1 -1
  52. package/dist/browser/operations/collectionRegion.js +12 -34
  53. package/dist/browser/operations/collectionRegion.js.map +1 -1
  54. package/dist/browser/operations/database.d.ts +4 -4
  55. package/dist/browser/operations/database.d.ts.map +1 -1
  56. package/dist/browser/operations/database.js +30 -86
  57. package/dist/browser/operations/database.js.map +1 -1
  58. package/dist/browser/operations/databaseAccountRegion.d.ts +4 -4
  59. package/dist/browser/operations/databaseAccountRegion.d.ts.map +1 -1
  60. package/dist/browser/operations/databaseAccountRegion.js +12 -34
  61. package/dist/browser/operations/databaseAccountRegion.js.map +1 -1
  62. package/dist/browser/operations/databaseAccounts.d.ts +5 -5
  63. package/dist/browser/operations/databaseAccounts.d.ts.map +1 -1
  64. package/dist/browser/operations/databaseAccounts.js +127 -186
  65. package/dist/browser/operations/databaseAccounts.js.map +1 -1
  66. package/dist/browser/operations/fleet.d.ts +90 -0
  67. package/dist/browser/operations/fleet.d.ts.map +1 -0
  68. package/dist/browser/operations/fleet.js +396 -0
  69. package/dist/browser/operations/fleet.js.map +1 -0
  70. package/dist/browser/operations/fleetspace.d.ts +97 -0
  71. package/dist/browser/operations/fleetspace.d.ts.map +1 -0
  72. package/dist/browser/operations/fleetspace.js +438 -0
  73. package/dist/browser/operations/fleetspace.js.map +1 -0
  74. package/dist/browser/operations/fleetspaceAccount.d.ts +89 -0
  75. package/dist/browser/operations/fleetspaceAccount.d.ts.map +1 -0
  76. package/dist/browser/operations/fleetspaceAccount.js +378 -0
  77. package/dist/browser/operations/fleetspaceAccount.js.map +1 -0
  78. package/dist/browser/operations/gremlinResources.d.ts +5 -5
  79. package/dist/browser/operations/gremlinResources.d.ts.map +1 -1
  80. package/dist/browser/operations/gremlinResources.js +151 -135
  81. package/dist/browser/operations/gremlinResources.js.map +1 -1
  82. package/dist/browser/operations/index.d.ts +3 -8
  83. package/dist/browser/operations/index.d.ts.map +1 -1
  84. package/dist/browser/operations/index.js +7 -15
  85. package/dist/browser/operations/index.js.map +1 -1
  86. package/dist/browser/operations/locations.d.ts +4 -4
  87. package/dist/browser/operations/locations.d.ts.map +1 -1
  88. package/dist/browser/operations/locations.js +13 -39
  89. package/dist/browser/operations/locations.js.map +1 -1
  90. package/dist/browser/operations/mongoDBResources.d.ts +5 -127
  91. package/dist/browser/operations/mongoDBResources.d.ts.map +1 -1
  92. package/dist/browser/operations/mongoDBResources.js +205 -793
  93. package/dist/browser/operations/mongoDBResources.js.map +1 -1
  94. package/dist/browser/operations/notebookWorkspaces.d.ts +5 -5
  95. package/dist/browser/operations/notebookWorkspaces.d.ts.map +1 -1
  96. package/dist/browser/operations/notebookWorkspaces.js +57 -59
  97. package/dist/browser/operations/notebookWorkspaces.js.map +1 -1
  98. package/dist/browser/operations/operations.d.ts +4 -4
  99. package/dist/browser/operations/operations.d.ts.map +1 -1
  100. package/dist/browser/operations/operations.js +25 -47
  101. package/dist/browser/operations/operations.js.map +1 -1
  102. package/dist/browser/operations/partitionKeyRangeId.d.ts +4 -4
  103. package/dist/browser/operations/partitionKeyRangeId.d.ts.map +1 -1
  104. package/dist/browser/operations/partitionKeyRangeId.js +12 -34
  105. package/dist/browser/operations/partitionKeyRangeId.js.map +1 -1
  106. package/dist/browser/operations/partitionKeyRangeIdRegion.d.ts +4 -4
  107. package/dist/browser/operations/partitionKeyRangeIdRegion.d.ts.map +1 -1
  108. package/dist/browser/operations/partitionKeyRangeIdRegion.js +12 -34
  109. package/dist/browser/operations/partitionKeyRangeIdRegion.js.map +1 -1
  110. package/dist/browser/operations/percentile.d.ts +4 -4
  111. package/dist/browser/operations/percentile.d.ts.map +1 -1
  112. package/dist/browser/operations/percentile.js +12 -34
  113. package/dist/browser/operations/percentile.js.map +1 -1
  114. package/dist/browser/operations/percentileSourceTarget.d.ts +4 -4
  115. package/dist/browser/operations/percentileSourceTarget.d.ts.map +1 -1
  116. package/dist/browser/operations/percentileSourceTarget.js +12 -34
  117. package/dist/browser/operations/percentileSourceTarget.js.map +1 -1
  118. package/dist/browser/operations/percentileTarget.d.ts +4 -4
  119. package/dist/browser/operations/percentileTarget.d.ts.map +1 -1
  120. package/dist/browser/operations/percentileTarget.js +12 -34
  121. package/dist/browser/operations/percentileTarget.js.map +1 -1
  122. package/dist/browser/operations/privateEndpointConnections.d.ts +5 -5
  123. package/dist/browser/operations/privateEndpointConnections.d.ts.map +1 -1
  124. package/dist/browser/operations/privateEndpointConnections.js +35 -47
  125. package/dist/browser/operations/privateEndpointConnections.js.map +1 -1
  126. package/dist/browser/operations/privateLinkResources.d.ts +4 -4
  127. package/dist/browser/operations/privateLinkResources.d.ts.map +1 -1
  128. package/dist/browser/operations/privateLinkResources.js +12 -34
  129. package/dist/browser/operations/privateLinkResources.js.map +1 -1
  130. package/dist/browser/operations/restorableDatabaseAccounts.d.ts +4 -4
  131. package/dist/browser/operations/restorableDatabaseAccounts.d.ts.map +1 -1
  132. package/dist/browser/operations/restorableDatabaseAccounts.js +22 -65
  133. package/dist/browser/operations/restorableDatabaseAccounts.js.map +1 -1
  134. package/dist/browser/operations/restorableGremlinDatabases.d.ts +4 -4
  135. package/dist/browser/operations/restorableGremlinDatabases.d.ts.map +1 -1
  136. package/dist/browser/operations/restorableGremlinDatabases.js +12 -34
  137. package/dist/browser/operations/restorableGremlinDatabases.js.map +1 -1
  138. package/dist/browser/operations/restorableGremlinGraphs.d.ts +4 -4
  139. package/dist/browser/operations/restorableGremlinGraphs.d.ts.map +1 -1
  140. package/dist/browser/operations/restorableGremlinGraphs.js +12 -34
  141. package/dist/browser/operations/restorableGremlinGraphs.js.map +1 -1
  142. package/dist/browser/operations/restorableGremlinResources.d.ts +4 -4
  143. package/dist/browser/operations/restorableGremlinResources.d.ts.map +1 -1
  144. package/dist/browser/operations/restorableGremlinResources.js +12 -34
  145. package/dist/browser/operations/restorableGremlinResources.js.map +1 -1
  146. package/dist/browser/operations/restorableMongodbCollections.d.ts +4 -4
  147. package/dist/browser/operations/restorableMongodbCollections.d.ts.map +1 -1
  148. package/dist/browser/operations/restorableMongodbCollections.js +12 -34
  149. package/dist/browser/operations/restorableMongodbCollections.js.map +1 -1
  150. package/dist/browser/operations/restorableMongodbDatabases.d.ts +4 -4
  151. package/dist/browser/operations/restorableMongodbDatabases.d.ts.map +1 -1
  152. package/dist/browser/operations/restorableMongodbDatabases.js +12 -34
  153. package/dist/browser/operations/restorableMongodbDatabases.js.map +1 -1
  154. package/dist/browser/operations/restorableMongodbResources.d.ts +4 -4
  155. package/dist/browser/operations/restorableMongodbResources.d.ts.map +1 -1
  156. package/dist/browser/operations/restorableMongodbResources.js +12 -34
  157. package/dist/browser/operations/restorableMongodbResources.js.map +1 -1
  158. package/dist/browser/operations/restorableSqlContainers.d.ts +4 -4
  159. package/dist/browser/operations/restorableSqlContainers.d.ts.map +1 -1
  160. package/dist/browser/operations/restorableSqlContainers.js +12 -34
  161. package/dist/browser/operations/restorableSqlContainers.js.map +1 -1
  162. package/dist/browser/operations/restorableSqlDatabases.d.ts +4 -4
  163. package/dist/browser/operations/restorableSqlDatabases.d.ts.map +1 -1
  164. package/dist/browser/operations/restorableSqlDatabases.js +12 -34
  165. package/dist/browser/operations/restorableSqlDatabases.js.map +1 -1
  166. package/dist/browser/operations/restorableSqlResources.d.ts +4 -4
  167. package/dist/browser/operations/restorableSqlResources.d.ts.map +1 -1
  168. package/dist/browser/operations/restorableSqlResources.js +12 -34
  169. package/dist/browser/operations/restorableSqlResources.js.map +1 -1
  170. package/dist/browser/operations/restorableTableResources.d.ts +4 -4
  171. package/dist/browser/operations/restorableTableResources.d.ts.map +1 -1
  172. package/dist/browser/operations/restorableTableResources.js +12 -34
  173. package/dist/browser/operations/restorableTableResources.js.map +1 -1
  174. package/dist/browser/operations/restorableTables.d.ts +4 -4
  175. package/dist/browser/operations/restorableTables.d.ts.map +1 -1
  176. package/dist/browser/operations/restorableTables.js +13 -39
  177. package/dist/browser/operations/restorableTables.js.map +1 -1
  178. package/dist/browser/operations/service.d.ts +5 -5
  179. package/dist/browser/operations/service.d.ts.map +1 -1
  180. package/dist/browser/operations/service.js +35 -47
  181. package/dist/browser/operations/service.js.map +1 -1
  182. package/dist/browser/operations/sqlResources.d.ts +30 -152
  183. package/dist/browser/operations/sqlResources.d.ts.map +1 -1
  184. package/dist/browser/operations/sqlResources.js +375 -996
  185. package/dist/browser/operations/sqlResources.js.map +1 -1
  186. package/dist/browser/operations/tableResources.d.ts +5 -125
  187. package/dist/browser/operations/tableResources.d.ts.map +1 -1
  188. package/dist/browser/operations/tableResources.js +79 -639
  189. package/dist/browser/operations/tableResources.js.map +1 -1
  190. package/dist/browser/operationsInterfaces/cassandraClusters.d.ts +3 -49
  191. package/dist/browser/operationsInterfaces/cassandraClusters.d.ts.map +1 -1
  192. package/dist/browser/operationsInterfaces/cassandraClusters.js +2 -7
  193. package/dist/browser/operationsInterfaces/cassandraClusters.js.map +1 -1
  194. package/dist/browser/operationsInterfaces/cassandraDataCenters.d.ts +3 -3
  195. package/dist/browser/operationsInterfaces/cassandraDataCenters.d.ts.map +1 -1
  196. package/dist/browser/operationsInterfaces/cassandraDataCenters.js +2 -7
  197. package/dist/browser/operationsInterfaces/cassandraDataCenters.js.map +1 -1
  198. package/dist/browser/operationsInterfaces/cassandraResources.d.ts +3 -126
  199. package/dist/browser/operationsInterfaces/cassandraResources.d.ts.map +1 -1
  200. package/dist/browser/operationsInterfaces/cassandraResources.js +2 -7
  201. package/dist/browser/operationsInterfaces/cassandraResources.js.map +1 -1
  202. package/dist/browser/operationsInterfaces/collection.d.ts +2 -2
  203. package/dist/browser/operationsInterfaces/collection.d.ts.map +1 -1
  204. package/dist/browser/operationsInterfaces/collection.js +2 -7
  205. package/dist/browser/operationsInterfaces/collection.js.map +1 -1
  206. package/dist/browser/operationsInterfaces/collectionPartition.d.ts +2 -2
  207. package/dist/browser/operationsInterfaces/collectionPartition.d.ts.map +1 -1
  208. package/dist/browser/operationsInterfaces/collectionPartition.js +2 -7
  209. package/dist/browser/operationsInterfaces/collectionPartition.js.map +1 -1
  210. package/dist/browser/operationsInterfaces/collectionPartitionRegion.d.ts +2 -2
  211. package/dist/browser/operationsInterfaces/collectionPartitionRegion.d.ts.map +1 -1
  212. package/dist/browser/operationsInterfaces/collectionPartitionRegion.js +2 -7
  213. package/dist/browser/operationsInterfaces/collectionPartitionRegion.js.map +1 -1
  214. package/dist/browser/operationsInterfaces/collectionRegion.d.ts +2 -2
  215. package/dist/browser/operationsInterfaces/collectionRegion.d.ts.map +1 -1
  216. package/dist/browser/operationsInterfaces/collectionRegion.js +2 -7
  217. package/dist/browser/operationsInterfaces/collectionRegion.js.map +1 -1
  218. package/dist/browser/operationsInterfaces/database.d.ts +2 -2
  219. package/dist/browser/operationsInterfaces/database.d.ts.map +1 -1
  220. package/dist/browser/operationsInterfaces/database.js +2 -7
  221. package/dist/browser/operationsInterfaces/database.js.map +1 -1
  222. package/dist/browser/operationsInterfaces/databaseAccountRegion.d.ts +2 -2
  223. package/dist/browser/operationsInterfaces/databaseAccountRegion.d.ts.map +1 -1
  224. package/dist/browser/operationsInterfaces/databaseAccountRegion.js +2 -7
  225. package/dist/browser/operationsInterfaces/databaseAccountRegion.js.map +1 -1
  226. package/dist/browser/operationsInterfaces/databaseAccounts.d.ts +3 -3
  227. package/dist/browser/operationsInterfaces/databaseAccounts.d.ts.map +1 -1
  228. package/dist/browser/operationsInterfaces/databaseAccounts.js +2 -7
  229. package/dist/browser/operationsInterfaces/databaseAccounts.js.map +1 -1
  230. package/dist/browser/operationsInterfaces/fleet.d.ts +54 -0
  231. package/dist/browser/operationsInterfaces/fleet.d.ts.map +1 -0
  232. package/dist/browser/operationsInterfaces/fleet.js +4 -0
  233. package/dist/browser/operationsInterfaces/fleet.js.map +1 -0
  234. package/dist/browser/operationsInterfaces/fleetspace.d.ts +72 -0
  235. package/dist/browser/operationsInterfaces/fleetspace.d.ts.map +1 -0
  236. package/dist/browser/operationsInterfaces/fleetspace.js +4 -0
  237. package/dist/browser/operationsInterfaces/fleetspace.js.map +1 -0
  238. package/dist/browser/operationsInterfaces/fleetspaceAccount.d.ts +62 -0
  239. package/dist/browser/operationsInterfaces/fleetspaceAccount.d.ts.map +1 -0
  240. package/dist/browser/operationsInterfaces/fleetspaceAccount.js +4 -0
  241. package/dist/browser/operationsInterfaces/fleetspaceAccount.js.map +1 -0
  242. package/dist/browser/operationsInterfaces/gremlinResources.d.ts +3 -3
  243. package/dist/browser/operationsInterfaces/gremlinResources.d.ts.map +1 -1
  244. package/dist/browser/operationsInterfaces/gremlinResources.js +2 -7
  245. package/dist/browser/operationsInterfaces/gremlinResources.js.map +1 -1
  246. package/dist/browser/operationsInterfaces/index.d.ts +3 -8
  247. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -1
  248. package/dist/browser/operationsInterfaces/index.js +7 -15
  249. package/dist/browser/operationsInterfaces/index.js.map +1 -1
  250. package/dist/browser/operationsInterfaces/locations.d.ts +2 -2
  251. package/dist/browser/operationsInterfaces/locations.d.ts.map +1 -1
  252. package/dist/browser/operationsInterfaces/locations.js +2 -7
  253. package/dist/browser/operationsInterfaces/locations.js.map +1 -1
  254. package/dist/browser/operationsInterfaces/mongoDBResources.d.ts +3 -125
  255. package/dist/browser/operationsInterfaces/mongoDBResources.d.ts.map +1 -1
  256. package/dist/browser/operationsInterfaces/mongoDBResources.js +2 -7
  257. package/dist/browser/operationsInterfaces/mongoDBResources.js.map +1 -1
  258. package/dist/browser/operationsInterfaces/notebookWorkspaces.d.ts +3 -3
  259. package/dist/browser/operationsInterfaces/notebookWorkspaces.d.ts.map +1 -1
  260. package/dist/browser/operationsInterfaces/notebookWorkspaces.js +2 -7
  261. package/dist/browser/operationsInterfaces/notebookWorkspaces.js.map +1 -1
  262. package/dist/browser/operationsInterfaces/operations.d.ts +2 -2
  263. package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -1
  264. package/dist/browser/operationsInterfaces/operations.js +2 -7
  265. package/dist/browser/operationsInterfaces/operations.js.map +1 -1
  266. package/dist/browser/operationsInterfaces/partitionKeyRangeId.d.ts +2 -2
  267. package/dist/browser/operationsInterfaces/partitionKeyRangeId.d.ts.map +1 -1
  268. package/dist/browser/operationsInterfaces/partitionKeyRangeId.js +2 -7
  269. package/dist/browser/operationsInterfaces/partitionKeyRangeId.js.map +1 -1
  270. package/dist/browser/operationsInterfaces/partitionKeyRangeIdRegion.d.ts +2 -2
  271. package/dist/browser/operationsInterfaces/partitionKeyRangeIdRegion.d.ts.map +1 -1
  272. package/dist/browser/operationsInterfaces/partitionKeyRangeIdRegion.js +2 -7
  273. package/dist/browser/operationsInterfaces/partitionKeyRangeIdRegion.js.map +1 -1
  274. package/dist/browser/operationsInterfaces/percentile.d.ts +2 -2
  275. package/dist/browser/operationsInterfaces/percentile.d.ts.map +1 -1
  276. package/dist/browser/operationsInterfaces/percentile.js +2 -7
  277. package/dist/browser/operationsInterfaces/percentile.js.map +1 -1
  278. package/dist/browser/operationsInterfaces/percentileSourceTarget.d.ts +2 -2
  279. package/dist/browser/operationsInterfaces/percentileSourceTarget.d.ts.map +1 -1
  280. package/dist/browser/operationsInterfaces/percentileSourceTarget.js +2 -7
  281. package/dist/browser/operationsInterfaces/percentileSourceTarget.js.map +1 -1
  282. package/dist/browser/operationsInterfaces/percentileTarget.d.ts +2 -2
  283. package/dist/browser/operationsInterfaces/percentileTarget.d.ts.map +1 -1
  284. package/dist/browser/operationsInterfaces/percentileTarget.js +2 -7
  285. package/dist/browser/operationsInterfaces/percentileTarget.js.map +1 -1
  286. package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts +3 -3
  287. package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -1
  288. package/dist/browser/operationsInterfaces/privateEndpointConnections.js +2 -7
  289. package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +1 -1
  290. package/dist/browser/operationsInterfaces/privateLinkResources.d.ts +2 -2
  291. package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +1 -1
  292. package/dist/browser/operationsInterfaces/privateLinkResources.js +2 -7
  293. package/dist/browser/operationsInterfaces/privateLinkResources.js.map +1 -1
  294. package/dist/browser/operationsInterfaces/restorableDatabaseAccounts.d.ts +2 -2
  295. package/dist/browser/operationsInterfaces/restorableDatabaseAccounts.d.ts.map +1 -1
  296. package/dist/browser/operationsInterfaces/restorableDatabaseAccounts.js +2 -7
  297. package/dist/browser/operationsInterfaces/restorableDatabaseAccounts.js.map +1 -1
  298. package/dist/browser/operationsInterfaces/restorableGremlinDatabases.d.ts +2 -2
  299. package/dist/browser/operationsInterfaces/restorableGremlinDatabases.d.ts.map +1 -1
  300. package/dist/browser/operationsInterfaces/restorableGremlinDatabases.js +2 -7
  301. package/dist/browser/operationsInterfaces/restorableGremlinDatabases.js.map +1 -1
  302. package/dist/browser/operationsInterfaces/restorableGremlinGraphs.d.ts +2 -2
  303. package/dist/browser/operationsInterfaces/restorableGremlinGraphs.d.ts.map +1 -1
  304. package/dist/browser/operationsInterfaces/restorableGremlinGraphs.js +2 -7
  305. package/dist/browser/operationsInterfaces/restorableGremlinGraphs.js.map +1 -1
  306. package/dist/browser/operationsInterfaces/restorableGremlinResources.d.ts +2 -2
  307. package/dist/browser/operationsInterfaces/restorableGremlinResources.d.ts.map +1 -1
  308. package/dist/browser/operationsInterfaces/restorableGremlinResources.js +2 -7
  309. package/dist/browser/operationsInterfaces/restorableGremlinResources.js.map +1 -1
  310. package/dist/browser/operationsInterfaces/restorableMongodbCollections.d.ts +2 -2
  311. package/dist/browser/operationsInterfaces/restorableMongodbCollections.d.ts.map +1 -1
  312. package/dist/browser/operationsInterfaces/restorableMongodbCollections.js +2 -7
  313. package/dist/browser/operationsInterfaces/restorableMongodbCollections.js.map +1 -1
  314. package/dist/browser/operationsInterfaces/restorableMongodbDatabases.d.ts +2 -2
  315. package/dist/browser/operationsInterfaces/restorableMongodbDatabases.d.ts.map +1 -1
  316. package/dist/browser/operationsInterfaces/restorableMongodbDatabases.js +2 -7
  317. package/dist/browser/operationsInterfaces/restorableMongodbDatabases.js.map +1 -1
  318. package/dist/browser/operationsInterfaces/restorableMongodbResources.d.ts +2 -2
  319. package/dist/browser/operationsInterfaces/restorableMongodbResources.d.ts.map +1 -1
  320. package/dist/browser/operationsInterfaces/restorableMongodbResources.js +2 -7
  321. package/dist/browser/operationsInterfaces/restorableMongodbResources.js.map +1 -1
  322. package/dist/browser/operationsInterfaces/restorableSqlContainers.d.ts +2 -2
  323. package/dist/browser/operationsInterfaces/restorableSqlContainers.d.ts.map +1 -1
  324. package/dist/browser/operationsInterfaces/restorableSqlContainers.js +2 -7
  325. package/dist/browser/operationsInterfaces/restorableSqlContainers.js.map +1 -1
  326. package/dist/browser/operationsInterfaces/restorableSqlDatabases.d.ts +2 -2
  327. package/dist/browser/operationsInterfaces/restorableSqlDatabases.d.ts.map +1 -1
  328. package/dist/browser/operationsInterfaces/restorableSqlDatabases.js +2 -7
  329. package/dist/browser/operationsInterfaces/restorableSqlDatabases.js.map +1 -1
  330. package/dist/browser/operationsInterfaces/restorableSqlResources.d.ts +2 -2
  331. package/dist/browser/operationsInterfaces/restorableSqlResources.d.ts.map +1 -1
  332. package/dist/browser/operationsInterfaces/restorableSqlResources.js +2 -7
  333. package/dist/browser/operationsInterfaces/restorableSqlResources.js.map +1 -1
  334. package/dist/browser/operationsInterfaces/restorableTableResources.d.ts +2 -2
  335. package/dist/browser/operationsInterfaces/restorableTableResources.d.ts.map +1 -1
  336. package/dist/browser/operationsInterfaces/restorableTableResources.js +2 -7
  337. package/dist/browser/operationsInterfaces/restorableTableResources.js.map +1 -1
  338. package/dist/browser/operationsInterfaces/restorableTables.d.ts +2 -2
  339. package/dist/browser/operationsInterfaces/restorableTables.d.ts.map +1 -1
  340. package/dist/browser/operationsInterfaces/restorableTables.js +2 -7
  341. package/dist/browser/operationsInterfaces/restorableTables.js.map +1 -1
  342. package/dist/browser/operationsInterfaces/service.d.ts +3 -3
  343. package/dist/browser/operationsInterfaces/service.d.ts.map +1 -1
  344. package/dist/browser/operationsInterfaces/service.js +2 -7
  345. package/dist/browser/operationsInterfaces/service.js.map +1 -1
  346. package/dist/browser/operationsInterfaces/sqlResources.d.ts +22 -144
  347. package/dist/browser/operationsInterfaces/sqlResources.d.ts.map +1 -1
  348. package/dist/browser/operationsInterfaces/sqlResources.js +2 -7
  349. package/dist/browser/operationsInterfaces/sqlResources.js.map +1 -1
  350. package/dist/browser/operationsInterfaces/tableResources.d.ts +3 -105
  351. package/dist/browser/operationsInterfaces/tableResources.d.ts.map +1 -1
  352. package/dist/browser/operationsInterfaces/tableResources.js +2 -7
  353. package/dist/browser/operationsInterfaces/tableResources.js.map +1 -1
  354. package/dist/browser/pagingHelper.d.ts.map +1 -1
  355. package/dist/browser/pagingHelper.js +4 -11
  356. package/dist/browser/pagingHelper.js.map +1 -1
  357. package/dist/commonjs/cosmosDBManagementClient.d.ts +7 -12
  358. package/dist/commonjs/cosmosDBManagementClient.d.ts.map +1 -1
  359. package/dist/commonjs/cosmosDBManagementClient.js +63 -26
  360. package/dist/commonjs/cosmosDBManagementClient.js.map +1 -1
  361. package/dist/commonjs/index.d.ts.map +1 -1
  362. package/dist/commonjs/index.js +4 -7
  363. package/dist/commonjs/index.js.map +1 -1
  364. package/dist/commonjs/lroImpl.d.ts +1 -1
  365. package/dist/commonjs/lroImpl.d.ts.map +1 -1
  366. package/dist/commonjs/lroImpl.js +9 -10
  367. package/dist/commonjs/lroImpl.js.map +1 -1
  368. package/dist/commonjs/models/index.d.ts +524 -1877
  369. package/dist/commonjs/models/index.d.ts.map +1 -1
  370. package/dist/commonjs/models/index.js +33 -189
  371. package/dist/commonjs/models/index.js.map +1 -1
  372. package/dist/commonjs/models/mappers.d.ts +49 -133
  373. package/dist/commonjs/models/mappers.d.ts.map +1 -1
  374. package/dist/commonjs/models/mappers.js +2169 -3800
  375. package/dist/commonjs/models/mappers.js.map +1 -1
  376. package/dist/commonjs/models/parameters.d.ts +12 -26
  377. package/dist/commonjs/models/parameters.d.ts.map +1 -1
  378. package/dist/commonjs/models/parameters.js +82 -183
  379. package/dist/commonjs/models/parameters.js.map +1 -1
  380. package/dist/commonjs/operations/cassandraClusters.d.ts +5 -69
  381. package/dist/commonjs/operations/cassandraClusters.d.ts.map +1 -1
  382. package/dist/commonjs/operations/cassandraClusters.js +89 -410
  383. package/dist/commonjs/operations/cassandraClusters.js.map +1 -1
  384. package/dist/commonjs/operations/cassandraDataCenters.d.ts +5 -5
  385. package/dist/commonjs/operations/cassandraDataCenters.d.ts.map +1 -1
  386. package/dist/commonjs/operations/cassandraDataCenters.js +47 -53
  387. package/dist/commonjs/operations/cassandraDataCenters.js.map +1 -1
  388. package/dist/commonjs/operations/cassandraResources.d.ts +5 -138
  389. package/dist/commonjs/operations/cassandraResources.d.ts.map +1 -1
  390. package/dist/commonjs/operations/cassandraResources.js +131 -698
  391. package/dist/commonjs/operations/cassandraResources.js.map +1 -1
  392. package/dist/commonjs/operations/collection.d.ts +4 -4
  393. package/dist/commonjs/operations/collection.d.ts.map +1 -1
  394. package/dist/commonjs/operations/collection.js +30 -85
  395. package/dist/commonjs/operations/collection.js.map +1 -1
  396. package/dist/commonjs/operations/collectionPartition.d.ts +4 -4
  397. package/dist/commonjs/operations/collectionPartition.d.ts.map +1 -1
  398. package/dist/commonjs/operations/collectionPartition.js +21 -59
  399. package/dist/commonjs/operations/collectionPartition.js.map +1 -1
  400. package/dist/commonjs/operations/collectionPartitionRegion.d.ts +4 -4
  401. package/dist/commonjs/operations/collectionPartitionRegion.d.ts.map +1 -1
  402. package/dist/commonjs/operations/collectionPartitionRegion.js +12 -33
  403. package/dist/commonjs/operations/collectionPartitionRegion.js.map +1 -1
  404. package/dist/commonjs/operations/collectionRegion.d.ts +4 -4
  405. package/dist/commonjs/operations/collectionRegion.d.ts.map +1 -1
  406. package/dist/commonjs/operations/collectionRegion.js +12 -33
  407. package/dist/commonjs/operations/collectionRegion.js.map +1 -1
  408. package/dist/commonjs/operations/database.d.ts +4 -4
  409. package/dist/commonjs/operations/database.d.ts.map +1 -1
  410. package/dist/commonjs/operations/database.js +30 -85
  411. package/dist/commonjs/operations/database.js.map +1 -1
  412. package/dist/commonjs/operations/databaseAccountRegion.d.ts +4 -4
  413. package/dist/commonjs/operations/databaseAccountRegion.d.ts.map +1 -1
  414. package/dist/commonjs/operations/databaseAccountRegion.js +12 -33
  415. package/dist/commonjs/operations/databaseAccountRegion.js.map +1 -1
  416. package/dist/commonjs/operations/databaseAccounts.d.ts +5 -5
  417. package/dist/commonjs/operations/databaseAccounts.d.ts.map +1 -1
  418. package/dist/commonjs/operations/databaseAccounts.js +126 -184
  419. package/dist/commonjs/operations/databaseAccounts.js.map +1 -1
  420. package/dist/commonjs/operations/fleet.d.ts +90 -0
  421. package/dist/commonjs/operations/fleet.d.ts.map +1 -0
  422. package/dist/commonjs/operations/fleet.js +401 -0
  423. package/dist/commonjs/operations/fleet.js.map +1 -0
  424. package/dist/commonjs/operations/fleetspace.d.ts +97 -0
  425. package/dist/commonjs/operations/fleetspace.d.ts.map +1 -0
  426. package/dist/commonjs/operations/fleetspace.js +443 -0
  427. package/dist/commonjs/operations/fleetspace.js.map +1 -0
  428. package/dist/commonjs/operations/fleetspaceAccount.d.ts +89 -0
  429. package/dist/commonjs/operations/fleetspaceAccount.d.ts.map +1 -0
  430. package/dist/commonjs/operations/fleetspaceAccount.js +383 -0
  431. package/dist/commonjs/operations/fleetspaceAccount.js.map +1 -0
  432. package/dist/commonjs/operations/gremlinResources.d.ts +5 -5
  433. package/dist/commonjs/operations/gremlinResources.d.ts.map +1 -1
  434. package/dist/commonjs/operations/gremlinResources.js +150 -133
  435. package/dist/commonjs/operations/gremlinResources.js.map +1 -1
  436. package/dist/commonjs/operations/index.d.ts +3 -8
  437. package/dist/commonjs/operations/index.d.ts.map +1 -1
  438. package/dist/commonjs/operations/index.js +7 -15
  439. package/dist/commonjs/operations/index.js.map +1 -1
  440. package/dist/commonjs/operations/locations.d.ts +4 -4
  441. package/dist/commonjs/operations/locations.d.ts.map +1 -1
  442. package/dist/commonjs/operations/locations.js +13 -38
  443. package/dist/commonjs/operations/locations.js.map +1 -1
  444. package/dist/commonjs/operations/mongoDBResources.d.ts +5 -127
  445. package/dist/commonjs/operations/mongoDBResources.d.ts.map +1 -1
  446. package/dist/commonjs/operations/mongoDBResources.js +204 -791
  447. package/dist/commonjs/operations/mongoDBResources.js.map +1 -1
  448. package/dist/commonjs/operations/notebookWorkspaces.d.ts +5 -5
  449. package/dist/commonjs/operations/notebookWorkspaces.d.ts.map +1 -1
  450. package/dist/commonjs/operations/notebookWorkspaces.js +56 -57
  451. package/dist/commonjs/operations/notebookWorkspaces.js.map +1 -1
  452. package/dist/commonjs/operations/operations.d.ts +4 -4
  453. package/dist/commonjs/operations/operations.d.ts.map +1 -1
  454. package/dist/commonjs/operations/operations.js +25 -46
  455. package/dist/commonjs/operations/operations.js.map +1 -1
  456. package/dist/commonjs/operations/partitionKeyRangeId.d.ts +4 -4
  457. package/dist/commonjs/operations/partitionKeyRangeId.d.ts.map +1 -1
  458. package/dist/commonjs/operations/partitionKeyRangeId.js +12 -33
  459. package/dist/commonjs/operations/partitionKeyRangeId.js.map +1 -1
  460. package/dist/commonjs/operations/partitionKeyRangeIdRegion.d.ts +4 -4
  461. package/dist/commonjs/operations/partitionKeyRangeIdRegion.d.ts.map +1 -1
  462. package/dist/commonjs/operations/partitionKeyRangeIdRegion.js +12 -33
  463. package/dist/commonjs/operations/partitionKeyRangeIdRegion.js.map +1 -1
  464. package/dist/commonjs/operations/percentile.d.ts +4 -4
  465. package/dist/commonjs/operations/percentile.d.ts.map +1 -1
  466. package/dist/commonjs/operations/percentile.js +12 -33
  467. package/dist/commonjs/operations/percentile.js.map +1 -1
  468. package/dist/commonjs/operations/percentileSourceTarget.d.ts +4 -4
  469. package/dist/commonjs/operations/percentileSourceTarget.d.ts.map +1 -1
  470. package/dist/commonjs/operations/percentileSourceTarget.js +12 -33
  471. package/dist/commonjs/operations/percentileSourceTarget.js.map +1 -1
  472. package/dist/commonjs/operations/percentileTarget.d.ts +4 -4
  473. package/dist/commonjs/operations/percentileTarget.d.ts.map +1 -1
  474. package/dist/commonjs/operations/percentileTarget.js +12 -33
  475. package/dist/commonjs/operations/percentileTarget.js.map +1 -1
  476. package/dist/commonjs/operations/privateEndpointConnections.d.ts +5 -5
  477. package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +1 -1
  478. package/dist/commonjs/operations/privateEndpointConnections.js +34 -45
  479. package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -1
  480. package/dist/commonjs/operations/privateLinkResources.d.ts +4 -4
  481. package/dist/commonjs/operations/privateLinkResources.d.ts.map +1 -1
  482. package/dist/commonjs/operations/privateLinkResources.js +12 -33
  483. package/dist/commonjs/operations/privateLinkResources.js.map +1 -1
  484. package/dist/commonjs/operations/restorableDatabaseAccounts.d.ts +4 -4
  485. package/dist/commonjs/operations/restorableDatabaseAccounts.d.ts.map +1 -1
  486. package/dist/commonjs/operations/restorableDatabaseAccounts.js +22 -64
  487. package/dist/commonjs/operations/restorableDatabaseAccounts.js.map +1 -1
  488. package/dist/commonjs/operations/restorableGremlinDatabases.d.ts +4 -4
  489. package/dist/commonjs/operations/restorableGremlinDatabases.d.ts.map +1 -1
  490. package/dist/commonjs/operations/restorableGremlinDatabases.js +12 -33
  491. package/dist/commonjs/operations/restorableGremlinDatabases.js.map +1 -1
  492. package/dist/commonjs/operations/restorableGremlinGraphs.d.ts +4 -4
  493. package/dist/commonjs/operations/restorableGremlinGraphs.d.ts.map +1 -1
  494. package/dist/commonjs/operations/restorableGremlinGraphs.js +12 -33
  495. package/dist/commonjs/operations/restorableGremlinGraphs.js.map +1 -1
  496. package/dist/commonjs/operations/restorableGremlinResources.d.ts +4 -4
  497. package/dist/commonjs/operations/restorableGremlinResources.d.ts.map +1 -1
  498. package/dist/commonjs/operations/restorableGremlinResources.js +12 -33
  499. package/dist/commonjs/operations/restorableGremlinResources.js.map +1 -1
  500. package/dist/commonjs/operations/restorableMongodbCollections.d.ts +4 -4
  501. package/dist/commonjs/operations/restorableMongodbCollections.d.ts.map +1 -1
  502. package/dist/commonjs/operations/restorableMongodbCollections.js +12 -33
  503. package/dist/commonjs/operations/restorableMongodbCollections.js.map +1 -1
  504. package/dist/commonjs/operations/restorableMongodbDatabases.d.ts +4 -4
  505. package/dist/commonjs/operations/restorableMongodbDatabases.d.ts.map +1 -1
  506. package/dist/commonjs/operations/restorableMongodbDatabases.js +12 -33
  507. package/dist/commonjs/operations/restorableMongodbDatabases.js.map +1 -1
  508. package/dist/commonjs/operations/restorableMongodbResources.d.ts +4 -4
  509. package/dist/commonjs/operations/restorableMongodbResources.d.ts.map +1 -1
  510. package/dist/commonjs/operations/restorableMongodbResources.js +12 -33
  511. package/dist/commonjs/operations/restorableMongodbResources.js.map +1 -1
  512. package/dist/commonjs/operations/restorableSqlContainers.d.ts +4 -4
  513. package/dist/commonjs/operations/restorableSqlContainers.d.ts.map +1 -1
  514. package/dist/commonjs/operations/restorableSqlContainers.js +12 -33
  515. package/dist/commonjs/operations/restorableSqlContainers.js.map +1 -1
  516. package/dist/commonjs/operations/restorableSqlDatabases.d.ts +4 -4
  517. package/dist/commonjs/operations/restorableSqlDatabases.d.ts.map +1 -1
  518. package/dist/commonjs/operations/restorableSqlDatabases.js +12 -33
  519. package/dist/commonjs/operations/restorableSqlDatabases.js.map +1 -1
  520. package/dist/commonjs/operations/restorableSqlResources.d.ts +4 -4
  521. package/dist/commonjs/operations/restorableSqlResources.d.ts.map +1 -1
  522. package/dist/commonjs/operations/restorableSqlResources.js +12 -33
  523. package/dist/commonjs/operations/restorableSqlResources.js.map +1 -1
  524. package/dist/commonjs/operations/restorableTableResources.d.ts +4 -4
  525. package/dist/commonjs/operations/restorableTableResources.d.ts.map +1 -1
  526. package/dist/commonjs/operations/restorableTableResources.js +12 -33
  527. package/dist/commonjs/operations/restorableTableResources.js.map +1 -1
  528. package/dist/commonjs/operations/restorableTables.d.ts +4 -4
  529. package/dist/commonjs/operations/restorableTables.d.ts.map +1 -1
  530. package/dist/commonjs/operations/restorableTables.js +13 -38
  531. package/dist/commonjs/operations/restorableTables.js.map +1 -1
  532. package/dist/commonjs/operations/service.d.ts +5 -5
  533. package/dist/commonjs/operations/service.d.ts.map +1 -1
  534. package/dist/commonjs/operations/service.js +34 -45
  535. package/dist/commonjs/operations/service.js.map +1 -1
  536. package/dist/commonjs/operations/sqlResources.d.ts +30 -152
  537. package/dist/commonjs/operations/sqlResources.d.ts.map +1 -1
  538. package/dist/commonjs/operations/sqlResources.js +374 -994
  539. package/dist/commonjs/operations/sqlResources.js.map +1 -1
  540. package/dist/commonjs/operations/tableResources.d.ts +5 -125
  541. package/dist/commonjs/operations/tableResources.d.ts.map +1 -1
  542. package/dist/commonjs/operations/tableResources.js +78 -637
  543. package/dist/commonjs/operations/tableResources.js.map +1 -1
  544. package/dist/commonjs/operationsInterfaces/cassandraClusters.d.ts +3 -49
  545. package/dist/commonjs/operationsInterfaces/cassandraClusters.d.ts.map +1 -1
  546. package/dist/commonjs/operationsInterfaces/cassandraClusters.js +2 -7
  547. package/dist/commonjs/operationsInterfaces/cassandraClusters.js.map +1 -1
  548. package/dist/commonjs/operationsInterfaces/cassandraDataCenters.d.ts +3 -3
  549. package/dist/commonjs/operationsInterfaces/cassandraDataCenters.d.ts.map +1 -1
  550. package/dist/commonjs/operationsInterfaces/cassandraDataCenters.js +2 -7
  551. package/dist/commonjs/operationsInterfaces/cassandraDataCenters.js.map +1 -1
  552. package/dist/commonjs/operationsInterfaces/cassandraResources.d.ts +3 -126
  553. package/dist/commonjs/operationsInterfaces/cassandraResources.d.ts.map +1 -1
  554. package/dist/commonjs/operationsInterfaces/cassandraResources.js +2 -7
  555. package/dist/commonjs/operationsInterfaces/cassandraResources.js.map +1 -1
  556. package/dist/commonjs/operationsInterfaces/collection.d.ts +2 -2
  557. package/dist/commonjs/operationsInterfaces/collection.d.ts.map +1 -1
  558. package/dist/commonjs/operationsInterfaces/collection.js +2 -7
  559. package/dist/commonjs/operationsInterfaces/collection.js.map +1 -1
  560. package/dist/commonjs/operationsInterfaces/collectionPartition.d.ts +2 -2
  561. package/dist/commonjs/operationsInterfaces/collectionPartition.d.ts.map +1 -1
  562. package/dist/commonjs/operationsInterfaces/collectionPartition.js +2 -7
  563. package/dist/commonjs/operationsInterfaces/collectionPartition.js.map +1 -1
  564. package/dist/commonjs/operationsInterfaces/collectionPartitionRegion.d.ts +2 -2
  565. package/dist/commonjs/operationsInterfaces/collectionPartitionRegion.d.ts.map +1 -1
  566. package/dist/commonjs/operationsInterfaces/collectionPartitionRegion.js +2 -7
  567. package/dist/commonjs/operationsInterfaces/collectionPartitionRegion.js.map +1 -1
  568. package/dist/commonjs/operationsInterfaces/collectionRegion.d.ts +2 -2
  569. package/dist/commonjs/operationsInterfaces/collectionRegion.d.ts.map +1 -1
  570. package/dist/commonjs/operationsInterfaces/collectionRegion.js +2 -7
  571. package/dist/commonjs/operationsInterfaces/collectionRegion.js.map +1 -1
  572. package/dist/commonjs/operationsInterfaces/database.d.ts +2 -2
  573. package/dist/commonjs/operationsInterfaces/database.d.ts.map +1 -1
  574. package/dist/commonjs/operationsInterfaces/database.js +2 -7
  575. package/dist/commonjs/operationsInterfaces/database.js.map +1 -1
  576. package/dist/commonjs/operationsInterfaces/databaseAccountRegion.d.ts +2 -2
  577. package/dist/commonjs/operationsInterfaces/databaseAccountRegion.d.ts.map +1 -1
  578. package/dist/commonjs/operationsInterfaces/databaseAccountRegion.js +2 -7
  579. package/dist/commonjs/operationsInterfaces/databaseAccountRegion.js.map +1 -1
  580. package/dist/commonjs/operationsInterfaces/databaseAccounts.d.ts +3 -3
  581. package/dist/commonjs/operationsInterfaces/databaseAccounts.d.ts.map +1 -1
  582. package/dist/commonjs/operationsInterfaces/databaseAccounts.js +2 -7
  583. package/dist/commonjs/operationsInterfaces/databaseAccounts.js.map +1 -1
  584. package/dist/commonjs/operationsInterfaces/fleet.d.ts +54 -0
  585. package/dist/commonjs/operationsInterfaces/fleet.d.ts.map +1 -0
  586. package/dist/commonjs/operationsInterfaces/fleet.js +5 -0
  587. package/dist/commonjs/operationsInterfaces/fleet.js.map +1 -0
  588. package/dist/commonjs/operationsInterfaces/fleetspace.d.ts +72 -0
  589. package/dist/commonjs/operationsInterfaces/fleetspace.d.ts.map +1 -0
  590. package/dist/commonjs/operationsInterfaces/fleetspace.js +5 -0
  591. package/dist/commonjs/operationsInterfaces/fleetspace.js.map +1 -0
  592. package/dist/commonjs/operationsInterfaces/fleetspaceAccount.d.ts +62 -0
  593. package/dist/commonjs/operationsInterfaces/fleetspaceAccount.d.ts.map +1 -0
  594. package/dist/commonjs/operationsInterfaces/fleetspaceAccount.js +5 -0
  595. package/dist/commonjs/operationsInterfaces/fleetspaceAccount.js.map +1 -0
  596. package/dist/commonjs/operationsInterfaces/gremlinResources.d.ts +3 -3
  597. package/dist/commonjs/operationsInterfaces/gremlinResources.d.ts.map +1 -1
  598. package/dist/commonjs/operationsInterfaces/gremlinResources.js +2 -7
  599. package/dist/commonjs/operationsInterfaces/gremlinResources.js.map +1 -1
  600. package/dist/commonjs/operationsInterfaces/index.d.ts +3 -8
  601. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -1
  602. package/dist/commonjs/operationsInterfaces/index.js +7 -15
  603. package/dist/commonjs/operationsInterfaces/index.js.map +1 -1
  604. package/dist/commonjs/operationsInterfaces/locations.d.ts +2 -2
  605. package/dist/commonjs/operationsInterfaces/locations.d.ts.map +1 -1
  606. package/dist/commonjs/operationsInterfaces/locations.js +2 -7
  607. package/dist/commonjs/operationsInterfaces/locations.js.map +1 -1
  608. package/dist/commonjs/operationsInterfaces/mongoDBResources.d.ts +3 -125
  609. package/dist/commonjs/operationsInterfaces/mongoDBResources.d.ts.map +1 -1
  610. package/dist/commonjs/operationsInterfaces/mongoDBResources.js +2 -7
  611. package/dist/commonjs/operationsInterfaces/mongoDBResources.js.map +1 -1
  612. package/dist/commonjs/operationsInterfaces/notebookWorkspaces.d.ts +3 -3
  613. package/dist/commonjs/operationsInterfaces/notebookWorkspaces.d.ts.map +1 -1
  614. package/dist/commonjs/operationsInterfaces/notebookWorkspaces.js +2 -7
  615. package/dist/commonjs/operationsInterfaces/notebookWorkspaces.js.map +1 -1
  616. package/dist/commonjs/operationsInterfaces/operations.d.ts +2 -2
  617. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -1
  618. package/dist/commonjs/operationsInterfaces/operations.js +2 -7
  619. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -1
  620. package/dist/commonjs/operationsInterfaces/partitionKeyRangeId.d.ts +2 -2
  621. package/dist/commonjs/operationsInterfaces/partitionKeyRangeId.d.ts.map +1 -1
  622. package/dist/commonjs/operationsInterfaces/partitionKeyRangeId.js +2 -7
  623. package/dist/commonjs/operationsInterfaces/partitionKeyRangeId.js.map +1 -1
  624. package/dist/commonjs/operationsInterfaces/partitionKeyRangeIdRegion.d.ts +2 -2
  625. package/dist/commonjs/operationsInterfaces/partitionKeyRangeIdRegion.d.ts.map +1 -1
  626. package/dist/commonjs/operationsInterfaces/partitionKeyRangeIdRegion.js +2 -7
  627. package/dist/commonjs/operationsInterfaces/partitionKeyRangeIdRegion.js.map +1 -1
  628. package/dist/commonjs/operationsInterfaces/percentile.d.ts +2 -2
  629. package/dist/commonjs/operationsInterfaces/percentile.d.ts.map +1 -1
  630. package/dist/commonjs/operationsInterfaces/percentile.js +2 -7
  631. package/dist/commonjs/operationsInterfaces/percentile.js.map +1 -1
  632. package/dist/commonjs/operationsInterfaces/percentileSourceTarget.d.ts +2 -2
  633. package/dist/commonjs/operationsInterfaces/percentileSourceTarget.d.ts.map +1 -1
  634. package/dist/commonjs/operationsInterfaces/percentileSourceTarget.js +2 -7
  635. package/dist/commonjs/operationsInterfaces/percentileSourceTarget.js.map +1 -1
  636. package/dist/commonjs/operationsInterfaces/percentileTarget.d.ts +2 -2
  637. package/dist/commonjs/operationsInterfaces/percentileTarget.d.ts.map +1 -1
  638. package/dist/commonjs/operationsInterfaces/percentileTarget.js +2 -7
  639. package/dist/commonjs/operationsInterfaces/percentileTarget.js.map +1 -1
  640. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +3 -3
  641. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -1
  642. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +2 -7
  643. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +1 -1
  644. package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts +2 -2
  645. package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts.map +1 -1
  646. package/dist/commonjs/operationsInterfaces/privateLinkResources.js +2 -7
  647. package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +1 -1
  648. package/dist/commonjs/operationsInterfaces/restorableDatabaseAccounts.d.ts +2 -2
  649. package/dist/commonjs/operationsInterfaces/restorableDatabaseAccounts.d.ts.map +1 -1
  650. package/dist/commonjs/operationsInterfaces/restorableDatabaseAccounts.js +2 -7
  651. package/dist/commonjs/operationsInterfaces/restorableDatabaseAccounts.js.map +1 -1
  652. package/dist/commonjs/operationsInterfaces/restorableGremlinDatabases.d.ts +2 -2
  653. package/dist/commonjs/operationsInterfaces/restorableGremlinDatabases.d.ts.map +1 -1
  654. package/dist/commonjs/operationsInterfaces/restorableGremlinDatabases.js +2 -7
  655. package/dist/commonjs/operationsInterfaces/restorableGremlinDatabases.js.map +1 -1
  656. package/dist/commonjs/operationsInterfaces/restorableGremlinGraphs.d.ts +2 -2
  657. package/dist/commonjs/operationsInterfaces/restorableGremlinGraphs.d.ts.map +1 -1
  658. package/dist/commonjs/operationsInterfaces/restorableGremlinGraphs.js +2 -7
  659. package/dist/commonjs/operationsInterfaces/restorableGremlinGraphs.js.map +1 -1
  660. package/dist/commonjs/operationsInterfaces/restorableGremlinResources.d.ts +2 -2
  661. package/dist/commonjs/operationsInterfaces/restorableGremlinResources.d.ts.map +1 -1
  662. package/dist/commonjs/operationsInterfaces/restorableGremlinResources.js +2 -7
  663. package/dist/commonjs/operationsInterfaces/restorableGremlinResources.js.map +1 -1
  664. package/dist/commonjs/operationsInterfaces/restorableMongodbCollections.d.ts +2 -2
  665. package/dist/commonjs/operationsInterfaces/restorableMongodbCollections.d.ts.map +1 -1
  666. package/dist/commonjs/operationsInterfaces/restorableMongodbCollections.js +2 -7
  667. package/dist/commonjs/operationsInterfaces/restorableMongodbCollections.js.map +1 -1
  668. package/dist/commonjs/operationsInterfaces/restorableMongodbDatabases.d.ts +2 -2
  669. package/dist/commonjs/operationsInterfaces/restorableMongodbDatabases.d.ts.map +1 -1
  670. package/dist/commonjs/operationsInterfaces/restorableMongodbDatabases.js +2 -7
  671. package/dist/commonjs/operationsInterfaces/restorableMongodbDatabases.js.map +1 -1
  672. package/dist/commonjs/operationsInterfaces/restorableMongodbResources.d.ts +2 -2
  673. package/dist/commonjs/operationsInterfaces/restorableMongodbResources.d.ts.map +1 -1
  674. package/dist/commonjs/operationsInterfaces/restorableMongodbResources.js +2 -7
  675. package/dist/commonjs/operationsInterfaces/restorableMongodbResources.js.map +1 -1
  676. package/dist/commonjs/operationsInterfaces/restorableSqlContainers.d.ts +2 -2
  677. package/dist/commonjs/operationsInterfaces/restorableSqlContainers.d.ts.map +1 -1
  678. package/dist/commonjs/operationsInterfaces/restorableSqlContainers.js +2 -7
  679. package/dist/commonjs/operationsInterfaces/restorableSqlContainers.js.map +1 -1
  680. package/dist/commonjs/operationsInterfaces/restorableSqlDatabases.d.ts +2 -2
  681. package/dist/commonjs/operationsInterfaces/restorableSqlDatabases.d.ts.map +1 -1
  682. package/dist/commonjs/operationsInterfaces/restorableSqlDatabases.js +2 -7
  683. package/dist/commonjs/operationsInterfaces/restorableSqlDatabases.js.map +1 -1
  684. package/dist/commonjs/operationsInterfaces/restorableSqlResources.d.ts +2 -2
  685. package/dist/commonjs/operationsInterfaces/restorableSqlResources.d.ts.map +1 -1
  686. package/dist/commonjs/operationsInterfaces/restorableSqlResources.js +2 -7
  687. package/dist/commonjs/operationsInterfaces/restorableSqlResources.js.map +1 -1
  688. package/dist/commonjs/operationsInterfaces/restorableTableResources.d.ts +2 -2
  689. package/dist/commonjs/operationsInterfaces/restorableTableResources.d.ts.map +1 -1
  690. package/dist/commonjs/operationsInterfaces/restorableTableResources.js +2 -7
  691. package/dist/commonjs/operationsInterfaces/restorableTableResources.js.map +1 -1
  692. package/dist/commonjs/operationsInterfaces/restorableTables.d.ts +2 -2
  693. package/dist/commonjs/operationsInterfaces/restorableTables.d.ts.map +1 -1
  694. package/dist/commonjs/operationsInterfaces/restorableTables.js +2 -7
  695. package/dist/commonjs/operationsInterfaces/restorableTables.js.map +1 -1
  696. package/dist/commonjs/operationsInterfaces/service.d.ts +3 -3
  697. package/dist/commonjs/operationsInterfaces/service.d.ts.map +1 -1
  698. package/dist/commonjs/operationsInterfaces/service.js +2 -7
  699. package/dist/commonjs/operationsInterfaces/service.js.map +1 -1
  700. package/dist/commonjs/operationsInterfaces/sqlResources.d.ts +22 -144
  701. package/dist/commonjs/operationsInterfaces/sqlResources.d.ts.map +1 -1
  702. package/dist/commonjs/operationsInterfaces/sqlResources.js +2 -7
  703. package/dist/commonjs/operationsInterfaces/sqlResources.js.map +1 -1
  704. package/dist/commonjs/operationsInterfaces/tableResources.d.ts +3 -105
  705. package/dist/commonjs/operationsInterfaces/tableResources.d.ts.map +1 -1
  706. package/dist/commonjs/operationsInterfaces/tableResources.js +2 -7
  707. package/dist/commonjs/operationsInterfaces/tableResources.js.map +1 -1
  708. package/dist/commonjs/pagingHelper.d.ts.map +1 -1
  709. package/dist/commonjs/pagingHelper.js +4 -11
  710. package/dist/commonjs/pagingHelper.js.map +1 -1
  711. package/dist/commonjs/tsdoc-metadata.json +11 -11
  712. package/dist/esm/cosmosDBManagementClient.d.ts +7 -12
  713. package/dist/esm/cosmosDBManagementClient.d.ts.map +1 -1
  714. package/dist/esm/cosmosDBManagementClient.js +64 -27
  715. package/dist/esm/cosmosDBManagementClient.js.map +1 -1
  716. package/dist/esm/index.d.ts.map +1 -1
  717. package/dist/esm/index.js +4 -7
  718. package/dist/esm/index.js.map +1 -1
  719. package/dist/esm/lroImpl.d.ts +1 -1
  720. package/dist/esm/lroImpl.d.ts.map +1 -1
  721. package/dist/esm/lroImpl.js +9 -10
  722. package/dist/esm/lroImpl.js.map +1 -1
  723. package/dist/esm/models/index.d.ts +524 -1877
  724. package/dist/esm/models/index.d.ts.map +1 -1
  725. package/dist/esm/models/index.js +32 -187
  726. package/dist/esm/models/index.js.map +1 -1
  727. package/dist/esm/models/mappers.d.ts +49 -133
  728. package/dist/esm/models/mappers.d.ts.map +1 -1
  729. package/dist/esm/models/mappers.js +2162 -3792
  730. package/dist/esm/models/mappers.js.map +1 -1
  731. package/dist/esm/models/parameters.d.ts +12 -26
  732. package/dist/esm/models/parameters.d.ts.map +1 -1
  733. package/dist/esm/models/parameters.js +81 -182
  734. package/dist/esm/models/parameters.js.map +1 -1
  735. package/dist/esm/operations/cassandraClusters.d.ts +5 -69
  736. package/dist/esm/operations/cassandraClusters.d.ts.map +1 -1
  737. package/dist/esm/operations/cassandraClusters.js +90 -412
  738. package/dist/esm/operations/cassandraClusters.js.map +1 -1
  739. package/dist/esm/operations/cassandraDataCenters.d.ts +5 -5
  740. package/dist/esm/operations/cassandraDataCenters.d.ts.map +1 -1
  741. package/dist/esm/operations/cassandraDataCenters.js +48 -55
  742. package/dist/esm/operations/cassandraDataCenters.js.map +1 -1
  743. package/dist/esm/operations/cassandraResources.d.ts +5 -138
  744. package/dist/esm/operations/cassandraResources.d.ts.map +1 -1
  745. package/dist/esm/operations/cassandraResources.js +132 -700
  746. package/dist/esm/operations/cassandraResources.js.map +1 -1
  747. package/dist/esm/operations/collection.d.ts +4 -4
  748. package/dist/esm/operations/collection.d.ts.map +1 -1
  749. package/dist/esm/operations/collection.js +30 -86
  750. package/dist/esm/operations/collection.js.map +1 -1
  751. package/dist/esm/operations/collectionPartition.d.ts +4 -4
  752. package/dist/esm/operations/collectionPartition.d.ts.map +1 -1
  753. package/dist/esm/operations/collectionPartition.js +21 -60
  754. package/dist/esm/operations/collectionPartition.js.map +1 -1
  755. package/dist/esm/operations/collectionPartitionRegion.d.ts +4 -4
  756. package/dist/esm/operations/collectionPartitionRegion.d.ts.map +1 -1
  757. package/dist/esm/operations/collectionPartitionRegion.js +12 -34
  758. package/dist/esm/operations/collectionPartitionRegion.js.map +1 -1
  759. package/dist/esm/operations/collectionRegion.d.ts +4 -4
  760. package/dist/esm/operations/collectionRegion.d.ts.map +1 -1
  761. package/dist/esm/operations/collectionRegion.js +12 -34
  762. package/dist/esm/operations/collectionRegion.js.map +1 -1
  763. package/dist/esm/operations/database.d.ts +4 -4
  764. package/dist/esm/operations/database.d.ts.map +1 -1
  765. package/dist/esm/operations/database.js +30 -86
  766. package/dist/esm/operations/database.js.map +1 -1
  767. package/dist/esm/operations/databaseAccountRegion.d.ts +4 -4
  768. package/dist/esm/operations/databaseAccountRegion.d.ts.map +1 -1
  769. package/dist/esm/operations/databaseAccountRegion.js +12 -34
  770. package/dist/esm/operations/databaseAccountRegion.js.map +1 -1
  771. package/dist/esm/operations/databaseAccounts.d.ts +5 -5
  772. package/dist/esm/operations/databaseAccounts.d.ts.map +1 -1
  773. package/dist/esm/operations/databaseAccounts.js +127 -186
  774. package/dist/esm/operations/databaseAccounts.js.map +1 -1
  775. package/dist/esm/operations/fleet.d.ts +90 -0
  776. package/dist/esm/operations/fleet.d.ts.map +1 -0
  777. package/dist/esm/operations/fleet.js +396 -0
  778. package/dist/esm/operations/fleet.js.map +1 -0
  779. package/dist/esm/operations/fleetspace.d.ts +97 -0
  780. package/dist/esm/operations/fleetspace.d.ts.map +1 -0
  781. package/dist/esm/operations/fleetspace.js +438 -0
  782. package/dist/esm/operations/fleetspace.js.map +1 -0
  783. package/dist/esm/operations/fleetspaceAccount.d.ts +89 -0
  784. package/dist/esm/operations/fleetspaceAccount.d.ts.map +1 -0
  785. package/dist/esm/operations/fleetspaceAccount.js +378 -0
  786. package/dist/esm/operations/fleetspaceAccount.js.map +1 -0
  787. package/dist/esm/operations/gremlinResources.d.ts +5 -5
  788. package/dist/esm/operations/gremlinResources.d.ts.map +1 -1
  789. package/dist/esm/operations/gremlinResources.js +151 -135
  790. package/dist/esm/operations/gremlinResources.js.map +1 -1
  791. package/dist/esm/operations/index.d.ts +3 -8
  792. package/dist/esm/operations/index.d.ts.map +1 -1
  793. package/dist/esm/operations/index.js +7 -15
  794. package/dist/esm/operations/index.js.map +1 -1
  795. package/dist/esm/operations/locations.d.ts +4 -4
  796. package/dist/esm/operations/locations.d.ts.map +1 -1
  797. package/dist/esm/operations/locations.js +13 -39
  798. package/dist/esm/operations/locations.js.map +1 -1
  799. package/dist/esm/operations/mongoDBResources.d.ts +5 -127
  800. package/dist/esm/operations/mongoDBResources.d.ts.map +1 -1
  801. package/dist/esm/operations/mongoDBResources.js +205 -793
  802. package/dist/esm/operations/mongoDBResources.js.map +1 -1
  803. package/dist/esm/operations/notebookWorkspaces.d.ts +5 -5
  804. package/dist/esm/operations/notebookWorkspaces.d.ts.map +1 -1
  805. package/dist/esm/operations/notebookWorkspaces.js +57 -59
  806. package/dist/esm/operations/notebookWorkspaces.js.map +1 -1
  807. package/dist/esm/operations/operations.d.ts +4 -4
  808. package/dist/esm/operations/operations.d.ts.map +1 -1
  809. package/dist/esm/operations/operations.js +25 -47
  810. package/dist/esm/operations/operations.js.map +1 -1
  811. package/dist/esm/operations/partitionKeyRangeId.d.ts +4 -4
  812. package/dist/esm/operations/partitionKeyRangeId.d.ts.map +1 -1
  813. package/dist/esm/operations/partitionKeyRangeId.js +12 -34
  814. package/dist/esm/operations/partitionKeyRangeId.js.map +1 -1
  815. package/dist/esm/operations/partitionKeyRangeIdRegion.d.ts +4 -4
  816. package/dist/esm/operations/partitionKeyRangeIdRegion.d.ts.map +1 -1
  817. package/dist/esm/operations/partitionKeyRangeIdRegion.js +12 -34
  818. package/dist/esm/operations/partitionKeyRangeIdRegion.js.map +1 -1
  819. package/dist/esm/operations/percentile.d.ts +4 -4
  820. package/dist/esm/operations/percentile.d.ts.map +1 -1
  821. package/dist/esm/operations/percentile.js +12 -34
  822. package/dist/esm/operations/percentile.js.map +1 -1
  823. package/dist/esm/operations/percentileSourceTarget.d.ts +4 -4
  824. package/dist/esm/operations/percentileSourceTarget.d.ts.map +1 -1
  825. package/dist/esm/operations/percentileSourceTarget.js +12 -34
  826. package/dist/esm/operations/percentileSourceTarget.js.map +1 -1
  827. package/dist/esm/operations/percentileTarget.d.ts +4 -4
  828. package/dist/esm/operations/percentileTarget.d.ts.map +1 -1
  829. package/dist/esm/operations/percentileTarget.js +12 -34
  830. package/dist/esm/operations/percentileTarget.js.map +1 -1
  831. package/dist/esm/operations/privateEndpointConnections.d.ts +5 -5
  832. package/dist/esm/operations/privateEndpointConnections.d.ts.map +1 -1
  833. package/dist/esm/operations/privateEndpointConnections.js +35 -47
  834. package/dist/esm/operations/privateEndpointConnections.js.map +1 -1
  835. package/dist/esm/operations/privateLinkResources.d.ts +4 -4
  836. package/dist/esm/operations/privateLinkResources.d.ts.map +1 -1
  837. package/dist/esm/operations/privateLinkResources.js +12 -34
  838. package/dist/esm/operations/privateLinkResources.js.map +1 -1
  839. package/dist/esm/operations/restorableDatabaseAccounts.d.ts +4 -4
  840. package/dist/esm/operations/restorableDatabaseAccounts.d.ts.map +1 -1
  841. package/dist/esm/operations/restorableDatabaseAccounts.js +22 -65
  842. package/dist/esm/operations/restorableDatabaseAccounts.js.map +1 -1
  843. package/dist/esm/operations/restorableGremlinDatabases.d.ts +4 -4
  844. package/dist/esm/operations/restorableGremlinDatabases.d.ts.map +1 -1
  845. package/dist/esm/operations/restorableGremlinDatabases.js +12 -34
  846. package/dist/esm/operations/restorableGremlinDatabases.js.map +1 -1
  847. package/dist/esm/operations/restorableGremlinGraphs.d.ts +4 -4
  848. package/dist/esm/operations/restorableGremlinGraphs.d.ts.map +1 -1
  849. package/dist/esm/operations/restorableGremlinGraphs.js +12 -34
  850. package/dist/esm/operations/restorableGremlinGraphs.js.map +1 -1
  851. package/dist/esm/operations/restorableGremlinResources.d.ts +4 -4
  852. package/dist/esm/operations/restorableGremlinResources.d.ts.map +1 -1
  853. package/dist/esm/operations/restorableGremlinResources.js +12 -34
  854. package/dist/esm/operations/restorableGremlinResources.js.map +1 -1
  855. package/dist/esm/operations/restorableMongodbCollections.d.ts +4 -4
  856. package/dist/esm/operations/restorableMongodbCollections.d.ts.map +1 -1
  857. package/dist/esm/operations/restorableMongodbCollections.js +12 -34
  858. package/dist/esm/operations/restorableMongodbCollections.js.map +1 -1
  859. package/dist/esm/operations/restorableMongodbDatabases.d.ts +4 -4
  860. package/dist/esm/operations/restorableMongodbDatabases.d.ts.map +1 -1
  861. package/dist/esm/operations/restorableMongodbDatabases.js +12 -34
  862. package/dist/esm/operations/restorableMongodbDatabases.js.map +1 -1
  863. package/dist/esm/operations/restorableMongodbResources.d.ts +4 -4
  864. package/dist/esm/operations/restorableMongodbResources.d.ts.map +1 -1
  865. package/dist/esm/operations/restorableMongodbResources.js +12 -34
  866. package/dist/esm/operations/restorableMongodbResources.js.map +1 -1
  867. package/dist/esm/operations/restorableSqlContainers.d.ts +4 -4
  868. package/dist/esm/operations/restorableSqlContainers.d.ts.map +1 -1
  869. package/dist/esm/operations/restorableSqlContainers.js +12 -34
  870. package/dist/esm/operations/restorableSqlContainers.js.map +1 -1
  871. package/dist/esm/operations/restorableSqlDatabases.d.ts +4 -4
  872. package/dist/esm/operations/restorableSqlDatabases.d.ts.map +1 -1
  873. package/dist/esm/operations/restorableSqlDatabases.js +12 -34
  874. package/dist/esm/operations/restorableSqlDatabases.js.map +1 -1
  875. package/dist/esm/operations/restorableSqlResources.d.ts +4 -4
  876. package/dist/esm/operations/restorableSqlResources.d.ts.map +1 -1
  877. package/dist/esm/operations/restorableSqlResources.js +12 -34
  878. package/dist/esm/operations/restorableSqlResources.js.map +1 -1
  879. package/dist/esm/operations/restorableTableResources.d.ts +4 -4
  880. package/dist/esm/operations/restorableTableResources.d.ts.map +1 -1
  881. package/dist/esm/operations/restorableTableResources.js +12 -34
  882. package/dist/esm/operations/restorableTableResources.js.map +1 -1
  883. package/dist/esm/operations/restorableTables.d.ts +4 -4
  884. package/dist/esm/operations/restorableTables.d.ts.map +1 -1
  885. package/dist/esm/operations/restorableTables.js +13 -39
  886. package/dist/esm/operations/restorableTables.js.map +1 -1
  887. package/dist/esm/operations/service.d.ts +5 -5
  888. package/dist/esm/operations/service.d.ts.map +1 -1
  889. package/dist/esm/operations/service.js +35 -47
  890. package/dist/esm/operations/service.js.map +1 -1
  891. package/dist/esm/operations/sqlResources.d.ts +30 -152
  892. package/dist/esm/operations/sqlResources.d.ts.map +1 -1
  893. package/dist/esm/operations/sqlResources.js +375 -996
  894. package/dist/esm/operations/sqlResources.js.map +1 -1
  895. package/dist/esm/operations/tableResources.d.ts +5 -125
  896. package/dist/esm/operations/tableResources.d.ts.map +1 -1
  897. package/dist/esm/operations/tableResources.js +79 -639
  898. package/dist/esm/operations/tableResources.js.map +1 -1
  899. package/dist/esm/operationsInterfaces/cassandraClusters.d.ts +3 -49
  900. package/dist/esm/operationsInterfaces/cassandraClusters.d.ts.map +1 -1
  901. package/dist/esm/operationsInterfaces/cassandraClusters.js +2 -7
  902. package/dist/esm/operationsInterfaces/cassandraClusters.js.map +1 -1
  903. package/dist/esm/operationsInterfaces/cassandraDataCenters.d.ts +3 -3
  904. package/dist/esm/operationsInterfaces/cassandraDataCenters.d.ts.map +1 -1
  905. package/dist/esm/operationsInterfaces/cassandraDataCenters.js +2 -7
  906. package/dist/esm/operationsInterfaces/cassandraDataCenters.js.map +1 -1
  907. package/dist/esm/operationsInterfaces/cassandraResources.d.ts +3 -126
  908. package/dist/esm/operationsInterfaces/cassandraResources.d.ts.map +1 -1
  909. package/dist/esm/operationsInterfaces/cassandraResources.js +2 -7
  910. package/dist/esm/operationsInterfaces/cassandraResources.js.map +1 -1
  911. package/dist/esm/operationsInterfaces/collection.d.ts +2 -2
  912. package/dist/esm/operationsInterfaces/collection.d.ts.map +1 -1
  913. package/dist/esm/operationsInterfaces/collection.js +2 -7
  914. package/dist/esm/operationsInterfaces/collection.js.map +1 -1
  915. package/dist/esm/operationsInterfaces/collectionPartition.d.ts +2 -2
  916. package/dist/esm/operationsInterfaces/collectionPartition.d.ts.map +1 -1
  917. package/dist/esm/operationsInterfaces/collectionPartition.js +2 -7
  918. package/dist/esm/operationsInterfaces/collectionPartition.js.map +1 -1
  919. package/dist/esm/operationsInterfaces/collectionPartitionRegion.d.ts +2 -2
  920. package/dist/esm/operationsInterfaces/collectionPartitionRegion.d.ts.map +1 -1
  921. package/dist/esm/operationsInterfaces/collectionPartitionRegion.js +2 -7
  922. package/dist/esm/operationsInterfaces/collectionPartitionRegion.js.map +1 -1
  923. package/dist/esm/operationsInterfaces/collectionRegion.d.ts +2 -2
  924. package/dist/esm/operationsInterfaces/collectionRegion.d.ts.map +1 -1
  925. package/dist/esm/operationsInterfaces/collectionRegion.js +2 -7
  926. package/dist/esm/operationsInterfaces/collectionRegion.js.map +1 -1
  927. package/dist/esm/operationsInterfaces/database.d.ts +2 -2
  928. package/dist/esm/operationsInterfaces/database.d.ts.map +1 -1
  929. package/dist/esm/operationsInterfaces/database.js +2 -7
  930. package/dist/esm/operationsInterfaces/database.js.map +1 -1
  931. package/dist/esm/operationsInterfaces/databaseAccountRegion.d.ts +2 -2
  932. package/dist/esm/operationsInterfaces/databaseAccountRegion.d.ts.map +1 -1
  933. package/dist/esm/operationsInterfaces/databaseAccountRegion.js +2 -7
  934. package/dist/esm/operationsInterfaces/databaseAccountRegion.js.map +1 -1
  935. package/dist/esm/operationsInterfaces/databaseAccounts.d.ts +3 -3
  936. package/dist/esm/operationsInterfaces/databaseAccounts.d.ts.map +1 -1
  937. package/dist/esm/operationsInterfaces/databaseAccounts.js +2 -7
  938. package/dist/esm/operationsInterfaces/databaseAccounts.js.map +1 -1
  939. package/dist/esm/operationsInterfaces/fleet.d.ts +54 -0
  940. package/dist/esm/operationsInterfaces/fleet.d.ts.map +1 -0
  941. package/dist/esm/operationsInterfaces/fleet.js +4 -0
  942. package/dist/esm/operationsInterfaces/fleet.js.map +1 -0
  943. package/dist/esm/operationsInterfaces/fleetspace.d.ts +72 -0
  944. package/dist/esm/operationsInterfaces/fleetspace.d.ts.map +1 -0
  945. package/dist/esm/operationsInterfaces/fleetspace.js +4 -0
  946. package/dist/esm/operationsInterfaces/fleetspace.js.map +1 -0
  947. package/dist/esm/operationsInterfaces/fleetspaceAccount.d.ts +62 -0
  948. package/dist/esm/operationsInterfaces/fleetspaceAccount.d.ts.map +1 -0
  949. package/dist/esm/operationsInterfaces/fleetspaceAccount.js +4 -0
  950. package/dist/esm/operationsInterfaces/fleetspaceAccount.js.map +1 -0
  951. package/dist/esm/operationsInterfaces/gremlinResources.d.ts +3 -3
  952. package/dist/esm/operationsInterfaces/gremlinResources.d.ts.map +1 -1
  953. package/dist/esm/operationsInterfaces/gremlinResources.js +2 -7
  954. package/dist/esm/operationsInterfaces/gremlinResources.js.map +1 -1
  955. package/dist/esm/operationsInterfaces/index.d.ts +3 -8
  956. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -1
  957. package/dist/esm/operationsInterfaces/index.js +7 -15
  958. package/dist/esm/operationsInterfaces/index.js.map +1 -1
  959. package/dist/esm/operationsInterfaces/locations.d.ts +2 -2
  960. package/dist/esm/operationsInterfaces/locations.d.ts.map +1 -1
  961. package/dist/esm/operationsInterfaces/locations.js +2 -7
  962. package/dist/esm/operationsInterfaces/locations.js.map +1 -1
  963. package/dist/esm/operationsInterfaces/mongoDBResources.d.ts +3 -125
  964. package/dist/esm/operationsInterfaces/mongoDBResources.d.ts.map +1 -1
  965. package/dist/esm/operationsInterfaces/mongoDBResources.js +2 -7
  966. package/dist/esm/operationsInterfaces/mongoDBResources.js.map +1 -1
  967. package/dist/esm/operationsInterfaces/notebookWorkspaces.d.ts +3 -3
  968. package/dist/esm/operationsInterfaces/notebookWorkspaces.d.ts.map +1 -1
  969. package/dist/esm/operationsInterfaces/notebookWorkspaces.js +2 -7
  970. package/dist/esm/operationsInterfaces/notebookWorkspaces.js.map +1 -1
  971. package/dist/esm/operationsInterfaces/operations.d.ts +2 -2
  972. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -1
  973. package/dist/esm/operationsInterfaces/operations.js +2 -7
  974. package/dist/esm/operationsInterfaces/operations.js.map +1 -1
  975. package/dist/esm/operationsInterfaces/partitionKeyRangeId.d.ts +2 -2
  976. package/dist/esm/operationsInterfaces/partitionKeyRangeId.d.ts.map +1 -1
  977. package/dist/esm/operationsInterfaces/partitionKeyRangeId.js +2 -7
  978. package/dist/esm/operationsInterfaces/partitionKeyRangeId.js.map +1 -1
  979. package/dist/esm/operationsInterfaces/partitionKeyRangeIdRegion.d.ts +2 -2
  980. package/dist/esm/operationsInterfaces/partitionKeyRangeIdRegion.d.ts.map +1 -1
  981. package/dist/esm/operationsInterfaces/partitionKeyRangeIdRegion.js +2 -7
  982. package/dist/esm/operationsInterfaces/partitionKeyRangeIdRegion.js.map +1 -1
  983. package/dist/esm/operationsInterfaces/percentile.d.ts +2 -2
  984. package/dist/esm/operationsInterfaces/percentile.d.ts.map +1 -1
  985. package/dist/esm/operationsInterfaces/percentile.js +2 -7
  986. package/dist/esm/operationsInterfaces/percentile.js.map +1 -1
  987. package/dist/esm/operationsInterfaces/percentileSourceTarget.d.ts +2 -2
  988. package/dist/esm/operationsInterfaces/percentileSourceTarget.d.ts.map +1 -1
  989. package/dist/esm/operationsInterfaces/percentileSourceTarget.js +2 -7
  990. package/dist/esm/operationsInterfaces/percentileSourceTarget.js.map +1 -1
  991. package/dist/esm/operationsInterfaces/percentileTarget.d.ts +2 -2
  992. package/dist/esm/operationsInterfaces/percentileTarget.d.ts.map +1 -1
  993. package/dist/esm/operationsInterfaces/percentileTarget.js +2 -7
  994. package/dist/esm/operationsInterfaces/percentileTarget.js.map +1 -1
  995. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +3 -3
  996. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -1
  997. package/dist/esm/operationsInterfaces/privateEndpointConnections.js +2 -7
  998. package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +1 -1
  999. package/dist/esm/operationsInterfaces/privateLinkResources.d.ts +2 -2
  1000. package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +1 -1
  1001. package/dist/esm/operationsInterfaces/privateLinkResources.js +2 -7
  1002. package/dist/esm/operationsInterfaces/privateLinkResources.js.map +1 -1
  1003. package/dist/esm/operationsInterfaces/restorableDatabaseAccounts.d.ts +2 -2
  1004. package/dist/esm/operationsInterfaces/restorableDatabaseAccounts.d.ts.map +1 -1
  1005. package/dist/esm/operationsInterfaces/restorableDatabaseAccounts.js +2 -7
  1006. package/dist/esm/operationsInterfaces/restorableDatabaseAccounts.js.map +1 -1
  1007. package/dist/esm/operationsInterfaces/restorableGremlinDatabases.d.ts +2 -2
  1008. package/dist/esm/operationsInterfaces/restorableGremlinDatabases.d.ts.map +1 -1
  1009. package/dist/esm/operationsInterfaces/restorableGremlinDatabases.js +2 -7
  1010. package/dist/esm/operationsInterfaces/restorableGremlinDatabases.js.map +1 -1
  1011. package/dist/esm/operationsInterfaces/restorableGremlinGraphs.d.ts +2 -2
  1012. package/dist/esm/operationsInterfaces/restorableGremlinGraphs.d.ts.map +1 -1
  1013. package/dist/esm/operationsInterfaces/restorableGremlinGraphs.js +2 -7
  1014. package/dist/esm/operationsInterfaces/restorableGremlinGraphs.js.map +1 -1
  1015. package/dist/esm/operationsInterfaces/restorableGremlinResources.d.ts +2 -2
  1016. package/dist/esm/operationsInterfaces/restorableGremlinResources.d.ts.map +1 -1
  1017. package/dist/esm/operationsInterfaces/restorableGremlinResources.js +2 -7
  1018. package/dist/esm/operationsInterfaces/restorableGremlinResources.js.map +1 -1
  1019. package/dist/esm/operationsInterfaces/restorableMongodbCollections.d.ts +2 -2
  1020. package/dist/esm/operationsInterfaces/restorableMongodbCollections.d.ts.map +1 -1
  1021. package/dist/esm/operationsInterfaces/restorableMongodbCollections.js +2 -7
  1022. package/dist/esm/operationsInterfaces/restorableMongodbCollections.js.map +1 -1
  1023. package/dist/esm/operationsInterfaces/restorableMongodbDatabases.d.ts +2 -2
  1024. package/dist/esm/operationsInterfaces/restorableMongodbDatabases.d.ts.map +1 -1
  1025. package/dist/esm/operationsInterfaces/restorableMongodbDatabases.js +2 -7
  1026. package/dist/esm/operationsInterfaces/restorableMongodbDatabases.js.map +1 -1
  1027. package/dist/esm/operationsInterfaces/restorableMongodbResources.d.ts +2 -2
  1028. package/dist/esm/operationsInterfaces/restorableMongodbResources.d.ts.map +1 -1
  1029. package/dist/esm/operationsInterfaces/restorableMongodbResources.js +2 -7
  1030. package/dist/esm/operationsInterfaces/restorableMongodbResources.js.map +1 -1
  1031. package/dist/esm/operationsInterfaces/restorableSqlContainers.d.ts +2 -2
  1032. package/dist/esm/operationsInterfaces/restorableSqlContainers.d.ts.map +1 -1
  1033. package/dist/esm/operationsInterfaces/restorableSqlContainers.js +2 -7
  1034. package/dist/esm/operationsInterfaces/restorableSqlContainers.js.map +1 -1
  1035. package/dist/esm/operationsInterfaces/restorableSqlDatabases.d.ts +2 -2
  1036. package/dist/esm/operationsInterfaces/restorableSqlDatabases.d.ts.map +1 -1
  1037. package/dist/esm/operationsInterfaces/restorableSqlDatabases.js +2 -7
  1038. package/dist/esm/operationsInterfaces/restorableSqlDatabases.js.map +1 -1
  1039. package/dist/esm/operationsInterfaces/restorableSqlResources.d.ts +2 -2
  1040. package/dist/esm/operationsInterfaces/restorableSqlResources.d.ts.map +1 -1
  1041. package/dist/esm/operationsInterfaces/restorableSqlResources.js +2 -7
  1042. package/dist/esm/operationsInterfaces/restorableSqlResources.js.map +1 -1
  1043. package/dist/esm/operationsInterfaces/restorableTableResources.d.ts +2 -2
  1044. package/dist/esm/operationsInterfaces/restorableTableResources.d.ts.map +1 -1
  1045. package/dist/esm/operationsInterfaces/restorableTableResources.js +2 -7
  1046. package/dist/esm/operationsInterfaces/restorableTableResources.js.map +1 -1
  1047. package/dist/esm/operationsInterfaces/restorableTables.d.ts +2 -2
  1048. package/dist/esm/operationsInterfaces/restorableTables.d.ts.map +1 -1
  1049. package/dist/esm/operationsInterfaces/restorableTables.js +2 -7
  1050. package/dist/esm/operationsInterfaces/restorableTables.js.map +1 -1
  1051. package/dist/esm/operationsInterfaces/service.d.ts +3 -3
  1052. package/dist/esm/operationsInterfaces/service.d.ts.map +1 -1
  1053. package/dist/esm/operationsInterfaces/service.js +2 -7
  1054. package/dist/esm/operationsInterfaces/service.js.map +1 -1
  1055. package/dist/esm/operationsInterfaces/sqlResources.d.ts +22 -144
  1056. package/dist/esm/operationsInterfaces/sqlResources.d.ts.map +1 -1
  1057. package/dist/esm/operationsInterfaces/sqlResources.js +2 -7
  1058. package/dist/esm/operationsInterfaces/sqlResources.js.map +1 -1
  1059. package/dist/esm/operationsInterfaces/tableResources.d.ts +3 -105
  1060. package/dist/esm/operationsInterfaces/tableResources.d.ts.map +1 -1
  1061. package/dist/esm/operationsInterfaces/tableResources.js +2 -7
  1062. package/dist/esm/operationsInterfaces/tableResources.js.map +1 -1
  1063. package/dist/esm/pagingHelper.d.ts.map +1 -1
  1064. package/dist/esm/pagingHelper.js +4 -11
  1065. package/dist/esm/pagingHelper.js.map +1 -1
  1066. package/dist/react-native/cosmosDBManagementClient.d.ts +7 -12
  1067. package/dist/react-native/cosmosDBManagementClient.d.ts.map +1 -1
  1068. package/dist/react-native/cosmosDBManagementClient.js +64 -27
  1069. package/dist/react-native/cosmosDBManagementClient.js.map +1 -1
  1070. package/dist/react-native/index.d.ts.map +1 -1
  1071. package/dist/react-native/index.js +4 -7
  1072. package/dist/react-native/index.js.map +1 -1
  1073. package/dist/react-native/lroImpl.d.ts +1 -1
  1074. package/dist/react-native/lroImpl.d.ts.map +1 -1
  1075. package/dist/react-native/lroImpl.js +9 -10
  1076. package/dist/react-native/lroImpl.js.map +1 -1
  1077. package/dist/react-native/models/index.d.ts +524 -1877
  1078. package/dist/react-native/models/index.d.ts.map +1 -1
  1079. package/dist/react-native/models/index.js +32 -187
  1080. package/dist/react-native/models/index.js.map +1 -1
  1081. package/dist/react-native/models/mappers.d.ts +49 -133
  1082. package/dist/react-native/models/mappers.d.ts.map +1 -1
  1083. package/dist/react-native/models/mappers.js +2162 -3792
  1084. package/dist/react-native/models/mappers.js.map +1 -1
  1085. package/dist/react-native/models/parameters.d.ts +12 -26
  1086. package/dist/react-native/models/parameters.d.ts.map +1 -1
  1087. package/dist/react-native/models/parameters.js +81 -182
  1088. package/dist/react-native/models/parameters.js.map +1 -1
  1089. package/dist/react-native/operations/cassandraClusters.d.ts +5 -69
  1090. package/dist/react-native/operations/cassandraClusters.d.ts.map +1 -1
  1091. package/dist/react-native/operations/cassandraClusters.js +90 -412
  1092. package/dist/react-native/operations/cassandraClusters.js.map +1 -1
  1093. package/dist/react-native/operations/cassandraDataCenters.d.ts +5 -5
  1094. package/dist/react-native/operations/cassandraDataCenters.d.ts.map +1 -1
  1095. package/dist/react-native/operations/cassandraDataCenters.js +48 -55
  1096. package/dist/react-native/operations/cassandraDataCenters.js.map +1 -1
  1097. package/dist/react-native/operations/cassandraResources.d.ts +5 -138
  1098. package/dist/react-native/operations/cassandraResources.d.ts.map +1 -1
  1099. package/dist/react-native/operations/cassandraResources.js +132 -700
  1100. package/dist/react-native/operations/cassandraResources.js.map +1 -1
  1101. package/dist/react-native/operations/collection.d.ts +4 -4
  1102. package/dist/react-native/operations/collection.d.ts.map +1 -1
  1103. package/dist/react-native/operations/collection.js +30 -86
  1104. package/dist/react-native/operations/collection.js.map +1 -1
  1105. package/dist/react-native/operations/collectionPartition.d.ts +4 -4
  1106. package/dist/react-native/operations/collectionPartition.d.ts.map +1 -1
  1107. package/dist/react-native/operations/collectionPartition.js +21 -60
  1108. package/dist/react-native/operations/collectionPartition.js.map +1 -1
  1109. package/dist/react-native/operations/collectionPartitionRegion.d.ts +4 -4
  1110. package/dist/react-native/operations/collectionPartitionRegion.d.ts.map +1 -1
  1111. package/dist/react-native/operations/collectionPartitionRegion.js +12 -34
  1112. package/dist/react-native/operations/collectionPartitionRegion.js.map +1 -1
  1113. package/dist/react-native/operations/collectionRegion.d.ts +4 -4
  1114. package/dist/react-native/operations/collectionRegion.d.ts.map +1 -1
  1115. package/dist/react-native/operations/collectionRegion.js +12 -34
  1116. package/dist/react-native/operations/collectionRegion.js.map +1 -1
  1117. package/dist/react-native/operations/database.d.ts +4 -4
  1118. package/dist/react-native/operations/database.d.ts.map +1 -1
  1119. package/dist/react-native/operations/database.js +30 -86
  1120. package/dist/react-native/operations/database.js.map +1 -1
  1121. package/dist/react-native/operations/databaseAccountRegion.d.ts +4 -4
  1122. package/dist/react-native/operations/databaseAccountRegion.d.ts.map +1 -1
  1123. package/dist/react-native/operations/databaseAccountRegion.js +12 -34
  1124. package/dist/react-native/operations/databaseAccountRegion.js.map +1 -1
  1125. package/dist/react-native/operations/databaseAccounts.d.ts +5 -5
  1126. package/dist/react-native/operations/databaseAccounts.d.ts.map +1 -1
  1127. package/dist/react-native/operations/databaseAccounts.js +127 -186
  1128. package/dist/react-native/operations/databaseAccounts.js.map +1 -1
  1129. package/dist/react-native/operations/fleet.d.ts +90 -0
  1130. package/dist/react-native/operations/fleet.d.ts.map +1 -0
  1131. package/dist/react-native/operations/fleet.js +396 -0
  1132. package/dist/react-native/operations/fleet.js.map +1 -0
  1133. package/dist/react-native/operations/fleetspace.d.ts +97 -0
  1134. package/dist/react-native/operations/fleetspace.d.ts.map +1 -0
  1135. package/dist/react-native/operations/fleetspace.js +438 -0
  1136. package/dist/react-native/operations/fleetspace.js.map +1 -0
  1137. package/dist/react-native/operations/fleetspaceAccount.d.ts +89 -0
  1138. package/dist/react-native/operations/fleetspaceAccount.d.ts.map +1 -0
  1139. package/dist/react-native/operations/fleetspaceAccount.js +378 -0
  1140. package/dist/react-native/operations/fleetspaceAccount.js.map +1 -0
  1141. package/dist/react-native/operations/gremlinResources.d.ts +5 -5
  1142. package/dist/react-native/operations/gremlinResources.d.ts.map +1 -1
  1143. package/dist/react-native/operations/gremlinResources.js +151 -135
  1144. package/dist/react-native/operations/gremlinResources.js.map +1 -1
  1145. package/dist/react-native/operations/index.d.ts +3 -8
  1146. package/dist/react-native/operations/index.d.ts.map +1 -1
  1147. package/dist/react-native/operations/index.js +7 -15
  1148. package/dist/react-native/operations/index.js.map +1 -1
  1149. package/dist/react-native/operations/locations.d.ts +4 -4
  1150. package/dist/react-native/operations/locations.d.ts.map +1 -1
  1151. package/dist/react-native/operations/locations.js +13 -39
  1152. package/dist/react-native/operations/locations.js.map +1 -1
  1153. package/dist/react-native/operations/mongoDBResources.d.ts +5 -127
  1154. package/dist/react-native/operations/mongoDBResources.d.ts.map +1 -1
  1155. package/dist/react-native/operations/mongoDBResources.js +205 -793
  1156. package/dist/react-native/operations/mongoDBResources.js.map +1 -1
  1157. package/dist/react-native/operations/notebookWorkspaces.d.ts +5 -5
  1158. package/dist/react-native/operations/notebookWorkspaces.d.ts.map +1 -1
  1159. package/dist/react-native/operations/notebookWorkspaces.js +57 -59
  1160. package/dist/react-native/operations/notebookWorkspaces.js.map +1 -1
  1161. package/dist/react-native/operations/operations.d.ts +4 -4
  1162. package/dist/react-native/operations/operations.d.ts.map +1 -1
  1163. package/dist/react-native/operations/operations.js +25 -47
  1164. package/dist/react-native/operations/operations.js.map +1 -1
  1165. package/dist/react-native/operations/partitionKeyRangeId.d.ts +4 -4
  1166. package/dist/react-native/operations/partitionKeyRangeId.d.ts.map +1 -1
  1167. package/dist/react-native/operations/partitionKeyRangeId.js +12 -34
  1168. package/dist/react-native/operations/partitionKeyRangeId.js.map +1 -1
  1169. package/dist/react-native/operations/partitionKeyRangeIdRegion.d.ts +4 -4
  1170. package/dist/react-native/operations/partitionKeyRangeIdRegion.d.ts.map +1 -1
  1171. package/dist/react-native/operations/partitionKeyRangeIdRegion.js +12 -34
  1172. package/dist/react-native/operations/partitionKeyRangeIdRegion.js.map +1 -1
  1173. package/dist/react-native/operations/percentile.d.ts +4 -4
  1174. package/dist/react-native/operations/percentile.d.ts.map +1 -1
  1175. package/dist/react-native/operations/percentile.js +12 -34
  1176. package/dist/react-native/operations/percentile.js.map +1 -1
  1177. package/dist/react-native/operations/percentileSourceTarget.d.ts +4 -4
  1178. package/dist/react-native/operations/percentileSourceTarget.d.ts.map +1 -1
  1179. package/dist/react-native/operations/percentileSourceTarget.js +12 -34
  1180. package/dist/react-native/operations/percentileSourceTarget.js.map +1 -1
  1181. package/dist/react-native/operations/percentileTarget.d.ts +4 -4
  1182. package/dist/react-native/operations/percentileTarget.d.ts.map +1 -1
  1183. package/dist/react-native/operations/percentileTarget.js +12 -34
  1184. package/dist/react-native/operations/percentileTarget.js.map +1 -1
  1185. package/dist/react-native/operations/privateEndpointConnections.d.ts +5 -5
  1186. package/dist/react-native/operations/privateEndpointConnections.d.ts.map +1 -1
  1187. package/dist/react-native/operations/privateEndpointConnections.js +35 -47
  1188. package/dist/react-native/operations/privateEndpointConnections.js.map +1 -1
  1189. package/dist/react-native/operations/privateLinkResources.d.ts +4 -4
  1190. package/dist/react-native/operations/privateLinkResources.d.ts.map +1 -1
  1191. package/dist/react-native/operations/privateLinkResources.js +12 -34
  1192. package/dist/react-native/operations/privateLinkResources.js.map +1 -1
  1193. package/dist/react-native/operations/restorableDatabaseAccounts.d.ts +4 -4
  1194. package/dist/react-native/operations/restorableDatabaseAccounts.d.ts.map +1 -1
  1195. package/dist/react-native/operations/restorableDatabaseAccounts.js +22 -65
  1196. package/dist/react-native/operations/restorableDatabaseAccounts.js.map +1 -1
  1197. package/dist/react-native/operations/restorableGremlinDatabases.d.ts +4 -4
  1198. package/dist/react-native/operations/restorableGremlinDatabases.d.ts.map +1 -1
  1199. package/dist/react-native/operations/restorableGremlinDatabases.js +12 -34
  1200. package/dist/react-native/operations/restorableGremlinDatabases.js.map +1 -1
  1201. package/dist/react-native/operations/restorableGremlinGraphs.d.ts +4 -4
  1202. package/dist/react-native/operations/restorableGremlinGraphs.d.ts.map +1 -1
  1203. package/dist/react-native/operations/restorableGremlinGraphs.js +12 -34
  1204. package/dist/react-native/operations/restorableGremlinGraphs.js.map +1 -1
  1205. package/dist/react-native/operations/restorableGremlinResources.d.ts +4 -4
  1206. package/dist/react-native/operations/restorableGremlinResources.d.ts.map +1 -1
  1207. package/dist/react-native/operations/restorableGremlinResources.js +12 -34
  1208. package/dist/react-native/operations/restorableGremlinResources.js.map +1 -1
  1209. package/dist/react-native/operations/restorableMongodbCollections.d.ts +4 -4
  1210. package/dist/react-native/operations/restorableMongodbCollections.d.ts.map +1 -1
  1211. package/dist/react-native/operations/restorableMongodbCollections.js +12 -34
  1212. package/dist/react-native/operations/restorableMongodbCollections.js.map +1 -1
  1213. package/dist/react-native/operations/restorableMongodbDatabases.d.ts +4 -4
  1214. package/dist/react-native/operations/restorableMongodbDatabases.d.ts.map +1 -1
  1215. package/dist/react-native/operations/restorableMongodbDatabases.js +12 -34
  1216. package/dist/react-native/operations/restorableMongodbDatabases.js.map +1 -1
  1217. package/dist/react-native/operations/restorableMongodbResources.d.ts +4 -4
  1218. package/dist/react-native/operations/restorableMongodbResources.d.ts.map +1 -1
  1219. package/dist/react-native/operations/restorableMongodbResources.js +12 -34
  1220. package/dist/react-native/operations/restorableMongodbResources.js.map +1 -1
  1221. package/dist/react-native/operations/restorableSqlContainers.d.ts +4 -4
  1222. package/dist/react-native/operations/restorableSqlContainers.d.ts.map +1 -1
  1223. package/dist/react-native/operations/restorableSqlContainers.js +12 -34
  1224. package/dist/react-native/operations/restorableSqlContainers.js.map +1 -1
  1225. package/dist/react-native/operations/restorableSqlDatabases.d.ts +4 -4
  1226. package/dist/react-native/operations/restorableSqlDatabases.d.ts.map +1 -1
  1227. package/dist/react-native/operations/restorableSqlDatabases.js +12 -34
  1228. package/dist/react-native/operations/restorableSqlDatabases.js.map +1 -1
  1229. package/dist/react-native/operations/restorableSqlResources.d.ts +4 -4
  1230. package/dist/react-native/operations/restorableSqlResources.d.ts.map +1 -1
  1231. package/dist/react-native/operations/restorableSqlResources.js +12 -34
  1232. package/dist/react-native/operations/restorableSqlResources.js.map +1 -1
  1233. package/dist/react-native/operations/restorableTableResources.d.ts +4 -4
  1234. package/dist/react-native/operations/restorableTableResources.d.ts.map +1 -1
  1235. package/dist/react-native/operations/restorableTableResources.js +12 -34
  1236. package/dist/react-native/operations/restorableTableResources.js.map +1 -1
  1237. package/dist/react-native/operations/restorableTables.d.ts +4 -4
  1238. package/dist/react-native/operations/restorableTables.d.ts.map +1 -1
  1239. package/dist/react-native/operations/restorableTables.js +13 -39
  1240. package/dist/react-native/operations/restorableTables.js.map +1 -1
  1241. package/dist/react-native/operations/service.d.ts +5 -5
  1242. package/dist/react-native/operations/service.d.ts.map +1 -1
  1243. package/dist/react-native/operations/service.js +35 -47
  1244. package/dist/react-native/operations/service.js.map +1 -1
  1245. package/dist/react-native/operations/sqlResources.d.ts +30 -152
  1246. package/dist/react-native/operations/sqlResources.d.ts.map +1 -1
  1247. package/dist/react-native/operations/sqlResources.js +375 -996
  1248. package/dist/react-native/operations/sqlResources.js.map +1 -1
  1249. package/dist/react-native/operations/tableResources.d.ts +5 -125
  1250. package/dist/react-native/operations/tableResources.d.ts.map +1 -1
  1251. package/dist/react-native/operations/tableResources.js +79 -639
  1252. package/dist/react-native/operations/tableResources.js.map +1 -1
  1253. package/dist/react-native/operationsInterfaces/cassandraClusters.d.ts +3 -49
  1254. package/dist/react-native/operationsInterfaces/cassandraClusters.d.ts.map +1 -1
  1255. package/dist/react-native/operationsInterfaces/cassandraClusters.js +2 -7
  1256. package/dist/react-native/operationsInterfaces/cassandraClusters.js.map +1 -1
  1257. package/dist/react-native/operationsInterfaces/cassandraDataCenters.d.ts +3 -3
  1258. package/dist/react-native/operationsInterfaces/cassandraDataCenters.d.ts.map +1 -1
  1259. package/dist/react-native/operationsInterfaces/cassandraDataCenters.js +2 -7
  1260. package/dist/react-native/operationsInterfaces/cassandraDataCenters.js.map +1 -1
  1261. package/dist/react-native/operationsInterfaces/cassandraResources.d.ts +3 -126
  1262. package/dist/react-native/operationsInterfaces/cassandraResources.d.ts.map +1 -1
  1263. package/dist/react-native/operationsInterfaces/cassandraResources.js +2 -7
  1264. package/dist/react-native/operationsInterfaces/cassandraResources.js.map +1 -1
  1265. package/dist/react-native/operationsInterfaces/collection.d.ts +2 -2
  1266. package/dist/react-native/operationsInterfaces/collection.d.ts.map +1 -1
  1267. package/dist/react-native/operationsInterfaces/collection.js +2 -7
  1268. package/dist/react-native/operationsInterfaces/collection.js.map +1 -1
  1269. package/dist/react-native/operationsInterfaces/collectionPartition.d.ts +2 -2
  1270. package/dist/react-native/operationsInterfaces/collectionPartition.d.ts.map +1 -1
  1271. package/dist/react-native/operationsInterfaces/collectionPartition.js +2 -7
  1272. package/dist/react-native/operationsInterfaces/collectionPartition.js.map +1 -1
  1273. package/dist/react-native/operationsInterfaces/collectionPartitionRegion.d.ts +2 -2
  1274. package/dist/react-native/operationsInterfaces/collectionPartitionRegion.d.ts.map +1 -1
  1275. package/dist/react-native/operationsInterfaces/collectionPartitionRegion.js +2 -7
  1276. package/dist/react-native/operationsInterfaces/collectionPartitionRegion.js.map +1 -1
  1277. package/dist/react-native/operationsInterfaces/collectionRegion.d.ts +2 -2
  1278. package/dist/react-native/operationsInterfaces/collectionRegion.d.ts.map +1 -1
  1279. package/dist/react-native/operationsInterfaces/collectionRegion.js +2 -7
  1280. package/dist/react-native/operationsInterfaces/collectionRegion.js.map +1 -1
  1281. package/dist/react-native/operationsInterfaces/database.d.ts +2 -2
  1282. package/dist/react-native/operationsInterfaces/database.d.ts.map +1 -1
  1283. package/dist/react-native/operationsInterfaces/database.js +2 -7
  1284. package/dist/react-native/operationsInterfaces/database.js.map +1 -1
  1285. package/dist/react-native/operationsInterfaces/databaseAccountRegion.d.ts +2 -2
  1286. package/dist/react-native/operationsInterfaces/databaseAccountRegion.d.ts.map +1 -1
  1287. package/dist/react-native/operationsInterfaces/databaseAccountRegion.js +2 -7
  1288. package/dist/react-native/operationsInterfaces/databaseAccountRegion.js.map +1 -1
  1289. package/dist/react-native/operationsInterfaces/databaseAccounts.d.ts +3 -3
  1290. package/dist/react-native/operationsInterfaces/databaseAccounts.d.ts.map +1 -1
  1291. package/dist/react-native/operationsInterfaces/databaseAccounts.js +2 -7
  1292. package/dist/react-native/operationsInterfaces/databaseAccounts.js.map +1 -1
  1293. package/dist/react-native/operationsInterfaces/fleet.d.ts +54 -0
  1294. package/dist/react-native/operationsInterfaces/fleet.d.ts.map +1 -0
  1295. package/dist/react-native/operationsInterfaces/fleet.js +4 -0
  1296. package/dist/react-native/operationsInterfaces/fleet.js.map +1 -0
  1297. package/dist/react-native/operationsInterfaces/fleetspace.d.ts +72 -0
  1298. package/dist/react-native/operationsInterfaces/fleetspace.d.ts.map +1 -0
  1299. package/dist/react-native/operationsInterfaces/fleetspace.js +4 -0
  1300. package/dist/react-native/operationsInterfaces/fleetspace.js.map +1 -0
  1301. package/dist/react-native/operationsInterfaces/fleetspaceAccount.d.ts +62 -0
  1302. package/dist/react-native/operationsInterfaces/fleetspaceAccount.d.ts.map +1 -0
  1303. package/dist/react-native/operationsInterfaces/fleetspaceAccount.js +4 -0
  1304. package/dist/react-native/operationsInterfaces/fleetspaceAccount.js.map +1 -0
  1305. package/dist/react-native/operationsInterfaces/gremlinResources.d.ts +3 -3
  1306. package/dist/react-native/operationsInterfaces/gremlinResources.d.ts.map +1 -1
  1307. package/dist/react-native/operationsInterfaces/gremlinResources.js +2 -7
  1308. package/dist/react-native/operationsInterfaces/gremlinResources.js.map +1 -1
  1309. package/dist/react-native/operationsInterfaces/index.d.ts +3 -8
  1310. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -1
  1311. package/dist/react-native/operationsInterfaces/index.js +7 -15
  1312. package/dist/react-native/operationsInterfaces/index.js.map +1 -1
  1313. package/dist/react-native/operationsInterfaces/locations.d.ts +2 -2
  1314. package/dist/react-native/operationsInterfaces/locations.d.ts.map +1 -1
  1315. package/dist/react-native/operationsInterfaces/locations.js +2 -7
  1316. package/dist/react-native/operationsInterfaces/locations.js.map +1 -1
  1317. package/dist/react-native/operationsInterfaces/mongoDBResources.d.ts +3 -125
  1318. package/dist/react-native/operationsInterfaces/mongoDBResources.d.ts.map +1 -1
  1319. package/dist/react-native/operationsInterfaces/mongoDBResources.js +2 -7
  1320. package/dist/react-native/operationsInterfaces/mongoDBResources.js.map +1 -1
  1321. package/dist/react-native/operationsInterfaces/notebookWorkspaces.d.ts +3 -3
  1322. package/dist/react-native/operationsInterfaces/notebookWorkspaces.d.ts.map +1 -1
  1323. package/dist/react-native/operationsInterfaces/notebookWorkspaces.js +2 -7
  1324. package/dist/react-native/operationsInterfaces/notebookWorkspaces.js.map +1 -1
  1325. package/dist/react-native/operationsInterfaces/operations.d.ts +2 -2
  1326. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -1
  1327. package/dist/react-native/operationsInterfaces/operations.js +2 -7
  1328. package/dist/react-native/operationsInterfaces/operations.js.map +1 -1
  1329. package/dist/react-native/operationsInterfaces/partitionKeyRangeId.d.ts +2 -2
  1330. package/dist/react-native/operationsInterfaces/partitionKeyRangeId.d.ts.map +1 -1
  1331. package/dist/react-native/operationsInterfaces/partitionKeyRangeId.js +2 -7
  1332. package/dist/react-native/operationsInterfaces/partitionKeyRangeId.js.map +1 -1
  1333. package/dist/react-native/operationsInterfaces/partitionKeyRangeIdRegion.d.ts +2 -2
  1334. package/dist/react-native/operationsInterfaces/partitionKeyRangeIdRegion.d.ts.map +1 -1
  1335. package/dist/react-native/operationsInterfaces/partitionKeyRangeIdRegion.js +2 -7
  1336. package/dist/react-native/operationsInterfaces/partitionKeyRangeIdRegion.js.map +1 -1
  1337. package/dist/react-native/operationsInterfaces/percentile.d.ts +2 -2
  1338. package/dist/react-native/operationsInterfaces/percentile.d.ts.map +1 -1
  1339. package/dist/react-native/operationsInterfaces/percentile.js +2 -7
  1340. package/dist/react-native/operationsInterfaces/percentile.js.map +1 -1
  1341. package/dist/react-native/operationsInterfaces/percentileSourceTarget.d.ts +2 -2
  1342. package/dist/react-native/operationsInterfaces/percentileSourceTarget.d.ts.map +1 -1
  1343. package/dist/react-native/operationsInterfaces/percentileSourceTarget.js +2 -7
  1344. package/dist/react-native/operationsInterfaces/percentileSourceTarget.js.map +1 -1
  1345. package/dist/react-native/operationsInterfaces/percentileTarget.d.ts +2 -2
  1346. package/dist/react-native/operationsInterfaces/percentileTarget.d.ts.map +1 -1
  1347. package/dist/react-native/operationsInterfaces/percentileTarget.js +2 -7
  1348. package/dist/react-native/operationsInterfaces/percentileTarget.js.map +1 -1
  1349. package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +3 -3
  1350. package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -1
  1351. package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +2 -7
  1352. package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +1 -1
  1353. package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts +2 -2
  1354. package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts.map +1 -1
  1355. package/dist/react-native/operationsInterfaces/privateLinkResources.js +2 -7
  1356. package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +1 -1
  1357. package/dist/react-native/operationsInterfaces/restorableDatabaseAccounts.d.ts +2 -2
  1358. package/dist/react-native/operationsInterfaces/restorableDatabaseAccounts.d.ts.map +1 -1
  1359. package/dist/react-native/operationsInterfaces/restorableDatabaseAccounts.js +2 -7
  1360. package/dist/react-native/operationsInterfaces/restorableDatabaseAccounts.js.map +1 -1
  1361. package/dist/react-native/operationsInterfaces/restorableGremlinDatabases.d.ts +2 -2
  1362. package/dist/react-native/operationsInterfaces/restorableGremlinDatabases.d.ts.map +1 -1
  1363. package/dist/react-native/operationsInterfaces/restorableGremlinDatabases.js +2 -7
  1364. package/dist/react-native/operationsInterfaces/restorableGremlinDatabases.js.map +1 -1
  1365. package/dist/react-native/operationsInterfaces/restorableGremlinGraphs.d.ts +2 -2
  1366. package/dist/react-native/operationsInterfaces/restorableGremlinGraphs.d.ts.map +1 -1
  1367. package/dist/react-native/operationsInterfaces/restorableGremlinGraphs.js +2 -7
  1368. package/dist/react-native/operationsInterfaces/restorableGremlinGraphs.js.map +1 -1
  1369. package/dist/react-native/operationsInterfaces/restorableGremlinResources.d.ts +2 -2
  1370. package/dist/react-native/operationsInterfaces/restorableGremlinResources.d.ts.map +1 -1
  1371. package/dist/react-native/operationsInterfaces/restorableGremlinResources.js +2 -7
  1372. package/dist/react-native/operationsInterfaces/restorableGremlinResources.js.map +1 -1
  1373. package/dist/react-native/operationsInterfaces/restorableMongodbCollections.d.ts +2 -2
  1374. package/dist/react-native/operationsInterfaces/restorableMongodbCollections.d.ts.map +1 -1
  1375. package/dist/react-native/operationsInterfaces/restorableMongodbCollections.js +2 -7
  1376. package/dist/react-native/operationsInterfaces/restorableMongodbCollections.js.map +1 -1
  1377. package/dist/react-native/operationsInterfaces/restorableMongodbDatabases.d.ts +2 -2
  1378. package/dist/react-native/operationsInterfaces/restorableMongodbDatabases.d.ts.map +1 -1
  1379. package/dist/react-native/operationsInterfaces/restorableMongodbDatabases.js +2 -7
  1380. package/dist/react-native/operationsInterfaces/restorableMongodbDatabases.js.map +1 -1
  1381. package/dist/react-native/operationsInterfaces/restorableMongodbResources.d.ts +2 -2
  1382. package/dist/react-native/operationsInterfaces/restorableMongodbResources.d.ts.map +1 -1
  1383. package/dist/react-native/operationsInterfaces/restorableMongodbResources.js +2 -7
  1384. package/dist/react-native/operationsInterfaces/restorableMongodbResources.js.map +1 -1
  1385. package/dist/react-native/operationsInterfaces/restorableSqlContainers.d.ts +2 -2
  1386. package/dist/react-native/operationsInterfaces/restorableSqlContainers.d.ts.map +1 -1
  1387. package/dist/react-native/operationsInterfaces/restorableSqlContainers.js +2 -7
  1388. package/dist/react-native/operationsInterfaces/restorableSqlContainers.js.map +1 -1
  1389. package/dist/react-native/operationsInterfaces/restorableSqlDatabases.d.ts +2 -2
  1390. package/dist/react-native/operationsInterfaces/restorableSqlDatabases.d.ts.map +1 -1
  1391. package/dist/react-native/operationsInterfaces/restorableSqlDatabases.js +2 -7
  1392. package/dist/react-native/operationsInterfaces/restorableSqlDatabases.js.map +1 -1
  1393. package/dist/react-native/operationsInterfaces/restorableSqlResources.d.ts +2 -2
  1394. package/dist/react-native/operationsInterfaces/restorableSqlResources.d.ts.map +1 -1
  1395. package/dist/react-native/operationsInterfaces/restorableSqlResources.js +2 -7
  1396. package/dist/react-native/operationsInterfaces/restorableSqlResources.js.map +1 -1
  1397. package/dist/react-native/operationsInterfaces/restorableTableResources.d.ts +2 -2
  1398. package/dist/react-native/operationsInterfaces/restorableTableResources.d.ts.map +1 -1
  1399. package/dist/react-native/operationsInterfaces/restorableTableResources.js +2 -7
  1400. package/dist/react-native/operationsInterfaces/restorableTableResources.js.map +1 -1
  1401. package/dist/react-native/operationsInterfaces/restorableTables.d.ts +2 -2
  1402. package/dist/react-native/operationsInterfaces/restorableTables.d.ts.map +1 -1
  1403. package/dist/react-native/operationsInterfaces/restorableTables.js +2 -7
  1404. package/dist/react-native/operationsInterfaces/restorableTables.js.map +1 -1
  1405. package/dist/react-native/operationsInterfaces/service.d.ts +3 -3
  1406. package/dist/react-native/operationsInterfaces/service.d.ts.map +1 -1
  1407. package/dist/react-native/operationsInterfaces/service.js +2 -7
  1408. package/dist/react-native/operationsInterfaces/service.js.map +1 -1
  1409. package/dist/react-native/operationsInterfaces/sqlResources.d.ts +22 -144
  1410. package/dist/react-native/operationsInterfaces/sqlResources.d.ts.map +1 -1
  1411. package/dist/react-native/operationsInterfaces/sqlResources.js +2 -7
  1412. package/dist/react-native/operationsInterfaces/sqlResources.js.map +1 -1
  1413. package/dist/react-native/operationsInterfaces/tableResources.d.ts +3 -105
  1414. package/dist/react-native/operationsInterfaces/tableResources.d.ts.map +1 -1
  1415. package/dist/react-native/operationsInterfaces/tableResources.js +2 -7
  1416. package/dist/react-native/operationsInterfaces/tableResources.js.map +1 -1
  1417. package/dist/react-native/pagingHelper.d.ts.map +1 -1
  1418. package/dist/react-native/pagingHelper.js +4 -11
  1419. package/dist/react-native/pagingHelper.js.map +1 -1
  1420. package/package.json +59 -68
  1421. package/CHANGELOG.md +0 -2155
  1422. package/dist/browser/operations/chaosFault.d.ts +0 -65
  1423. package/dist/browser/operations/chaosFault.d.ts.map +0 -1
  1424. package/dist/browser/operations/chaosFault.js +0 -279
  1425. package/dist/browser/operations/chaosFault.js.map +0 -1
  1426. package/dist/browser/operations/dataTransferJobs.d.ts +0 -87
  1427. package/dist/browser/operations/dataTransferJobs.d.ts.map +0 -1
  1428. package/dist/browser/operations/dataTransferJobs.js +0 -345
  1429. package/dist/browser/operations/dataTransferJobs.js.map +0 -1
  1430. package/dist/browser/operations/graphResources.d.ts +0 -73
  1431. package/dist/browser/operations/graphResources.d.ts.map +0 -1
  1432. package/dist/browser/operations/graphResources.js +0 -291
  1433. package/dist/browser/operations/graphResources.js.map +0 -1
  1434. package/dist/browser/operations/networkSecurityPerimeterConfigurations.d.ts +0 -66
  1435. package/dist/browser/operations/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
  1436. package/dist/browser/operations/networkSecurityPerimeterConfigurations.js +0 -282
  1437. package/dist/browser/operations/networkSecurityPerimeterConfigurations.js.map +0 -1
  1438. package/dist/browser/operations/throughputPool.d.ts +0 -67
  1439. package/dist/browser/operations/throughputPool.d.ts.map +0 -1
  1440. package/dist/browser/operations/throughputPool.js +0 -308
  1441. package/dist/browser/operations/throughputPool.js.map +0 -1
  1442. package/dist/browser/operations/throughputPoolAccount.d.ts +0 -58
  1443. package/dist/browser/operations/throughputPoolAccount.d.ts.map +0 -1
  1444. package/dist/browser/operations/throughputPoolAccount.js +0 -248
  1445. package/dist/browser/operations/throughputPoolAccount.js.map +0 -1
  1446. package/dist/browser/operations/throughputPoolAccounts.d.ts +0 -38
  1447. package/dist/browser/operations/throughputPoolAccounts.d.ts.map +0 -1
  1448. package/dist/browser/operations/throughputPoolAccounts.js +0 -150
  1449. package/dist/browser/operations/throughputPoolAccounts.js.map +0 -1
  1450. package/dist/browser/operations/throughputPools.d.ts +0 -53
  1451. package/dist/browser/operations/throughputPools.d.ts.map +0 -1
  1452. package/dist/browser/operations/throughputPools.js +0 -256
  1453. package/dist/browser/operations/throughputPools.js.map +0 -1
  1454. package/dist/browser/operationsInterfaces/chaosFault.d.ts +0 -40
  1455. package/dist/browser/operationsInterfaces/chaosFault.d.ts.map +0 -1
  1456. package/dist/browser/operationsInterfaces/chaosFault.js +0 -9
  1457. package/dist/browser/operationsInterfaces/chaosFault.js.map +0 -1
  1458. package/dist/browser/operationsInterfaces/dataTransferJobs.d.ts +0 -62
  1459. package/dist/browser/operationsInterfaces/dataTransferJobs.d.ts.map +0 -1
  1460. package/dist/browser/operationsInterfaces/dataTransferJobs.js +0 -9
  1461. package/dist/browser/operationsInterfaces/dataTransferJobs.js.map +0 -1
  1462. package/dist/browser/operationsInterfaces/graphResources.d.ts +0 -56
  1463. package/dist/browser/operationsInterfaces/graphResources.d.ts.map +0 -1
  1464. package/dist/browser/operationsInterfaces/graphResources.js +0 -9
  1465. package/dist/browser/operationsInterfaces/graphResources.js.map +0 -1
  1466. package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +0 -41
  1467. package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
  1468. package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.js +0 -9
  1469. package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +0 -1
  1470. package/dist/browser/operationsInterfaces/throughputPool.d.ts +0 -59
  1471. package/dist/browser/operationsInterfaces/throughputPool.d.ts.map +0 -1
  1472. package/dist/browser/operationsInterfaces/throughputPool.js +0 -9
  1473. package/dist/browser/operationsInterfaces/throughputPool.js.map +0 -1
  1474. package/dist/browser/operationsInterfaces/throughputPoolAccount.d.ts +0 -50
  1475. package/dist/browser/operationsInterfaces/throughputPoolAccount.d.ts.map +0 -1
  1476. package/dist/browser/operationsInterfaces/throughputPoolAccount.js +0 -9
  1477. package/dist/browser/operationsInterfaces/throughputPoolAccount.js.map +0 -1
  1478. package/dist/browser/operationsInterfaces/throughputPoolAccounts.d.ts +0 -13
  1479. package/dist/browser/operationsInterfaces/throughputPoolAccounts.d.ts.map +0 -1
  1480. package/dist/browser/operationsInterfaces/throughputPoolAccounts.js +0 -9
  1481. package/dist/browser/operationsInterfaces/throughputPoolAccounts.js.map +0 -1
  1482. package/dist/browser/operationsInterfaces/throughputPools.d.ts +0 -17
  1483. package/dist/browser/operationsInterfaces/throughputPools.d.ts.map +0 -1
  1484. package/dist/browser/operationsInterfaces/throughputPools.js +0 -9
  1485. package/dist/browser/operationsInterfaces/throughputPools.js.map +0 -1
  1486. package/dist/commonjs/operations/chaosFault.d.ts +0 -65
  1487. package/dist/commonjs/operations/chaosFault.d.ts.map +0 -1
  1488. package/dist/commonjs/operations/chaosFault.js +0 -283
  1489. package/dist/commonjs/operations/chaosFault.js.map +0 -1
  1490. package/dist/commonjs/operations/dataTransferJobs.d.ts +0 -87
  1491. package/dist/commonjs/operations/dataTransferJobs.d.ts.map +0 -1
  1492. package/dist/commonjs/operations/dataTransferJobs.js +0 -349
  1493. package/dist/commonjs/operations/dataTransferJobs.js.map +0 -1
  1494. package/dist/commonjs/operations/graphResources.d.ts +0 -73
  1495. package/dist/commonjs/operations/graphResources.d.ts.map +0 -1
  1496. package/dist/commonjs/operations/graphResources.js +0 -295
  1497. package/dist/commonjs/operations/graphResources.js.map +0 -1
  1498. package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.d.ts +0 -66
  1499. package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
  1500. package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.js +0 -286
  1501. package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.js.map +0 -1
  1502. package/dist/commonjs/operations/throughputPool.d.ts +0 -67
  1503. package/dist/commonjs/operations/throughputPool.d.ts.map +0 -1
  1504. package/dist/commonjs/operations/throughputPool.js +0 -313
  1505. package/dist/commonjs/operations/throughputPool.js.map +0 -1
  1506. package/dist/commonjs/operations/throughputPoolAccount.d.ts +0 -58
  1507. package/dist/commonjs/operations/throughputPoolAccount.d.ts.map +0 -1
  1508. package/dist/commonjs/operations/throughputPoolAccount.js +0 -253
  1509. package/dist/commonjs/operations/throughputPoolAccount.js.map +0 -1
  1510. package/dist/commonjs/operations/throughputPoolAccounts.d.ts +0 -38
  1511. package/dist/commonjs/operations/throughputPoolAccounts.d.ts.map +0 -1
  1512. package/dist/commonjs/operations/throughputPoolAccounts.js +0 -154
  1513. package/dist/commonjs/operations/throughputPoolAccounts.js.map +0 -1
  1514. package/dist/commonjs/operations/throughputPools.d.ts +0 -53
  1515. package/dist/commonjs/operations/throughputPools.d.ts.map +0 -1
  1516. package/dist/commonjs/operations/throughputPools.js +0 -260
  1517. package/dist/commonjs/operations/throughputPools.js.map +0 -1
  1518. package/dist/commonjs/operationsInterfaces/chaosFault.d.ts +0 -40
  1519. package/dist/commonjs/operationsInterfaces/chaosFault.d.ts.map +0 -1
  1520. package/dist/commonjs/operationsInterfaces/chaosFault.js +0 -10
  1521. package/dist/commonjs/operationsInterfaces/chaosFault.js.map +0 -1
  1522. package/dist/commonjs/operationsInterfaces/dataTransferJobs.d.ts +0 -62
  1523. package/dist/commonjs/operationsInterfaces/dataTransferJobs.d.ts.map +0 -1
  1524. package/dist/commonjs/operationsInterfaces/dataTransferJobs.js +0 -10
  1525. package/dist/commonjs/operationsInterfaces/dataTransferJobs.js.map +0 -1
  1526. package/dist/commonjs/operationsInterfaces/graphResources.d.ts +0 -56
  1527. package/dist/commonjs/operationsInterfaces/graphResources.d.ts.map +0 -1
  1528. package/dist/commonjs/operationsInterfaces/graphResources.js +0 -10
  1529. package/dist/commonjs/operationsInterfaces/graphResources.js.map +0 -1
  1530. package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +0 -41
  1531. package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
  1532. package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.js +0 -10
  1533. package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +0 -1
  1534. package/dist/commonjs/operationsInterfaces/throughputPool.d.ts +0 -59
  1535. package/dist/commonjs/operationsInterfaces/throughputPool.d.ts.map +0 -1
  1536. package/dist/commonjs/operationsInterfaces/throughputPool.js +0 -10
  1537. package/dist/commonjs/operationsInterfaces/throughputPool.js.map +0 -1
  1538. package/dist/commonjs/operationsInterfaces/throughputPoolAccount.d.ts +0 -50
  1539. package/dist/commonjs/operationsInterfaces/throughputPoolAccount.d.ts.map +0 -1
  1540. package/dist/commonjs/operationsInterfaces/throughputPoolAccount.js +0 -10
  1541. package/dist/commonjs/operationsInterfaces/throughputPoolAccount.js.map +0 -1
  1542. package/dist/commonjs/operationsInterfaces/throughputPoolAccounts.d.ts +0 -13
  1543. package/dist/commonjs/operationsInterfaces/throughputPoolAccounts.d.ts.map +0 -1
  1544. package/dist/commonjs/operationsInterfaces/throughputPoolAccounts.js +0 -10
  1545. package/dist/commonjs/operationsInterfaces/throughputPoolAccounts.js.map +0 -1
  1546. package/dist/commonjs/operationsInterfaces/throughputPools.d.ts +0 -17
  1547. package/dist/commonjs/operationsInterfaces/throughputPools.d.ts.map +0 -1
  1548. package/dist/commonjs/operationsInterfaces/throughputPools.js +0 -10
  1549. package/dist/commonjs/operationsInterfaces/throughputPools.js.map +0 -1
  1550. package/dist/esm/operations/chaosFault.d.ts +0 -65
  1551. package/dist/esm/operations/chaosFault.d.ts.map +0 -1
  1552. package/dist/esm/operations/chaosFault.js +0 -279
  1553. package/dist/esm/operations/chaosFault.js.map +0 -1
  1554. package/dist/esm/operations/dataTransferJobs.d.ts +0 -87
  1555. package/dist/esm/operations/dataTransferJobs.d.ts.map +0 -1
  1556. package/dist/esm/operations/dataTransferJobs.js +0 -345
  1557. package/dist/esm/operations/dataTransferJobs.js.map +0 -1
  1558. package/dist/esm/operations/graphResources.d.ts +0 -73
  1559. package/dist/esm/operations/graphResources.d.ts.map +0 -1
  1560. package/dist/esm/operations/graphResources.js +0 -291
  1561. package/dist/esm/operations/graphResources.js.map +0 -1
  1562. package/dist/esm/operations/networkSecurityPerimeterConfigurations.d.ts +0 -66
  1563. package/dist/esm/operations/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
  1564. package/dist/esm/operations/networkSecurityPerimeterConfigurations.js +0 -282
  1565. package/dist/esm/operations/networkSecurityPerimeterConfigurations.js.map +0 -1
  1566. package/dist/esm/operations/throughputPool.d.ts +0 -67
  1567. package/dist/esm/operations/throughputPool.d.ts.map +0 -1
  1568. package/dist/esm/operations/throughputPool.js +0 -308
  1569. package/dist/esm/operations/throughputPool.js.map +0 -1
  1570. package/dist/esm/operations/throughputPoolAccount.d.ts +0 -58
  1571. package/dist/esm/operations/throughputPoolAccount.d.ts.map +0 -1
  1572. package/dist/esm/operations/throughputPoolAccount.js +0 -248
  1573. package/dist/esm/operations/throughputPoolAccount.js.map +0 -1
  1574. package/dist/esm/operations/throughputPoolAccounts.d.ts +0 -38
  1575. package/dist/esm/operations/throughputPoolAccounts.d.ts.map +0 -1
  1576. package/dist/esm/operations/throughputPoolAccounts.js +0 -150
  1577. package/dist/esm/operations/throughputPoolAccounts.js.map +0 -1
  1578. package/dist/esm/operations/throughputPools.d.ts +0 -53
  1579. package/dist/esm/operations/throughputPools.d.ts.map +0 -1
  1580. package/dist/esm/operations/throughputPools.js +0 -256
  1581. package/dist/esm/operations/throughputPools.js.map +0 -1
  1582. package/dist/esm/operationsInterfaces/chaosFault.d.ts +0 -40
  1583. package/dist/esm/operationsInterfaces/chaosFault.d.ts.map +0 -1
  1584. package/dist/esm/operationsInterfaces/chaosFault.js +0 -9
  1585. package/dist/esm/operationsInterfaces/chaosFault.js.map +0 -1
  1586. package/dist/esm/operationsInterfaces/dataTransferJobs.d.ts +0 -62
  1587. package/dist/esm/operationsInterfaces/dataTransferJobs.d.ts.map +0 -1
  1588. package/dist/esm/operationsInterfaces/dataTransferJobs.js +0 -9
  1589. package/dist/esm/operationsInterfaces/dataTransferJobs.js.map +0 -1
  1590. package/dist/esm/operationsInterfaces/graphResources.d.ts +0 -56
  1591. package/dist/esm/operationsInterfaces/graphResources.d.ts.map +0 -1
  1592. package/dist/esm/operationsInterfaces/graphResources.js +0 -9
  1593. package/dist/esm/operationsInterfaces/graphResources.js.map +0 -1
  1594. package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +0 -41
  1595. package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
  1596. package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.js +0 -9
  1597. package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +0 -1
  1598. package/dist/esm/operationsInterfaces/throughputPool.d.ts +0 -59
  1599. package/dist/esm/operationsInterfaces/throughputPool.d.ts.map +0 -1
  1600. package/dist/esm/operationsInterfaces/throughputPool.js +0 -9
  1601. package/dist/esm/operationsInterfaces/throughputPool.js.map +0 -1
  1602. package/dist/esm/operationsInterfaces/throughputPoolAccount.d.ts +0 -50
  1603. package/dist/esm/operationsInterfaces/throughputPoolAccount.d.ts.map +0 -1
  1604. package/dist/esm/operationsInterfaces/throughputPoolAccount.js +0 -9
  1605. package/dist/esm/operationsInterfaces/throughputPoolAccount.js.map +0 -1
  1606. package/dist/esm/operationsInterfaces/throughputPoolAccounts.d.ts +0 -13
  1607. package/dist/esm/operationsInterfaces/throughputPoolAccounts.d.ts.map +0 -1
  1608. package/dist/esm/operationsInterfaces/throughputPoolAccounts.js +0 -9
  1609. package/dist/esm/operationsInterfaces/throughputPoolAccounts.js.map +0 -1
  1610. package/dist/esm/operationsInterfaces/throughputPools.d.ts +0 -17
  1611. package/dist/esm/operationsInterfaces/throughputPools.d.ts.map +0 -1
  1612. package/dist/esm/operationsInterfaces/throughputPools.js +0 -9
  1613. package/dist/esm/operationsInterfaces/throughputPools.js.map +0 -1
  1614. package/dist/react-native/operations/chaosFault.d.ts +0 -65
  1615. package/dist/react-native/operations/chaosFault.d.ts.map +0 -1
  1616. package/dist/react-native/operations/chaosFault.js +0 -279
  1617. package/dist/react-native/operations/chaosFault.js.map +0 -1
  1618. package/dist/react-native/operations/dataTransferJobs.d.ts +0 -87
  1619. package/dist/react-native/operations/dataTransferJobs.d.ts.map +0 -1
  1620. package/dist/react-native/operations/dataTransferJobs.js +0 -345
  1621. package/dist/react-native/operations/dataTransferJobs.js.map +0 -1
  1622. package/dist/react-native/operations/graphResources.d.ts +0 -73
  1623. package/dist/react-native/operations/graphResources.d.ts.map +0 -1
  1624. package/dist/react-native/operations/graphResources.js +0 -291
  1625. package/dist/react-native/operations/graphResources.js.map +0 -1
  1626. package/dist/react-native/operations/networkSecurityPerimeterConfigurations.d.ts +0 -66
  1627. package/dist/react-native/operations/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
  1628. package/dist/react-native/operations/networkSecurityPerimeterConfigurations.js +0 -282
  1629. package/dist/react-native/operations/networkSecurityPerimeterConfigurations.js.map +0 -1
  1630. package/dist/react-native/operations/throughputPool.d.ts +0 -67
  1631. package/dist/react-native/operations/throughputPool.d.ts.map +0 -1
  1632. package/dist/react-native/operations/throughputPool.js +0 -308
  1633. package/dist/react-native/operations/throughputPool.js.map +0 -1
  1634. package/dist/react-native/operations/throughputPoolAccount.d.ts +0 -58
  1635. package/dist/react-native/operations/throughputPoolAccount.d.ts.map +0 -1
  1636. package/dist/react-native/operations/throughputPoolAccount.js +0 -248
  1637. package/dist/react-native/operations/throughputPoolAccount.js.map +0 -1
  1638. package/dist/react-native/operations/throughputPoolAccounts.d.ts +0 -38
  1639. package/dist/react-native/operations/throughputPoolAccounts.d.ts.map +0 -1
  1640. package/dist/react-native/operations/throughputPoolAccounts.js +0 -150
  1641. package/dist/react-native/operations/throughputPoolAccounts.js.map +0 -1
  1642. package/dist/react-native/operations/throughputPools.d.ts +0 -53
  1643. package/dist/react-native/operations/throughputPools.d.ts.map +0 -1
  1644. package/dist/react-native/operations/throughputPools.js +0 -256
  1645. package/dist/react-native/operations/throughputPools.js.map +0 -1
  1646. package/dist/react-native/operationsInterfaces/chaosFault.d.ts +0 -40
  1647. package/dist/react-native/operationsInterfaces/chaosFault.d.ts.map +0 -1
  1648. package/dist/react-native/operationsInterfaces/chaosFault.js +0 -9
  1649. package/dist/react-native/operationsInterfaces/chaosFault.js.map +0 -1
  1650. package/dist/react-native/operationsInterfaces/dataTransferJobs.d.ts +0 -62
  1651. package/dist/react-native/operationsInterfaces/dataTransferJobs.d.ts.map +0 -1
  1652. package/dist/react-native/operationsInterfaces/dataTransferJobs.js +0 -9
  1653. package/dist/react-native/operationsInterfaces/dataTransferJobs.js.map +0 -1
  1654. package/dist/react-native/operationsInterfaces/graphResources.d.ts +0 -56
  1655. package/dist/react-native/operationsInterfaces/graphResources.d.ts.map +0 -1
  1656. package/dist/react-native/operationsInterfaces/graphResources.js +0 -9
  1657. package/dist/react-native/operationsInterfaces/graphResources.js.map +0 -1
  1658. package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +0 -41
  1659. package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
  1660. package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.js +0 -9
  1661. package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +0 -1
  1662. package/dist/react-native/operationsInterfaces/throughputPool.d.ts +0 -59
  1663. package/dist/react-native/operationsInterfaces/throughputPool.d.ts.map +0 -1
  1664. package/dist/react-native/operationsInterfaces/throughputPool.js +0 -9
  1665. package/dist/react-native/operationsInterfaces/throughputPool.js.map +0 -1
  1666. package/dist/react-native/operationsInterfaces/throughputPoolAccount.d.ts +0 -50
  1667. package/dist/react-native/operationsInterfaces/throughputPoolAccount.d.ts.map +0 -1
  1668. package/dist/react-native/operationsInterfaces/throughputPoolAccount.js +0 -9
  1669. package/dist/react-native/operationsInterfaces/throughputPoolAccount.js.map +0 -1
  1670. package/dist/react-native/operationsInterfaces/throughputPoolAccounts.d.ts +0 -13
  1671. package/dist/react-native/operationsInterfaces/throughputPoolAccounts.d.ts.map +0 -1
  1672. package/dist/react-native/operationsInterfaces/throughputPoolAccounts.js +0 -9
  1673. package/dist/react-native/operationsInterfaces/throughputPoolAccounts.js.map +0 -1
  1674. package/dist/react-native/operationsInterfaces/throughputPools.d.ts +0 -17
  1675. package/dist/react-native/operationsInterfaces/throughputPools.d.ts.map +0 -1
  1676. package/dist/react-native/operationsInterfaces/throughputPools.js +0 -9
  1677. package/dist/react-native/operationsInterfaces/throughputPools.js.map +0 -1
  1678. package/review/arm-cosmosdb.api.md +0 -6363
@@ -1,11 +1,6 @@
1
1
  "use strict";
2
- /*
3
- * Copyright (c) Microsoft Corporation.
4
- * Licensed under the MIT License.
5
- *
6
- * Code generated by Microsoft (R) AutoRest Code Generator.
7
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
8
- */
2
+ // Copyright (c) Microsoft Corporation.
3
+ // Licensed under the MIT License.
9
4
  Object.defineProperty(exports, "__esModule", { value: true });
10
5
  exports.MongoDBResourcesImpl = void 0;
11
6
  const tslib_1 = require("tslib");
@@ -17,6 +12,7 @@ const lroImpl_js_1 = require("../lroImpl.js");
17
12
  /// <reference lib="esnext.asynciterable" />
18
13
  /** Class containing MongoDBResources operations. */
19
14
  class MongoDBResourcesImpl {
15
+ client;
20
16
  /**
21
17
  * Initialize a new instance of the class MongoDBResources class.
22
18
  * @param client Reference to the service client
@@ -40,39 +36,22 @@ class MongoDBResourcesImpl {
40
36
  return this;
41
37
  },
42
38
  byPage: (settings) => {
43
- if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
39
+ if (settings?.maxPageSize) {
44
40
  throw new Error("maxPageSize is not supported by this operation.");
45
41
  }
46
42
  return this.listMongoDBDatabasesPagingPage(resourceGroupName, accountName, options, settings);
47
43
  },
48
44
  };
49
45
  }
50
- listMongoDBDatabasesPagingPage(resourceGroupName, accountName, options, _settings) {
51
- return tslib_1.__asyncGenerator(this, arguments, function* listMongoDBDatabasesPagingPage_1() {
52
- let result;
53
- result = yield tslib_1.__await(this._listMongoDBDatabases(resourceGroupName, accountName, options));
54
- yield yield tslib_1.__await(result.value || []);
55
- });
46
+ async *listMongoDBDatabasesPagingPage(resourceGroupName, accountName, options, _settings) {
47
+ let result;
48
+ result = await this._listMongoDBDatabases(resourceGroupName, accountName, options);
49
+ yield result.value || [];
56
50
  }
57
- listMongoDBDatabasesPagingAll(resourceGroupName, accountName, options) {
58
- return tslib_1.__asyncGenerator(this, arguments, function* listMongoDBDatabasesPagingAll_1() {
59
- var _a, e_1, _b, _c;
60
- try {
61
- for (var _d = true, _e = tslib_1.__asyncValues(this.listMongoDBDatabasesPagingPage(resourceGroupName, accountName, options)), _f; _f = yield tslib_1.__await(_e.next()), _a = _f.done, !_a; _d = true) {
62
- _c = _f.value;
63
- _d = false;
64
- const page = _c;
65
- yield tslib_1.__await(yield* tslib_1.__asyncDelegator(tslib_1.__asyncValues(page)));
66
- }
67
- }
68
- catch (e_1_1) { e_1 = { error: e_1_1 }; }
69
- finally {
70
- try {
71
- if (!_d && !_a && (_b = _e.return)) yield tslib_1.__await(_b.call(_e));
72
- }
73
- finally { if (e_1) throw e_1.error; }
74
- }
75
- });
51
+ async *listMongoDBDatabasesPagingAll(resourceGroupName, accountName, options) {
52
+ for await (const page of this.listMongoDBDatabasesPagingPage(resourceGroupName, accountName, options)) {
53
+ yield* page;
54
+ }
76
55
  }
77
56
  /**
78
57
  * Lists the MongoDB collection under an existing Azure Cosmos DB database account.
@@ -91,39 +70,22 @@ class MongoDBResourcesImpl {
91
70
  return this;
92
71
  },
93
72
  byPage: (settings) => {
94
- if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
73
+ if (settings?.maxPageSize) {
95
74
  throw new Error("maxPageSize is not supported by this operation.");
96
75
  }
97
76
  return this.listMongoDBCollectionsPagingPage(resourceGroupName, accountName, databaseName, options, settings);
98
77
  },
99
78
  };
100
79
  }
101
- listMongoDBCollectionsPagingPage(resourceGroupName, accountName, databaseName, options, _settings) {
102
- return tslib_1.__asyncGenerator(this, arguments, function* listMongoDBCollectionsPagingPage_1() {
103
- let result;
104
- result = yield tslib_1.__await(this._listMongoDBCollections(resourceGroupName, accountName, databaseName, options));
105
- yield yield tslib_1.__await(result.value || []);
106
- });
80
+ async *listMongoDBCollectionsPagingPage(resourceGroupName, accountName, databaseName, options, _settings) {
81
+ let result;
82
+ result = await this._listMongoDBCollections(resourceGroupName, accountName, databaseName, options);
83
+ yield result.value || [];
107
84
  }
108
- listMongoDBCollectionsPagingAll(resourceGroupName, accountName, databaseName, options) {
109
- return tslib_1.__asyncGenerator(this, arguments, function* listMongoDBCollectionsPagingAll_1() {
110
- var _a, e_2, _b, _c;
111
- try {
112
- for (var _d = true, _e = tslib_1.__asyncValues(this.listMongoDBCollectionsPagingPage(resourceGroupName, accountName, databaseName, options)), _f; _f = yield tslib_1.__await(_e.next()), _a = _f.done, !_a; _d = true) {
113
- _c = _f.value;
114
- _d = false;
115
- const page = _c;
116
- yield tslib_1.__await(yield* tslib_1.__asyncDelegator(tslib_1.__asyncValues(page)));
117
- }
118
- }
119
- catch (e_2_1) { e_2 = { error: e_2_1 }; }
120
- finally {
121
- try {
122
- if (!_d && !_a && (_b = _e.return)) yield tslib_1.__await(_b.call(_e));
123
- }
124
- finally { if (e_2) throw e_2.error; }
125
- }
126
- });
85
+ async *listMongoDBCollectionsPagingAll(resourceGroupName, accountName, databaseName, options) {
86
+ for await (const page of this.listMongoDBCollectionsPagingPage(resourceGroupName, accountName, databaseName, options)) {
87
+ yield* page;
88
+ }
127
89
  }
128
90
  /**
129
91
  * Retrieves the list of all Azure Cosmos DB Mongo Role Definitions.
@@ -141,39 +103,22 @@ class MongoDBResourcesImpl {
141
103
  return this;
142
104
  },
143
105
  byPage: (settings) => {
144
- if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
106
+ if (settings?.maxPageSize) {
145
107
  throw new Error("maxPageSize is not supported by this operation.");
146
108
  }
147
109
  return this.listMongoRoleDefinitionsPagingPage(resourceGroupName, accountName, options, settings);
148
110
  },
149
111
  };
150
112
  }
151
- listMongoRoleDefinitionsPagingPage(resourceGroupName, accountName, options, _settings) {
152
- return tslib_1.__asyncGenerator(this, arguments, function* listMongoRoleDefinitionsPagingPage_1() {
153
- let result;
154
- result = yield tslib_1.__await(this._listMongoRoleDefinitions(resourceGroupName, accountName, options));
155
- yield yield tslib_1.__await(result.value || []);
156
- });
113
+ async *listMongoRoleDefinitionsPagingPage(resourceGroupName, accountName, options, _settings) {
114
+ let result;
115
+ result = await this._listMongoRoleDefinitions(resourceGroupName, accountName, options);
116
+ yield result.value || [];
157
117
  }
158
- listMongoRoleDefinitionsPagingAll(resourceGroupName, accountName, options) {
159
- return tslib_1.__asyncGenerator(this, arguments, function* listMongoRoleDefinitionsPagingAll_1() {
160
- var _a, e_3, _b, _c;
161
- try {
162
- for (var _d = true, _e = tslib_1.__asyncValues(this.listMongoRoleDefinitionsPagingPage(resourceGroupName, accountName, options)), _f; _f = yield tslib_1.__await(_e.next()), _a = _f.done, !_a; _d = true) {
163
- _c = _f.value;
164
- _d = false;
165
- const page = _c;
166
- yield tslib_1.__await(yield* tslib_1.__asyncDelegator(tslib_1.__asyncValues(page)));
167
- }
168
- }
169
- catch (e_3_1) { e_3 = { error: e_3_1 }; }
170
- finally {
171
- try {
172
- if (!_d && !_a && (_b = _e.return)) yield tslib_1.__await(_b.call(_e));
173
- }
174
- finally { if (e_3) throw e_3.error; }
175
- }
176
- });
118
+ async *listMongoRoleDefinitionsPagingAll(resourceGroupName, accountName, options) {
119
+ for await (const page of this.listMongoRoleDefinitionsPagingPage(resourceGroupName, accountName, options)) {
120
+ yield* page;
121
+ }
177
122
  }
178
123
  /**
179
124
  * Retrieves the list of all Azure Cosmos DB Mongo User Definition.
@@ -191,39 +136,22 @@ class MongoDBResourcesImpl {
191
136
  return this;
192
137
  },
193
138
  byPage: (settings) => {
194
- if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
139
+ if (settings?.maxPageSize) {
195
140
  throw new Error("maxPageSize is not supported by this operation.");
196
141
  }
197
142
  return this.listMongoUserDefinitionsPagingPage(resourceGroupName, accountName, options, settings);
198
143
  },
199
144
  };
200
145
  }
201
- listMongoUserDefinitionsPagingPage(resourceGroupName, accountName, options, _settings) {
202
- return tslib_1.__asyncGenerator(this, arguments, function* listMongoUserDefinitionsPagingPage_1() {
203
- let result;
204
- result = yield tslib_1.__await(this._listMongoUserDefinitions(resourceGroupName, accountName, options));
205
- yield yield tslib_1.__await(result.value || []);
206
- });
146
+ async *listMongoUserDefinitionsPagingPage(resourceGroupName, accountName, options, _settings) {
147
+ let result;
148
+ result = await this._listMongoUserDefinitions(resourceGroupName, accountName, options);
149
+ yield result.value || [];
207
150
  }
208
- listMongoUserDefinitionsPagingAll(resourceGroupName, accountName, options) {
209
- return tslib_1.__asyncGenerator(this, arguments, function* listMongoUserDefinitionsPagingAll_1() {
210
- var _a, e_4, _b, _c;
211
- try {
212
- for (var _d = true, _e = tslib_1.__asyncValues(this.listMongoUserDefinitionsPagingPage(resourceGroupName, accountName, options)), _f; _f = yield tslib_1.__await(_e.next()), _a = _f.done, !_a; _d = true) {
213
- _c = _f.value;
214
- _d = false;
215
- const page = _c;
216
- yield tslib_1.__await(yield* tslib_1.__asyncDelegator(tslib_1.__asyncValues(page)));
217
- }
218
- }
219
- catch (e_4_1) { e_4 = { error: e_4_1 }; }
220
- finally {
221
- try {
222
- if (!_d && !_a && (_b = _e.return)) yield tslib_1.__await(_b.call(_e));
223
- }
224
- finally { if (e_4) throw e_4.error; }
225
- }
226
- });
151
+ async *listMongoUserDefinitionsPagingAll(resourceGroupName, accountName, options) {
152
+ for await (const page of this.listMongoUserDefinitionsPagingPage(resourceGroupName, accountName, options)) {
153
+ yield* page;
154
+ }
227
155
  }
228
156
  /**
229
157
  * Lists the MongoDB databases under an existing Azure Cosmos DB database account.
@@ -259,14 +187,19 @@ class MongoDBResourcesImpl {
259
187
  return this.client.sendOperationRequest(args, spec);
260
188
  };
261
189
  const sendOperationFn = async (args, spec) => {
262
- var _a;
263
190
  let currentRawResponse = undefined;
264
- const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
191
+ const providedCallback = args.options?.onResponse;
265
192
  const callback = (rawResponse, flatResponse) => {
266
193
  currentRawResponse = rawResponse;
267
- providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
194
+ providedCallback?.(rawResponse, flatResponse);
195
+ };
196
+ const updatedArgs = {
197
+ ...args,
198
+ options: {
199
+ ...args.options,
200
+ onResponse: callback,
201
+ },
268
202
  };
269
- const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
270
203
  const flatResponse = await directSendOperation(updatedArgs, spec);
271
204
  return {
272
205
  flatResponse,
@@ -289,8 +222,8 @@ class MongoDBResourcesImpl {
289
222
  spec: createUpdateMongoDBDatabaseOperationSpec,
290
223
  });
291
224
  const poller = await (0, core_lro_1.createHttpPoller)(lro, {
292
- restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
293
- intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
225
+ restoreFrom: options?.resumeFrom,
226
+ intervalInMs: options?.updateIntervalInMs,
294
227
  });
295
228
  await poller.poll();
296
229
  return poller;
@@ -320,14 +253,19 @@ class MongoDBResourcesImpl {
320
253
  return this.client.sendOperationRequest(args, spec);
321
254
  };
322
255
  const sendOperationFn = async (args, spec) => {
323
- var _a;
324
256
  let currentRawResponse = undefined;
325
- const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
257
+ const providedCallback = args.options?.onResponse;
326
258
  const callback = (rawResponse, flatResponse) => {
327
259
  currentRawResponse = rawResponse;
328
- providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
260
+ providedCallback?.(rawResponse, flatResponse);
261
+ };
262
+ const updatedArgs = {
263
+ ...args,
264
+ options: {
265
+ ...args.options,
266
+ onResponse: callback,
267
+ },
329
268
  };
330
- const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
331
269
  const flatResponse = await directSendOperation(updatedArgs, spec);
332
270
  return {
333
271
  flatResponse,
@@ -344,8 +282,8 @@ class MongoDBResourcesImpl {
344
282
  spec: deleteMongoDBDatabaseOperationSpec,
345
283
  });
346
284
  const poller = await (0, core_lro_1.createHttpPoller)(lro, {
347
- restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
348
- intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
285
+ restoreFrom: options?.resumeFrom,
286
+ intervalInMs: options?.updateIntervalInMs,
349
287
  });
350
288
  await poller.poll();
351
289
  return poller;
@@ -386,14 +324,19 @@ class MongoDBResourcesImpl {
386
324
  return this.client.sendOperationRequest(args, spec);
387
325
  };
388
326
  const sendOperationFn = async (args, spec) => {
389
- var _a;
390
327
  let currentRawResponse = undefined;
391
- const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
328
+ const providedCallback = args.options?.onResponse;
392
329
  const callback = (rawResponse, flatResponse) => {
393
330
  currentRawResponse = rawResponse;
394
- providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
331
+ providedCallback?.(rawResponse, flatResponse);
332
+ };
333
+ const updatedArgs = {
334
+ ...args,
335
+ options: {
336
+ ...args.options,
337
+ onResponse: callback,
338
+ },
395
339
  };
396
- const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
397
340
  const flatResponse = await directSendOperation(updatedArgs, spec);
398
341
  return {
399
342
  flatResponse,
@@ -416,8 +359,8 @@ class MongoDBResourcesImpl {
416
359
  spec: updateMongoDBDatabaseThroughputOperationSpec,
417
360
  });
418
361
  const poller = await (0, core_lro_1.createHttpPoller)(lro, {
419
- restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
420
- intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
362
+ restoreFrom: options?.resumeFrom,
363
+ intervalInMs: options?.updateIntervalInMs,
421
364
  });
422
365
  await poller.poll();
423
366
  return poller;
@@ -447,14 +390,19 @@ class MongoDBResourcesImpl {
447
390
  return this.client.sendOperationRequest(args, spec);
448
391
  };
449
392
  const sendOperationFn = async (args, spec) => {
450
- var _a;
451
393
  let currentRawResponse = undefined;
452
- const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
394
+ const providedCallback = args.options?.onResponse;
453
395
  const callback = (rawResponse, flatResponse) => {
454
396
  currentRawResponse = rawResponse;
455
- providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
397
+ providedCallback?.(rawResponse, flatResponse);
398
+ };
399
+ const updatedArgs = {
400
+ ...args,
401
+ options: {
402
+ ...args.options,
403
+ onResponse: callback,
404
+ },
456
405
  };
457
- const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
458
406
  const flatResponse = await directSendOperation(updatedArgs, spec);
459
407
  return {
460
408
  flatResponse,
@@ -471,8 +419,8 @@ class MongoDBResourcesImpl {
471
419
  spec: migrateMongoDBDatabaseToAutoscaleOperationSpec,
472
420
  });
473
421
  const poller = await (0, core_lro_1.createHttpPoller)(lro, {
474
- restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
475
- intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
422
+ restoreFrom: options?.resumeFrom,
423
+ intervalInMs: options?.updateIntervalInMs,
476
424
  });
477
425
  await poller.poll();
478
426
  return poller;
@@ -500,14 +448,19 @@ class MongoDBResourcesImpl {
500
448
  return this.client.sendOperationRequest(args, spec);
501
449
  };
502
450
  const sendOperationFn = async (args, spec) => {
503
- var _a;
504
451
  let currentRawResponse = undefined;
505
- const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
452
+ const providedCallback = args.options?.onResponse;
506
453
  const callback = (rawResponse, flatResponse) => {
507
454
  currentRawResponse = rawResponse;
508
- providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
455
+ providedCallback?.(rawResponse, flatResponse);
456
+ };
457
+ const updatedArgs = {
458
+ ...args,
459
+ options: {
460
+ ...args.options,
461
+ onResponse: callback,
462
+ },
509
463
  };
510
- const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
511
464
  const flatResponse = await directSendOperation(updatedArgs, spec);
512
465
  return {
513
466
  flatResponse,
@@ -524,8 +477,8 @@ class MongoDBResourcesImpl {
524
477
  spec: migrateMongoDBDatabaseToManualThroughputOperationSpec,
525
478
  });
526
479
  const poller = await (0, core_lro_1.createHttpPoller)(lro, {
527
- restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
528
- intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
480
+ restoreFrom: options?.resumeFrom,
481
+ intervalInMs: options?.updateIntervalInMs,
529
482
  });
530
483
  await poller.poll();
531
484
  return poller;
@@ -541,268 +494,6 @@ class MongoDBResourcesImpl {
541
494
  const poller = await this.beginMigrateMongoDBDatabaseToManualThroughput(resourceGroupName, accountName, databaseName, options);
542
495
  return poller.pollUntilDone();
543
496
  }
544
- /**
545
- * Retrieve throughput distribution for an Azure Cosmos DB MongoDB database
546
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
547
- * @param accountName Cosmos DB database account name.
548
- * @param databaseName Cosmos DB database name.
549
- * @param retrieveThroughputParameters The parameters to provide for retrieving throughput distribution
550
- * for the current MongoDB database.
551
- * @param options The options parameters.
552
- */
553
- async beginMongoDBDatabaseRetrieveThroughputDistribution(resourceGroupName, accountName, databaseName, retrieveThroughputParameters, options) {
554
- const directSendOperation = async (args, spec) => {
555
- return this.client.sendOperationRequest(args, spec);
556
- };
557
- const sendOperationFn = async (args, spec) => {
558
- var _a;
559
- let currentRawResponse = undefined;
560
- const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
561
- const callback = (rawResponse, flatResponse) => {
562
- currentRawResponse = rawResponse;
563
- providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
564
- };
565
- const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
566
- const flatResponse = await directSendOperation(updatedArgs, spec);
567
- return {
568
- flatResponse,
569
- rawResponse: {
570
- statusCode: currentRawResponse.status,
571
- body: currentRawResponse.parsedBody,
572
- headers: currentRawResponse.headers.toJSON(),
573
- },
574
- };
575
- };
576
- const lro = (0, lroImpl_js_1.createLroSpec)({
577
- sendOperationFn,
578
- args: {
579
- resourceGroupName,
580
- accountName,
581
- databaseName,
582
- retrieveThroughputParameters,
583
- options,
584
- },
585
- spec: mongoDBDatabaseRetrieveThroughputDistributionOperationSpec,
586
- });
587
- const poller = await (0, core_lro_1.createHttpPoller)(lro, {
588
- restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
589
- intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
590
- resourceLocationConfig: "location",
591
- });
592
- await poller.poll();
593
- return poller;
594
- }
595
- /**
596
- * Retrieve throughput distribution for an Azure Cosmos DB MongoDB database
597
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
598
- * @param accountName Cosmos DB database account name.
599
- * @param databaseName Cosmos DB database name.
600
- * @param retrieveThroughputParameters The parameters to provide for retrieving throughput distribution
601
- * for the current MongoDB database.
602
- * @param options The options parameters.
603
- */
604
- async beginMongoDBDatabaseRetrieveThroughputDistributionAndWait(resourceGroupName, accountName, databaseName, retrieveThroughputParameters, options) {
605
- const poller = await this.beginMongoDBDatabaseRetrieveThroughputDistribution(resourceGroupName, accountName, databaseName, retrieveThroughputParameters, options);
606
- return poller.pollUntilDone();
607
- }
608
- /**
609
- * Redistribute throughput for an Azure Cosmos DB MongoDB database
610
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
611
- * @param accountName Cosmos DB database account name.
612
- * @param databaseName Cosmos DB database name.
613
- * @param redistributeThroughputParameters The parameters to provide for redistributing throughput for
614
- * the current MongoDB database.
615
- * @param options The options parameters.
616
- */
617
- async beginMongoDBDatabaseRedistributeThroughput(resourceGroupName, accountName, databaseName, redistributeThroughputParameters, options) {
618
- const directSendOperation = async (args, spec) => {
619
- return this.client.sendOperationRequest(args, spec);
620
- };
621
- const sendOperationFn = async (args, spec) => {
622
- var _a;
623
- let currentRawResponse = undefined;
624
- const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
625
- const callback = (rawResponse, flatResponse) => {
626
- currentRawResponse = rawResponse;
627
- providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
628
- };
629
- const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
630
- const flatResponse = await directSendOperation(updatedArgs, spec);
631
- return {
632
- flatResponse,
633
- rawResponse: {
634
- statusCode: currentRawResponse.status,
635
- body: currentRawResponse.parsedBody,
636
- headers: currentRawResponse.headers.toJSON(),
637
- },
638
- };
639
- };
640
- const lro = (0, lroImpl_js_1.createLroSpec)({
641
- sendOperationFn,
642
- args: {
643
- resourceGroupName,
644
- accountName,
645
- databaseName,
646
- redistributeThroughputParameters,
647
- options,
648
- },
649
- spec: mongoDBDatabaseRedistributeThroughputOperationSpec,
650
- });
651
- const poller = await (0, core_lro_1.createHttpPoller)(lro, {
652
- restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
653
- intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
654
- resourceLocationConfig: "location",
655
- });
656
- await poller.poll();
657
- return poller;
658
- }
659
- /**
660
- * Redistribute throughput for an Azure Cosmos DB MongoDB database
661
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
662
- * @param accountName Cosmos DB database account name.
663
- * @param databaseName Cosmos DB database name.
664
- * @param redistributeThroughputParameters The parameters to provide for redistributing throughput for
665
- * the current MongoDB database.
666
- * @param options The options parameters.
667
- */
668
- async beginMongoDBDatabaseRedistributeThroughputAndWait(resourceGroupName, accountName, databaseName, redistributeThroughputParameters, options) {
669
- const poller = await this.beginMongoDBDatabaseRedistributeThroughput(resourceGroupName, accountName, databaseName, redistributeThroughputParameters, options);
670
- return poller.pollUntilDone();
671
- }
672
- /**
673
- * Retrieve throughput distribution for an Azure Cosmos DB MongoDB container
674
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
675
- * @param accountName Cosmos DB database account name.
676
- * @param databaseName Cosmos DB database name.
677
- * @param collectionName Cosmos DB collection name.
678
- * @param retrieveThroughputParameters The parameters to provide for retrieving throughput distribution
679
- * for the current MongoDB container.
680
- * @param options The options parameters.
681
- */
682
- async beginMongoDBContainerRetrieveThroughputDistribution(resourceGroupName, accountName, databaseName, collectionName, retrieveThroughputParameters, options) {
683
- const directSendOperation = async (args, spec) => {
684
- return this.client.sendOperationRequest(args, spec);
685
- };
686
- const sendOperationFn = async (args, spec) => {
687
- var _a;
688
- let currentRawResponse = undefined;
689
- const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
690
- const callback = (rawResponse, flatResponse) => {
691
- currentRawResponse = rawResponse;
692
- providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
693
- };
694
- const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
695
- const flatResponse = await directSendOperation(updatedArgs, spec);
696
- return {
697
- flatResponse,
698
- rawResponse: {
699
- statusCode: currentRawResponse.status,
700
- body: currentRawResponse.parsedBody,
701
- headers: currentRawResponse.headers.toJSON(),
702
- },
703
- };
704
- };
705
- const lro = (0, lroImpl_js_1.createLroSpec)({
706
- sendOperationFn,
707
- args: {
708
- resourceGroupName,
709
- accountName,
710
- databaseName,
711
- collectionName,
712
- retrieveThroughputParameters,
713
- options,
714
- },
715
- spec: mongoDBContainerRetrieveThroughputDistributionOperationSpec,
716
- });
717
- const poller = await (0, core_lro_1.createHttpPoller)(lro, {
718
- restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
719
- intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
720
- resourceLocationConfig: "location",
721
- });
722
- await poller.poll();
723
- return poller;
724
- }
725
- /**
726
- * Retrieve throughput distribution for an Azure Cosmos DB MongoDB container
727
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
728
- * @param accountName Cosmos DB database account name.
729
- * @param databaseName Cosmos DB database name.
730
- * @param collectionName Cosmos DB collection name.
731
- * @param retrieveThroughputParameters The parameters to provide for retrieving throughput distribution
732
- * for the current MongoDB container.
733
- * @param options The options parameters.
734
- */
735
- async beginMongoDBContainerRetrieveThroughputDistributionAndWait(resourceGroupName, accountName, databaseName, collectionName, retrieveThroughputParameters, options) {
736
- const poller = await this.beginMongoDBContainerRetrieveThroughputDistribution(resourceGroupName, accountName, databaseName, collectionName, retrieveThroughputParameters, options);
737
- return poller.pollUntilDone();
738
- }
739
- /**
740
- * Redistribute throughput for an Azure Cosmos DB MongoDB container
741
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
742
- * @param accountName Cosmos DB database account name.
743
- * @param databaseName Cosmos DB database name.
744
- * @param collectionName Cosmos DB collection name.
745
- * @param redistributeThroughputParameters The parameters to provide for redistributing throughput for
746
- * the current MongoDB container.
747
- * @param options The options parameters.
748
- */
749
- async beginMongoDBContainerRedistributeThroughput(resourceGroupName, accountName, databaseName, collectionName, redistributeThroughputParameters, options) {
750
- const directSendOperation = async (args, spec) => {
751
- return this.client.sendOperationRequest(args, spec);
752
- };
753
- const sendOperationFn = async (args, spec) => {
754
- var _a;
755
- let currentRawResponse = undefined;
756
- const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
757
- const callback = (rawResponse, flatResponse) => {
758
- currentRawResponse = rawResponse;
759
- providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
760
- };
761
- const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
762
- const flatResponse = await directSendOperation(updatedArgs, spec);
763
- return {
764
- flatResponse,
765
- rawResponse: {
766
- statusCode: currentRawResponse.status,
767
- body: currentRawResponse.parsedBody,
768
- headers: currentRawResponse.headers.toJSON(),
769
- },
770
- };
771
- };
772
- const lro = (0, lroImpl_js_1.createLroSpec)({
773
- sendOperationFn,
774
- args: {
775
- resourceGroupName,
776
- accountName,
777
- databaseName,
778
- collectionName,
779
- redistributeThroughputParameters,
780
- options,
781
- },
782
- spec: mongoDBContainerRedistributeThroughputOperationSpec,
783
- });
784
- const poller = await (0, core_lro_1.createHttpPoller)(lro, {
785
- restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
786
- intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
787
- resourceLocationConfig: "location",
788
- });
789
- await poller.poll();
790
- return poller;
791
- }
792
- /**
793
- * Redistribute throughput for an Azure Cosmos DB MongoDB container
794
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
795
- * @param accountName Cosmos DB database account name.
796
- * @param databaseName Cosmos DB database name.
797
- * @param collectionName Cosmos DB collection name.
798
- * @param redistributeThroughputParameters The parameters to provide for redistributing throughput for
799
- * the current MongoDB container.
800
- * @param options The options parameters.
801
- */
802
- async beginMongoDBContainerRedistributeThroughputAndWait(resourceGroupName, accountName, databaseName, collectionName, redistributeThroughputParameters, options) {
803
- const poller = await this.beginMongoDBContainerRedistributeThroughput(resourceGroupName, accountName, databaseName, collectionName, redistributeThroughputParameters, options);
804
- return poller.pollUntilDone();
805
- }
806
497
  /**
807
498
  * Lists the MongoDB collection under an existing Azure Cosmos DB database account.
808
499
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
@@ -839,14 +530,19 @@ class MongoDBResourcesImpl {
839
530
  return this.client.sendOperationRequest(args, spec);
840
531
  };
841
532
  const sendOperationFn = async (args, spec) => {
842
- var _a;
843
533
  let currentRawResponse = undefined;
844
- const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
534
+ const providedCallback = args.options?.onResponse;
845
535
  const callback = (rawResponse, flatResponse) => {
846
536
  currentRawResponse = rawResponse;
847
- providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
537
+ providedCallback?.(rawResponse, flatResponse);
538
+ };
539
+ const updatedArgs = {
540
+ ...args,
541
+ options: {
542
+ ...args.options,
543
+ onResponse: callback,
544
+ },
848
545
  };
849
- const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
850
546
  const flatResponse = await directSendOperation(updatedArgs, spec);
851
547
  return {
852
548
  flatResponse,
@@ -870,8 +566,8 @@ class MongoDBResourcesImpl {
870
566
  spec: createUpdateMongoDBCollectionOperationSpec,
871
567
  });
872
568
  const poller = await (0, core_lro_1.createHttpPoller)(lro, {
873
- restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
874
- intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
569
+ restoreFrom: options?.resumeFrom,
570
+ intervalInMs: options?.updateIntervalInMs,
875
571
  });
876
572
  await poller.poll();
877
573
  return poller;
@@ -903,14 +599,19 @@ class MongoDBResourcesImpl {
903
599
  return this.client.sendOperationRequest(args, spec);
904
600
  };
905
601
  const sendOperationFn = async (args, spec) => {
906
- var _a;
907
602
  let currentRawResponse = undefined;
908
- const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
603
+ const providedCallback = args.options?.onResponse;
909
604
  const callback = (rawResponse, flatResponse) => {
910
605
  currentRawResponse = rawResponse;
911
- providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
606
+ providedCallback?.(rawResponse, flatResponse);
607
+ };
608
+ const updatedArgs = {
609
+ ...args,
610
+ options: {
611
+ ...args.options,
612
+ onResponse: callback,
613
+ },
912
614
  };
913
- const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
914
615
  const flatResponse = await directSendOperation(updatedArgs, spec);
915
616
  return {
916
617
  flatResponse,
@@ -933,8 +634,8 @@ class MongoDBResourcesImpl {
933
634
  spec: deleteMongoDBCollectionOperationSpec,
934
635
  });
935
636
  const poller = await (0, core_lro_1.createHttpPoller)(lro, {
936
- restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
937
- intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
637
+ restoreFrom: options?.resumeFrom,
638
+ intervalInMs: options?.updateIntervalInMs,
938
639
  });
939
640
  await poller.poll();
940
641
  return poller;
@@ -951,133 +652,6 @@ class MongoDBResourcesImpl {
951
652
  const poller = await this.beginDeleteMongoDBCollection(resourceGroupName, accountName, databaseName, collectionName, options);
952
653
  return poller.pollUntilDone();
953
654
  }
954
- /**
955
- * Merges the partitions of a MongoDB database
956
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
957
- * @param accountName Cosmos DB database account name.
958
- * @param databaseName Cosmos DB database name.
959
- * @param mergeParameters The parameters for the merge operation.
960
- * @param options The options parameters.
961
- */
962
- async beginMongoDBDatabasePartitionMerge(resourceGroupName, accountName, databaseName, mergeParameters, options) {
963
- const directSendOperation = async (args, spec) => {
964
- return this.client.sendOperationRequest(args, spec);
965
- };
966
- const sendOperationFn = async (args, spec) => {
967
- var _a;
968
- let currentRawResponse = undefined;
969
- const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
970
- const callback = (rawResponse, flatResponse) => {
971
- currentRawResponse = rawResponse;
972
- providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
973
- };
974
- const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
975
- const flatResponse = await directSendOperation(updatedArgs, spec);
976
- return {
977
- flatResponse,
978
- rawResponse: {
979
- statusCode: currentRawResponse.status,
980
- body: currentRawResponse.parsedBody,
981
- headers: currentRawResponse.headers.toJSON(),
982
- },
983
- };
984
- };
985
- const lro = (0, lroImpl_js_1.createLroSpec)({
986
- sendOperationFn,
987
- args: {
988
- resourceGroupName,
989
- accountName,
990
- databaseName,
991
- mergeParameters,
992
- options,
993
- },
994
- spec: mongoDBDatabasePartitionMergeOperationSpec,
995
- });
996
- const poller = await (0, core_lro_1.createHttpPoller)(lro, {
997
- restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
998
- intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
999
- resourceLocationConfig: "location",
1000
- });
1001
- await poller.poll();
1002
- return poller;
1003
- }
1004
- /**
1005
- * Merges the partitions of a MongoDB database
1006
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1007
- * @param accountName Cosmos DB database account name.
1008
- * @param databaseName Cosmos DB database name.
1009
- * @param mergeParameters The parameters for the merge operation.
1010
- * @param options The options parameters.
1011
- */
1012
- async beginMongoDBDatabasePartitionMergeAndWait(resourceGroupName, accountName, databaseName, mergeParameters, options) {
1013
- const poller = await this.beginMongoDBDatabasePartitionMerge(resourceGroupName, accountName, databaseName, mergeParameters, options);
1014
- return poller.pollUntilDone();
1015
- }
1016
- /**
1017
- * Merges the partitions of a MongoDB Collection
1018
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1019
- * @param accountName Cosmos DB database account name.
1020
- * @param databaseName Cosmos DB database name.
1021
- * @param collectionName Cosmos DB collection name.
1022
- * @param mergeParameters The parameters for the merge operation.
1023
- * @param options The options parameters.
1024
- */
1025
- async beginListMongoDBCollectionPartitionMerge(resourceGroupName, accountName, databaseName, collectionName, mergeParameters, options) {
1026
- const directSendOperation = async (args, spec) => {
1027
- return this.client.sendOperationRequest(args, spec);
1028
- };
1029
- const sendOperationFn = async (args, spec) => {
1030
- var _a;
1031
- let currentRawResponse = undefined;
1032
- const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
1033
- const callback = (rawResponse, flatResponse) => {
1034
- currentRawResponse = rawResponse;
1035
- providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
1036
- };
1037
- const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
1038
- const flatResponse = await directSendOperation(updatedArgs, spec);
1039
- return {
1040
- flatResponse,
1041
- rawResponse: {
1042
- statusCode: currentRawResponse.status,
1043
- body: currentRawResponse.parsedBody,
1044
- headers: currentRawResponse.headers.toJSON(),
1045
- },
1046
- };
1047
- };
1048
- const lro = (0, lroImpl_js_1.createLroSpec)({
1049
- sendOperationFn,
1050
- args: {
1051
- resourceGroupName,
1052
- accountName,
1053
- databaseName,
1054
- collectionName,
1055
- mergeParameters,
1056
- options,
1057
- },
1058
- spec: listMongoDBCollectionPartitionMergeOperationSpec,
1059
- });
1060
- const poller = await (0, core_lro_1.createHttpPoller)(lro, {
1061
- restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
1062
- intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
1063
- resourceLocationConfig: "location",
1064
- });
1065
- await poller.poll();
1066
- return poller;
1067
- }
1068
- /**
1069
- * Merges the partitions of a MongoDB Collection
1070
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1071
- * @param accountName Cosmos DB database account name.
1072
- * @param databaseName Cosmos DB database name.
1073
- * @param collectionName Cosmos DB collection name.
1074
- * @param mergeParameters The parameters for the merge operation.
1075
- * @param options The options parameters.
1076
- */
1077
- async beginListMongoDBCollectionPartitionMergeAndWait(resourceGroupName, accountName, databaseName, collectionName, mergeParameters, options) {
1078
- const poller = await this.beginListMongoDBCollectionPartitionMerge(resourceGroupName, accountName, databaseName, collectionName, mergeParameters, options);
1079
- return poller.pollUntilDone();
1080
- }
1081
655
  /**
1082
656
  * Gets the RUs per second of the MongoDB collection under an existing Azure Cosmos DB database account
1083
657
  * with the provided name.
@@ -1105,14 +679,19 @@ class MongoDBResourcesImpl {
1105
679
  return this.client.sendOperationRequest(args, spec);
1106
680
  };
1107
681
  const sendOperationFn = async (args, spec) => {
1108
- var _a;
1109
682
  let currentRawResponse = undefined;
1110
- const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
683
+ const providedCallback = args.options?.onResponse;
1111
684
  const callback = (rawResponse, flatResponse) => {
1112
685
  currentRawResponse = rawResponse;
1113
- providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
686
+ providedCallback?.(rawResponse, flatResponse);
687
+ };
688
+ const updatedArgs = {
689
+ ...args,
690
+ options: {
691
+ ...args.options,
692
+ onResponse: callback,
693
+ },
1114
694
  };
1115
- const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
1116
695
  const flatResponse = await directSendOperation(updatedArgs, spec);
1117
696
  return {
1118
697
  flatResponse,
@@ -1136,8 +715,8 @@ class MongoDBResourcesImpl {
1136
715
  spec: updateMongoDBCollectionThroughputOperationSpec,
1137
716
  });
1138
717
  const poller = await (0, core_lro_1.createHttpPoller)(lro, {
1139
- restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
1140
- intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
718
+ restoreFrom: options?.resumeFrom,
719
+ intervalInMs: options?.updateIntervalInMs,
1141
720
  });
1142
721
  await poller.poll();
1143
722
  return poller;
@@ -1169,14 +748,19 @@ class MongoDBResourcesImpl {
1169
748
  return this.client.sendOperationRequest(args, spec);
1170
749
  };
1171
750
  const sendOperationFn = async (args, spec) => {
1172
- var _a;
1173
751
  let currentRawResponse = undefined;
1174
- const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
752
+ const providedCallback = args.options?.onResponse;
1175
753
  const callback = (rawResponse, flatResponse) => {
1176
754
  currentRawResponse = rawResponse;
1177
- providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
755
+ providedCallback?.(rawResponse, flatResponse);
756
+ };
757
+ const updatedArgs = {
758
+ ...args,
759
+ options: {
760
+ ...args.options,
761
+ onResponse: callback,
762
+ },
1178
763
  };
1179
- const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
1180
764
  const flatResponse = await directSendOperation(updatedArgs, spec);
1181
765
  return {
1182
766
  flatResponse,
@@ -1199,8 +783,8 @@ class MongoDBResourcesImpl {
1199
783
  spec: migrateMongoDBCollectionToAutoscaleOperationSpec,
1200
784
  });
1201
785
  const poller = await (0, core_lro_1.createHttpPoller)(lro, {
1202
- restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
1203
- intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
786
+ restoreFrom: options?.resumeFrom,
787
+ intervalInMs: options?.updateIntervalInMs,
1204
788
  });
1205
789
  await poller.poll();
1206
790
  return poller;
@@ -1230,14 +814,19 @@ class MongoDBResourcesImpl {
1230
814
  return this.client.sendOperationRequest(args, spec);
1231
815
  };
1232
816
  const sendOperationFn = async (args, spec) => {
1233
- var _a;
1234
817
  let currentRawResponse = undefined;
1235
- const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
818
+ const providedCallback = args.options?.onResponse;
1236
819
  const callback = (rawResponse, flatResponse) => {
1237
820
  currentRawResponse = rawResponse;
1238
- providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
821
+ providedCallback?.(rawResponse, flatResponse);
822
+ };
823
+ const updatedArgs = {
824
+ ...args,
825
+ options: {
826
+ ...args.options,
827
+ onResponse: callback,
828
+ },
1239
829
  };
1240
- const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
1241
830
  const flatResponse = await directSendOperation(updatedArgs, spec);
1242
831
  return {
1243
832
  flatResponse,
@@ -1260,8 +849,8 @@ class MongoDBResourcesImpl {
1260
849
  spec: migrateMongoDBCollectionToManualThroughputOperationSpec,
1261
850
  });
1262
851
  const poller = await (0, core_lro_1.createHttpPoller)(lro, {
1263
- restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
1264
- intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
852
+ restoreFrom: options?.resumeFrom,
853
+ intervalInMs: options?.updateIntervalInMs,
1265
854
  });
1266
855
  await poller.poll();
1267
856
  return poller;
@@ -1302,14 +891,19 @@ class MongoDBResourcesImpl {
1302
891
  return this.client.sendOperationRequest(args, spec);
1303
892
  };
1304
893
  const sendOperationFn = async (args, spec) => {
1305
- var _a;
1306
894
  let currentRawResponse = undefined;
1307
- const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
895
+ const providedCallback = args.options?.onResponse;
1308
896
  const callback = (rawResponse, flatResponse) => {
1309
897
  currentRawResponse = rawResponse;
1310
- providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
898
+ providedCallback?.(rawResponse, flatResponse);
899
+ };
900
+ const updatedArgs = {
901
+ ...args,
902
+ options: {
903
+ ...args.options,
904
+ onResponse: callback,
905
+ },
1311
906
  };
1312
- const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
1313
907
  const flatResponse = await directSendOperation(updatedArgs, spec);
1314
908
  return {
1315
909
  flatResponse,
@@ -1332,8 +926,8 @@ class MongoDBResourcesImpl {
1332
926
  spec: createUpdateMongoRoleDefinitionOperationSpec,
1333
927
  });
1334
928
  const poller = await (0, core_lro_1.createHttpPoller)(lro, {
1335
- restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
1336
- intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
929
+ restoreFrom: options?.resumeFrom,
930
+ intervalInMs: options?.updateIntervalInMs,
1337
931
  });
1338
932
  await poller.poll();
1339
933
  return poller;
@@ -1363,14 +957,19 @@ class MongoDBResourcesImpl {
1363
957
  return this.client.sendOperationRequest(args, spec);
1364
958
  };
1365
959
  const sendOperationFn = async (args, spec) => {
1366
- var _a;
1367
960
  let currentRawResponse = undefined;
1368
- const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
961
+ const providedCallback = args.options?.onResponse;
1369
962
  const callback = (rawResponse, flatResponse) => {
1370
963
  currentRawResponse = rawResponse;
1371
- providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
964
+ providedCallback?.(rawResponse, flatResponse);
965
+ };
966
+ const updatedArgs = {
967
+ ...args,
968
+ options: {
969
+ ...args.options,
970
+ onResponse: callback,
971
+ },
1372
972
  };
1373
- const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
1374
973
  const flatResponse = await directSendOperation(updatedArgs, spec);
1375
974
  return {
1376
975
  flatResponse,
@@ -1387,8 +986,8 @@ class MongoDBResourcesImpl {
1387
986
  spec: deleteMongoRoleDefinitionOperationSpec,
1388
987
  });
1389
988
  const poller = await (0, core_lro_1.createHttpPoller)(lro, {
1390
- restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
1391
- intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
989
+ restoreFrom: options?.resumeFrom,
990
+ intervalInMs: options?.updateIntervalInMs,
1392
991
  });
1393
992
  await poller.poll();
1394
993
  return poller;
@@ -1437,14 +1036,19 @@ class MongoDBResourcesImpl {
1437
1036
  return this.client.sendOperationRequest(args, spec);
1438
1037
  };
1439
1038
  const sendOperationFn = async (args, spec) => {
1440
- var _a;
1441
1039
  let currentRawResponse = undefined;
1442
- const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
1040
+ const providedCallback = args.options?.onResponse;
1443
1041
  const callback = (rawResponse, flatResponse) => {
1444
1042
  currentRawResponse = rawResponse;
1445
- providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
1043
+ providedCallback?.(rawResponse, flatResponse);
1044
+ };
1045
+ const updatedArgs = {
1046
+ ...args,
1047
+ options: {
1048
+ ...args.options,
1049
+ onResponse: callback,
1050
+ },
1446
1051
  };
1447
- const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
1448
1052
  const flatResponse = await directSendOperation(updatedArgs, spec);
1449
1053
  return {
1450
1054
  flatResponse,
@@ -1467,8 +1071,8 @@ class MongoDBResourcesImpl {
1467
1071
  spec: createUpdateMongoUserDefinitionOperationSpec,
1468
1072
  });
1469
1073
  const poller = await (0, core_lro_1.createHttpPoller)(lro, {
1470
- restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
1471
- intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
1074
+ restoreFrom: options?.resumeFrom,
1075
+ intervalInMs: options?.updateIntervalInMs,
1472
1076
  });
1473
1077
  await poller.poll();
1474
1078
  return poller;
@@ -1498,14 +1102,19 @@ class MongoDBResourcesImpl {
1498
1102
  return this.client.sendOperationRequest(args, spec);
1499
1103
  };
1500
1104
  const sendOperationFn = async (args, spec) => {
1501
- var _a;
1502
1105
  let currentRawResponse = undefined;
1503
- const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
1106
+ const providedCallback = args.options?.onResponse;
1504
1107
  const callback = (rawResponse, flatResponse) => {
1505
1108
  currentRawResponse = rawResponse;
1506
- providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
1109
+ providedCallback?.(rawResponse, flatResponse);
1110
+ };
1111
+ const updatedArgs = {
1112
+ ...args,
1113
+ options: {
1114
+ ...args.options,
1115
+ onResponse: callback,
1116
+ },
1507
1117
  };
1508
- const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
1509
1118
  const flatResponse = await directSendOperation(updatedArgs, spec);
1510
1119
  return {
1511
1120
  flatResponse,
@@ -1522,8 +1131,8 @@ class MongoDBResourcesImpl {
1522
1131
  spec: deleteMongoUserDefinitionOperationSpec,
1523
1132
  });
1524
1133
  const poller = await (0, core_lro_1.createHttpPoller)(lro, {
1525
- restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
1526
- intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
1134
+ restoreFrom: options?.resumeFrom,
1135
+ intervalInMs: options?.updateIntervalInMs,
1527
1136
  });
1528
1137
  await poller.poll();
1529
1138
  return poller;
@@ -1562,14 +1171,19 @@ class MongoDBResourcesImpl {
1562
1171
  return this.client.sendOperationRequest(args, spec);
1563
1172
  };
1564
1173
  const sendOperationFn = async (args, spec) => {
1565
- var _a;
1566
1174
  let currentRawResponse = undefined;
1567
- const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
1175
+ const providedCallback = args.options?.onResponse;
1568
1176
  const callback = (rawResponse, flatResponse) => {
1569
1177
  currentRawResponse = rawResponse;
1570
- providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
1178
+ providedCallback?.(rawResponse, flatResponse);
1179
+ };
1180
+ const updatedArgs = {
1181
+ ...args,
1182
+ options: {
1183
+ ...args.options,
1184
+ onResponse: callback,
1185
+ },
1571
1186
  };
1572
- const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
1573
1187
  const flatResponse = await directSendOperation(updatedArgs, spec);
1574
1188
  return {
1575
1189
  flatResponse,
@@ -1593,8 +1207,8 @@ class MongoDBResourcesImpl {
1593
1207
  spec: retrieveContinuousBackupInformationOperationSpec,
1594
1208
  });
1595
1209
  const poller = await (0, core_lro_1.createHttpPoller)(lro, {
1596
- restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
1597
- intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
1210
+ restoreFrom: options?.resumeFrom,
1211
+ intervalInMs: options?.updateIntervalInMs,
1598
1212
  resourceLocationConfig: "location",
1599
1213
  });
1600
1214
  await poller.poll();
@@ -1825,140 +1439,6 @@ const migrateMongoDBDatabaseToManualThroughputOperationSpec = {
1825
1439
  headerParameters: [Parameters.accept],
1826
1440
  serializer,
1827
1441
  };
1828
- const mongoDBDatabaseRetrieveThroughputDistributionOperationSpec = {
1829
- path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{databaseName}/throughputSettings/default/retrieveThroughputDistribution",
1830
- httpMethod: "POST",
1831
- responses: {
1832
- 200: {
1833
- bodyMapper: Mappers.PhysicalPartitionThroughputInfoResult,
1834
- },
1835
- 201: {
1836
- bodyMapper: Mappers.PhysicalPartitionThroughputInfoResult,
1837
- },
1838
- 202: {
1839
- bodyMapper: Mappers.PhysicalPartitionThroughputInfoResult,
1840
- },
1841
- 204: {
1842
- bodyMapper: Mappers.PhysicalPartitionThroughputInfoResult,
1843
- },
1844
- default: {
1845
- bodyMapper: Mappers.ErrorResponse,
1846
- },
1847
- },
1848
- requestBody: Parameters.retrieveThroughputParameters,
1849
- queryParameters: [Parameters.apiVersion],
1850
- urlParameters: [
1851
- Parameters.$host,
1852
- Parameters.subscriptionId,
1853
- Parameters.resourceGroupName,
1854
- Parameters.accountName,
1855
- Parameters.databaseName,
1856
- ],
1857
- headerParameters: [Parameters.accept, Parameters.contentType],
1858
- mediaType: "json",
1859
- serializer,
1860
- };
1861
- const mongoDBDatabaseRedistributeThroughputOperationSpec = {
1862
- path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{databaseName}/throughputSettings/default/redistributeThroughput",
1863
- httpMethod: "POST",
1864
- responses: {
1865
- 200: {
1866
- bodyMapper: Mappers.PhysicalPartitionThroughputInfoResult,
1867
- },
1868
- 201: {
1869
- bodyMapper: Mappers.PhysicalPartitionThroughputInfoResult,
1870
- },
1871
- 202: {
1872
- bodyMapper: Mappers.PhysicalPartitionThroughputInfoResult,
1873
- },
1874
- 204: {
1875
- bodyMapper: Mappers.PhysicalPartitionThroughputInfoResult,
1876
- },
1877
- default: {
1878
- bodyMapper: Mappers.ErrorResponse,
1879
- },
1880
- },
1881
- requestBody: Parameters.redistributeThroughputParameters,
1882
- queryParameters: [Parameters.apiVersion],
1883
- urlParameters: [
1884
- Parameters.$host,
1885
- Parameters.subscriptionId,
1886
- Parameters.resourceGroupName,
1887
- Parameters.accountName,
1888
- Parameters.databaseName,
1889
- ],
1890
- headerParameters: [Parameters.accept, Parameters.contentType],
1891
- mediaType: "json",
1892
- serializer,
1893
- };
1894
- const mongoDBContainerRetrieveThroughputDistributionOperationSpec = {
1895
- path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{databaseName}/collections/{collectionName}/throughputSettings/default/retrieveThroughputDistribution",
1896
- httpMethod: "POST",
1897
- responses: {
1898
- 200: {
1899
- bodyMapper: Mappers.PhysicalPartitionThroughputInfoResult,
1900
- },
1901
- 201: {
1902
- bodyMapper: Mappers.PhysicalPartitionThroughputInfoResult,
1903
- },
1904
- 202: {
1905
- bodyMapper: Mappers.PhysicalPartitionThroughputInfoResult,
1906
- },
1907
- 204: {
1908
- bodyMapper: Mappers.PhysicalPartitionThroughputInfoResult,
1909
- },
1910
- default: {
1911
- bodyMapper: Mappers.ErrorResponse,
1912
- },
1913
- },
1914
- requestBody: Parameters.retrieveThroughputParameters,
1915
- queryParameters: [Parameters.apiVersion],
1916
- urlParameters: [
1917
- Parameters.$host,
1918
- Parameters.subscriptionId,
1919
- Parameters.resourceGroupName,
1920
- Parameters.accountName,
1921
- Parameters.databaseName,
1922
- Parameters.collectionName,
1923
- ],
1924
- headerParameters: [Parameters.accept, Parameters.contentType],
1925
- mediaType: "json",
1926
- serializer,
1927
- };
1928
- const mongoDBContainerRedistributeThroughputOperationSpec = {
1929
- path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{databaseName}/collections/{collectionName}/throughputSettings/default/redistributeThroughput",
1930
- httpMethod: "POST",
1931
- responses: {
1932
- 200: {
1933
- bodyMapper: Mappers.PhysicalPartitionThroughputInfoResult,
1934
- },
1935
- 201: {
1936
- bodyMapper: Mappers.PhysicalPartitionThroughputInfoResult,
1937
- },
1938
- 202: {
1939
- bodyMapper: Mappers.PhysicalPartitionThroughputInfoResult,
1940
- },
1941
- 204: {
1942
- bodyMapper: Mappers.PhysicalPartitionThroughputInfoResult,
1943
- },
1944
- default: {
1945
- bodyMapper: Mappers.ErrorResponse,
1946
- },
1947
- },
1948
- requestBody: Parameters.redistributeThroughputParameters,
1949
- queryParameters: [Parameters.apiVersion],
1950
- urlParameters: [
1951
- Parameters.$host,
1952
- Parameters.subscriptionId,
1953
- Parameters.resourceGroupName,
1954
- Parameters.accountName,
1955
- Parameters.databaseName,
1956
- Parameters.collectionName,
1957
- ],
1958
- headerParameters: [Parameters.accept, Parameters.contentType],
1959
- mediaType: "json",
1960
- serializer,
1961
- };
1962
1442
  const listMongoDBCollectionsOperationSpec = {
1963
1443
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{databaseName}/collections",
1964
1444
  httpMethod: "GET",
@@ -2057,73 +1537,6 @@ const deleteMongoDBCollectionOperationSpec = {
2057
1537
  ],
2058
1538
  serializer,
2059
1539
  };
2060
- const mongoDBDatabasePartitionMergeOperationSpec = {
2061
- path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{databaseName}/partitionMerge",
2062
- httpMethod: "POST",
2063
- responses: {
2064
- 200: {
2065
- bodyMapper: Mappers.PhysicalPartitionStorageInfoCollection,
2066
- },
2067
- 201: {
2068
- bodyMapper: Mappers.PhysicalPartitionStorageInfoCollection,
2069
- },
2070
- 202: {
2071
- bodyMapper: Mappers.PhysicalPartitionStorageInfoCollection,
2072
- },
2073
- 204: {
2074
- bodyMapper: Mappers.PhysicalPartitionStorageInfoCollection,
2075
- },
2076
- default: {
2077
- bodyMapper: Mappers.ErrorResponse,
2078
- },
2079
- },
2080
- requestBody: Parameters.mergeParameters,
2081
- queryParameters: [Parameters.apiVersion],
2082
- urlParameters: [
2083
- Parameters.$host,
2084
- Parameters.subscriptionId,
2085
- Parameters.resourceGroupName,
2086
- Parameters.accountName,
2087
- Parameters.databaseName,
2088
- ],
2089
- headerParameters: [Parameters.accept, Parameters.contentType],
2090
- mediaType: "json",
2091
- serializer,
2092
- };
2093
- const listMongoDBCollectionPartitionMergeOperationSpec = {
2094
- path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{databaseName}/collections/{collectionName}/partitionMerge",
2095
- httpMethod: "POST",
2096
- responses: {
2097
- 200: {
2098
- bodyMapper: Mappers.PhysicalPartitionStorageInfoCollection,
2099
- },
2100
- 201: {
2101
- bodyMapper: Mappers.PhysicalPartitionStorageInfoCollection,
2102
- },
2103
- 202: {
2104
- bodyMapper: Mappers.PhysicalPartitionStorageInfoCollection,
2105
- },
2106
- 204: {
2107
- bodyMapper: Mappers.PhysicalPartitionStorageInfoCollection,
2108
- },
2109
- default: {
2110
- bodyMapper: Mappers.ErrorResponse,
2111
- },
2112
- },
2113
- requestBody: Parameters.mergeParameters,
2114
- queryParameters: [Parameters.apiVersion],
2115
- urlParameters: [
2116
- Parameters.$host,
2117
- Parameters.subscriptionId,
2118
- Parameters.resourceGroupName,
2119
- Parameters.accountName,
2120
- Parameters.databaseName,
2121
- Parameters.collectionName,
2122
- ],
2123
- headerParameters: [Parameters.accept, Parameters.contentType],
2124
- mediaType: "json",
2125
- serializer,
2126
- };
2127
1540
  const getMongoDBCollectionThroughputOperationSpec = {
2128
1541
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{databaseName}/collections/{collectionName}/throughputSettings/default",
2129
1542
  httpMethod: "GET",