@azure/arm-cosmosdb 16.0.1-alpha.20241024.1 → 16.1.0

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 (282) hide show
  1. package/CHANGELOG.md +12 -9
  2. package/dist/index.js +161 -94
  3. package/dist/index.js.map +1 -1
  4. package/dist/index.min.js +1 -1
  5. package/dist/index.min.js.map +1 -1
  6. package/dist-esm/samples-dev/cassandraClustersCreateUpdateSample.js +1 -1
  7. package/dist-esm/samples-dev/cassandraClustersDeallocateSample.js +1 -1
  8. package/dist-esm/samples-dev/cassandraClustersDeleteSample.js +1 -1
  9. package/dist-esm/samples-dev/cassandraClustersGetSample.js +1 -1
  10. package/dist-esm/samples-dev/cassandraClustersInvokeCommandSample.js +1 -1
  11. package/dist-esm/samples-dev/cassandraClustersListByResourceGroupSample.js +1 -1
  12. package/dist-esm/samples-dev/cassandraClustersListBySubscriptionSample.js +1 -1
  13. package/dist-esm/samples-dev/cassandraClustersStartSample.js +1 -1
  14. package/dist-esm/samples-dev/cassandraClustersStatusSample.js +1 -1
  15. package/dist-esm/samples-dev/cassandraClustersUpdateSample.js +1 -1
  16. package/dist-esm/samples-dev/cassandraDataCentersCreateUpdateSample.js +1 -1
  17. package/dist-esm/samples-dev/cassandraDataCentersDeleteSample.js +1 -1
  18. package/dist-esm/samples-dev/cassandraDataCentersGetSample.js +1 -1
  19. package/dist-esm/samples-dev/cassandraDataCentersListSample.js +1 -1
  20. package/dist-esm/samples-dev/cassandraDataCentersUpdateSample.js +1 -1
  21. package/dist-esm/samples-dev/cassandraResourcesCreateUpdateCassandraKeyspaceSample.js +1 -1
  22. package/dist-esm/samples-dev/cassandraResourcesCreateUpdateCassandraTableSample.js +1 -1
  23. package/dist-esm/samples-dev/cassandraResourcesDeleteCassandraKeyspaceSample.js +1 -1
  24. package/dist-esm/samples-dev/cassandraResourcesDeleteCassandraTableSample.js +1 -1
  25. package/dist-esm/samples-dev/cassandraResourcesGetCassandraKeyspaceSample.js +1 -1
  26. package/dist-esm/samples-dev/cassandraResourcesGetCassandraKeyspaceThroughputSample.js +1 -1
  27. package/dist-esm/samples-dev/cassandraResourcesGetCassandraTableSample.js +1 -1
  28. package/dist-esm/samples-dev/cassandraResourcesGetCassandraTableThroughputSample.js +1 -1
  29. package/dist-esm/samples-dev/cassandraResourcesListCassandraKeyspacesSample.js +1 -1
  30. package/dist-esm/samples-dev/cassandraResourcesListCassandraTablesSample.js +1 -1
  31. package/dist-esm/samples-dev/cassandraResourcesMigrateCassandraKeyspaceToAutoscaleSample.js +1 -1
  32. package/dist-esm/samples-dev/cassandraResourcesMigrateCassandraKeyspaceToManualThroughputSample.js +1 -1
  33. package/dist-esm/samples-dev/cassandraResourcesMigrateCassandraTableToAutoscaleSample.js +1 -1
  34. package/dist-esm/samples-dev/cassandraResourcesMigrateCassandraTableToManualThroughputSample.js +1 -1
  35. package/dist-esm/samples-dev/cassandraResourcesUpdateCassandraKeyspaceThroughputSample.js +1 -1
  36. package/dist-esm/samples-dev/cassandraResourcesUpdateCassandraTableThroughputSample.js +1 -1
  37. package/dist-esm/samples-dev/collectionListMetricDefinitionsSample.js +1 -1
  38. package/dist-esm/samples-dev/collectionListMetricsSample.js +1 -1
  39. package/dist-esm/samples-dev/collectionListUsagesSample.js +1 -1
  40. package/dist-esm/samples-dev/collectionPartitionListMetricsSample.js +1 -1
  41. package/dist-esm/samples-dev/collectionPartitionListUsagesSample.js +1 -1
  42. package/dist-esm/samples-dev/collectionPartitionRegionListMetricsSample.js +1 -1
  43. package/dist-esm/samples-dev/collectionRegionListMetricsSample.js +1 -1
  44. package/dist-esm/samples-dev/databaseAccountRegionListMetricsSample.js +1 -1
  45. package/dist-esm/samples-dev/databaseAccountsCheckNameExistsSample.js +1 -1
  46. package/dist-esm/samples-dev/databaseAccountsCreateOrUpdateSample.js +4 -3
  47. package/dist-esm/samples-dev/databaseAccountsCreateOrUpdateSample.js.map +1 -1
  48. package/dist-esm/samples-dev/databaseAccountsDeleteSample.js +1 -1
  49. package/dist-esm/samples-dev/databaseAccountsFailoverPriorityChangeSample.js +1 -1
  50. package/dist-esm/samples-dev/databaseAccountsGetReadOnlyKeysSample.js +1 -1
  51. package/dist-esm/samples-dev/databaseAccountsGetSample.js +1 -1
  52. package/dist-esm/samples-dev/databaseAccountsListByResourceGroupSample.js +1 -1
  53. package/dist-esm/samples-dev/databaseAccountsListConnectionStringsSample.js +2 -2
  54. package/dist-esm/samples-dev/databaseAccountsListKeysSample.js +1 -1
  55. package/dist-esm/samples-dev/databaseAccountsListMetricDefinitionsSample.js +1 -1
  56. package/dist-esm/samples-dev/databaseAccountsListMetricsSample.js +1 -1
  57. package/dist-esm/samples-dev/databaseAccountsListReadOnlyKeysSample.js +1 -1
  58. package/dist-esm/samples-dev/databaseAccountsListSample.js +1 -1
  59. package/dist-esm/samples-dev/databaseAccountsListUsagesSample.js +1 -1
  60. package/dist-esm/samples-dev/databaseAccountsOfflineRegionSample.js +1 -1
  61. package/dist-esm/samples-dev/databaseAccountsOnlineRegionSample.js +1 -1
  62. package/dist-esm/samples-dev/databaseAccountsRegenerateKeySample.js +1 -1
  63. package/dist-esm/samples-dev/databaseAccountsUpdateSample.js +1 -1
  64. package/dist-esm/samples-dev/databaseListMetricDefinitionsSample.js +1 -1
  65. package/dist-esm/samples-dev/databaseListMetricsSample.js +1 -1
  66. package/dist-esm/samples-dev/databaseListUsagesSample.js +1 -1
  67. package/dist-esm/samples-dev/gremlinResourcesCreateUpdateGremlinDatabaseSample.js +1 -1
  68. package/dist-esm/samples-dev/gremlinResourcesCreateUpdateGremlinGraphSample.js +1 -1
  69. package/dist-esm/samples-dev/gremlinResourcesDeleteGremlinDatabaseSample.js +1 -1
  70. package/dist-esm/samples-dev/gremlinResourcesDeleteGremlinGraphSample.js +1 -1
  71. package/dist-esm/samples-dev/gremlinResourcesGetGremlinDatabaseSample.js +1 -1
  72. package/dist-esm/samples-dev/gremlinResourcesGetGremlinDatabaseThroughputSample.js +1 -1
  73. package/dist-esm/samples-dev/gremlinResourcesGetGremlinGraphSample.js +1 -1
  74. package/dist-esm/samples-dev/gremlinResourcesGetGremlinGraphThroughputSample.js +1 -1
  75. package/dist-esm/samples-dev/gremlinResourcesListGremlinDatabasesSample.js +1 -1
  76. package/dist-esm/samples-dev/gremlinResourcesListGremlinGraphsSample.js +1 -1
  77. package/dist-esm/samples-dev/gremlinResourcesMigrateGremlinDatabaseToAutoscaleSample.js +1 -1
  78. package/dist-esm/samples-dev/gremlinResourcesMigrateGremlinDatabaseToManualThroughputSample.js +1 -1
  79. package/dist-esm/samples-dev/gremlinResourcesMigrateGremlinGraphToAutoscaleSample.js +1 -1
  80. package/dist-esm/samples-dev/gremlinResourcesMigrateGremlinGraphToManualThroughputSample.js +1 -1
  81. package/dist-esm/samples-dev/gremlinResourcesRetrieveContinuousBackupInformationSample.js +1 -1
  82. package/dist-esm/samples-dev/gremlinResourcesUpdateGremlinDatabaseThroughputSample.js +1 -1
  83. package/dist-esm/samples-dev/gremlinResourcesUpdateGremlinGraphThroughputSample.js +1 -1
  84. package/dist-esm/samples-dev/locationsGetSample.js +1 -1
  85. package/dist-esm/samples-dev/locationsListSample.js +1 -1
  86. package/dist-esm/samples-dev/mongoDbResourcesCreateUpdateMongoDbcollectionSample.js +1 -1
  87. package/dist-esm/samples-dev/mongoDbResourcesCreateUpdateMongoDbdatabaseSample.js +1 -1
  88. package/dist-esm/samples-dev/mongoDbResourcesCreateUpdateMongoRoleDefinitionSample.js +1 -1
  89. package/dist-esm/samples-dev/mongoDbResourcesCreateUpdateMongoUserDefinitionSample.js +1 -1
  90. package/dist-esm/samples-dev/mongoDbResourcesDeleteMongoDbcollectionSample.js +1 -1
  91. package/dist-esm/samples-dev/mongoDbResourcesDeleteMongoDbdatabaseSample.js +1 -1
  92. package/dist-esm/samples-dev/mongoDbResourcesDeleteMongoRoleDefinitionSample.js +1 -1
  93. package/dist-esm/samples-dev/mongoDbResourcesDeleteMongoUserDefinitionSample.js +1 -1
  94. package/dist-esm/samples-dev/mongoDbResourcesGetMongoDbcollectionSample.js +1 -1
  95. package/dist-esm/samples-dev/mongoDbResourcesGetMongoDbcollectionThroughputSample.js +1 -1
  96. package/dist-esm/samples-dev/mongoDbResourcesGetMongoDbdatabaseSample.js +1 -1
  97. package/dist-esm/samples-dev/mongoDbResourcesGetMongoDbdatabaseThroughputSample.js +1 -1
  98. package/dist-esm/samples-dev/mongoDbResourcesGetMongoRoleDefinitionSample.js +1 -1
  99. package/dist-esm/samples-dev/mongoDbResourcesGetMongoUserDefinitionSample.js +1 -1
  100. package/dist-esm/samples-dev/mongoDbResourcesListMongoDbcollectionsSample.js +1 -1
  101. package/dist-esm/samples-dev/mongoDbResourcesListMongoDbdatabasesSample.js +1 -1
  102. package/dist-esm/samples-dev/mongoDbResourcesListMongoRoleDefinitionsSample.js +1 -1
  103. package/dist-esm/samples-dev/mongoDbResourcesListMongoUserDefinitionsSample.js +1 -1
  104. package/dist-esm/samples-dev/mongoDbResourcesMigrateMongoDbcollectionToAutoscaleSample.js +1 -1
  105. package/dist-esm/samples-dev/mongoDbResourcesMigrateMongoDbcollectionToManualThroughputSample.js +1 -1
  106. package/dist-esm/samples-dev/mongoDbResourcesMigrateMongoDbdatabaseToAutoscaleSample.js +1 -1
  107. package/dist-esm/samples-dev/mongoDbResourcesMigrateMongoDbdatabaseToManualThroughputSample.js +1 -1
  108. package/dist-esm/samples-dev/mongoDbResourcesRetrieveContinuousBackupInformationSample.js +1 -1
  109. package/dist-esm/samples-dev/mongoDbResourcesUpdateMongoDbcollectionThroughputSample.js +1 -1
  110. package/dist-esm/samples-dev/mongoDbResourcesUpdateMongoDbdatabaseThroughputSample.js +1 -1
  111. package/dist-esm/samples-dev/notebookWorkspacesCreateOrUpdateSample.js +1 -1
  112. package/dist-esm/samples-dev/notebookWorkspacesDeleteSample.js +1 -1
  113. package/dist-esm/samples-dev/notebookWorkspacesGetSample.js +1 -1
  114. package/dist-esm/samples-dev/notebookWorkspacesListByDatabaseAccountSample.js +1 -1
  115. package/dist-esm/samples-dev/notebookWorkspacesListConnectionInfoSample.js +1 -1
  116. package/dist-esm/samples-dev/notebookWorkspacesRegenerateAuthTokenSample.js +1 -1
  117. package/dist-esm/samples-dev/notebookWorkspacesStartSample.js +1 -1
  118. package/dist-esm/samples-dev/operationsListSample.js +1 -1
  119. package/dist-esm/samples-dev/partitionKeyRangeIdListMetricsSample.js +1 -1
  120. package/dist-esm/samples-dev/partitionKeyRangeIdRegionListMetricsSample.js +1 -1
  121. package/dist-esm/samples-dev/percentileListMetricsSample.js +1 -1
  122. package/dist-esm/samples-dev/percentileSourceTargetListMetricsSample.js +1 -1
  123. package/dist-esm/samples-dev/percentileTargetListMetricsSample.js +1 -1
  124. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js +1 -1
  125. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +1 -1
  126. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +1 -1
  127. package/dist-esm/samples-dev/privateEndpointConnectionsListByDatabaseAccountSample.js +1 -1
  128. package/dist-esm/samples-dev/privateLinkResourcesGetSample.js +1 -1
  129. package/dist-esm/samples-dev/privateLinkResourcesListByDatabaseAccountSample.js +1 -1
  130. package/dist-esm/samples-dev/restorableDatabaseAccountsGetByLocationSample.js +1 -1
  131. package/dist-esm/samples-dev/restorableDatabaseAccountsListByLocationSample.js +1 -1
  132. package/dist-esm/samples-dev/restorableDatabaseAccountsListSample.js +1 -1
  133. package/dist-esm/samples-dev/restorableGremlinDatabasesListSample.js +1 -1
  134. package/dist-esm/samples-dev/restorableGremlinGraphsListSample.js +1 -1
  135. package/dist-esm/samples-dev/restorableGremlinResourcesListSample.js +1 -1
  136. package/dist-esm/samples-dev/restorableMongodbCollectionsListSample.js +1 -1
  137. package/dist-esm/samples-dev/restorableMongodbDatabasesListSample.js +1 -1
  138. package/dist-esm/samples-dev/restorableMongodbResourcesListSample.js +1 -1
  139. package/dist-esm/samples-dev/restorableSqlContainersListSample.js +1 -1
  140. package/dist-esm/samples-dev/restorableSqlDatabasesListSample.js +1 -1
  141. package/dist-esm/samples-dev/restorableSqlResourcesListSample.js +1 -1
  142. package/dist-esm/samples-dev/restorableTableResourcesListSample.js +1 -1
  143. package/dist-esm/samples-dev/restorableTablesListSample.js +1 -1
  144. package/dist-esm/samples-dev/serviceCreateSample.js +4 -4
  145. package/dist-esm/samples-dev/serviceDeleteSample.js +4 -4
  146. package/dist-esm/samples-dev/serviceGetSample.js +4 -4
  147. package/dist-esm/samples-dev/serviceListSample.js +1 -1
  148. package/dist-esm/samples-dev/sqlResourcesCreateUpdateClientEncryptionKeySample.js +1 -1
  149. package/dist-esm/samples-dev/sqlResourcesCreateUpdateSqlContainerSample.js +1 -1
  150. package/dist-esm/samples-dev/sqlResourcesCreateUpdateSqlDatabaseSample.js +1 -1
  151. package/dist-esm/samples-dev/sqlResourcesCreateUpdateSqlRoleAssignmentSample.js +1 -1
  152. package/dist-esm/samples-dev/sqlResourcesCreateUpdateSqlRoleDefinitionSample.js +1 -1
  153. package/dist-esm/samples-dev/sqlResourcesCreateUpdateSqlStoredProcedureSample.js +1 -1
  154. package/dist-esm/samples-dev/sqlResourcesCreateUpdateSqlTriggerSample.js +1 -1
  155. package/dist-esm/samples-dev/sqlResourcesCreateUpdateSqlUserDefinedFunctionSample.js +1 -1
  156. package/dist-esm/samples-dev/sqlResourcesDeleteSqlContainerSample.js +1 -1
  157. package/dist-esm/samples-dev/sqlResourcesDeleteSqlDatabaseSample.js +1 -1
  158. package/dist-esm/samples-dev/sqlResourcesDeleteSqlRoleAssignmentSample.js +1 -1
  159. package/dist-esm/samples-dev/sqlResourcesDeleteSqlRoleDefinitionSample.js +1 -1
  160. package/dist-esm/samples-dev/sqlResourcesDeleteSqlStoredProcedureSample.js +1 -1
  161. package/dist-esm/samples-dev/sqlResourcesDeleteSqlTriggerSample.js +1 -1
  162. package/dist-esm/samples-dev/sqlResourcesDeleteSqlUserDefinedFunctionSample.js +1 -1
  163. package/dist-esm/samples-dev/sqlResourcesGetClientEncryptionKeySample.js +1 -1
  164. package/dist-esm/samples-dev/sqlResourcesGetSqlContainerSample.js +1 -1
  165. package/dist-esm/samples-dev/sqlResourcesGetSqlContainerThroughputSample.js +1 -1
  166. package/dist-esm/samples-dev/sqlResourcesGetSqlDatabaseSample.js +1 -1
  167. package/dist-esm/samples-dev/sqlResourcesGetSqlDatabaseThroughputSample.js +1 -1
  168. package/dist-esm/samples-dev/sqlResourcesGetSqlRoleAssignmentSample.js +1 -1
  169. package/dist-esm/samples-dev/sqlResourcesGetSqlRoleDefinitionSample.js +1 -1
  170. package/dist-esm/samples-dev/sqlResourcesGetSqlStoredProcedureSample.js +1 -1
  171. package/dist-esm/samples-dev/sqlResourcesGetSqlTriggerSample.js +1 -1
  172. package/dist-esm/samples-dev/sqlResourcesGetSqlUserDefinedFunctionSample.js +1 -1
  173. package/dist-esm/samples-dev/sqlResourcesListClientEncryptionKeysSample.js +1 -1
  174. package/dist-esm/samples-dev/sqlResourcesListSqlContainersSample.js +1 -1
  175. package/dist-esm/samples-dev/sqlResourcesListSqlDatabasesSample.js +1 -1
  176. package/dist-esm/samples-dev/sqlResourcesListSqlRoleAssignmentsSample.js +1 -1
  177. package/dist-esm/samples-dev/sqlResourcesListSqlRoleDefinitionsSample.js +1 -1
  178. package/dist-esm/samples-dev/sqlResourcesListSqlStoredProceduresSample.js +1 -1
  179. package/dist-esm/samples-dev/sqlResourcesListSqlTriggersSample.js +1 -1
  180. package/dist-esm/samples-dev/sqlResourcesListSqlUserDefinedFunctionsSample.js +1 -1
  181. package/dist-esm/samples-dev/sqlResourcesMigrateSqlContainerToAutoscaleSample.js +1 -1
  182. package/dist-esm/samples-dev/sqlResourcesMigrateSqlContainerToManualThroughputSample.js +1 -1
  183. package/dist-esm/samples-dev/sqlResourcesMigrateSqlDatabaseToAutoscaleSample.js +1 -1
  184. package/dist-esm/samples-dev/sqlResourcesMigrateSqlDatabaseToManualThroughputSample.js +1 -1
  185. package/dist-esm/samples-dev/sqlResourcesRetrieveContinuousBackupInformationSample.js +1 -1
  186. package/dist-esm/samples-dev/sqlResourcesUpdateSqlContainerThroughputSample.js +1 -1
  187. package/dist-esm/samples-dev/sqlResourcesUpdateSqlDatabaseThroughputSample.js +1 -1
  188. package/dist-esm/samples-dev/tableResourcesCreateUpdateTableSample.js +1 -1
  189. package/dist-esm/samples-dev/tableResourcesDeleteTableSample.js +1 -1
  190. package/dist-esm/samples-dev/tableResourcesGetTableSample.js +1 -1
  191. package/dist-esm/samples-dev/tableResourcesGetTableThroughputSample.js +1 -1
  192. package/dist-esm/samples-dev/tableResourcesListTablesSample.js +1 -1
  193. package/dist-esm/samples-dev/tableResourcesMigrateTableToAutoscaleSample.js +1 -1
  194. package/dist-esm/samples-dev/tableResourcesMigrateTableToManualThroughputSample.js +1 -1
  195. package/dist-esm/samples-dev/tableResourcesRetrieveContinuousBackupInformationSample.js +1 -1
  196. package/dist-esm/samples-dev/tableResourcesUpdateTableThroughputSample.js +1 -1
  197. package/dist-esm/src/cosmosDBManagementClient.js +2 -2
  198. package/dist-esm/src/models/index.d.ts +55 -16
  199. package/dist-esm/src/models/index.d.ts.map +1 -1
  200. package/dist-esm/src/models/index.js +2 -0
  201. package/dist-esm/src/models/index.js.map +1 -1
  202. package/dist-esm/src/models/mappers.d.ts +2 -1
  203. package/dist-esm/src/models/mappers.d.ts.map +1 -1
  204. package/dist-esm/src/models/mappers.js +79 -15
  205. package/dist-esm/src/models/mappers.js.map +1 -1
  206. package/dist-esm/src/models/parameters.js +1 -1
  207. package/dist-esm/src/operations/cassandraClusters.js +10 -10
  208. package/dist-esm/src/operations/cassandraClusters.js.map +1 -1
  209. package/dist-esm/src/operations/cassandraDataCenters.js +5 -5
  210. package/dist-esm/src/operations/cassandraDataCenters.js.map +1 -1
  211. package/dist-esm/src/operations/cassandraResources.js +4 -4
  212. package/dist-esm/src/operations/cassandraResources.js.map +1 -1
  213. package/dist-esm/src/operations/gremlinResources.js +5 -5
  214. package/dist-esm/src/operations/gremlinResources.js.map +1 -1
  215. package/dist-esm/src/operations/locations.js +2 -2
  216. package/dist-esm/src/operations/locations.js.map +1 -1
  217. package/dist-esm/src/operations/mongoDBResources.js +14 -14
  218. package/dist-esm/src/operations/mongoDBResources.js.map +1 -1
  219. package/dist-esm/src/operations/restorableDatabaseAccounts.js +3 -3
  220. package/dist-esm/src/operations/restorableDatabaseAccounts.js.map +1 -1
  221. package/dist-esm/src/operations/restorableGremlinDatabases.js +1 -1
  222. package/dist-esm/src/operations/restorableGremlinDatabases.js.map +1 -1
  223. package/dist-esm/src/operations/restorableGremlinGraphs.js +1 -1
  224. package/dist-esm/src/operations/restorableGremlinGraphs.js.map +1 -1
  225. package/dist-esm/src/operations/restorableGremlinResources.js +1 -1
  226. package/dist-esm/src/operations/restorableGremlinResources.js.map +1 -1
  227. package/dist-esm/src/operations/restorableMongodbCollections.js +1 -1
  228. package/dist-esm/src/operations/restorableMongodbCollections.js.map +1 -1
  229. package/dist-esm/src/operations/restorableMongodbDatabases.js +1 -1
  230. package/dist-esm/src/operations/restorableMongodbDatabases.js.map +1 -1
  231. package/dist-esm/src/operations/restorableMongodbResources.js +1 -1
  232. package/dist-esm/src/operations/restorableMongodbResources.js.map +1 -1
  233. package/dist-esm/src/operations/restorableSqlContainers.js +1 -1
  234. package/dist-esm/src/operations/restorableSqlContainers.js.map +1 -1
  235. package/dist-esm/src/operations/restorableSqlDatabases.js +1 -1
  236. package/dist-esm/src/operations/restorableSqlDatabases.js.map +1 -1
  237. package/dist-esm/src/operations/restorableSqlResources.js +1 -1
  238. package/dist-esm/src/operations/restorableSqlResources.js.map +1 -1
  239. package/dist-esm/src/operations/restorableTableResources.js +1 -1
  240. package/dist-esm/src/operations/restorableTableResources.js.map +1 -1
  241. package/dist-esm/src/operations/restorableTables.js +1 -1
  242. package/dist-esm/src/operations/restorableTables.js.map +1 -1
  243. package/dist-esm/src/operations/service.js +4 -4
  244. package/dist-esm/src/operations/service.js.map +1 -1
  245. package/dist-esm/src/operations/sqlResources.js +14 -14
  246. package/dist-esm/src/operations/sqlResources.js.map +1 -1
  247. package/dist-esm/src/operations/tableResources.js +3 -3
  248. package/dist-esm/src/operations/tableResources.js.map +1 -1
  249. package/dist-esm/test/cosmosdb_cassandra_examples.js +1 -1
  250. package/dist-esm/test/cosmosdb_cassandra_examples.js.map +1 -1
  251. package/dist-esm/test/cosmosdb_examples.js +1 -1
  252. package/dist-esm/test/cosmosdb_examples.js.map +1 -1
  253. package/dist-esm/test/cosmosdb_mongodb_examples.js +1 -1
  254. package/dist-esm/test/cosmosdb_mongodb_examples.js.map +1 -1
  255. package/package.json +3 -3
  256. package/review/arm-cosmosdb.api.md +18 -7
  257. package/src/cosmosDBManagementClient.ts +2 -2
  258. package/src/models/index.ts +56 -16
  259. package/src/models/mappers.ts +81 -16
  260. package/src/models/parameters.ts +1 -1
  261. package/src/operations/cassandraClusters.ts +10 -10
  262. package/src/operations/cassandraDataCenters.ts +5 -5
  263. package/src/operations/cassandraResources.ts +4 -4
  264. package/src/operations/gremlinResources.ts +5 -5
  265. package/src/operations/locations.ts +2 -2
  266. package/src/operations/mongoDBResources.ts +14 -14
  267. package/src/operations/restorableDatabaseAccounts.ts +3 -3
  268. package/src/operations/restorableGremlinDatabases.ts +1 -1
  269. package/src/operations/restorableGremlinGraphs.ts +1 -1
  270. package/src/operations/restorableGremlinResources.ts +1 -1
  271. package/src/operations/restorableMongodbCollections.ts +1 -1
  272. package/src/operations/restorableMongodbDatabases.ts +1 -1
  273. package/src/operations/restorableMongodbResources.ts +1 -1
  274. package/src/operations/restorableSqlContainers.ts +1 -1
  275. package/src/operations/restorableSqlDatabases.ts +1 -1
  276. package/src/operations/restorableSqlResources.ts +1 -1
  277. package/src/operations/restorableTableResources.ts +1 -1
  278. package/src/operations/restorableTables.ts +1 -1
  279. package/src/operations/service.ts +4 -4
  280. package/src/operations/sqlResources.ts +14 -14
  281. package/src/operations/tableResources.ts +3 -3
  282. package/types/arm-cosmosdb.d.ts +57 -17
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Lists the read-only access keys for the specified Azure Cosmos DB database account.
17
17
  *
18
18
  * @summary Lists the read-only access keys for the specified Azure Cosmos DB database account.
19
- * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-05-15/examples/CosmosDBDatabaseAccountListReadOnlyKeys.json
19
+ * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-08-15/examples/CosmosDBDatabaseAccountListReadOnlyKeys.json
20
20
  */
21
21
  function cosmosDbDatabaseAccountListReadOnlyKeys() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Lists all the Azure Cosmos DB database accounts available under the subscription.
17
17
  *
18
18
  * @summary Lists all the Azure Cosmos DB database accounts available under the subscription.
19
- * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-05-15/examples/CosmosDBDatabaseAccountList.json
19
+ * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-08-15/examples/CosmosDBDatabaseAccountList.json
20
20
  */
21
21
  function cosmosDbDatabaseAccountList() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Retrieves the usages (most recent data) for the given database account.
17
17
  *
18
18
  * @summary Retrieves the usages (most recent data) for the given database account.
19
- * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-05-15/examples/CosmosDBDatabaseAccountGetUsages.json
19
+ * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-08-15/examples/CosmosDBDatabaseAccountGetUsages.json
20
20
  */
21
21
  function cosmosDbDatabaseAccountGetUsages() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Offline the specified region for the specified Azure Cosmos DB database account.
17
17
  *
18
18
  * @summary Offline the specified region for the specified Azure Cosmos DB database account.
19
- * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-05-15/examples/CosmosDBDatabaseAccountOfflineRegion.json
19
+ * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-08-15/examples/CosmosDBDatabaseAccountOfflineRegion.json
20
20
  */
21
21
  function cosmosDbDatabaseAccountOfflineRegion() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Online the specified region for the specified Azure Cosmos DB database account.
17
17
  *
18
18
  * @summary Online the specified region for the specified Azure Cosmos DB database account.
19
- * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-05-15/examples/CosmosDBDatabaseAccountOnlineRegion.json
19
+ * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-08-15/examples/CosmosDBDatabaseAccountOnlineRegion.json
20
20
  */
21
21
  function cosmosDbDatabaseAccountOnlineRegion() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Regenerates an access key for the specified Azure Cosmos DB database account.
17
17
  *
18
18
  * @summary Regenerates an access key for the specified Azure Cosmos DB database account.
19
- * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-05-15/examples/CosmosDBDatabaseAccountRegenerateKey.json
19
+ * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-08-15/examples/CosmosDBDatabaseAccountRegenerateKey.json
20
20
  */
21
21
  function cosmosDbDatabaseAccountRegenerateKey() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Updates the properties of an existing Azure Cosmos DB database account.
17
17
  *
18
18
  * @summary Updates the properties of an existing Azure Cosmos DB database account.
19
- * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-05-15/examples/CosmosDBDatabaseAccountPatch.json
19
+ * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-08-15/examples/CosmosDBDatabaseAccountPatch.json
20
20
  */
21
21
  function cosmosDbDatabaseAccountPatch() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Retrieves metric definitions for the given database.
17
17
  *
18
18
  * @summary Retrieves metric definitions for the given database.
19
- * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-05-15/examples/CosmosDBDatabaseGetMetricDefinitions.json
19
+ * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-08-15/examples/CosmosDBDatabaseGetMetricDefinitions.json
20
20
  */
21
21
  function cosmosDbDatabaseGetMetricDefinitions() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Retrieves the metrics determined by the given filter for the given database account and database.
17
17
  *
18
18
  * @summary Retrieves the metrics determined by the given filter for the given database account and database.
19
- * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-05-15/examples/CosmosDBDatabaseGetMetrics.json
19
+ * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-08-15/examples/CosmosDBDatabaseGetMetrics.json
20
20
  */
21
21
  function cosmosDbDatabaseGetMetrics() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Retrieves the usages (most recent data) for the given database.
17
17
  *
18
18
  * @summary Retrieves the usages (most recent data) for the given database.
19
- * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-05-15/examples/CosmosDBDatabaseGetUsages.json
19
+ * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-08-15/examples/CosmosDBDatabaseGetUsages.json
20
20
  */
21
21
  function cosmosDbDatabaseGetUsages() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Create or update an Azure Cosmos DB Gremlin database
17
17
  *
18
18
  * @summary Create or update an Azure Cosmos DB Gremlin database
19
- * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-05-15/examples/CosmosDBGremlinDatabaseCreateUpdate.json
19
+ * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-08-15/examples/CosmosDBGremlinDatabaseCreateUpdate.json
20
20
  */
21
21
  function cosmosDbGremlinDatabaseCreateUpdate() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Create or update an Azure Cosmos DB Gremlin graph
17
17
  *
18
18
  * @summary Create or update an Azure Cosmos DB Gremlin graph
19
- * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-05-15/examples/CosmosDBGremlinGraphCreateUpdate.json
19
+ * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-08-15/examples/CosmosDBGremlinGraphCreateUpdate.json
20
20
  */
21
21
  function cosmosDbGremlinGraphCreateUpdate() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Deletes an existing Azure Cosmos DB Gremlin database.
17
17
  *
18
18
  * @summary Deletes an existing Azure Cosmos DB Gremlin database.
19
- * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-05-15/examples/CosmosDBGremlinDatabaseDelete.json
19
+ * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-08-15/examples/CosmosDBGremlinDatabaseDelete.json
20
20
  */
21
21
  function cosmosDbGremlinDatabaseDelete() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Deletes an existing Azure Cosmos DB Gremlin graph.
17
17
  *
18
18
  * @summary Deletes an existing Azure Cosmos DB Gremlin graph.
19
- * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-05-15/examples/CosmosDBGremlinGraphDelete.json
19
+ * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-08-15/examples/CosmosDBGremlinGraphDelete.json
20
20
  */
21
21
  function cosmosDbGremlinGraphDelete() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Gets the Gremlin databases under an existing Azure Cosmos DB database account with the provided name.
17
17
  *
18
18
  * @summary Gets the Gremlin databases under an existing Azure Cosmos DB database account with the provided name.
19
- * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-05-15/examples/CosmosDBGremlinDatabaseGet.json
19
+ * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-08-15/examples/CosmosDBGremlinDatabaseGet.json
20
20
  */
21
21
  function cosmosDbGremlinDatabaseGet() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Gets the RUs per second of the Gremlin database under an existing Azure Cosmos DB database account with the provided name.
17
17
  *
18
18
  * @summary Gets the RUs per second of the Gremlin database under an existing Azure Cosmos DB database account with the provided name.
19
- * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-05-15/examples/CosmosDBGremlinDatabaseThroughputGet.json
19
+ * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-08-15/examples/CosmosDBGremlinDatabaseThroughputGet.json
20
20
  */
21
21
  function cosmosDbGremlinDatabaseThroughputGet() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Gets the Gremlin graph under an existing Azure Cosmos DB database account.
17
17
  *
18
18
  * @summary Gets the Gremlin graph under an existing Azure Cosmos DB database account.
19
- * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-05-15/examples/CosmosDBGremlinGraphGet.json
19
+ * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-08-15/examples/CosmosDBGremlinGraphGet.json
20
20
  */
21
21
  function cosmosDbGremlinGraphGet() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Gets the Gremlin graph throughput under an existing Azure Cosmos DB database account with the provided name.
17
17
  *
18
18
  * @summary Gets the Gremlin graph throughput under an existing Azure Cosmos DB database account with the provided name.
19
- * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-05-15/examples/CosmosDBGremlinGraphThroughputGet.json
19
+ * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-08-15/examples/CosmosDBGremlinGraphThroughputGet.json
20
20
  */
21
21
  function cosmosDbGremlinGraphThroughputGet() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Lists the Gremlin databases under an existing Azure Cosmos DB database account.
17
17
  *
18
18
  * @summary Lists the Gremlin databases under an existing Azure Cosmos DB database account.
19
- * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-05-15/examples/CosmosDBGremlinDatabaseList.json
19
+ * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-08-15/examples/CosmosDBGremlinDatabaseList.json
20
20
  */
21
21
  function cosmosDbGremlinDatabaseList() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Lists the Gremlin graph under an existing Azure Cosmos DB database account.
17
17
  *
18
18
  * @summary Lists the Gremlin graph under an existing Azure Cosmos DB database account.
19
- * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-05-15/examples/CosmosDBGremlinGraphList.json
19
+ * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-08-15/examples/CosmosDBGremlinGraphList.json
20
20
  */
21
21
  function cosmosDbGremlinGraphList() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Migrate an Azure Cosmos DB Gremlin database from manual throughput to autoscale
17
17
  *
18
18
  * @summary Migrate an Azure Cosmos DB Gremlin database from manual throughput to autoscale
19
- * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-05-15/examples/CosmosDBGremlinDatabaseMigrateToAutoscale.json
19
+ * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-08-15/examples/CosmosDBGremlinDatabaseMigrateToAutoscale.json
20
20
  */
21
21
  function cosmosDbGremlinDatabaseMigrateToAutoscale() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Migrate an Azure Cosmos DB Gremlin database from autoscale to manual throughput
17
17
  *
18
18
  * @summary Migrate an Azure Cosmos DB Gremlin database from autoscale to manual throughput
19
- * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-05-15/examples/CosmosDBGremlinDatabaseMigrateToManualThroughput.json
19
+ * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-08-15/examples/CosmosDBGremlinDatabaseMigrateToManualThroughput.json
20
20
  */
21
21
  function cosmosDbGremlinDatabaseMigrateToManualThroughput() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Migrate an Azure Cosmos DB Gremlin graph from manual throughput to autoscale
17
17
  *
18
18
  * @summary Migrate an Azure Cosmos DB Gremlin graph from manual throughput to autoscale
19
- * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-05-15/examples/CosmosDBGremlinGraphMigrateToAutoscale.json
19
+ * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-08-15/examples/CosmosDBGremlinGraphMigrateToAutoscale.json
20
20
  */
21
21
  function cosmosDbGremlinGraphMigrateToAutoscale() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Migrate an Azure Cosmos DB Gremlin graph from autoscale to manual throughput
17
17
  *
18
18
  * @summary Migrate an Azure Cosmos DB Gremlin graph from autoscale to manual throughput
19
- * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-05-15/examples/CosmosDBGremlinGraphMigrateToManualThroughput.json
19
+ * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-08-15/examples/CosmosDBGremlinGraphMigrateToManualThroughput.json
20
20
  */
21
21
  function cosmosDbGremlinGraphMigrateToManualThroughput() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Retrieves continuous backup information for a gremlin graph.
17
17
  *
18
18
  * @summary Retrieves continuous backup information for a gremlin graph.
19
- * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-05-15/examples/CosmosDBGremlinGraphBackupInformation.json
19
+ * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-08-15/examples/CosmosDBGremlinGraphBackupInformation.json
20
20
  */
21
21
  function cosmosDbGremlinGraphBackupInformation() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Update RUs per second of an Azure Cosmos DB Gremlin database
17
17
  *
18
18
  * @summary Update RUs per second of an Azure Cosmos DB Gremlin database
19
- * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-05-15/examples/CosmosDBGremlinDatabaseThroughputUpdate.json
19
+ * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-08-15/examples/CosmosDBGremlinDatabaseThroughputUpdate.json
20
20
  */
21
21
  function cosmosDbGremlinDatabaseThroughputUpdate() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Update RUs per second of an Azure Cosmos DB Gremlin graph
17
17
  *
18
18
  * @summary Update RUs per second of an Azure Cosmos DB Gremlin graph
19
- * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-05-15/examples/CosmosDBGremlinGraphThroughputUpdate.json
19
+ * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-08-15/examples/CosmosDBGremlinGraphThroughputUpdate.json
20
20
  */
21
21
  function cosmosDbGremlinGraphThroughputUpdate() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Get the properties of an existing Cosmos DB location
17
17
  *
18
18
  * @summary Get the properties of an existing Cosmos DB location
19
- * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-05-15/examples/CosmosDBLocationGet.json
19
+ * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-08-15/examples/CosmosDBLocationGet.json
20
20
  */
21
21
  function cosmosDbLocationGet() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to List Cosmos DB locations and their properties
17
17
  *
18
18
  * @summary List Cosmos DB locations and their properties
19
- * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-05-15/examples/CosmosDBLocationList.json
19
+ * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-08-15/examples/CosmosDBLocationList.json
20
20
  */
21
21
  function cosmosDbLocationList() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Create or update an Azure Cosmos DB MongoDB Collection
17
17
  *
18
18
  * @summary Create or update an Azure Cosmos DB MongoDB Collection
19
- * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-05-15/examples/CosmosDBMongoDBCollectionCreateUpdate.json
19
+ * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-08-15/examples/CosmosDBMongoDBCollectionCreateUpdate.json
20
20
  */
21
21
  function cosmosDbMongoDbcollectionCreateUpdate() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Create or updates Azure Cosmos DB MongoDB database
17
17
  *
18
18
  * @summary Create or updates Azure Cosmos DB MongoDB database
19
- * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-05-15/examples/CosmosDBMongoDBDatabaseCreateUpdate.json
19
+ * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-08-15/examples/CosmosDBMongoDBDatabaseCreateUpdate.json
20
20
  */
21
21
  function cosmosDbMongoDbdatabaseCreateUpdate() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Creates or updates an Azure Cosmos DB Mongo Role Definition.
17
17
  *
18
18
  * @summary Creates or updates an Azure Cosmos DB Mongo Role Definition.
19
- * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-05-15/examples/CosmosDBMongoDBRoleDefinitionCreateUpdate.json
19
+ * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-08-15/examples/CosmosDBMongoDBRoleDefinitionCreateUpdate.json
20
20
  */
21
21
  function cosmosDbMongoDbroleDefinitionCreateUpdate() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Creates or updates an Azure Cosmos DB Mongo User Definition.
17
17
  *
18
18
  * @summary Creates or updates an Azure Cosmos DB Mongo User Definition.
19
- * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-05-15/examples/CosmosDBMongoDBUserDefinitionCreateUpdate.json
19
+ * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-08-15/examples/CosmosDBMongoDBUserDefinitionCreateUpdate.json
20
20
  */
21
21
  function cosmosDbMongoDbuserDefinitionCreateUpdate() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Deletes an existing Azure Cosmos DB MongoDB Collection.
17
17
  *
18
18
  * @summary Deletes an existing Azure Cosmos DB MongoDB Collection.
19
- * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-05-15/examples/CosmosDBMongoDBCollectionDelete.json
19
+ * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-08-15/examples/CosmosDBMongoDBCollectionDelete.json
20
20
  */
21
21
  function cosmosDbMongoDbcollectionDelete() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Deletes an existing Azure Cosmos DB MongoDB database.
17
17
  *
18
18
  * @summary Deletes an existing Azure Cosmos DB MongoDB database.
19
- * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-05-15/examples/CosmosDBMongoDBDatabaseDelete.json
19
+ * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-08-15/examples/CosmosDBMongoDBDatabaseDelete.json
20
20
  */
21
21
  function cosmosDbMongoDbdatabaseDelete() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Deletes an existing Azure Cosmos DB Mongo Role Definition.
17
17
  *
18
18
  * @summary Deletes an existing Azure Cosmos DB Mongo Role Definition.
19
- * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-05-15/examples/CosmosDBMongoDBRoleDefinitionDelete.json
19
+ * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-08-15/examples/CosmosDBMongoDBRoleDefinitionDelete.json
20
20
  */
21
21
  function cosmosDbMongoDbroleDefinitionDelete() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Deletes an existing Azure Cosmos DB Mongo User Definition.
17
17
  *
18
18
  * @summary Deletes an existing Azure Cosmos DB Mongo User Definition.
19
- * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-05-15/examples/CosmosDBMongoDBUserDefinitionDelete.json
19
+ * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-08-15/examples/CosmosDBMongoDBUserDefinitionDelete.json
20
20
  */
21
21
  function cosmosDbMongoDbuserDefinitionDelete() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Gets the MongoDB collection under an existing Azure Cosmos DB database account.
17
17
  *
18
18
  * @summary Gets the MongoDB collection under an existing Azure Cosmos DB database account.
19
- * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-05-15/examples/CosmosDBMongoDBCollectionGet.json
19
+ * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-08-15/examples/CosmosDBMongoDBCollectionGet.json
20
20
  */
21
21
  function cosmosDbMongoDbcollectionGet() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Gets the RUs per second of the MongoDB collection under an existing Azure Cosmos DB database account with the provided name.
17
17
  *
18
18
  * @summary Gets the RUs per second of the MongoDB collection under an existing Azure Cosmos DB database account with the provided name.
19
- * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-05-15/examples/CosmosDBMongoDBCollectionThroughputGet.json
19
+ * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-08-15/examples/CosmosDBMongoDBCollectionThroughputGet.json
20
20
  */
21
21
  function cosmosDbMongoDbcollectionThroughputGet() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Gets the MongoDB databases under an existing Azure Cosmos DB database account with the provided name.
17
17
  *
18
18
  * @summary Gets the MongoDB databases under an existing Azure Cosmos DB database account with the provided name.
19
- * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-05-15/examples/CosmosDBMongoDBDatabaseGet.json
19
+ * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-08-15/examples/CosmosDBMongoDBDatabaseGet.json
20
20
  */
21
21
  function cosmosDbMongoDbdatabaseGet() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Gets the RUs per second of the MongoDB database under an existing Azure Cosmos DB database account with the provided name.
17
17
  *
18
18
  * @summary Gets the RUs per second of the MongoDB database under an existing Azure Cosmos DB database account with the provided name.
19
- * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-05-15/examples/CosmosDBMongoDBDatabaseThroughputGet.json
19
+ * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-08-15/examples/CosmosDBMongoDBDatabaseThroughputGet.json
20
20
  */
21
21
  function cosmosDbMongoDbdatabaseThroughputGet() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Retrieves the properties of an existing Azure Cosmos DB Mongo Role Definition with the given Id.
17
17
  *
18
18
  * @summary Retrieves the properties of an existing Azure Cosmos DB Mongo Role Definition with the given Id.
19
- * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-05-15/examples/CosmosDBMongoDBRoleDefinitionGet.json
19
+ * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-08-15/examples/CosmosDBMongoDBRoleDefinitionGet.json
20
20
  */
21
21
  function cosmosDbMongoRoleDefinitionGet() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Retrieves the properties of an existing Azure Cosmos DB Mongo User Definition with the given Id.
17
17
  *
18
18
  * @summary Retrieves the properties of an existing Azure Cosmos DB Mongo User Definition with the given Id.
19
- * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-05-15/examples/CosmosDBMongoDBUserDefinitionGet.json
19
+ * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-08-15/examples/CosmosDBMongoDBUserDefinitionGet.json
20
20
  */
21
21
  function cosmosDbMongoDbuserDefinitionGet() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Lists the MongoDB collection under an existing Azure Cosmos DB database account.
17
17
  *
18
18
  * @summary Lists the MongoDB collection under an existing Azure Cosmos DB database account.
19
- * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-05-15/examples/CosmosDBMongoDBCollectionList.json
19
+ * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-08-15/examples/CosmosDBMongoDBCollectionList.json
20
20
  */
21
21
  function cosmosDbMongoDbcollectionList() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Lists the MongoDB databases under an existing Azure Cosmos DB database account.
17
17
  *
18
18
  * @summary Lists the MongoDB databases under an existing Azure Cosmos DB database account.
19
- * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-05-15/examples/CosmosDBMongoDBDatabaseList.json
19
+ * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-08-15/examples/CosmosDBMongoDBDatabaseList.json
20
20
  */
21
21
  function cosmosDbMongoDbdatabaseList() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Retrieves the list of all Azure Cosmos DB Mongo Role Definitions.
17
17
  *
18
18
  * @summary Retrieves the list of all Azure Cosmos DB Mongo Role Definitions.
19
- * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-05-15/examples/CosmosDBMongoDBRoleDefinitionList.json
19
+ * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-08-15/examples/CosmosDBMongoDBRoleDefinitionList.json
20
20
  */
21
21
  function cosmosDbMongoDbroleDefinitionList() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Retrieves the list of all Azure Cosmos DB Mongo User Definition.
17
17
  *
18
18
  * @summary Retrieves the list of all Azure Cosmos DB Mongo User Definition.
19
- * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-05-15/examples/CosmosDBMongoDBUserDefinitionList.json
19
+ * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-08-15/examples/CosmosDBMongoDBUserDefinitionList.json
20
20
  */
21
21
  function cosmosDbMongoDbuserDefinitionList() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Migrate an Azure Cosmos DB MongoDB collection from manual throughput to autoscale
17
17
  *
18
18
  * @summary Migrate an Azure Cosmos DB MongoDB collection from manual throughput to autoscale
19
- * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-05-15/examples/CosmosDBMongoDBCollectionMigrateToAutoscale.json
19
+ * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-08-15/examples/CosmosDBMongoDBCollectionMigrateToAutoscale.json
20
20
  */
21
21
  function cosmosDbMongoDbcollectionMigrateToAutoscale() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Migrate an Azure Cosmos DB MongoDB collection from autoscale to manual throughput
17
17
  *
18
18
  * @summary Migrate an Azure Cosmos DB MongoDB collection from autoscale to manual throughput
19
- * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-05-15/examples/CosmosDBMongoDBCollectionMigrateToManualThroughput.json
19
+ * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-08-15/examples/CosmosDBMongoDBCollectionMigrateToManualThroughput.json
20
20
  */
21
21
  function cosmosDbMongoDbcollectionMigrateToManualThroughput() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Migrate an Azure Cosmos DB MongoDB database from manual throughput to autoscale
17
17
  *
18
18
  * @summary Migrate an Azure Cosmos DB MongoDB database from manual throughput to autoscale
19
- * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-05-15/examples/CosmosDBMongoDBDatabaseMigrateToAutoscale.json
19
+ * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-08-15/examples/CosmosDBMongoDBDatabaseMigrateToAutoscale.json
20
20
  */
21
21
  function cosmosDbMongoDbdatabaseMigrateToAutoscale() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Migrate an Azure Cosmos DB MongoDB database from autoscale to manual throughput
17
17
  *
18
18
  * @summary Migrate an Azure Cosmos DB MongoDB database from autoscale to manual throughput
19
- * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-05-15/examples/CosmosDBMongoDBDatabaseMigrateToManualThroughput.json
19
+ * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-08-15/examples/CosmosDBMongoDBDatabaseMigrateToManualThroughput.json
20
20
  */
21
21
  function cosmosDbMongoDbdatabaseMigrateToManualThroughput() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Retrieves continuous backup information for a Mongodb collection.
17
17
  *
18
18
  * @summary Retrieves continuous backup information for a Mongodb collection.
19
- * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-05-15/examples/CosmosDBMongoDBCollectionBackupInformation.json
19
+ * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-08-15/examples/CosmosDBMongoDBCollectionBackupInformation.json
20
20
  */
21
21
  function cosmosDbMongoDbcollectionBackupInformation() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Update the RUs per second of an Azure Cosmos DB MongoDB collection
17
17
  *
18
18
  * @summary Update the RUs per second of an Azure Cosmos DB MongoDB collection
19
- * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-05-15/examples/CosmosDBMongoDBCollectionThroughputUpdate.json
19
+ * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-08-15/examples/CosmosDBMongoDBCollectionThroughputUpdate.json
20
20
  */
21
21
  function cosmosDbMongoDbcollectionThroughputUpdate() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Update RUs per second of the an Azure Cosmos DB MongoDB database
17
17
  *
18
18
  * @summary Update RUs per second of the an Azure Cosmos DB MongoDB database
19
- * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-05-15/examples/CosmosDBMongoDBDatabaseThroughputUpdate.json
19
+ * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-08-15/examples/CosmosDBMongoDBDatabaseThroughputUpdate.json
20
20
  */
21
21
  function cosmosDbMongoDbdatabaseThroughputUpdate() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Creates the notebook workspace for a Cosmos DB account.
17
17
  *
18
18
  * @summary Creates the notebook workspace for a Cosmos DB account.
19
- * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-05-15/examples/CosmosDBNotebookWorkspaceCreate.json
19
+ * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-08-15/examples/CosmosDBNotebookWorkspaceCreate.json
20
20
  */
21
21
  function cosmosDbNotebookWorkspaceCreate() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Deletes the notebook workspace for a Cosmos DB account.
17
17
  *
18
18
  * @summary Deletes the notebook workspace for a Cosmos DB account.
19
- * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-05-15/examples/CosmosDBNotebookWorkspaceDelete.json
19
+ * x-ms-original-file: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-08-15/examples/CosmosDBNotebookWorkspaceDelete.json
20
20
  */
21
21
  function cosmosDbNotebookWorkspaceDelete() {
22
22
  return __awaiter(this, void 0, void 0, function* () {