@azure/arm-cosmosdb 16.3.0-beta.1 → 16.4.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.
- package/LICENSE +3 -3
- package/README.md +23 -16
- package/dist/browser/cosmosDBManagementClient.d.ts +7 -12
- package/dist/browser/cosmosDBManagementClient.d.ts.map +1 -1
- package/dist/browser/cosmosDBManagementClient.js +64 -27
- package/dist/browser/cosmosDBManagementClient.js.map +1 -1
- package/dist/browser/index.d.ts.map +1 -1
- package/dist/browser/index.js +4 -7
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/lroImpl.d.ts +1 -1
- package/dist/browser/lroImpl.d.ts.map +1 -1
- package/dist/browser/lroImpl.js +9 -10
- package/dist/browser/lroImpl.js.map +1 -1
- package/dist/browser/models/index.d.ts +524 -1877
- package/dist/browser/models/index.d.ts.map +1 -1
- package/dist/browser/models/index.js +32 -187
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/mappers.d.ts +49 -133
- package/dist/browser/models/mappers.d.ts.map +1 -1
- package/dist/browser/models/mappers.js +2162 -3792
- package/dist/browser/models/mappers.js.map +1 -1
- package/dist/browser/models/parameters.d.ts +12 -26
- package/dist/browser/models/parameters.d.ts.map +1 -1
- package/dist/browser/models/parameters.js +81 -182
- package/dist/browser/models/parameters.js.map +1 -1
- package/dist/browser/operations/cassandraClusters.d.ts +5 -69
- package/dist/browser/operations/cassandraClusters.d.ts.map +1 -1
- package/dist/browser/operations/cassandraClusters.js +90 -412
- package/dist/browser/operations/cassandraClusters.js.map +1 -1
- package/dist/browser/operations/cassandraDataCenters.d.ts +5 -5
- package/dist/browser/operations/cassandraDataCenters.d.ts.map +1 -1
- package/dist/browser/operations/cassandraDataCenters.js +48 -55
- package/dist/browser/operations/cassandraDataCenters.js.map +1 -1
- package/dist/browser/operations/cassandraResources.d.ts +5 -138
- package/dist/browser/operations/cassandraResources.d.ts.map +1 -1
- package/dist/browser/operations/cassandraResources.js +132 -700
- package/dist/browser/operations/cassandraResources.js.map +1 -1
- package/dist/browser/operations/collection.d.ts +4 -4
- package/dist/browser/operations/collection.d.ts.map +1 -1
- package/dist/browser/operations/collection.js +30 -86
- package/dist/browser/operations/collection.js.map +1 -1
- package/dist/browser/operations/collectionPartition.d.ts +4 -4
- package/dist/browser/operations/collectionPartition.d.ts.map +1 -1
- package/dist/browser/operations/collectionPartition.js +21 -60
- package/dist/browser/operations/collectionPartition.js.map +1 -1
- package/dist/browser/operations/collectionPartitionRegion.d.ts +4 -4
- package/dist/browser/operations/collectionPartitionRegion.d.ts.map +1 -1
- package/dist/browser/operations/collectionPartitionRegion.js +12 -34
- package/dist/browser/operations/collectionPartitionRegion.js.map +1 -1
- package/dist/browser/operations/collectionRegion.d.ts +4 -4
- package/dist/browser/operations/collectionRegion.d.ts.map +1 -1
- package/dist/browser/operations/collectionRegion.js +12 -34
- package/dist/browser/operations/collectionRegion.js.map +1 -1
- package/dist/browser/operations/database.d.ts +4 -4
- package/dist/browser/operations/database.d.ts.map +1 -1
- package/dist/browser/operations/database.js +30 -86
- package/dist/browser/operations/database.js.map +1 -1
- package/dist/browser/operations/databaseAccountRegion.d.ts +4 -4
- package/dist/browser/operations/databaseAccountRegion.d.ts.map +1 -1
- package/dist/browser/operations/databaseAccountRegion.js +12 -34
- package/dist/browser/operations/databaseAccountRegion.js.map +1 -1
- package/dist/browser/operations/databaseAccounts.d.ts +5 -5
- package/dist/browser/operations/databaseAccounts.d.ts.map +1 -1
- package/dist/browser/operations/databaseAccounts.js +127 -186
- package/dist/browser/operations/databaseAccounts.js.map +1 -1
- package/dist/browser/operations/fleet.d.ts +90 -0
- package/dist/browser/operations/fleet.d.ts.map +1 -0
- package/dist/browser/operations/fleet.js +396 -0
- package/dist/browser/operations/fleet.js.map +1 -0
- package/dist/browser/operations/fleetspace.d.ts +97 -0
- package/dist/browser/operations/fleetspace.d.ts.map +1 -0
- package/dist/browser/operations/fleetspace.js +438 -0
- package/dist/browser/operations/fleetspace.js.map +1 -0
- package/dist/browser/operations/fleetspaceAccount.d.ts +89 -0
- package/dist/browser/operations/fleetspaceAccount.d.ts.map +1 -0
- package/dist/browser/operations/fleetspaceAccount.js +378 -0
- package/dist/browser/operations/fleetspaceAccount.js.map +1 -0
- package/dist/browser/operations/gremlinResources.d.ts +5 -5
- package/dist/browser/operations/gremlinResources.d.ts.map +1 -1
- package/dist/browser/operations/gremlinResources.js +151 -135
- package/dist/browser/operations/gremlinResources.js.map +1 -1
- package/dist/browser/operations/index.d.ts +3 -8
- package/dist/browser/operations/index.d.ts.map +1 -1
- package/dist/browser/operations/index.js +7 -15
- package/dist/browser/operations/index.js.map +1 -1
- package/dist/browser/operations/locations.d.ts +4 -4
- package/dist/browser/operations/locations.d.ts.map +1 -1
- package/dist/browser/operations/locations.js +13 -39
- package/dist/browser/operations/locations.js.map +1 -1
- package/dist/browser/operations/mongoDBResources.d.ts +5 -127
- package/dist/browser/operations/mongoDBResources.d.ts.map +1 -1
- package/dist/browser/operations/mongoDBResources.js +205 -793
- package/dist/browser/operations/mongoDBResources.js.map +1 -1
- package/dist/browser/operations/notebookWorkspaces.d.ts +5 -5
- package/dist/browser/operations/notebookWorkspaces.d.ts.map +1 -1
- package/dist/browser/operations/notebookWorkspaces.js +57 -59
- package/dist/browser/operations/notebookWorkspaces.js.map +1 -1
- package/dist/browser/operations/operations.d.ts +4 -4
- package/dist/browser/operations/operations.d.ts.map +1 -1
- package/dist/browser/operations/operations.js +25 -47
- package/dist/browser/operations/operations.js.map +1 -1
- package/dist/browser/operations/partitionKeyRangeId.d.ts +4 -4
- package/dist/browser/operations/partitionKeyRangeId.d.ts.map +1 -1
- package/dist/browser/operations/partitionKeyRangeId.js +12 -34
- package/dist/browser/operations/partitionKeyRangeId.js.map +1 -1
- package/dist/browser/operations/partitionKeyRangeIdRegion.d.ts +4 -4
- package/dist/browser/operations/partitionKeyRangeIdRegion.d.ts.map +1 -1
- package/dist/browser/operations/partitionKeyRangeIdRegion.js +12 -34
- package/dist/browser/operations/partitionKeyRangeIdRegion.js.map +1 -1
- package/dist/browser/operations/percentile.d.ts +4 -4
- package/dist/browser/operations/percentile.d.ts.map +1 -1
- package/dist/browser/operations/percentile.js +12 -34
- package/dist/browser/operations/percentile.js.map +1 -1
- package/dist/browser/operations/percentileSourceTarget.d.ts +4 -4
- package/dist/browser/operations/percentileSourceTarget.d.ts.map +1 -1
- package/dist/browser/operations/percentileSourceTarget.js +12 -34
- package/dist/browser/operations/percentileSourceTarget.js.map +1 -1
- package/dist/browser/operations/percentileTarget.d.ts +4 -4
- package/dist/browser/operations/percentileTarget.d.ts.map +1 -1
- package/dist/browser/operations/percentileTarget.js +12 -34
- package/dist/browser/operations/percentileTarget.js.map +1 -1
- package/dist/browser/operations/privateEndpointConnections.d.ts +5 -5
- package/dist/browser/operations/privateEndpointConnections.d.ts.map +1 -1
- package/dist/browser/operations/privateEndpointConnections.js +35 -47
- package/dist/browser/operations/privateEndpointConnections.js.map +1 -1
- package/dist/browser/operations/privateLinkResources.d.ts +4 -4
- package/dist/browser/operations/privateLinkResources.d.ts.map +1 -1
- package/dist/browser/operations/privateLinkResources.js +12 -34
- package/dist/browser/operations/privateLinkResources.js.map +1 -1
- package/dist/browser/operations/restorableDatabaseAccounts.d.ts +4 -4
- package/dist/browser/operations/restorableDatabaseAccounts.d.ts.map +1 -1
- package/dist/browser/operations/restorableDatabaseAccounts.js +22 -65
- package/dist/browser/operations/restorableDatabaseAccounts.js.map +1 -1
- package/dist/browser/operations/restorableGremlinDatabases.d.ts +4 -4
- package/dist/browser/operations/restorableGremlinDatabases.d.ts.map +1 -1
- package/dist/browser/operations/restorableGremlinDatabases.js +12 -34
- package/dist/browser/operations/restorableGremlinDatabases.js.map +1 -1
- package/dist/browser/operations/restorableGremlinGraphs.d.ts +4 -4
- package/dist/browser/operations/restorableGremlinGraphs.d.ts.map +1 -1
- package/dist/browser/operations/restorableGremlinGraphs.js +12 -34
- package/dist/browser/operations/restorableGremlinGraphs.js.map +1 -1
- package/dist/browser/operations/restorableGremlinResources.d.ts +4 -4
- package/dist/browser/operations/restorableGremlinResources.d.ts.map +1 -1
- package/dist/browser/operations/restorableGremlinResources.js +12 -34
- package/dist/browser/operations/restorableGremlinResources.js.map +1 -1
- package/dist/browser/operations/restorableMongodbCollections.d.ts +4 -4
- package/dist/browser/operations/restorableMongodbCollections.d.ts.map +1 -1
- package/dist/browser/operations/restorableMongodbCollections.js +12 -34
- package/dist/browser/operations/restorableMongodbCollections.js.map +1 -1
- package/dist/browser/operations/restorableMongodbDatabases.d.ts +4 -4
- package/dist/browser/operations/restorableMongodbDatabases.d.ts.map +1 -1
- package/dist/browser/operations/restorableMongodbDatabases.js +12 -34
- package/dist/browser/operations/restorableMongodbDatabases.js.map +1 -1
- package/dist/browser/operations/restorableMongodbResources.d.ts +4 -4
- package/dist/browser/operations/restorableMongodbResources.d.ts.map +1 -1
- package/dist/browser/operations/restorableMongodbResources.js +12 -34
- package/dist/browser/operations/restorableMongodbResources.js.map +1 -1
- package/dist/browser/operations/restorableSqlContainers.d.ts +4 -4
- package/dist/browser/operations/restorableSqlContainers.d.ts.map +1 -1
- package/dist/browser/operations/restorableSqlContainers.js +12 -34
- package/dist/browser/operations/restorableSqlContainers.js.map +1 -1
- package/dist/browser/operations/restorableSqlDatabases.d.ts +4 -4
- package/dist/browser/operations/restorableSqlDatabases.d.ts.map +1 -1
- package/dist/browser/operations/restorableSqlDatabases.js +12 -34
- package/dist/browser/operations/restorableSqlDatabases.js.map +1 -1
- package/dist/browser/operations/restorableSqlResources.d.ts +4 -4
- package/dist/browser/operations/restorableSqlResources.d.ts.map +1 -1
- package/dist/browser/operations/restorableSqlResources.js +12 -34
- package/dist/browser/operations/restorableSqlResources.js.map +1 -1
- package/dist/browser/operations/restorableTableResources.d.ts +4 -4
- package/dist/browser/operations/restorableTableResources.d.ts.map +1 -1
- package/dist/browser/operations/restorableTableResources.js +12 -34
- package/dist/browser/operations/restorableTableResources.js.map +1 -1
- package/dist/browser/operations/restorableTables.d.ts +4 -4
- package/dist/browser/operations/restorableTables.d.ts.map +1 -1
- package/dist/browser/operations/restorableTables.js +13 -39
- package/dist/browser/operations/restorableTables.js.map +1 -1
- package/dist/browser/operations/service.d.ts +5 -5
- package/dist/browser/operations/service.d.ts.map +1 -1
- package/dist/browser/operations/service.js +35 -47
- package/dist/browser/operations/service.js.map +1 -1
- package/dist/browser/operations/sqlResources.d.ts +30 -152
- package/dist/browser/operations/sqlResources.d.ts.map +1 -1
- package/dist/browser/operations/sqlResources.js +375 -996
- package/dist/browser/operations/sqlResources.js.map +1 -1
- package/dist/browser/operations/tableResources.d.ts +5 -125
- package/dist/browser/operations/tableResources.d.ts.map +1 -1
- package/dist/browser/operations/tableResources.js +79 -639
- package/dist/browser/operations/tableResources.js.map +1 -1
- package/dist/browser/operationsInterfaces/cassandraClusters.d.ts +3 -49
- package/dist/browser/operationsInterfaces/cassandraClusters.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/cassandraClusters.js +2 -7
- package/dist/browser/operationsInterfaces/cassandraClusters.js.map +1 -1
- package/dist/browser/operationsInterfaces/cassandraDataCenters.d.ts +3 -3
- package/dist/browser/operationsInterfaces/cassandraDataCenters.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/cassandraDataCenters.js +2 -7
- package/dist/browser/operationsInterfaces/cassandraDataCenters.js.map +1 -1
- package/dist/browser/operationsInterfaces/cassandraResources.d.ts +3 -126
- package/dist/browser/operationsInterfaces/cassandraResources.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/cassandraResources.js +2 -7
- package/dist/browser/operationsInterfaces/cassandraResources.js.map +1 -1
- package/dist/browser/operationsInterfaces/collection.d.ts +2 -2
- package/dist/browser/operationsInterfaces/collection.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/collection.js +2 -7
- package/dist/browser/operationsInterfaces/collection.js.map +1 -1
- package/dist/browser/operationsInterfaces/collectionPartition.d.ts +2 -2
- package/dist/browser/operationsInterfaces/collectionPartition.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/collectionPartition.js +2 -7
- package/dist/browser/operationsInterfaces/collectionPartition.js.map +1 -1
- package/dist/browser/operationsInterfaces/collectionPartitionRegion.d.ts +2 -2
- package/dist/browser/operationsInterfaces/collectionPartitionRegion.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/collectionPartitionRegion.js +2 -7
- package/dist/browser/operationsInterfaces/collectionPartitionRegion.js.map +1 -1
- package/dist/browser/operationsInterfaces/collectionRegion.d.ts +2 -2
- package/dist/browser/operationsInterfaces/collectionRegion.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/collectionRegion.js +2 -7
- package/dist/browser/operationsInterfaces/collectionRegion.js.map +1 -1
- package/dist/browser/operationsInterfaces/database.d.ts +2 -2
- package/dist/browser/operationsInterfaces/database.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/database.js +2 -7
- package/dist/browser/operationsInterfaces/database.js.map +1 -1
- package/dist/browser/operationsInterfaces/databaseAccountRegion.d.ts +2 -2
- package/dist/browser/operationsInterfaces/databaseAccountRegion.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/databaseAccountRegion.js +2 -7
- package/dist/browser/operationsInterfaces/databaseAccountRegion.js.map +1 -1
- package/dist/browser/operationsInterfaces/databaseAccounts.d.ts +3 -3
- package/dist/browser/operationsInterfaces/databaseAccounts.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/databaseAccounts.js +2 -7
- package/dist/browser/operationsInterfaces/databaseAccounts.js.map +1 -1
- package/dist/browser/operationsInterfaces/fleet.d.ts +54 -0
- package/dist/browser/operationsInterfaces/fleet.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/fleet.js +4 -0
- package/dist/browser/operationsInterfaces/fleet.js.map +1 -0
- package/dist/browser/operationsInterfaces/fleetspace.d.ts +72 -0
- package/dist/browser/operationsInterfaces/fleetspace.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/fleetspace.js +4 -0
- package/dist/browser/operationsInterfaces/fleetspace.js.map +1 -0
- package/dist/browser/operationsInterfaces/fleetspaceAccount.d.ts +62 -0
- package/dist/browser/operationsInterfaces/fleetspaceAccount.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/fleetspaceAccount.js +4 -0
- package/dist/browser/operationsInterfaces/fleetspaceAccount.js.map +1 -0
- package/dist/browser/operationsInterfaces/gremlinResources.d.ts +3 -3
- package/dist/browser/operationsInterfaces/gremlinResources.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/gremlinResources.js +2 -7
- package/dist/browser/operationsInterfaces/gremlinResources.js.map +1 -1
- package/dist/browser/operationsInterfaces/index.d.ts +3 -8
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/index.js +7 -15
- package/dist/browser/operationsInterfaces/index.js.map +1 -1
- package/dist/browser/operationsInterfaces/locations.d.ts +2 -2
- package/dist/browser/operationsInterfaces/locations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/locations.js +2 -7
- package/dist/browser/operationsInterfaces/locations.js.map +1 -1
- package/dist/browser/operationsInterfaces/mongoDBResources.d.ts +3 -125
- package/dist/browser/operationsInterfaces/mongoDBResources.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/mongoDBResources.js +2 -7
- package/dist/browser/operationsInterfaces/mongoDBResources.js.map +1 -1
- package/dist/browser/operationsInterfaces/notebookWorkspaces.d.ts +3 -3
- package/dist/browser/operationsInterfaces/notebookWorkspaces.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/notebookWorkspaces.js +2 -7
- package/dist/browser/operationsInterfaces/notebookWorkspaces.js.map +1 -1
- package/dist/browser/operationsInterfaces/operations.d.ts +2 -2
- package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/operations.js +2 -7
- package/dist/browser/operationsInterfaces/operations.js.map +1 -1
- package/dist/browser/operationsInterfaces/partitionKeyRangeId.d.ts +2 -2
- package/dist/browser/operationsInterfaces/partitionKeyRangeId.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/partitionKeyRangeId.js +2 -7
- package/dist/browser/operationsInterfaces/partitionKeyRangeId.js.map +1 -1
- package/dist/browser/operationsInterfaces/partitionKeyRangeIdRegion.d.ts +2 -2
- package/dist/browser/operationsInterfaces/partitionKeyRangeIdRegion.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/partitionKeyRangeIdRegion.js +2 -7
- package/dist/browser/operationsInterfaces/partitionKeyRangeIdRegion.js.map +1 -1
- package/dist/browser/operationsInterfaces/percentile.d.ts +2 -2
- package/dist/browser/operationsInterfaces/percentile.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/percentile.js +2 -7
- package/dist/browser/operationsInterfaces/percentile.js.map +1 -1
- package/dist/browser/operationsInterfaces/percentileSourceTarget.d.ts +2 -2
- package/dist/browser/operationsInterfaces/percentileSourceTarget.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/percentileSourceTarget.js +2 -7
- package/dist/browser/operationsInterfaces/percentileSourceTarget.js.map +1 -1
- package/dist/browser/operationsInterfaces/percentileTarget.d.ts +2 -2
- package/dist/browser/operationsInterfaces/percentileTarget.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/percentileTarget.js +2 -7
- package/dist/browser/operationsInterfaces/percentileTarget.js.map +1 -1
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts +3 -3
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/privateEndpointConnections.js +2 -7
- package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +1 -1
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts +2 -2
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/privateLinkResources.js +2 -7
- package/dist/browser/operationsInterfaces/privateLinkResources.js.map +1 -1
- package/dist/browser/operationsInterfaces/restorableDatabaseAccounts.d.ts +2 -2
- package/dist/browser/operationsInterfaces/restorableDatabaseAccounts.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/restorableDatabaseAccounts.js +2 -7
- package/dist/browser/operationsInterfaces/restorableDatabaseAccounts.js.map +1 -1
- package/dist/browser/operationsInterfaces/restorableGremlinDatabases.d.ts +2 -2
- package/dist/browser/operationsInterfaces/restorableGremlinDatabases.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/restorableGremlinDatabases.js +2 -7
- package/dist/browser/operationsInterfaces/restorableGremlinDatabases.js.map +1 -1
- package/dist/browser/operationsInterfaces/restorableGremlinGraphs.d.ts +2 -2
- package/dist/browser/operationsInterfaces/restorableGremlinGraphs.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/restorableGremlinGraphs.js +2 -7
- package/dist/browser/operationsInterfaces/restorableGremlinGraphs.js.map +1 -1
- package/dist/browser/operationsInterfaces/restorableGremlinResources.d.ts +2 -2
- package/dist/browser/operationsInterfaces/restorableGremlinResources.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/restorableGremlinResources.js +2 -7
- package/dist/browser/operationsInterfaces/restorableGremlinResources.js.map +1 -1
- package/dist/browser/operationsInterfaces/restorableMongodbCollections.d.ts +2 -2
- package/dist/browser/operationsInterfaces/restorableMongodbCollections.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/restorableMongodbCollections.js +2 -7
- package/dist/browser/operationsInterfaces/restorableMongodbCollections.js.map +1 -1
- package/dist/browser/operationsInterfaces/restorableMongodbDatabases.d.ts +2 -2
- package/dist/browser/operationsInterfaces/restorableMongodbDatabases.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/restorableMongodbDatabases.js +2 -7
- package/dist/browser/operationsInterfaces/restorableMongodbDatabases.js.map +1 -1
- package/dist/browser/operationsInterfaces/restorableMongodbResources.d.ts +2 -2
- package/dist/browser/operationsInterfaces/restorableMongodbResources.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/restorableMongodbResources.js +2 -7
- package/dist/browser/operationsInterfaces/restorableMongodbResources.js.map +1 -1
- package/dist/browser/operationsInterfaces/restorableSqlContainers.d.ts +2 -2
- package/dist/browser/operationsInterfaces/restorableSqlContainers.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/restorableSqlContainers.js +2 -7
- package/dist/browser/operationsInterfaces/restorableSqlContainers.js.map +1 -1
- package/dist/browser/operationsInterfaces/restorableSqlDatabases.d.ts +2 -2
- package/dist/browser/operationsInterfaces/restorableSqlDatabases.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/restorableSqlDatabases.js +2 -7
- package/dist/browser/operationsInterfaces/restorableSqlDatabases.js.map +1 -1
- package/dist/browser/operationsInterfaces/restorableSqlResources.d.ts +2 -2
- package/dist/browser/operationsInterfaces/restorableSqlResources.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/restorableSqlResources.js +2 -7
- package/dist/browser/operationsInterfaces/restorableSqlResources.js.map +1 -1
- package/dist/browser/operationsInterfaces/restorableTableResources.d.ts +2 -2
- package/dist/browser/operationsInterfaces/restorableTableResources.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/restorableTableResources.js +2 -7
- package/dist/browser/operationsInterfaces/restorableTableResources.js.map +1 -1
- package/dist/browser/operationsInterfaces/restorableTables.d.ts +2 -2
- package/dist/browser/operationsInterfaces/restorableTables.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/restorableTables.js +2 -7
- package/dist/browser/operationsInterfaces/restorableTables.js.map +1 -1
- package/dist/browser/operationsInterfaces/service.d.ts +3 -3
- package/dist/browser/operationsInterfaces/service.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/service.js +2 -7
- package/dist/browser/operationsInterfaces/service.js.map +1 -1
- package/dist/browser/operationsInterfaces/sqlResources.d.ts +22 -144
- package/dist/browser/operationsInterfaces/sqlResources.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/sqlResources.js +2 -7
- package/dist/browser/operationsInterfaces/sqlResources.js.map +1 -1
- package/dist/browser/operationsInterfaces/tableResources.d.ts +3 -105
- package/dist/browser/operationsInterfaces/tableResources.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/tableResources.js +2 -7
- package/dist/browser/operationsInterfaces/tableResources.js.map +1 -1
- package/dist/browser/pagingHelper.d.ts.map +1 -1
- package/dist/browser/pagingHelper.js +4 -11
- package/dist/browser/pagingHelper.js.map +1 -1
- package/dist/commonjs/cosmosDBManagementClient.d.ts +7 -12
- package/dist/commonjs/cosmosDBManagementClient.d.ts.map +1 -1
- package/dist/commonjs/cosmosDBManagementClient.js +63 -26
- package/dist/commonjs/cosmosDBManagementClient.js.map +1 -1
- package/dist/commonjs/index.d.ts.map +1 -1
- package/dist/commonjs/index.js +4 -7
- package/dist/commonjs/index.js.map +1 -1
- package/dist/commonjs/lroImpl.d.ts +1 -1
- package/dist/commonjs/lroImpl.d.ts.map +1 -1
- package/dist/commonjs/lroImpl.js +9 -10
- package/dist/commonjs/lroImpl.js.map +1 -1
- package/dist/commonjs/models/index.d.ts +524 -1877
- package/dist/commonjs/models/index.d.ts.map +1 -1
- package/dist/commonjs/models/index.js +33 -189
- package/dist/commonjs/models/index.js.map +1 -1
- package/dist/commonjs/models/mappers.d.ts +49 -133
- package/dist/commonjs/models/mappers.d.ts.map +1 -1
- package/dist/commonjs/models/mappers.js +2169 -3800
- package/dist/commonjs/models/mappers.js.map +1 -1
- package/dist/commonjs/models/parameters.d.ts +12 -26
- package/dist/commonjs/models/parameters.d.ts.map +1 -1
- package/dist/commonjs/models/parameters.js +82 -183
- package/dist/commonjs/models/parameters.js.map +1 -1
- package/dist/commonjs/operations/cassandraClusters.d.ts +5 -69
- package/dist/commonjs/operations/cassandraClusters.d.ts.map +1 -1
- package/dist/commonjs/operations/cassandraClusters.js +89 -410
- package/dist/commonjs/operations/cassandraClusters.js.map +1 -1
- package/dist/commonjs/operations/cassandraDataCenters.d.ts +5 -5
- package/dist/commonjs/operations/cassandraDataCenters.d.ts.map +1 -1
- package/dist/commonjs/operations/cassandraDataCenters.js +47 -53
- package/dist/commonjs/operations/cassandraDataCenters.js.map +1 -1
- package/dist/commonjs/operations/cassandraResources.d.ts +5 -138
- package/dist/commonjs/operations/cassandraResources.d.ts.map +1 -1
- package/dist/commonjs/operations/cassandraResources.js +131 -698
- package/dist/commonjs/operations/cassandraResources.js.map +1 -1
- package/dist/commonjs/operations/collection.d.ts +4 -4
- package/dist/commonjs/operations/collection.d.ts.map +1 -1
- package/dist/commonjs/operations/collection.js +30 -85
- package/dist/commonjs/operations/collection.js.map +1 -1
- package/dist/commonjs/operations/collectionPartition.d.ts +4 -4
- package/dist/commonjs/operations/collectionPartition.d.ts.map +1 -1
- package/dist/commonjs/operations/collectionPartition.js +21 -59
- package/dist/commonjs/operations/collectionPartition.js.map +1 -1
- package/dist/commonjs/operations/collectionPartitionRegion.d.ts +4 -4
- package/dist/commonjs/operations/collectionPartitionRegion.d.ts.map +1 -1
- package/dist/commonjs/operations/collectionPartitionRegion.js +12 -33
- package/dist/commonjs/operations/collectionPartitionRegion.js.map +1 -1
- package/dist/commonjs/operations/collectionRegion.d.ts +4 -4
- package/dist/commonjs/operations/collectionRegion.d.ts.map +1 -1
- package/dist/commonjs/operations/collectionRegion.js +12 -33
- package/dist/commonjs/operations/collectionRegion.js.map +1 -1
- package/dist/commonjs/operations/database.d.ts +4 -4
- package/dist/commonjs/operations/database.d.ts.map +1 -1
- package/dist/commonjs/operations/database.js +30 -85
- package/dist/commonjs/operations/database.js.map +1 -1
- package/dist/commonjs/operations/databaseAccountRegion.d.ts +4 -4
- package/dist/commonjs/operations/databaseAccountRegion.d.ts.map +1 -1
- package/dist/commonjs/operations/databaseAccountRegion.js +12 -33
- package/dist/commonjs/operations/databaseAccountRegion.js.map +1 -1
- package/dist/commonjs/operations/databaseAccounts.d.ts +5 -5
- package/dist/commonjs/operations/databaseAccounts.d.ts.map +1 -1
- package/dist/commonjs/operations/databaseAccounts.js +126 -184
- package/dist/commonjs/operations/databaseAccounts.js.map +1 -1
- package/dist/commonjs/operations/fleet.d.ts +90 -0
- package/dist/commonjs/operations/fleet.d.ts.map +1 -0
- package/dist/commonjs/operations/fleet.js +401 -0
- package/dist/commonjs/operations/fleet.js.map +1 -0
- package/dist/commonjs/operations/fleetspace.d.ts +97 -0
- package/dist/commonjs/operations/fleetspace.d.ts.map +1 -0
- package/dist/commonjs/operations/fleetspace.js +443 -0
- package/dist/commonjs/operations/fleetspace.js.map +1 -0
- package/dist/commonjs/operations/fleetspaceAccount.d.ts +89 -0
- package/dist/commonjs/operations/fleetspaceAccount.d.ts.map +1 -0
- package/dist/commonjs/operations/fleetspaceAccount.js +383 -0
- package/dist/commonjs/operations/fleetspaceAccount.js.map +1 -0
- package/dist/commonjs/operations/gremlinResources.d.ts +5 -5
- package/dist/commonjs/operations/gremlinResources.d.ts.map +1 -1
- package/dist/commonjs/operations/gremlinResources.js +150 -133
- package/dist/commonjs/operations/gremlinResources.js.map +1 -1
- package/dist/commonjs/operations/index.d.ts +3 -8
- package/dist/commonjs/operations/index.d.ts.map +1 -1
- package/dist/commonjs/operations/index.js +7 -15
- package/dist/commonjs/operations/index.js.map +1 -1
- package/dist/commonjs/operations/locations.d.ts +4 -4
- package/dist/commonjs/operations/locations.d.ts.map +1 -1
- package/dist/commonjs/operations/locations.js +13 -38
- package/dist/commonjs/operations/locations.js.map +1 -1
- package/dist/commonjs/operations/mongoDBResources.d.ts +5 -127
- package/dist/commonjs/operations/mongoDBResources.d.ts.map +1 -1
- package/dist/commonjs/operations/mongoDBResources.js +204 -791
- package/dist/commonjs/operations/mongoDBResources.js.map +1 -1
- package/dist/commonjs/operations/notebookWorkspaces.d.ts +5 -5
- package/dist/commonjs/operations/notebookWorkspaces.d.ts.map +1 -1
- package/dist/commonjs/operations/notebookWorkspaces.js +56 -57
- package/dist/commonjs/operations/notebookWorkspaces.js.map +1 -1
- package/dist/commonjs/operations/operations.d.ts +4 -4
- package/dist/commonjs/operations/operations.d.ts.map +1 -1
- package/dist/commonjs/operations/operations.js +25 -46
- package/dist/commonjs/operations/operations.js.map +1 -1
- package/dist/commonjs/operations/partitionKeyRangeId.d.ts +4 -4
- package/dist/commonjs/operations/partitionKeyRangeId.d.ts.map +1 -1
- package/dist/commonjs/operations/partitionKeyRangeId.js +12 -33
- package/dist/commonjs/operations/partitionKeyRangeId.js.map +1 -1
- package/dist/commonjs/operations/partitionKeyRangeIdRegion.d.ts +4 -4
- package/dist/commonjs/operations/partitionKeyRangeIdRegion.d.ts.map +1 -1
- package/dist/commonjs/operations/partitionKeyRangeIdRegion.js +12 -33
- package/dist/commonjs/operations/partitionKeyRangeIdRegion.js.map +1 -1
- package/dist/commonjs/operations/percentile.d.ts +4 -4
- package/dist/commonjs/operations/percentile.d.ts.map +1 -1
- package/dist/commonjs/operations/percentile.js +12 -33
- package/dist/commonjs/operations/percentile.js.map +1 -1
- package/dist/commonjs/operations/percentileSourceTarget.d.ts +4 -4
- package/dist/commonjs/operations/percentileSourceTarget.d.ts.map +1 -1
- package/dist/commonjs/operations/percentileSourceTarget.js +12 -33
- package/dist/commonjs/operations/percentileSourceTarget.js.map +1 -1
- package/dist/commonjs/operations/percentileTarget.d.ts +4 -4
- package/dist/commonjs/operations/percentileTarget.d.ts.map +1 -1
- package/dist/commonjs/operations/percentileTarget.js +12 -33
- package/dist/commonjs/operations/percentileTarget.js.map +1 -1
- package/dist/commonjs/operations/privateEndpointConnections.d.ts +5 -5
- package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +1 -1
- package/dist/commonjs/operations/privateEndpointConnections.js +34 -45
- package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -1
- package/dist/commonjs/operations/privateLinkResources.d.ts +4 -4
- package/dist/commonjs/operations/privateLinkResources.d.ts.map +1 -1
- package/dist/commonjs/operations/privateLinkResources.js +12 -33
- package/dist/commonjs/operations/privateLinkResources.js.map +1 -1
- package/dist/commonjs/operations/restorableDatabaseAccounts.d.ts +4 -4
- package/dist/commonjs/operations/restorableDatabaseAccounts.d.ts.map +1 -1
- package/dist/commonjs/operations/restorableDatabaseAccounts.js +22 -64
- package/dist/commonjs/operations/restorableDatabaseAccounts.js.map +1 -1
- package/dist/commonjs/operations/restorableGremlinDatabases.d.ts +4 -4
- package/dist/commonjs/operations/restorableGremlinDatabases.d.ts.map +1 -1
- package/dist/commonjs/operations/restorableGremlinDatabases.js +12 -33
- package/dist/commonjs/operations/restorableGremlinDatabases.js.map +1 -1
- package/dist/commonjs/operations/restorableGremlinGraphs.d.ts +4 -4
- package/dist/commonjs/operations/restorableGremlinGraphs.d.ts.map +1 -1
- package/dist/commonjs/operations/restorableGremlinGraphs.js +12 -33
- package/dist/commonjs/operations/restorableGremlinGraphs.js.map +1 -1
- package/dist/commonjs/operations/restorableGremlinResources.d.ts +4 -4
- package/dist/commonjs/operations/restorableGremlinResources.d.ts.map +1 -1
- package/dist/commonjs/operations/restorableGremlinResources.js +12 -33
- package/dist/commonjs/operations/restorableGremlinResources.js.map +1 -1
- package/dist/commonjs/operations/restorableMongodbCollections.d.ts +4 -4
- package/dist/commonjs/operations/restorableMongodbCollections.d.ts.map +1 -1
- package/dist/commonjs/operations/restorableMongodbCollections.js +12 -33
- package/dist/commonjs/operations/restorableMongodbCollections.js.map +1 -1
- package/dist/commonjs/operations/restorableMongodbDatabases.d.ts +4 -4
- package/dist/commonjs/operations/restorableMongodbDatabases.d.ts.map +1 -1
- package/dist/commonjs/operations/restorableMongodbDatabases.js +12 -33
- package/dist/commonjs/operations/restorableMongodbDatabases.js.map +1 -1
- package/dist/commonjs/operations/restorableMongodbResources.d.ts +4 -4
- package/dist/commonjs/operations/restorableMongodbResources.d.ts.map +1 -1
- package/dist/commonjs/operations/restorableMongodbResources.js +12 -33
- package/dist/commonjs/operations/restorableMongodbResources.js.map +1 -1
- package/dist/commonjs/operations/restorableSqlContainers.d.ts +4 -4
- package/dist/commonjs/operations/restorableSqlContainers.d.ts.map +1 -1
- package/dist/commonjs/operations/restorableSqlContainers.js +12 -33
- package/dist/commonjs/operations/restorableSqlContainers.js.map +1 -1
- package/dist/commonjs/operations/restorableSqlDatabases.d.ts +4 -4
- package/dist/commonjs/operations/restorableSqlDatabases.d.ts.map +1 -1
- package/dist/commonjs/operations/restorableSqlDatabases.js +12 -33
- package/dist/commonjs/operations/restorableSqlDatabases.js.map +1 -1
- package/dist/commonjs/operations/restorableSqlResources.d.ts +4 -4
- package/dist/commonjs/operations/restorableSqlResources.d.ts.map +1 -1
- package/dist/commonjs/operations/restorableSqlResources.js +12 -33
- package/dist/commonjs/operations/restorableSqlResources.js.map +1 -1
- package/dist/commonjs/operations/restorableTableResources.d.ts +4 -4
- package/dist/commonjs/operations/restorableTableResources.d.ts.map +1 -1
- package/dist/commonjs/operations/restorableTableResources.js +12 -33
- package/dist/commonjs/operations/restorableTableResources.js.map +1 -1
- package/dist/commonjs/operations/restorableTables.d.ts +4 -4
- package/dist/commonjs/operations/restorableTables.d.ts.map +1 -1
- package/dist/commonjs/operations/restorableTables.js +13 -38
- package/dist/commonjs/operations/restorableTables.js.map +1 -1
- package/dist/commonjs/operations/service.d.ts +5 -5
- package/dist/commonjs/operations/service.d.ts.map +1 -1
- package/dist/commonjs/operations/service.js +34 -45
- package/dist/commonjs/operations/service.js.map +1 -1
- package/dist/commonjs/operations/sqlResources.d.ts +30 -152
- package/dist/commonjs/operations/sqlResources.d.ts.map +1 -1
- package/dist/commonjs/operations/sqlResources.js +374 -994
- package/dist/commonjs/operations/sqlResources.js.map +1 -1
- package/dist/commonjs/operations/tableResources.d.ts +5 -125
- package/dist/commonjs/operations/tableResources.d.ts.map +1 -1
- package/dist/commonjs/operations/tableResources.js +78 -637
- package/dist/commonjs/operations/tableResources.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/cassandraClusters.d.ts +3 -49
- package/dist/commonjs/operationsInterfaces/cassandraClusters.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/cassandraClusters.js +2 -7
- package/dist/commonjs/operationsInterfaces/cassandraClusters.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/cassandraDataCenters.d.ts +3 -3
- package/dist/commonjs/operationsInterfaces/cassandraDataCenters.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/cassandraDataCenters.js +2 -7
- package/dist/commonjs/operationsInterfaces/cassandraDataCenters.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/cassandraResources.d.ts +3 -126
- package/dist/commonjs/operationsInterfaces/cassandraResources.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/cassandraResources.js +2 -7
- package/dist/commonjs/operationsInterfaces/cassandraResources.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/collection.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/collection.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/collection.js +2 -7
- package/dist/commonjs/operationsInterfaces/collection.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/collectionPartition.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/collectionPartition.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/collectionPartition.js +2 -7
- package/dist/commonjs/operationsInterfaces/collectionPartition.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/collectionPartitionRegion.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/collectionPartitionRegion.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/collectionPartitionRegion.js +2 -7
- package/dist/commonjs/operationsInterfaces/collectionPartitionRegion.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/collectionRegion.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/collectionRegion.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/collectionRegion.js +2 -7
- package/dist/commonjs/operationsInterfaces/collectionRegion.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/database.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/database.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/database.js +2 -7
- package/dist/commonjs/operationsInterfaces/database.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/databaseAccountRegion.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/databaseAccountRegion.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/databaseAccountRegion.js +2 -7
- package/dist/commonjs/operationsInterfaces/databaseAccountRegion.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/databaseAccounts.d.ts +3 -3
- package/dist/commonjs/operationsInterfaces/databaseAccounts.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/databaseAccounts.js +2 -7
- package/dist/commonjs/operationsInterfaces/databaseAccounts.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/fleet.d.ts +54 -0
- package/dist/commonjs/operationsInterfaces/fleet.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/fleet.js +5 -0
- package/dist/commonjs/operationsInterfaces/fleet.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/fleetspace.d.ts +72 -0
- package/dist/commonjs/operationsInterfaces/fleetspace.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/fleetspace.js +5 -0
- package/dist/commonjs/operationsInterfaces/fleetspace.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/fleetspaceAccount.d.ts +62 -0
- package/dist/commonjs/operationsInterfaces/fleetspaceAccount.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/fleetspaceAccount.js +5 -0
- package/dist/commonjs/operationsInterfaces/fleetspaceAccount.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/gremlinResources.d.ts +3 -3
- package/dist/commonjs/operationsInterfaces/gremlinResources.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/gremlinResources.js +2 -7
- package/dist/commonjs/operationsInterfaces/gremlinResources.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/index.d.ts +3 -8
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/index.js +7 -15
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/locations.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/locations.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/locations.js +2 -7
- package/dist/commonjs/operationsInterfaces/locations.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/mongoDBResources.d.ts +3 -125
- package/dist/commonjs/operationsInterfaces/mongoDBResources.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/mongoDBResources.js +2 -7
- package/dist/commonjs/operationsInterfaces/mongoDBResources.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/notebookWorkspaces.d.ts +3 -3
- package/dist/commonjs/operationsInterfaces/notebookWorkspaces.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/notebookWorkspaces.js +2 -7
- package/dist/commonjs/operationsInterfaces/notebookWorkspaces.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/operations.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/operations.js +2 -7
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/partitionKeyRangeId.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/partitionKeyRangeId.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/partitionKeyRangeId.js +2 -7
- package/dist/commonjs/operationsInterfaces/partitionKeyRangeId.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/partitionKeyRangeIdRegion.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/partitionKeyRangeIdRegion.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/partitionKeyRangeIdRegion.js +2 -7
- package/dist/commonjs/operationsInterfaces/partitionKeyRangeIdRegion.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/percentile.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/percentile.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/percentile.js +2 -7
- package/dist/commonjs/operationsInterfaces/percentile.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/percentileSourceTarget.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/percentileSourceTarget.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/percentileSourceTarget.js +2 -7
- package/dist/commonjs/operationsInterfaces/percentileSourceTarget.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/percentileTarget.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/percentileTarget.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/percentileTarget.js +2 -7
- package/dist/commonjs/operationsInterfaces/percentileTarget.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +3 -3
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +2 -7
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js +2 -7
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/restorableDatabaseAccounts.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/restorableDatabaseAccounts.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/restorableDatabaseAccounts.js +2 -7
- package/dist/commonjs/operationsInterfaces/restorableDatabaseAccounts.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/restorableGremlinDatabases.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/restorableGremlinDatabases.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/restorableGremlinDatabases.js +2 -7
- package/dist/commonjs/operationsInterfaces/restorableGremlinDatabases.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/restorableGremlinGraphs.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/restorableGremlinGraphs.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/restorableGremlinGraphs.js +2 -7
- package/dist/commonjs/operationsInterfaces/restorableGremlinGraphs.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/restorableGremlinResources.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/restorableGremlinResources.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/restorableGremlinResources.js +2 -7
- package/dist/commonjs/operationsInterfaces/restorableGremlinResources.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/restorableMongodbCollections.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/restorableMongodbCollections.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/restorableMongodbCollections.js +2 -7
- package/dist/commonjs/operationsInterfaces/restorableMongodbCollections.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/restorableMongodbDatabases.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/restorableMongodbDatabases.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/restorableMongodbDatabases.js +2 -7
- package/dist/commonjs/operationsInterfaces/restorableMongodbDatabases.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/restorableMongodbResources.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/restorableMongodbResources.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/restorableMongodbResources.js +2 -7
- package/dist/commonjs/operationsInterfaces/restorableMongodbResources.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/restorableSqlContainers.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/restorableSqlContainers.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/restorableSqlContainers.js +2 -7
- package/dist/commonjs/operationsInterfaces/restorableSqlContainers.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/restorableSqlDatabases.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/restorableSqlDatabases.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/restorableSqlDatabases.js +2 -7
- package/dist/commonjs/operationsInterfaces/restorableSqlDatabases.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/restorableSqlResources.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/restorableSqlResources.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/restorableSqlResources.js +2 -7
- package/dist/commonjs/operationsInterfaces/restorableSqlResources.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/restorableTableResources.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/restorableTableResources.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/restorableTableResources.js +2 -7
- package/dist/commonjs/operationsInterfaces/restorableTableResources.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/restorableTables.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/restorableTables.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/restorableTables.js +2 -7
- package/dist/commonjs/operationsInterfaces/restorableTables.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/service.d.ts +3 -3
- package/dist/commonjs/operationsInterfaces/service.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/service.js +2 -7
- package/dist/commonjs/operationsInterfaces/service.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/sqlResources.d.ts +22 -144
- package/dist/commonjs/operationsInterfaces/sqlResources.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/sqlResources.js +2 -7
- package/dist/commonjs/operationsInterfaces/sqlResources.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/tableResources.d.ts +3 -105
- package/dist/commonjs/operationsInterfaces/tableResources.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/tableResources.js +2 -7
- package/dist/commonjs/operationsInterfaces/tableResources.js.map +1 -1
- package/dist/commonjs/pagingHelper.d.ts.map +1 -1
- package/dist/commonjs/pagingHelper.js +4 -11
- package/dist/commonjs/pagingHelper.js.map +1 -1
- package/dist/commonjs/tsdoc-metadata.json +11 -11
- package/dist/esm/cosmosDBManagementClient.d.ts +7 -12
- package/dist/esm/cosmosDBManagementClient.d.ts.map +1 -1
- package/dist/esm/cosmosDBManagementClient.js +64 -27
- package/dist/esm/cosmosDBManagementClient.js.map +1 -1
- package/dist/esm/index.d.ts.map +1 -1
- package/dist/esm/index.js +4 -7
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/lroImpl.d.ts +1 -1
- package/dist/esm/lroImpl.d.ts.map +1 -1
- package/dist/esm/lroImpl.js +9 -10
- package/dist/esm/lroImpl.js.map +1 -1
- package/dist/esm/models/index.d.ts +524 -1877
- package/dist/esm/models/index.d.ts.map +1 -1
- package/dist/esm/models/index.js +32 -187
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/mappers.d.ts +49 -133
- package/dist/esm/models/mappers.d.ts.map +1 -1
- package/dist/esm/models/mappers.js +2162 -3792
- package/dist/esm/models/mappers.js.map +1 -1
- package/dist/esm/models/parameters.d.ts +12 -26
- package/dist/esm/models/parameters.d.ts.map +1 -1
- package/dist/esm/models/parameters.js +81 -182
- package/dist/esm/models/parameters.js.map +1 -1
- package/dist/esm/operations/cassandraClusters.d.ts +5 -69
- package/dist/esm/operations/cassandraClusters.d.ts.map +1 -1
- package/dist/esm/operations/cassandraClusters.js +90 -412
- package/dist/esm/operations/cassandraClusters.js.map +1 -1
- package/dist/esm/operations/cassandraDataCenters.d.ts +5 -5
- package/dist/esm/operations/cassandraDataCenters.d.ts.map +1 -1
- package/dist/esm/operations/cassandraDataCenters.js +48 -55
- package/dist/esm/operations/cassandraDataCenters.js.map +1 -1
- package/dist/esm/operations/cassandraResources.d.ts +5 -138
- package/dist/esm/operations/cassandraResources.d.ts.map +1 -1
- package/dist/esm/operations/cassandraResources.js +132 -700
- package/dist/esm/operations/cassandraResources.js.map +1 -1
- package/dist/esm/operations/collection.d.ts +4 -4
- package/dist/esm/operations/collection.d.ts.map +1 -1
- package/dist/esm/operations/collection.js +30 -86
- package/dist/esm/operations/collection.js.map +1 -1
- package/dist/esm/operations/collectionPartition.d.ts +4 -4
- package/dist/esm/operations/collectionPartition.d.ts.map +1 -1
- package/dist/esm/operations/collectionPartition.js +21 -60
- package/dist/esm/operations/collectionPartition.js.map +1 -1
- package/dist/esm/operations/collectionPartitionRegion.d.ts +4 -4
- package/dist/esm/operations/collectionPartitionRegion.d.ts.map +1 -1
- package/dist/esm/operations/collectionPartitionRegion.js +12 -34
- package/dist/esm/operations/collectionPartitionRegion.js.map +1 -1
- package/dist/esm/operations/collectionRegion.d.ts +4 -4
- package/dist/esm/operations/collectionRegion.d.ts.map +1 -1
- package/dist/esm/operations/collectionRegion.js +12 -34
- package/dist/esm/operations/collectionRegion.js.map +1 -1
- package/dist/esm/operations/database.d.ts +4 -4
- package/dist/esm/operations/database.d.ts.map +1 -1
- package/dist/esm/operations/database.js +30 -86
- package/dist/esm/operations/database.js.map +1 -1
- package/dist/esm/operations/databaseAccountRegion.d.ts +4 -4
- package/dist/esm/operations/databaseAccountRegion.d.ts.map +1 -1
- package/dist/esm/operations/databaseAccountRegion.js +12 -34
- package/dist/esm/operations/databaseAccountRegion.js.map +1 -1
- package/dist/esm/operations/databaseAccounts.d.ts +5 -5
- package/dist/esm/operations/databaseAccounts.d.ts.map +1 -1
- package/dist/esm/operations/databaseAccounts.js +127 -186
- package/dist/esm/operations/databaseAccounts.js.map +1 -1
- package/dist/esm/operations/fleet.d.ts +90 -0
- package/dist/esm/operations/fleet.d.ts.map +1 -0
- package/dist/esm/operations/fleet.js +396 -0
- package/dist/esm/operations/fleet.js.map +1 -0
- package/dist/esm/operations/fleetspace.d.ts +97 -0
- package/dist/esm/operations/fleetspace.d.ts.map +1 -0
- package/dist/esm/operations/fleetspace.js +438 -0
- package/dist/esm/operations/fleetspace.js.map +1 -0
- package/dist/esm/operations/fleetspaceAccount.d.ts +89 -0
- package/dist/esm/operations/fleetspaceAccount.d.ts.map +1 -0
- package/dist/esm/operations/fleetspaceAccount.js +378 -0
- package/dist/esm/operations/fleetspaceAccount.js.map +1 -0
- package/dist/esm/operations/gremlinResources.d.ts +5 -5
- package/dist/esm/operations/gremlinResources.d.ts.map +1 -1
- package/dist/esm/operations/gremlinResources.js +151 -135
- package/dist/esm/operations/gremlinResources.js.map +1 -1
- package/dist/esm/operations/index.d.ts +3 -8
- package/dist/esm/operations/index.d.ts.map +1 -1
- package/dist/esm/operations/index.js +7 -15
- package/dist/esm/operations/index.js.map +1 -1
- package/dist/esm/operations/locations.d.ts +4 -4
- package/dist/esm/operations/locations.d.ts.map +1 -1
- package/dist/esm/operations/locations.js +13 -39
- package/dist/esm/operations/locations.js.map +1 -1
- package/dist/esm/operations/mongoDBResources.d.ts +5 -127
- package/dist/esm/operations/mongoDBResources.d.ts.map +1 -1
- package/dist/esm/operations/mongoDBResources.js +205 -793
- package/dist/esm/operations/mongoDBResources.js.map +1 -1
- package/dist/esm/operations/notebookWorkspaces.d.ts +5 -5
- package/dist/esm/operations/notebookWorkspaces.d.ts.map +1 -1
- package/dist/esm/operations/notebookWorkspaces.js +57 -59
- package/dist/esm/operations/notebookWorkspaces.js.map +1 -1
- package/dist/esm/operations/operations.d.ts +4 -4
- package/dist/esm/operations/operations.d.ts.map +1 -1
- package/dist/esm/operations/operations.js +25 -47
- package/dist/esm/operations/operations.js.map +1 -1
- package/dist/esm/operations/partitionKeyRangeId.d.ts +4 -4
- package/dist/esm/operations/partitionKeyRangeId.d.ts.map +1 -1
- package/dist/esm/operations/partitionKeyRangeId.js +12 -34
- package/dist/esm/operations/partitionKeyRangeId.js.map +1 -1
- package/dist/esm/operations/partitionKeyRangeIdRegion.d.ts +4 -4
- package/dist/esm/operations/partitionKeyRangeIdRegion.d.ts.map +1 -1
- package/dist/esm/operations/partitionKeyRangeIdRegion.js +12 -34
- package/dist/esm/operations/partitionKeyRangeIdRegion.js.map +1 -1
- package/dist/esm/operations/percentile.d.ts +4 -4
- package/dist/esm/operations/percentile.d.ts.map +1 -1
- package/dist/esm/operations/percentile.js +12 -34
- package/dist/esm/operations/percentile.js.map +1 -1
- package/dist/esm/operations/percentileSourceTarget.d.ts +4 -4
- package/dist/esm/operations/percentileSourceTarget.d.ts.map +1 -1
- package/dist/esm/operations/percentileSourceTarget.js +12 -34
- package/dist/esm/operations/percentileSourceTarget.js.map +1 -1
- package/dist/esm/operations/percentileTarget.d.ts +4 -4
- package/dist/esm/operations/percentileTarget.d.ts.map +1 -1
- package/dist/esm/operations/percentileTarget.js +12 -34
- package/dist/esm/operations/percentileTarget.js.map +1 -1
- package/dist/esm/operations/privateEndpointConnections.d.ts +5 -5
- package/dist/esm/operations/privateEndpointConnections.d.ts.map +1 -1
- package/dist/esm/operations/privateEndpointConnections.js +35 -47
- package/dist/esm/operations/privateEndpointConnections.js.map +1 -1
- package/dist/esm/operations/privateLinkResources.d.ts +4 -4
- package/dist/esm/operations/privateLinkResources.d.ts.map +1 -1
- package/dist/esm/operations/privateLinkResources.js +12 -34
- package/dist/esm/operations/privateLinkResources.js.map +1 -1
- package/dist/esm/operations/restorableDatabaseAccounts.d.ts +4 -4
- package/dist/esm/operations/restorableDatabaseAccounts.d.ts.map +1 -1
- package/dist/esm/operations/restorableDatabaseAccounts.js +22 -65
- package/dist/esm/operations/restorableDatabaseAccounts.js.map +1 -1
- package/dist/esm/operations/restorableGremlinDatabases.d.ts +4 -4
- package/dist/esm/operations/restorableGremlinDatabases.d.ts.map +1 -1
- package/dist/esm/operations/restorableGremlinDatabases.js +12 -34
- package/dist/esm/operations/restorableGremlinDatabases.js.map +1 -1
- package/dist/esm/operations/restorableGremlinGraphs.d.ts +4 -4
- package/dist/esm/operations/restorableGremlinGraphs.d.ts.map +1 -1
- package/dist/esm/operations/restorableGremlinGraphs.js +12 -34
- package/dist/esm/operations/restorableGremlinGraphs.js.map +1 -1
- package/dist/esm/operations/restorableGremlinResources.d.ts +4 -4
- package/dist/esm/operations/restorableGremlinResources.d.ts.map +1 -1
- package/dist/esm/operations/restorableGremlinResources.js +12 -34
- package/dist/esm/operations/restorableGremlinResources.js.map +1 -1
- package/dist/esm/operations/restorableMongodbCollections.d.ts +4 -4
- package/dist/esm/operations/restorableMongodbCollections.d.ts.map +1 -1
- package/dist/esm/operations/restorableMongodbCollections.js +12 -34
- package/dist/esm/operations/restorableMongodbCollections.js.map +1 -1
- package/dist/esm/operations/restorableMongodbDatabases.d.ts +4 -4
- package/dist/esm/operations/restorableMongodbDatabases.d.ts.map +1 -1
- package/dist/esm/operations/restorableMongodbDatabases.js +12 -34
- package/dist/esm/operations/restorableMongodbDatabases.js.map +1 -1
- package/dist/esm/operations/restorableMongodbResources.d.ts +4 -4
- package/dist/esm/operations/restorableMongodbResources.d.ts.map +1 -1
- package/dist/esm/operations/restorableMongodbResources.js +12 -34
- package/dist/esm/operations/restorableMongodbResources.js.map +1 -1
- package/dist/esm/operations/restorableSqlContainers.d.ts +4 -4
- package/dist/esm/operations/restorableSqlContainers.d.ts.map +1 -1
- package/dist/esm/operations/restorableSqlContainers.js +12 -34
- package/dist/esm/operations/restorableSqlContainers.js.map +1 -1
- package/dist/esm/operations/restorableSqlDatabases.d.ts +4 -4
- package/dist/esm/operations/restorableSqlDatabases.d.ts.map +1 -1
- package/dist/esm/operations/restorableSqlDatabases.js +12 -34
- package/dist/esm/operations/restorableSqlDatabases.js.map +1 -1
- package/dist/esm/operations/restorableSqlResources.d.ts +4 -4
- package/dist/esm/operations/restorableSqlResources.d.ts.map +1 -1
- package/dist/esm/operations/restorableSqlResources.js +12 -34
- package/dist/esm/operations/restorableSqlResources.js.map +1 -1
- package/dist/esm/operations/restorableTableResources.d.ts +4 -4
- package/dist/esm/operations/restorableTableResources.d.ts.map +1 -1
- package/dist/esm/operations/restorableTableResources.js +12 -34
- package/dist/esm/operations/restorableTableResources.js.map +1 -1
- package/dist/esm/operations/restorableTables.d.ts +4 -4
- package/dist/esm/operations/restorableTables.d.ts.map +1 -1
- package/dist/esm/operations/restorableTables.js +13 -39
- package/dist/esm/operations/restorableTables.js.map +1 -1
- package/dist/esm/operations/service.d.ts +5 -5
- package/dist/esm/operations/service.d.ts.map +1 -1
- package/dist/esm/operations/service.js +35 -47
- package/dist/esm/operations/service.js.map +1 -1
- package/dist/esm/operations/sqlResources.d.ts +30 -152
- package/dist/esm/operations/sqlResources.d.ts.map +1 -1
- package/dist/esm/operations/sqlResources.js +375 -996
- package/dist/esm/operations/sqlResources.js.map +1 -1
- package/dist/esm/operations/tableResources.d.ts +5 -125
- package/dist/esm/operations/tableResources.d.ts.map +1 -1
- package/dist/esm/operations/tableResources.js +79 -639
- package/dist/esm/operations/tableResources.js.map +1 -1
- package/dist/esm/operationsInterfaces/cassandraClusters.d.ts +3 -49
- package/dist/esm/operationsInterfaces/cassandraClusters.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/cassandraClusters.js +2 -7
- package/dist/esm/operationsInterfaces/cassandraClusters.js.map +1 -1
- package/dist/esm/operationsInterfaces/cassandraDataCenters.d.ts +3 -3
- package/dist/esm/operationsInterfaces/cassandraDataCenters.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/cassandraDataCenters.js +2 -7
- package/dist/esm/operationsInterfaces/cassandraDataCenters.js.map +1 -1
- package/dist/esm/operationsInterfaces/cassandraResources.d.ts +3 -126
- package/dist/esm/operationsInterfaces/cassandraResources.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/cassandraResources.js +2 -7
- package/dist/esm/operationsInterfaces/cassandraResources.js.map +1 -1
- package/dist/esm/operationsInterfaces/collection.d.ts +2 -2
- package/dist/esm/operationsInterfaces/collection.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/collection.js +2 -7
- package/dist/esm/operationsInterfaces/collection.js.map +1 -1
- package/dist/esm/operationsInterfaces/collectionPartition.d.ts +2 -2
- package/dist/esm/operationsInterfaces/collectionPartition.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/collectionPartition.js +2 -7
- package/dist/esm/operationsInterfaces/collectionPartition.js.map +1 -1
- package/dist/esm/operationsInterfaces/collectionPartitionRegion.d.ts +2 -2
- package/dist/esm/operationsInterfaces/collectionPartitionRegion.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/collectionPartitionRegion.js +2 -7
- package/dist/esm/operationsInterfaces/collectionPartitionRegion.js.map +1 -1
- package/dist/esm/operationsInterfaces/collectionRegion.d.ts +2 -2
- package/dist/esm/operationsInterfaces/collectionRegion.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/collectionRegion.js +2 -7
- package/dist/esm/operationsInterfaces/collectionRegion.js.map +1 -1
- package/dist/esm/operationsInterfaces/database.d.ts +2 -2
- package/dist/esm/operationsInterfaces/database.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/database.js +2 -7
- package/dist/esm/operationsInterfaces/database.js.map +1 -1
- package/dist/esm/operationsInterfaces/databaseAccountRegion.d.ts +2 -2
- package/dist/esm/operationsInterfaces/databaseAccountRegion.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/databaseAccountRegion.js +2 -7
- package/dist/esm/operationsInterfaces/databaseAccountRegion.js.map +1 -1
- package/dist/esm/operationsInterfaces/databaseAccounts.d.ts +3 -3
- package/dist/esm/operationsInterfaces/databaseAccounts.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/databaseAccounts.js +2 -7
- package/dist/esm/operationsInterfaces/databaseAccounts.js.map +1 -1
- package/dist/esm/operationsInterfaces/fleet.d.ts +54 -0
- package/dist/esm/operationsInterfaces/fleet.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/fleet.js +4 -0
- package/dist/esm/operationsInterfaces/fleet.js.map +1 -0
- package/dist/esm/operationsInterfaces/fleetspace.d.ts +72 -0
- package/dist/esm/operationsInterfaces/fleetspace.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/fleetspace.js +4 -0
- package/dist/esm/operationsInterfaces/fleetspace.js.map +1 -0
- package/dist/esm/operationsInterfaces/fleetspaceAccount.d.ts +62 -0
- package/dist/esm/operationsInterfaces/fleetspaceAccount.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/fleetspaceAccount.js +4 -0
- package/dist/esm/operationsInterfaces/fleetspaceAccount.js.map +1 -0
- package/dist/esm/operationsInterfaces/gremlinResources.d.ts +3 -3
- package/dist/esm/operationsInterfaces/gremlinResources.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/gremlinResources.js +2 -7
- package/dist/esm/operationsInterfaces/gremlinResources.js.map +1 -1
- package/dist/esm/operationsInterfaces/index.d.ts +3 -8
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/index.js +7 -15
- package/dist/esm/operationsInterfaces/index.js.map +1 -1
- package/dist/esm/operationsInterfaces/locations.d.ts +2 -2
- package/dist/esm/operationsInterfaces/locations.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/locations.js +2 -7
- package/dist/esm/operationsInterfaces/locations.js.map +1 -1
- package/dist/esm/operationsInterfaces/mongoDBResources.d.ts +3 -125
- package/dist/esm/operationsInterfaces/mongoDBResources.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/mongoDBResources.js +2 -7
- package/dist/esm/operationsInterfaces/mongoDBResources.js.map +1 -1
- package/dist/esm/operationsInterfaces/notebookWorkspaces.d.ts +3 -3
- package/dist/esm/operationsInterfaces/notebookWorkspaces.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/notebookWorkspaces.js +2 -7
- package/dist/esm/operationsInterfaces/notebookWorkspaces.js.map +1 -1
- package/dist/esm/operationsInterfaces/operations.d.ts +2 -2
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/operations.js +2 -7
- package/dist/esm/operationsInterfaces/operations.js.map +1 -1
- package/dist/esm/operationsInterfaces/partitionKeyRangeId.d.ts +2 -2
- package/dist/esm/operationsInterfaces/partitionKeyRangeId.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/partitionKeyRangeId.js +2 -7
- package/dist/esm/operationsInterfaces/partitionKeyRangeId.js.map +1 -1
- package/dist/esm/operationsInterfaces/partitionKeyRangeIdRegion.d.ts +2 -2
- package/dist/esm/operationsInterfaces/partitionKeyRangeIdRegion.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/partitionKeyRangeIdRegion.js +2 -7
- package/dist/esm/operationsInterfaces/partitionKeyRangeIdRegion.js.map +1 -1
- package/dist/esm/operationsInterfaces/percentile.d.ts +2 -2
- package/dist/esm/operationsInterfaces/percentile.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/percentile.js +2 -7
- package/dist/esm/operationsInterfaces/percentile.js.map +1 -1
- package/dist/esm/operationsInterfaces/percentileSourceTarget.d.ts +2 -2
- package/dist/esm/operationsInterfaces/percentileSourceTarget.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/percentileSourceTarget.js +2 -7
- package/dist/esm/operationsInterfaces/percentileSourceTarget.js.map +1 -1
- package/dist/esm/operationsInterfaces/percentileTarget.d.ts +2 -2
- package/dist/esm/operationsInterfaces/percentileTarget.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/percentileTarget.js +2 -7
- package/dist/esm/operationsInterfaces/percentileTarget.js.map +1 -1
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +3 -3
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js +2 -7
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +1 -1
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts +2 -2
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/privateLinkResources.js +2 -7
- package/dist/esm/operationsInterfaces/privateLinkResources.js.map +1 -1
- package/dist/esm/operationsInterfaces/restorableDatabaseAccounts.d.ts +2 -2
- package/dist/esm/operationsInterfaces/restorableDatabaseAccounts.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/restorableDatabaseAccounts.js +2 -7
- package/dist/esm/operationsInterfaces/restorableDatabaseAccounts.js.map +1 -1
- package/dist/esm/operationsInterfaces/restorableGremlinDatabases.d.ts +2 -2
- package/dist/esm/operationsInterfaces/restorableGremlinDatabases.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/restorableGremlinDatabases.js +2 -7
- package/dist/esm/operationsInterfaces/restorableGremlinDatabases.js.map +1 -1
- package/dist/esm/operationsInterfaces/restorableGremlinGraphs.d.ts +2 -2
- package/dist/esm/operationsInterfaces/restorableGremlinGraphs.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/restorableGremlinGraphs.js +2 -7
- package/dist/esm/operationsInterfaces/restorableGremlinGraphs.js.map +1 -1
- package/dist/esm/operationsInterfaces/restorableGremlinResources.d.ts +2 -2
- package/dist/esm/operationsInterfaces/restorableGremlinResources.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/restorableGremlinResources.js +2 -7
- package/dist/esm/operationsInterfaces/restorableGremlinResources.js.map +1 -1
- package/dist/esm/operationsInterfaces/restorableMongodbCollections.d.ts +2 -2
- package/dist/esm/operationsInterfaces/restorableMongodbCollections.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/restorableMongodbCollections.js +2 -7
- package/dist/esm/operationsInterfaces/restorableMongodbCollections.js.map +1 -1
- package/dist/esm/operationsInterfaces/restorableMongodbDatabases.d.ts +2 -2
- package/dist/esm/operationsInterfaces/restorableMongodbDatabases.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/restorableMongodbDatabases.js +2 -7
- package/dist/esm/operationsInterfaces/restorableMongodbDatabases.js.map +1 -1
- package/dist/esm/operationsInterfaces/restorableMongodbResources.d.ts +2 -2
- package/dist/esm/operationsInterfaces/restorableMongodbResources.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/restorableMongodbResources.js +2 -7
- package/dist/esm/operationsInterfaces/restorableMongodbResources.js.map +1 -1
- package/dist/esm/operationsInterfaces/restorableSqlContainers.d.ts +2 -2
- package/dist/esm/operationsInterfaces/restorableSqlContainers.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/restorableSqlContainers.js +2 -7
- package/dist/esm/operationsInterfaces/restorableSqlContainers.js.map +1 -1
- package/dist/esm/operationsInterfaces/restorableSqlDatabases.d.ts +2 -2
- package/dist/esm/operationsInterfaces/restorableSqlDatabases.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/restorableSqlDatabases.js +2 -7
- package/dist/esm/operationsInterfaces/restorableSqlDatabases.js.map +1 -1
- package/dist/esm/operationsInterfaces/restorableSqlResources.d.ts +2 -2
- package/dist/esm/operationsInterfaces/restorableSqlResources.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/restorableSqlResources.js +2 -7
- package/dist/esm/operationsInterfaces/restorableSqlResources.js.map +1 -1
- package/dist/esm/operationsInterfaces/restorableTableResources.d.ts +2 -2
- package/dist/esm/operationsInterfaces/restorableTableResources.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/restorableTableResources.js +2 -7
- package/dist/esm/operationsInterfaces/restorableTableResources.js.map +1 -1
- package/dist/esm/operationsInterfaces/restorableTables.d.ts +2 -2
- package/dist/esm/operationsInterfaces/restorableTables.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/restorableTables.js +2 -7
- package/dist/esm/operationsInterfaces/restorableTables.js.map +1 -1
- package/dist/esm/operationsInterfaces/service.d.ts +3 -3
- package/dist/esm/operationsInterfaces/service.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/service.js +2 -7
- package/dist/esm/operationsInterfaces/service.js.map +1 -1
- package/dist/esm/operationsInterfaces/sqlResources.d.ts +22 -144
- package/dist/esm/operationsInterfaces/sqlResources.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/sqlResources.js +2 -7
- package/dist/esm/operationsInterfaces/sqlResources.js.map +1 -1
- package/dist/esm/operationsInterfaces/tableResources.d.ts +3 -105
- package/dist/esm/operationsInterfaces/tableResources.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/tableResources.js +2 -7
- package/dist/esm/operationsInterfaces/tableResources.js.map +1 -1
- package/dist/esm/pagingHelper.d.ts.map +1 -1
- package/dist/esm/pagingHelper.js +4 -11
- package/dist/esm/pagingHelper.js.map +1 -1
- package/dist/react-native/cosmosDBManagementClient.d.ts +7 -12
- package/dist/react-native/cosmosDBManagementClient.d.ts.map +1 -1
- package/dist/react-native/cosmosDBManagementClient.js +64 -27
- package/dist/react-native/cosmosDBManagementClient.js.map +1 -1
- package/dist/react-native/index.d.ts.map +1 -1
- package/dist/react-native/index.js +4 -7
- package/dist/react-native/index.js.map +1 -1
- package/dist/react-native/lroImpl.d.ts +1 -1
- package/dist/react-native/lroImpl.d.ts.map +1 -1
- package/dist/react-native/lroImpl.js +9 -10
- package/dist/react-native/lroImpl.js.map +1 -1
- package/dist/react-native/models/index.d.ts +524 -1877
- package/dist/react-native/models/index.d.ts.map +1 -1
- package/dist/react-native/models/index.js +32 -187
- package/dist/react-native/models/index.js.map +1 -1
- package/dist/react-native/models/mappers.d.ts +49 -133
- package/dist/react-native/models/mappers.d.ts.map +1 -1
- package/dist/react-native/models/mappers.js +2162 -3792
- package/dist/react-native/models/mappers.js.map +1 -1
- package/dist/react-native/models/parameters.d.ts +12 -26
- package/dist/react-native/models/parameters.d.ts.map +1 -1
- package/dist/react-native/models/parameters.js +81 -182
- package/dist/react-native/models/parameters.js.map +1 -1
- package/dist/react-native/operations/cassandraClusters.d.ts +5 -69
- package/dist/react-native/operations/cassandraClusters.d.ts.map +1 -1
- package/dist/react-native/operations/cassandraClusters.js +90 -412
- package/dist/react-native/operations/cassandraClusters.js.map +1 -1
- package/dist/react-native/operations/cassandraDataCenters.d.ts +5 -5
- package/dist/react-native/operations/cassandraDataCenters.d.ts.map +1 -1
- package/dist/react-native/operations/cassandraDataCenters.js +48 -55
- package/dist/react-native/operations/cassandraDataCenters.js.map +1 -1
- package/dist/react-native/operations/cassandraResources.d.ts +5 -138
- package/dist/react-native/operations/cassandraResources.d.ts.map +1 -1
- package/dist/react-native/operations/cassandraResources.js +132 -700
- package/dist/react-native/operations/cassandraResources.js.map +1 -1
- package/dist/react-native/operations/collection.d.ts +4 -4
- package/dist/react-native/operations/collection.d.ts.map +1 -1
- package/dist/react-native/operations/collection.js +30 -86
- package/dist/react-native/operations/collection.js.map +1 -1
- package/dist/react-native/operations/collectionPartition.d.ts +4 -4
- package/dist/react-native/operations/collectionPartition.d.ts.map +1 -1
- package/dist/react-native/operations/collectionPartition.js +21 -60
- package/dist/react-native/operations/collectionPartition.js.map +1 -1
- package/dist/react-native/operations/collectionPartitionRegion.d.ts +4 -4
- package/dist/react-native/operations/collectionPartitionRegion.d.ts.map +1 -1
- package/dist/react-native/operations/collectionPartitionRegion.js +12 -34
- package/dist/react-native/operations/collectionPartitionRegion.js.map +1 -1
- package/dist/react-native/operations/collectionRegion.d.ts +4 -4
- package/dist/react-native/operations/collectionRegion.d.ts.map +1 -1
- package/dist/react-native/operations/collectionRegion.js +12 -34
- package/dist/react-native/operations/collectionRegion.js.map +1 -1
- package/dist/react-native/operations/database.d.ts +4 -4
- package/dist/react-native/operations/database.d.ts.map +1 -1
- package/dist/react-native/operations/database.js +30 -86
- package/dist/react-native/operations/database.js.map +1 -1
- package/dist/react-native/operations/databaseAccountRegion.d.ts +4 -4
- package/dist/react-native/operations/databaseAccountRegion.d.ts.map +1 -1
- package/dist/react-native/operations/databaseAccountRegion.js +12 -34
- package/dist/react-native/operations/databaseAccountRegion.js.map +1 -1
- package/dist/react-native/operations/databaseAccounts.d.ts +5 -5
- package/dist/react-native/operations/databaseAccounts.d.ts.map +1 -1
- package/dist/react-native/operations/databaseAccounts.js +127 -186
- package/dist/react-native/operations/databaseAccounts.js.map +1 -1
- package/dist/react-native/operations/fleet.d.ts +90 -0
- package/dist/react-native/operations/fleet.d.ts.map +1 -0
- package/dist/react-native/operations/fleet.js +396 -0
- package/dist/react-native/operations/fleet.js.map +1 -0
- package/dist/react-native/operations/fleetspace.d.ts +97 -0
- package/dist/react-native/operations/fleetspace.d.ts.map +1 -0
- package/dist/react-native/operations/fleetspace.js +438 -0
- package/dist/react-native/operations/fleetspace.js.map +1 -0
- package/dist/react-native/operations/fleetspaceAccount.d.ts +89 -0
- package/dist/react-native/operations/fleetspaceAccount.d.ts.map +1 -0
- package/dist/react-native/operations/fleetspaceAccount.js +378 -0
- package/dist/react-native/operations/fleetspaceAccount.js.map +1 -0
- package/dist/react-native/operations/gremlinResources.d.ts +5 -5
- package/dist/react-native/operations/gremlinResources.d.ts.map +1 -1
- package/dist/react-native/operations/gremlinResources.js +151 -135
- package/dist/react-native/operations/gremlinResources.js.map +1 -1
- package/dist/react-native/operations/index.d.ts +3 -8
- package/dist/react-native/operations/index.d.ts.map +1 -1
- package/dist/react-native/operations/index.js +7 -15
- package/dist/react-native/operations/index.js.map +1 -1
- package/dist/react-native/operations/locations.d.ts +4 -4
- package/dist/react-native/operations/locations.d.ts.map +1 -1
- package/dist/react-native/operations/locations.js +13 -39
- package/dist/react-native/operations/locations.js.map +1 -1
- package/dist/react-native/operations/mongoDBResources.d.ts +5 -127
- package/dist/react-native/operations/mongoDBResources.d.ts.map +1 -1
- package/dist/react-native/operations/mongoDBResources.js +205 -793
- package/dist/react-native/operations/mongoDBResources.js.map +1 -1
- package/dist/react-native/operations/notebookWorkspaces.d.ts +5 -5
- package/dist/react-native/operations/notebookWorkspaces.d.ts.map +1 -1
- package/dist/react-native/operations/notebookWorkspaces.js +57 -59
- package/dist/react-native/operations/notebookWorkspaces.js.map +1 -1
- package/dist/react-native/operations/operations.d.ts +4 -4
- package/dist/react-native/operations/operations.d.ts.map +1 -1
- package/dist/react-native/operations/operations.js +25 -47
- package/dist/react-native/operations/operations.js.map +1 -1
- package/dist/react-native/operations/partitionKeyRangeId.d.ts +4 -4
- package/dist/react-native/operations/partitionKeyRangeId.d.ts.map +1 -1
- package/dist/react-native/operations/partitionKeyRangeId.js +12 -34
- package/dist/react-native/operations/partitionKeyRangeId.js.map +1 -1
- package/dist/react-native/operations/partitionKeyRangeIdRegion.d.ts +4 -4
- package/dist/react-native/operations/partitionKeyRangeIdRegion.d.ts.map +1 -1
- package/dist/react-native/operations/partitionKeyRangeIdRegion.js +12 -34
- package/dist/react-native/operations/partitionKeyRangeIdRegion.js.map +1 -1
- package/dist/react-native/operations/percentile.d.ts +4 -4
- package/dist/react-native/operations/percentile.d.ts.map +1 -1
- package/dist/react-native/operations/percentile.js +12 -34
- package/dist/react-native/operations/percentile.js.map +1 -1
- package/dist/react-native/operations/percentileSourceTarget.d.ts +4 -4
- package/dist/react-native/operations/percentileSourceTarget.d.ts.map +1 -1
- package/dist/react-native/operations/percentileSourceTarget.js +12 -34
- package/dist/react-native/operations/percentileSourceTarget.js.map +1 -1
- package/dist/react-native/operations/percentileTarget.d.ts +4 -4
- package/dist/react-native/operations/percentileTarget.d.ts.map +1 -1
- package/dist/react-native/operations/percentileTarget.js +12 -34
- package/dist/react-native/operations/percentileTarget.js.map +1 -1
- package/dist/react-native/operations/privateEndpointConnections.d.ts +5 -5
- package/dist/react-native/operations/privateEndpointConnections.d.ts.map +1 -1
- package/dist/react-native/operations/privateEndpointConnections.js +35 -47
- package/dist/react-native/operations/privateEndpointConnections.js.map +1 -1
- package/dist/react-native/operations/privateLinkResources.d.ts +4 -4
- package/dist/react-native/operations/privateLinkResources.d.ts.map +1 -1
- package/dist/react-native/operations/privateLinkResources.js +12 -34
- package/dist/react-native/operations/privateLinkResources.js.map +1 -1
- package/dist/react-native/operations/restorableDatabaseAccounts.d.ts +4 -4
- package/dist/react-native/operations/restorableDatabaseAccounts.d.ts.map +1 -1
- package/dist/react-native/operations/restorableDatabaseAccounts.js +22 -65
- package/dist/react-native/operations/restorableDatabaseAccounts.js.map +1 -1
- package/dist/react-native/operations/restorableGremlinDatabases.d.ts +4 -4
- package/dist/react-native/operations/restorableGremlinDatabases.d.ts.map +1 -1
- package/dist/react-native/operations/restorableGremlinDatabases.js +12 -34
- package/dist/react-native/operations/restorableGremlinDatabases.js.map +1 -1
- package/dist/react-native/operations/restorableGremlinGraphs.d.ts +4 -4
- package/dist/react-native/operations/restorableGremlinGraphs.d.ts.map +1 -1
- package/dist/react-native/operations/restorableGremlinGraphs.js +12 -34
- package/dist/react-native/operations/restorableGremlinGraphs.js.map +1 -1
- package/dist/react-native/operations/restorableGremlinResources.d.ts +4 -4
- package/dist/react-native/operations/restorableGremlinResources.d.ts.map +1 -1
- package/dist/react-native/operations/restorableGremlinResources.js +12 -34
- package/dist/react-native/operations/restorableGremlinResources.js.map +1 -1
- package/dist/react-native/operations/restorableMongodbCollections.d.ts +4 -4
- package/dist/react-native/operations/restorableMongodbCollections.d.ts.map +1 -1
- package/dist/react-native/operations/restorableMongodbCollections.js +12 -34
- package/dist/react-native/operations/restorableMongodbCollections.js.map +1 -1
- package/dist/react-native/operations/restorableMongodbDatabases.d.ts +4 -4
- package/dist/react-native/operations/restorableMongodbDatabases.d.ts.map +1 -1
- package/dist/react-native/operations/restorableMongodbDatabases.js +12 -34
- package/dist/react-native/operations/restorableMongodbDatabases.js.map +1 -1
- package/dist/react-native/operations/restorableMongodbResources.d.ts +4 -4
- package/dist/react-native/operations/restorableMongodbResources.d.ts.map +1 -1
- package/dist/react-native/operations/restorableMongodbResources.js +12 -34
- package/dist/react-native/operations/restorableMongodbResources.js.map +1 -1
- package/dist/react-native/operations/restorableSqlContainers.d.ts +4 -4
- package/dist/react-native/operations/restorableSqlContainers.d.ts.map +1 -1
- package/dist/react-native/operations/restorableSqlContainers.js +12 -34
- package/dist/react-native/operations/restorableSqlContainers.js.map +1 -1
- package/dist/react-native/operations/restorableSqlDatabases.d.ts +4 -4
- package/dist/react-native/operations/restorableSqlDatabases.d.ts.map +1 -1
- package/dist/react-native/operations/restorableSqlDatabases.js +12 -34
- package/dist/react-native/operations/restorableSqlDatabases.js.map +1 -1
- package/dist/react-native/operations/restorableSqlResources.d.ts +4 -4
- package/dist/react-native/operations/restorableSqlResources.d.ts.map +1 -1
- package/dist/react-native/operations/restorableSqlResources.js +12 -34
- package/dist/react-native/operations/restorableSqlResources.js.map +1 -1
- package/dist/react-native/operations/restorableTableResources.d.ts +4 -4
- package/dist/react-native/operations/restorableTableResources.d.ts.map +1 -1
- package/dist/react-native/operations/restorableTableResources.js +12 -34
- package/dist/react-native/operations/restorableTableResources.js.map +1 -1
- package/dist/react-native/operations/restorableTables.d.ts +4 -4
- package/dist/react-native/operations/restorableTables.d.ts.map +1 -1
- package/dist/react-native/operations/restorableTables.js +13 -39
- package/dist/react-native/operations/restorableTables.js.map +1 -1
- package/dist/react-native/operations/service.d.ts +5 -5
- package/dist/react-native/operations/service.d.ts.map +1 -1
- package/dist/react-native/operations/service.js +35 -47
- package/dist/react-native/operations/service.js.map +1 -1
- package/dist/react-native/operations/sqlResources.d.ts +30 -152
- package/dist/react-native/operations/sqlResources.d.ts.map +1 -1
- package/dist/react-native/operations/sqlResources.js +375 -996
- package/dist/react-native/operations/sqlResources.js.map +1 -1
- package/dist/react-native/operations/tableResources.d.ts +5 -125
- package/dist/react-native/operations/tableResources.d.ts.map +1 -1
- package/dist/react-native/operations/tableResources.js +79 -639
- package/dist/react-native/operations/tableResources.js.map +1 -1
- package/dist/react-native/operationsInterfaces/cassandraClusters.d.ts +3 -49
- package/dist/react-native/operationsInterfaces/cassandraClusters.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/cassandraClusters.js +2 -7
- package/dist/react-native/operationsInterfaces/cassandraClusters.js.map +1 -1
- package/dist/react-native/operationsInterfaces/cassandraDataCenters.d.ts +3 -3
- package/dist/react-native/operationsInterfaces/cassandraDataCenters.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/cassandraDataCenters.js +2 -7
- package/dist/react-native/operationsInterfaces/cassandraDataCenters.js.map +1 -1
- package/dist/react-native/operationsInterfaces/cassandraResources.d.ts +3 -126
- package/dist/react-native/operationsInterfaces/cassandraResources.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/cassandraResources.js +2 -7
- package/dist/react-native/operationsInterfaces/cassandraResources.js.map +1 -1
- package/dist/react-native/operationsInterfaces/collection.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/collection.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/collection.js +2 -7
- package/dist/react-native/operationsInterfaces/collection.js.map +1 -1
- package/dist/react-native/operationsInterfaces/collectionPartition.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/collectionPartition.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/collectionPartition.js +2 -7
- package/dist/react-native/operationsInterfaces/collectionPartition.js.map +1 -1
- package/dist/react-native/operationsInterfaces/collectionPartitionRegion.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/collectionPartitionRegion.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/collectionPartitionRegion.js +2 -7
- package/dist/react-native/operationsInterfaces/collectionPartitionRegion.js.map +1 -1
- package/dist/react-native/operationsInterfaces/collectionRegion.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/collectionRegion.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/collectionRegion.js +2 -7
- package/dist/react-native/operationsInterfaces/collectionRegion.js.map +1 -1
- package/dist/react-native/operationsInterfaces/database.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/database.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/database.js +2 -7
- package/dist/react-native/operationsInterfaces/database.js.map +1 -1
- package/dist/react-native/operationsInterfaces/databaseAccountRegion.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/databaseAccountRegion.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/databaseAccountRegion.js +2 -7
- package/dist/react-native/operationsInterfaces/databaseAccountRegion.js.map +1 -1
- package/dist/react-native/operationsInterfaces/databaseAccounts.d.ts +3 -3
- package/dist/react-native/operationsInterfaces/databaseAccounts.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/databaseAccounts.js +2 -7
- package/dist/react-native/operationsInterfaces/databaseAccounts.js.map +1 -1
- package/dist/react-native/operationsInterfaces/fleet.d.ts +54 -0
- package/dist/react-native/operationsInterfaces/fleet.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/fleet.js +4 -0
- package/dist/react-native/operationsInterfaces/fleet.js.map +1 -0
- package/dist/react-native/operationsInterfaces/fleetspace.d.ts +72 -0
- package/dist/react-native/operationsInterfaces/fleetspace.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/fleetspace.js +4 -0
- package/dist/react-native/operationsInterfaces/fleetspace.js.map +1 -0
- package/dist/react-native/operationsInterfaces/fleetspaceAccount.d.ts +62 -0
- package/dist/react-native/operationsInterfaces/fleetspaceAccount.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/fleetspaceAccount.js +4 -0
- package/dist/react-native/operationsInterfaces/fleetspaceAccount.js.map +1 -0
- package/dist/react-native/operationsInterfaces/gremlinResources.d.ts +3 -3
- package/dist/react-native/operationsInterfaces/gremlinResources.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/gremlinResources.js +2 -7
- package/dist/react-native/operationsInterfaces/gremlinResources.js.map +1 -1
- package/dist/react-native/operationsInterfaces/index.d.ts +3 -8
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/index.js +7 -15
- package/dist/react-native/operationsInterfaces/index.js.map +1 -1
- package/dist/react-native/operationsInterfaces/locations.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/locations.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/locations.js +2 -7
- package/dist/react-native/operationsInterfaces/locations.js.map +1 -1
- package/dist/react-native/operationsInterfaces/mongoDBResources.d.ts +3 -125
- package/dist/react-native/operationsInterfaces/mongoDBResources.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/mongoDBResources.js +2 -7
- package/dist/react-native/operationsInterfaces/mongoDBResources.js.map +1 -1
- package/dist/react-native/operationsInterfaces/notebookWorkspaces.d.ts +3 -3
- package/dist/react-native/operationsInterfaces/notebookWorkspaces.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/notebookWorkspaces.js +2 -7
- package/dist/react-native/operationsInterfaces/notebookWorkspaces.js.map +1 -1
- package/dist/react-native/operationsInterfaces/operations.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/operations.js +2 -7
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -1
- package/dist/react-native/operationsInterfaces/partitionKeyRangeId.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/partitionKeyRangeId.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/partitionKeyRangeId.js +2 -7
- package/dist/react-native/operationsInterfaces/partitionKeyRangeId.js.map +1 -1
- package/dist/react-native/operationsInterfaces/partitionKeyRangeIdRegion.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/partitionKeyRangeIdRegion.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/partitionKeyRangeIdRegion.js +2 -7
- package/dist/react-native/operationsInterfaces/partitionKeyRangeIdRegion.js.map +1 -1
- package/dist/react-native/operationsInterfaces/percentile.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/percentile.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/percentile.js +2 -7
- package/dist/react-native/operationsInterfaces/percentile.js.map +1 -1
- package/dist/react-native/operationsInterfaces/percentileSourceTarget.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/percentileSourceTarget.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/percentileSourceTarget.js +2 -7
- package/dist/react-native/operationsInterfaces/percentileSourceTarget.js.map +1 -1
- package/dist/react-native/operationsInterfaces/percentileTarget.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/percentileTarget.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/percentileTarget.js +2 -7
- package/dist/react-native/operationsInterfaces/percentileTarget.js.map +1 -1
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +3 -3
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +2 -7
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +1 -1
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/privateLinkResources.js +2 -7
- package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +1 -1
- package/dist/react-native/operationsInterfaces/restorableDatabaseAccounts.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/restorableDatabaseAccounts.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/restorableDatabaseAccounts.js +2 -7
- package/dist/react-native/operationsInterfaces/restorableDatabaseAccounts.js.map +1 -1
- package/dist/react-native/operationsInterfaces/restorableGremlinDatabases.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/restorableGremlinDatabases.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/restorableGremlinDatabases.js +2 -7
- package/dist/react-native/operationsInterfaces/restorableGremlinDatabases.js.map +1 -1
- package/dist/react-native/operationsInterfaces/restorableGremlinGraphs.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/restorableGremlinGraphs.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/restorableGremlinGraphs.js +2 -7
- package/dist/react-native/operationsInterfaces/restorableGremlinGraphs.js.map +1 -1
- package/dist/react-native/operationsInterfaces/restorableGremlinResources.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/restorableGremlinResources.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/restorableGremlinResources.js +2 -7
- package/dist/react-native/operationsInterfaces/restorableGremlinResources.js.map +1 -1
- package/dist/react-native/operationsInterfaces/restorableMongodbCollections.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/restorableMongodbCollections.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/restorableMongodbCollections.js +2 -7
- package/dist/react-native/operationsInterfaces/restorableMongodbCollections.js.map +1 -1
- package/dist/react-native/operationsInterfaces/restorableMongodbDatabases.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/restorableMongodbDatabases.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/restorableMongodbDatabases.js +2 -7
- package/dist/react-native/operationsInterfaces/restorableMongodbDatabases.js.map +1 -1
- package/dist/react-native/operationsInterfaces/restorableMongodbResources.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/restorableMongodbResources.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/restorableMongodbResources.js +2 -7
- package/dist/react-native/operationsInterfaces/restorableMongodbResources.js.map +1 -1
- package/dist/react-native/operationsInterfaces/restorableSqlContainers.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/restorableSqlContainers.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/restorableSqlContainers.js +2 -7
- package/dist/react-native/operationsInterfaces/restorableSqlContainers.js.map +1 -1
- package/dist/react-native/operationsInterfaces/restorableSqlDatabases.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/restorableSqlDatabases.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/restorableSqlDatabases.js +2 -7
- package/dist/react-native/operationsInterfaces/restorableSqlDatabases.js.map +1 -1
- package/dist/react-native/operationsInterfaces/restorableSqlResources.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/restorableSqlResources.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/restorableSqlResources.js +2 -7
- package/dist/react-native/operationsInterfaces/restorableSqlResources.js.map +1 -1
- package/dist/react-native/operationsInterfaces/restorableTableResources.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/restorableTableResources.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/restorableTableResources.js +2 -7
- package/dist/react-native/operationsInterfaces/restorableTableResources.js.map +1 -1
- package/dist/react-native/operationsInterfaces/restorableTables.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/restorableTables.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/restorableTables.js +2 -7
- package/dist/react-native/operationsInterfaces/restorableTables.js.map +1 -1
- package/dist/react-native/operationsInterfaces/service.d.ts +3 -3
- package/dist/react-native/operationsInterfaces/service.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/service.js +2 -7
- package/dist/react-native/operationsInterfaces/service.js.map +1 -1
- package/dist/react-native/operationsInterfaces/sqlResources.d.ts +22 -144
- package/dist/react-native/operationsInterfaces/sqlResources.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/sqlResources.js +2 -7
- package/dist/react-native/operationsInterfaces/sqlResources.js.map +1 -1
- package/dist/react-native/operationsInterfaces/tableResources.d.ts +3 -105
- package/dist/react-native/operationsInterfaces/tableResources.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/tableResources.js +2 -7
- package/dist/react-native/operationsInterfaces/tableResources.js.map +1 -1
- package/dist/react-native/pagingHelper.d.ts.map +1 -1
- package/dist/react-native/pagingHelper.js +4 -11
- package/dist/react-native/pagingHelper.js.map +1 -1
- package/package.json +59 -68
- package/CHANGELOG.md +0 -2155
- package/dist/browser/operations/chaosFault.d.ts +0 -65
- package/dist/browser/operations/chaosFault.d.ts.map +0 -1
- package/dist/browser/operations/chaosFault.js +0 -279
- package/dist/browser/operations/chaosFault.js.map +0 -1
- package/dist/browser/operations/dataTransferJobs.d.ts +0 -87
- package/dist/browser/operations/dataTransferJobs.d.ts.map +0 -1
- package/dist/browser/operations/dataTransferJobs.js +0 -345
- package/dist/browser/operations/dataTransferJobs.js.map +0 -1
- package/dist/browser/operations/graphResources.d.ts +0 -73
- package/dist/browser/operations/graphResources.d.ts.map +0 -1
- package/dist/browser/operations/graphResources.js +0 -291
- package/dist/browser/operations/graphResources.js.map +0 -1
- package/dist/browser/operations/networkSecurityPerimeterConfigurations.d.ts +0 -66
- package/dist/browser/operations/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
- package/dist/browser/operations/networkSecurityPerimeterConfigurations.js +0 -282
- package/dist/browser/operations/networkSecurityPerimeterConfigurations.js.map +0 -1
- package/dist/browser/operations/throughputPool.d.ts +0 -67
- package/dist/browser/operations/throughputPool.d.ts.map +0 -1
- package/dist/browser/operations/throughputPool.js +0 -308
- package/dist/browser/operations/throughputPool.js.map +0 -1
- package/dist/browser/operations/throughputPoolAccount.d.ts +0 -58
- package/dist/browser/operations/throughputPoolAccount.d.ts.map +0 -1
- package/dist/browser/operations/throughputPoolAccount.js +0 -248
- package/dist/browser/operations/throughputPoolAccount.js.map +0 -1
- package/dist/browser/operations/throughputPoolAccounts.d.ts +0 -38
- package/dist/browser/operations/throughputPoolAccounts.d.ts.map +0 -1
- package/dist/browser/operations/throughputPoolAccounts.js +0 -150
- package/dist/browser/operations/throughputPoolAccounts.js.map +0 -1
- package/dist/browser/operations/throughputPools.d.ts +0 -53
- package/dist/browser/operations/throughputPools.d.ts.map +0 -1
- package/dist/browser/operations/throughputPools.js +0 -256
- package/dist/browser/operations/throughputPools.js.map +0 -1
- package/dist/browser/operationsInterfaces/chaosFault.d.ts +0 -40
- package/dist/browser/operationsInterfaces/chaosFault.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/chaosFault.js +0 -9
- package/dist/browser/operationsInterfaces/chaosFault.js.map +0 -1
- package/dist/browser/operationsInterfaces/dataTransferJobs.d.ts +0 -62
- package/dist/browser/operationsInterfaces/dataTransferJobs.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/dataTransferJobs.js +0 -9
- package/dist/browser/operationsInterfaces/dataTransferJobs.js.map +0 -1
- package/dist/browser/operationsInterfaces/graphResources.d.ts +0 -56
- package/dist/browser/operationsInterfaces/graphResources.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/graphResources.js +0 -9
- package/dist/browser/operationsInterfaces/graphResources.js.map +0 -1
- package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +0 -41
- package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.js +0 -9
- package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +0 -1
- package/dist/browser/operationsInterfaces/throughputPool.d.ts +0 -59
- package/dist/browser/operationsInterfaces/throughputPool.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/throughputPool.js +0 -9
- package/dist/browser/operationsInterfaces/throughputPool.js.map +0 -1
- package/dist/browser/operationsInterfaces/throughputPoolAccount.d.ts +0 -50
- package/dist/browser/operationsInterfaces/throughputPoolAccount.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/throughputPoolAccount.js +0 -9
- package/dist/browser/operationsInterfaces/throughputPoolAccount.js.map +0 -1
- package/dist/browser/operationsInterfaces/throughputPoolAccounts.d.ts +0 -13
- package/dist/browser/operationsInterfaces/throughputPoolAccounts.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/throughputPoolAccounts.js +0 -9
- package/dist/browser/operationsInterfaces/throughputPoolAccounts.js.map +0 -1
- package/dist/browser/operationsInterfaces/throughputPools.d.ts +0 -17
- package/dist/browser/operationsInterfaces/throughputPools.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/throughputPools.js +0 -9
- package/dist/browser/operationsInterfaces/throughputPools.js.map +0 -1
- package/dist/commonjs/operations/chaosFault.d.ts +0 -65
- package/dist/commonjs/operations/chaosFault.d.ts.map +0 -1
- package/dist/commonjs/operations/chaosFault.js +0 -283
- package/dist/commonjs/operations/chaosFault.js.map +0 -1
- package/dist/commonjs/operations/dataTransferJobs.d.ts +0 -87
- package/dist/commonjs/operations/dataTransferJobs.d.ts.map +0 -1
- package/dist/commonjs/operations/dataTransferJobs.js +0 -349
- package/dist/commonjs/operations/dataTransferJobs.js.map +0 -1
- package/dist/commonjs/operations/graphResources.d.ts +0 -73
- package/dist/commonjs/operations/graphResources.d.ts.map +0 -1
- package/dist/commonjs/operations/graphResources.js +0 -295
- package/dist/commonjs/operations/graphResources.js.map +0 -1
- package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.d.ts +0 -66
- package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
- package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.js +0 -286
- package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.js.map +0 -1
- package/dist/commonjs/operations/throughputPool.d.ts +0 -67
- package/dist/commonjs/operations/throughputPool.d.ts.map +0 -1
- package/dist/commonjs/operations/throughputPool.js +0 -313
- package/dist/commonjs/operations/throughputPool.js.map +0 -1
- package/dist/commonjs/operations/throughputPoolAccount.d.ts +0 -58
- package/dist/commonjs/operations/throughputPoolAccount.d.ts.map +0 -1
- package/dist/commonjs/operations/throughputPoolAccount.js +0 -253
- package/dist/commonjs/operations/throughputPoolAccount.js.map +0 -1
- package/dist/commonjs/operations/throughputPoolAccounts.d.ts +0 -38
- package/dist/commonjs/operations/throughputPoolAccounts.d.ts.map +0 -1
- package/dist/commonjs/operations/throughputPoolAccounts.js +0 -154
- package/dist/commonjs/operations/throughputPoolAccounts.js.map +0 -1
- package/dist/commonjs/operations/throughputPools.d.ts +0 -53
- package/dist/commonjs/operations/throughputPools.d.ts.map +0 -1
- package/dist/commonjs/operations/throughputPools.js +0 -260
- package/dist/commonjs/operations/throughputPools.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/chaosFault.d.ts +0 -40
- package/dist/commonjs/operationsInterfaces/chaosFault.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/chaosFault.js +0 -10
- package/dist/commonjs/operationsInterfaces/chaosFault.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/dataTransferJobs.d.ts +0 -62
- package/dist/commonjs/operationsInterfaces/dataTransferJobs.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/dataTransferJobs.js +0 -10
- package/dist/commonjs/operationsInterfaces/dataTransferJobs.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/graphResources.d.ts +0 -56
- package/dist/commonjs/operationsInterfaces/graphResources.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/graphResources.js +0 -10
- package/dist/commonjs/operationsInterfaces/graphResources.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +0 -41
- package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.js +0 -10
- package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/throughputPool.d.ts +0 -59
- package/dist/commonjs/operationsInterfaces/throughputPool.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/throughputPool.js +0 -10
- package/dist/commonjs/operationsInterfaces/throughputPool.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/throughputPoolAccount.d.ts +0 -50
- package/dist/commonjs/operationsInterfaces/throughputPoolAccount.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/throughputPoolAccount.js +0 -10
- package/dist/commonjs/operationsInterfaces/throughputPoolAccount.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/throughputPoolAccounts.d.ts +0 -13
- package/dist/commonjs/operationsInterfaces/throughputPoolAccounts.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/throughputPoolAccounts.js +0 -10
- package/dist/commonjs/operationsInterfaces/throughputPoolAccounts.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/throughputPools.d.ts +0 -17
- package/dist/commonjs/operationsInterfaces/throughputPools.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/throughputPools.js +0 -10
- package/dist/commonjs/operationsInterfaces/throughputPools.js.map +0 -1
- package/dist/esm/operations/chaosFault.d.ts +0 -65
- package/dist/esm/operations/chaosFault.d.ts.map +0 -1
- package/dist/esm/operations/chaosFault.js +0 -279
- package/dist/esm/operations/chaosFault.js.map +0 -1
- package/dist/esm/operations/dataTransferJobs.d.ts +0 -87
- package/dist/esm/operations/dataTransferJobs.d.ts.map +0 -1
- package/dist/esm/operations/dataTransferJobs.js +0 -345
- package/dist/esm/operations/dataTransferJobs.js.map +0 -1
- package/dist/esm/operations/graphResources.d.ts +0 -73
- package/dist/esm/operations/graphResources.d.ts.map +0 -1
- package/dist/esm/operations/graphResources.js +0 -291
- package/dist/esm/operations/graphResources.js.map +0 -1
- package/dist/esm/operations/networkSecurityPerimeterConfigurations.d.ts +0 -66
- package/dist/esm/operations/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
- package/dist/esm/operations/networkSecurityPerimeterConfigurations.js +0 -282
- package/dist/esm/operations/networkSecurityPerimeterConfigurations.js.map +0 -1
- package/dist/esm/operations/throughputPool.d.ts +0 -67
- package/dist/esm/operations/throughputPool.d.ts.map +0 -1
- package/dist/esm/operations/throughputPool.js +0 -308
- package/dist/esm/operations/throughputPool.js.map +0 -1
- package/dist/esm/operations/throughputPoolAccount.d.ts +0 -58
- package/dist/esm/operations/throughputPoolAccount.d.ts.map +0 -1
- package/dist/esm/operations/throughputPoolAccount.js +0 -248
- package/dist/esm/operations/throughputPoolAccount.js.map +0 -1
- package/dist/esm/operations/throughputPoolAccounts.d.ts +0 -38
- package/dist/esm/operations/throughputPoolAccounts.d.ts.map +0 -1
- package/dist/esm/operations/throughputPoolAccounts.js +0 -150
- package/dist/esm/operations/throughputPoolAccounts.js.map +0 -1
- package/dist/esm/operations/throughputPools.d.ts +0 -53
- package/dist/esm/operations/throughputPools.d.ts.map +0 -1
- package/dist/esm/operations/throughputPools.js +0 -256
- package/dist/esm/operations/throughputPools.js.map +0 -1
- package/dist/esm/operationsInterfaces/chaosFault.d.ts +0 -40
- package/dist/esm/operationsInterfaces/chaosFault.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/chaosFault.js +0 -9
- package/dist/esm/operationsInterfaces/chaosFault.js.map +0 -1
- package/dist/esm/operationsInterfaces/dataTransferJobs.d.ts +0 -62
- package/dist/esm/operationsInterfaces/dataTransferJobs.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/dataTransferJobs.js +0 -9
- package/dist/esm/operationsInterfaces/dataTransferJobs.js.map +0 -1
- package/dist/esm/operationsInterfaces/graphResources.d.ts +0 -56
- package/dist/esm/operationsInterfaces/graphResources.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/graphResources.js +0 -9
- package/dist/esm/operationsInterfaces/graphResources.js.map +0 -1
- package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +0 -41
- package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.js +0 -9
- package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +0 -1
- package/dist/esm/operationsInterfaces/throughputPool.d.ts +0 -59
- package/dist/esm/operationsInterfaces/throughputPool.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/throughputPool.js +0 -9
- package/dist/esm/operationsInterfaces/throughputPool.js.map +0 -1
- package/dist/esm/operationsInterfaces/throughputPoolAccount.d.ts +0 -50
- package/dist/esm/operationsInterfaces/throughputPoolAccount.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/throughputPoolAccount.js +0 -9
- package/dist/esm/operationsInterfaces/throughputPoolAccount.js.map +0 -1
- package/dist/esm/operationsInterfaces/throughputPoolAccounts.d.ts +0 -13
- package/dist/esm/operationsInterfaces/throughputPoolAccounts.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/throughputPoolAccounts.js +0 -9
- package/dist/esm/operationsInterfaces/throughputPoolAccounts.js.map +0 -1
- package/dist/esm/operationsInterfaces/throughputPools.d.ts +0 -17
- package/dist/esm/operationsInterfaces/throughputPools.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/throughputPools.js +0 -9
- package/dist/esm/operationsInterfaces/throughputPools.js.map +0 -1
- package/dist/react-native/operations/chaosFault.d.ts +0 -65
- package/dist/react-native/operations/chaosFault.d.ts.map +0 -1
- package/dist/react-native/operations/chaosFault.js +0 -279
- package/dist/react-native/operations/chaosFault.js.map +0 -1
- package/dist/react-native/operations/dataTransferJobs.d.ts +0 -87
- package/dist/react-native/operations/dataTransferJobs.d.ts.map +0 -1
- package/dist/react-native/operations/dataTransferJobs.js +0 -345
- package/dist/react-native/operations/dataTransferJobs.js.map +0 -1
- package/dist/react-native/operations/graphResources.d.ts +0 -73
- package/dist/react-native/operations/graphResources.d.ts.map +0 -1
- package/dist/react-native/operations/graphResources.js +0 -291
- package/dist/react-native/operations/graphResources.js.map +0 -1
- package/dist/react-native/operations/networkSecurityPerimeterConfigurations.d.ts +0 -66
- package/dist/react-native/operations/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
- package/dist/react-native/operations/networkSecurityPerimeterConfigurations.js +0 -282
- package/dist/react-native/operations/networkSecurityPerimeterConfigurations.js.map +0 -1
- package/dist/react-native/operations/throughputPool.d.ts +0 -67
- package/dist/react-native/operations/throughputPool.d.ts.map +0 -1
- package/dist/react-native/operations/throughputPool.js +0 -308
- package/dist/react-native/operations/throughputPool.js.map +0 -1
- package/dist/react-native/operations/throughputPoolAccount.d.ts +0 -58
- package/dist/react-native/operations/throughputPoolAccount.d.ts.map +0 -1
- package/dist/react-native/operations/throughputPoolAccount.js +0 -248
- package/dist/react-native/operations/throughputPoolAccount.js.map +0 -1
- package/dist/react-native/operations/throughputPoolAccounts.d.ts +0 -38
- package/dist/react-native/operations/throughputPoolAccounts.d.ts.map +0 -1
- package/dist/react-native/operations/throughputPoolAccounts.js +0 -150
- package/dist/react-native/operations/throughputPoolAccounts.js.map +0 -1
- package/dist/react-native/operations/throughputPools.d.ts +0 -53
- package/dist/react-native/operations/throughputPools.d.ts.map +0 -1
- package/dist/react-native/operations/throughputPools.js +0 -256
- package/dist/react-native/operations/throughputPools.js.map +0 -1
- package/dist/react-native/operationsInterfaces/chaosFault.d.ts +0 -40
- package/dist/react-native/operationsInterfaces/chaosFault.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/chaosFault.js +0 -9
- package/dist/react-native/operationsInterfaces/chaosFault.js.map +0 -1
- package/dist/react-native/operationsInterfaces/dataTransferJobs.d.ts +0 -62
- package/dist/react-native/operationsInterfaces/dataTransferJobs.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/dataTransferJobs.js +0 -9
- package/dist/react-native/operationsInterfaces/dataTransferJobs.js.map +0 -1
- package/dist/react-native/operationsInterfaces/graphResources.d.ts +0 -56
- package/dist/react-native/operationsInterfaces/graphResources.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/graphResources.js +0 -9
- package/dist/react-native/operationsInterfaces/graphResources.js.map +0 -1
- package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +0 -41
- package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.js +0 -9
- package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +0 -1
- package/dist/react-native/operationsInterfaces/throughputPool.d.ts +0 -59
- package/dist/react-native/operationsInterfaces/throughputPool.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/throughputPool.js +0 -9
- package/dist/react-native/operationsInterfaces/throughputPool.js.map +0 -1
- package/dist/react-native/operationsInterfaces/throughputPoolAccount.d.ts +0 -50
- package/dist/react-native/operationsInterfaces/throughputPoolAccount.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/throughputPoolAccount.js +0 -9
- package/dist/react-native/operationsInterfaces/throughputPoolAccount.js.map +0 -1
- package/dist/react-native/operationsInterfaces/throughputPoolAccounts.d.ts +0 -13
- package/dist/react-native/operationsInterfaces/throughputPoolAccounts.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/throughputPoolAccounts.js +0 -9
- package/dist/react-native/operationsInterfaces/throughputPoolAccounts.js.map +0 -1
- package/dist/react-native/operationsInterfaces/throughputPools.d.ts +0 -17
- package/dist/react-native/operationsInterfaces/throughputPools.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/throughputPools.js +0 -9
- package/dist/react-native/operationsInterfaces/throughputPools.js.map +0 -1
- package/review/arm-cosmosdb.api.md +0 -6363
|
@@ -1,19 +1,14 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
import { __asyncDelegator, __asyncGenerator, __asyncValues, __await } from "tslib";
|
|
1
|
+
// Copyright (c) Microsoft Corporation.
|
|
2
|
+
// Licensed under the MIT License.
|
|
9
3
|
import * as coreClient from "@azure/core-client";
|
|
10
4
|
import * as Mappers from "../models/mappers.js";
|
|
11
5
|
import * as Parameters from "../models/parameters.js";
|
|
12
|
-
import { createHttpPoller
|
|
6
|
+
import { createHttpPoller } from "@azure/core-lro";
|
|
13
7
|
import { createLroSpec } from "../lroImpl.js";
|
|
14
8
|
/// <reference lib="esnext.asynciterable" />
|
|
15
9
|
/** Class containing MongoDBResources operations. */
|
|
16
10
|
export class MongoDBResourcesImpl {
|
|
11
|
+
client;
|
|
17
12
|
/**
|
|
18
13
|
* Initialize a new instance of the class MongoDBResources class.
|
|
19
14
|
* @param client Reference to the service client
|
|
@@ -37,39 +32,22 @@ export class MongoDBResourcesImpl {
|
|
|
37
32
|
return this;
|
|
38
33
|
},
|
|
39
34
|
byPage: (settings) => {
|
|
40
|
-
if (settings
|
|
35
|
+
if (settings?.maxPageSize) {
|
|
41
36
|
throw new Error("maxPageSize is not supported by this operation.");
|
|
42
37
|
}
|
|
43
38
|
return this.listMongoDBDatabasesPagingPage(resourceGroupName, accountName, options, settings);
|
|
44
39
|
},
|
|
45
40
|
};
|
|
46
41
|
}
|
|
47
|
-
listMongoDBDatabasesPagingPage(resourceGroupName, accountName, options, _settings) {
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
yield yield __await(result.value || []);
|
|
52
|
-
});
|
|
42
|
+
async *listMongoDBDatabasesPagingPage(resourceGroupName, accountName, options, _settings) {
|
|
43
|
+
let result;
|
|
44
|
+
result = await this._listMongoDBDatabases(resourceGroupName, accountName, options);
|
|
45
|
+
yield result.value || [];
|
|
53
46
|
}
|
|
54
|
-
listMongoDBDatabasesPagingAll(resourceGroupName, accountName, options) {
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
for (var _d = true, _e = __asyncValues(this.listMongoDBDatabasesPagingPage(resourceGroupName, accountName, options)), _f; _f = yield __await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
59
|
-
_c = _f.value;
|
|
60
|
-
_d = false;
|
|
61
|
-
const page = _c;
|
|
62
|
-
yield __await(yield* __asyncDelegator(__asyncValues(page)));
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
66
|
-
finally {
|
|
67
|
-
try {
|
|
68
|
-
if (!_d && !_a && (_b = _e.return)) yield __await(_b.call(_e));
|
|
69
|
-
}
|
|
70
|
-
finally { if (e_1) throw e_1.error; }
|
|
71
|
-
}
|
|
72
|
-
});
|
|
47
|
+
async *listMongoDBDatabasesPagingAll(resourceGroupName, accountName, options) {
|
|
48
|
+
for await (const page of this.listMongoDBDatabasesPagingPage(resourceGroupName, accountName, options)) {
|
|
49
|
+
yield* page;
|
|
50
|
+
}
|
|
73
51
|
}
|
|
74
52
|
/**
|
|
75
53
|
* Lists the MongoDB collection under an existing Azure Cosmos DB database account.
|
|
@@ -88,39 +66,22 @@ export class MongoDBResourcesImpl {
|
|
|
88
66
|
return this;
|
|
89
67
|
},
|
|
90
68
|
byPage: (settings) => {
|
|
91
|
-
if (settings
|
|
69
|
+
if (settings?.maxPageSize) {
|
|
92
70
|
throw new Error("maxPageSize is not supported by this operation.");
|
|
93
71
|
}
|
|
94
72
|
return this.listMongoDBCollectionsPagingPage(resourceGroupName, accountName, databaseName, options, settings);
|
|
95
73
|
},
|
|
96
74
|
};
|
|
97
75
|
}
|
|
98
|
-
listMongoDBCollectionsPagingPage(resourceGroupName, accountName, databaseName, options, _settings) {
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
yield yield __await(result.value || []);
|
|
103
|
-
});
|
|
76
|
+
async *listMongoDBCollectionsPagingPage(resourceGroupName, accountName, databaseName, options, _settings) {
|
|
77
|
+
let result;
|
|
78
|
+
result = await this._listMongoDBCollections(resourceGroupName, accountName, databaseName, options);
|
|
79
|
+
yield result.value || [];
|
|
104
80
|
}
|
|
105
|
-
listMongoDBCollectionsPagingAll(resourceGroupName, accountName, databaseName, options) {
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
for (var _d = true, _e = __asyncValues(this.listMongoDBCollectionsPagingPage(resourceGroupName, accountName, databaseName, options)), _f; _f = yield __await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
110
|
-
_c = _f.value;
|
|
111
|
-
_d = false;
|
|
112
|
-
const page = _c;
|
|
113
|
-
yield __await(yield* __asyncDelegator(__asyncValues(page)));
|
|
114
|
-
}
|
|
115
|
-
}
|
|
116
|
-
catch (e_2_1) { e_2 = { error: e_2_1 }; }
|
|
117
|
-
finally {
|
|
118
|
-
try {
|
|
119
|
-
if (!_d && !_a && (_b = _e.return)) yield __await(_b.call(_e));
|
|
120
|
-
}
|
|
121
|
-
finally { if (e_2) throw e_2.error; }
|
|
122
|
-
}
|
|
123
|
-
});
|
|
81
|
+
async *listMongoDBCollectionsPagingAll(resourceGroupName, accountName, databaseName, options) {
|
|
82
|
+
for await (const page of this.listMongoDBCollectionsPagingPage(resourceGroupName, accountName, databaseName, options)) {
|
|
83
|
+
yield* page;
|
|
84
|
+
}
|
|
124
85
|
}
|
|
125
86
|
/**
|
|
126
87
|
* Retrieves the list of all Azure Cosmos DB Mongo Role Definitions.
|
|
@@ -138,39 +99,22 @@ export class MongoDBResourcesImpl {
|
|
|
138
99
|
return this;
|
|
139
100
|
},
|
|
140
101
|
byPage: (settings) => {
|
|
141
|
-
if (settings
|
|
102
|
+
if (settings?.maxPageSize) {
|
|
142
103
|
throw new Error("maxPageSize is not supported by this operation.");
|
|
143
104
|
}
|
|
144
105
|
return this.listMongoRoleDefinitionsPagingPage(resourceGroupName, accountName, options, settings);
|
|
145
106
|
},
|
|
146
107
|
};
|
|
147
108
|
}
|
|
148
|
-
listMongoRoleDefinitionsPagingPage(resourceGroupName, accountName, options, _settings) {
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
yield yield __await(result.value || []);
|
|
153
|
-
});
|
|
109
|
+
async *listMongoRoleDefinitionsPagingPage(resourceGroupName, accountName, options, _settings) {
|
|
110
|
+
let result;
|
|
111
|
+
result = await this._listMongoRoleDefinitions(resourceGroupName, accountName, options);
|
|
112
|
+
yield result.value || [];
|
|
154
113
|
}
|
|
155
|
-
listMongoRoleDefinitionsPagingAll(resourceGroupName, accountName, options) {
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
for (var _d = true, _e = __asyncValues(this.listMongoRoleDefinitionsPagingPage(resourceGroupName, accountName, options)), _f; _f = yield __await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
160
|
-
_c = _f.value;
|
|
161
|
-
_d = false;
|
|
162
|
-
const page = _c;
|
|
163
|
-
yield __await(yield* __asyncDelegator(__asyncValues(page)));
|
|
164
|
-
}
|
|
165
|
-
}
|
|
166
|
-
catch (e_3_1) { e_3 = { error: e_3_1 }; }
|
|
167
|
-
finally {
|
|
168
|
-
try {
|
|
169
|
-
if (!_d && !_a && (_b = _e.return)) yield __await(_b.call(_e));
|
|
170
|
-
}
|
|
171
|
-
finally { if (e_3) throw e_3.error; }
|
|
172
|
-
}
|
|
173
|
-
});
|
|
114
|
+
async *listMongoRoleDefinitionsPagingAll(resourceGroupName, accountName, options) {
|
|
115
|
+
for await (const page of this.listMongoRoleDefinitionsPagingPage(resourceGroupName, accountName, options)) {
|
|
116
|
+
yield* page;
|
|
117
|
+
}
|
|
174
118
|
}
|
|
175
119
|
/**
|
|
176
120
|
* Retrieves the list of all Azure Cosmos DB Mongo User Definition.
|
|
@@ -188,39 +132,22 @@ export class MongoDBResourcesImpl {
|
|
|
188
132
|
return this;
|
|
189
133
|
},
|
|
190
134
|
byPage: (settings) => {
|
|
191
|
-
if (settings
|
|
135
|
+
if (settings?.maxPageSize) {
|
|
192
136
|
throw new Error("maxPageSize is not supported by this operation.");
|
|
193
137
|
}
|
|
194
138
|
return this.listMongoUserDefinitionsPagingPage(resourceGroupName, accountName, options, settings);
|
|
195
139
|
},
|
|
196
140
|
};
|
|
197
141
|
}
|
|
198
|
-
listMongoUserDefinitionsPagingPage(resourceGroupName, accountName, options, _settings) {
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
yield yield __await(result.value || []);
|
|
203
|
-
});
|
|
142
|
+
async *listMongoUserDefinitionsPagingPage(resourceGroupName, accountName, options, _settings) {
|
|
143
|
+
let result;
|
|
144
|
+
result = await this._listMongoUserDefinitions(resourceGroupName, accountName, options);
|
|
145
|
+
yield result.value || [];
|
|
204
146
|
}
|
|
205
|
-
listMongoUserDefinitionsPagingAll(resourceGroupName, accountName, options) {
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
for (var _d = true, _e = __asyncValues(this.listMongoUserDefinitionsPagingPage(resourceGroupName, accountName, options)), _f; _f = yield __await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
210
|
-
_c = _f.value;
|
|
211
|
-
_d = false;
|
|
212
|
-
const page = _c;
|
|
213
|
-
yield __await(yield* __asyncDelegator(__asyncValues(page)));
|
|
214
|
-
}
|
|
215
|
-
}
|
|
216
|
-
catch (e_4_1) { e_4 = { error: e_4_1 }; }
|
|
217
|
-
finally {
|
|
218
|
-
try {
|
|
219
|
-
if (!_d && !_a && (_b = _e.return)) yield __await(_b.call(_e));
|
|
220
|
-
}
|
|
221
|
-
finally { if (e_4) throw e_4.error; }
|
|
222
|
-
}
|
|
223
|
-
});
|
|
147
|
+
async *listMongoUserDefinitionsPagingAll(resourceGroupName, accountName, options) {
|
|
148
|
+
for await (const page of this.listMongoUserDefinitionsPagingPage(resourceGroupName, accountName, options)) {
|
|
149
|
+
yield* page;
|
|
150
|
+
}
|
|
224
151
|
}
|
|
225
152
|
/**
|
|
226
153
|
* Lists the MongoDB databases under an existing Azure Cosmos DB database account.
|
|
@@ -256,14 +183,19 @@ export class MongoDBResourcesImpl {
|
|
|
256
183
|
return this.client.sendOperationRequest(args, spec);
|
|
257
184
|
};
|
|
258
185
|
const sendOperationFn = async (args, spec) => {
|
|
259
|
-
var _a;
|
|
260
186
|
let currentRawResponse = undefined;
|
|
261
|
-
const providedCallback =
|
|
187
|
+
const providedCallback = args.options?.onResponse;
|
|
262
188
|
const callback = (rawResponse, flatResponse) => {
|
|
263
189
|
currentRawResponse = rawResponse;
|
|
264
|
-
providedCallback
|
|
190
|
+
providedCallback?.(rawResponse, flatResponse);
|
|
191
|
+
};
|
|
192
|
+
const updatedArgs = {
|
|
193
|
+
...args,
|
|
194
|
+
options: {
|
|
195
|
+
...args.options,
|
|
196
|
+
onResponse: callback,
|
|
197
|
+
},
|
|
265
198
|
};
|
|
266
|
-
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
267
199
|
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
268
200
|
return {
|
|
269
201
|
flatResponse,
|
|
@@ -286,8 +218,8 @@ export class MongoDBResourcesImpl {
|
|
|
286
218
|
spec: createUpdateMongoDBDatabaseOperationSpec,
|
|
287
219
|
});
|
|
288
220
|
const poller = await createHttpPoller(lro, {
|
|
289
|
-
restoreFrom: options
|
|
290
|
-
intervalInMs: options
|
|
221
|
+
restoreFrom: options?.resumeFrom,
|
|
222
|
+
intervalInMs: options?.updateIntervalInMs,
|
|
291
223
|
});
|
|
292
224
|
await poller.poll();
|
|
293
225
|
return poller;
|
|
@@ -317,14 +249,19 @@ export class MongoDBResourcesImpl {
|
|
|
317
249
|
return this.client.sendOperationRequest(args, spec);
|
|
318
250
|
};
|
|
319
251
|
const sendOperationFn = async (args, spec) => {
|
|
320
|
-
var _a;
|
|
321
252
|
let currentRawResponse = undefined;
|
|
322
|
-
const providedCallback =
|
|
253
|
+
const providedCallback = args.options?.onResponse;
|
|
323
254
|
const callback = (rawResponse, flatResponse) => {
|
|
324
255
|
currentRawResponse = rawResponse;
|
|
325
|
-
providedCallback
|
|
256
|
+
providedCallback?.(rawResponse, flatResponse);
|
|
257
|
+
};
|
|
258
|
+
const updatedArgs = {
|
|
259
|
+
...args,
|
|
260
|
+
options: {
|
|
261
|
+
...args.options,
|
|
262
|
+
onResponse: callback,
|
|
263
|
+
},
|
|
326
264
|
};
|
|
327
|
-
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
328
265
|
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
329
266
|
return {
|
|
330
267
|
flatResponse,
|
|
@@ -341,8 +278,8 @@ export class MongoDBResourcesImpl {
|
|
|
341
278
|
spec: deleteMongoDBDatabaseOperationSpec,
|
|
342
279
|
});
|
|
343
280
|
const poller = await createHttpPoller(lro, {
|
|
344
|
-
restoreFrom: options
|
|
345
|
-
intervalInMs: options
|
|
281
|
+
restoreFrom: options?.resumeFrom,
|
|
282
|
+
intervalInMs: options?.updateIntervalInMs,
|
|
346
283
|
});
|
|
347
284
|
await poller.poll();
|
|
348
285
|
return poller;
|
|
@@ -383,14 +320,19 @@ export class MongoDBResourcesImpl {
|
|
|
383
320
|
return this.client.sendOperationRequest(args, spec);
|
|
384
321
|
};
|
|
385
322
|
const sendOperationFn = async (args, spec) => {
|
|
386
|
-
var _a;
|
|
387
323
|
let currentRawResponse = undefined;
|
|
388
|
-
const providedCallback =
|
|
324
|
+
const providedCallback = args.options?.onResponse;
|
|
389
325
|
const callback = (rawResponse, flatResponse) => {
|
|
390
326
|
currentRawResponse = rawResponse;
|
|
391
|
-
providedCallback
|
|
327
|
+
providedCallback?.(rawResponse, flatResponse);
|
|
328
|
+
};
|
|
329
|
+
const updatedArgs = {
|
|
330
|
+
...args,
|
|
331
|
+
options: {
|
|
332
|
+
...args.options,
|
|
333
|
+
onResponse: callback,
|
|
334
|
+
},
|
|
392
335
|
};
|
|
393
|
-
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
394
336
|
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
395
337
|
return {
|
|
396
338
|
flatResponse,
|
|
@@ -413,8 +355,8 @@ export class MongoDBResourcesImpl {
|
|
|
413
355
|
spec: updateMongoDBDatabaseThroughputOperationSpec,
|
|
414
356
|
});
|
|
415
357
|
const poller = await createHttpPoller(lro, {
|
|
416
|
-
restoreFrom: options
|
|
417
|
-
intervalInMs: options
|
|
358
|
+
restoreFrom: options?.resumeFrom,
|
|
359
|
+
intervalInMs: options?.updateIntervalInMs,
|
|
418
360
|
});
|
|
419
361
|
await poller.poll();
|
|
420
362
|
return poller;
|
|
@@ -444,14 +386,19 @@ export class MongoDBResourcesImpl {
|
|
|
444
386
|
return this.client.sendOperationRequest(args, spec);
|
|
445
387
|
};
|
|
446
388
|
const sendOperationFn = async (args, spec) => {
|
|
447
|
-
var _a;
|
|
448
389
|
let currentRawResponse = undefined;
|
|
449
|
-
const providedCallback =
|
|
390
|
+
const providedCallback = args.options?.onResponse;
|
|
450
391
|
const callback = (rawResponse, flatResponse) => {
|
|
451
392
|
currentRawResponse = rawResponse;
|
|
452
|
-
providedCallback
|
|
393
|
+
providedCallback?.(rawResponse, flatResponse);
|
|
394
|
+
};
|
|
395
|
+
const updatedArgs = {
|
|
396
|
+
...args,
|
|
397
|
+
options: {
|
|
398
|
+
...args.options,
|
|
399
|
+
onResponse: callback,
|
|
400
|
+
},
|
|
453
401
|
};
|
|
454
|
-
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
455
402
|
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
456
403
|
return {
|
|
457
404
|
flatResponse,
|
|
@@ -468,8 +415,8 @@ export class MongoDBResourcesImpl {
|
|
|
468
415
|
spec: migrateMongoDBDatabaseToAutoscaleOperationSpec,
|
|
469
416
|
});
|
|
470
417
|
const poller = await createHttpPoller(lro, {
|
|
471
|
-
restoreFrom: options
|
|
472
|
-
intervalInMs: options
|
|
418
|
+
restoreFrom: options?.resumeFrom,
|
|
419
|
+
intervalInMs: options?.updateIntervalInMs,
|
|
473
420
|
});
|
|
474
421
|
await poller.poll();
|
|
475
422
|
return poller;
|
|
@@ -497,14 +444,19 @@ export class MongoDBResourcesImpl {
|
|
|
497
444
|
return this.client.sendOperationRequest(args, spec);
|
|
498
445
|
};
|
|
499
446
|
const sendOperationFn = async (args, spec) => {
|
|
500
|
-
var _a;
|
|
501
447
|
let currentRawResponse = undefined;
|
|
502
|
-
const providedCallback =
|
|
448
|
+
const providedCallback = args.options?.onResponse;
|
|
503
449
|
const callback = (rawResponse, flatResponse) => {
|
|
504
450
|
currentRawResponse = rawResponse;
|
|
505
|
-
providedCallback
|
|
451
|
+
providedCallback?.(rawResponse, flatResponse);
|
|
452
|
+
};
|
|
453
|
+
const updatedArgs = {
|
|
454
|
+
...args,
|
|
455
|
+
options: {
|
|
456
|
+
...args.options,
|
|
457
|
+
onResponse: callback,
|
|
458
|
+
},
|
|
506
459
|
};
|
|
507
|
-
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
508
460
|
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
509
461
|
return {
|
|
510
462
|
flatResponse,
|
|
@@ -521,8 +473,8 @@ export class MongoDBResourcesImpl {
|
|
|
521
473
|
spec: migrateMongoDBDatabaseToManualThroughputOperationSpec,
|
|
522
474
|
});
|
|
523
475
|
const poller = await createHttpPoller(lro, {
|
|
524
|
-
restoreFrom: options
|
|
525
|
-
intervalInMs: options
|
|
476
|
+
restoreFrom: options?.resumeFrom,
|
|
477
|
+
intervalInMs: options?.updateIntervalInMs,
|
|
526
478
|
});
|
|
527
479
|
await poller.poll();
|
|
528
480
|
return poller;
|
|
@@ -538,268 +490,6 @@ export class MongoDBResourcesImpl {
|
|
|
538
490
|
const poller = await this.beginMigrateMongoDBDatabaseToManualThroughput(resourceGroupName, accountName, databaseName, options);
|
|
539
491
|
return poller.pollUntilDone();
|
|
540
492
|
}
|
|
541
|
-
/**
|
|
542
|
-
* Retrieve throughput distribution for an Azure Cosmos DB MongoDB database
|
|
543
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
544
|
-
* @param accountName Cosmos DB database account name.
|
|
545
|
-
* @param databaseName Cosmos DB database name.
|
|
546
|
-
* @param retrieveThroughputParameters The parameters to provide for retrieving throughput distribution
|
|
547
|
-
* for the current MongoDB database.
|
|
548
|
-
* @param options The options parameters.
|
|
549
|
-
*/
|
|
550
|
-
async beginMongoDBDatabaseRetrieveThroughputDistribution(resourceGroupName, accountName, databaseName, retrieveThroughputParameters, options) {
|
|
551
|
-
const directSendOperation = async (args, spec) => {
|
|
552
|
-
return this.client.sendOperationRequest(args, spec);
|
|
553
|
-
};
|
|
554
|
-
const sendOperationFn = async (args, spec) => {
|
|
555
|
-
var _a;
|
|
556
|
-
let currentRawResponse = undefined;
|
|
557
|
-
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
|
558
|
-
const callback = (rawResponse, flatResponse) => {
|
|
559
|
-
currentRawResponse = rawResponse;
|
|
560
|
-
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
|
561
|
-
};
|
|
562
|
-
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
563
|
-
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
564
|
-
return {
|
|
565
|
-
flatResponse,
|
|
566
|
-
rawResponse: {
|
|
567
|
-
statusCode: currentRawResponse.status,
|
|
568
|
-
body: currentRawResponse.parsedBody,
|
|
569
|
-
headers: currentRawResponse.headers.toJSON(),
|
|
570
|
-
},
|
|
571
|
-
};
|
|
572
|
-
};
|
|
573
|
-
const lro = createLroSpec({
|
|
574
|
-
sendOperationFn,
|
|
575
|
-
args: {
|
|
576
|
-
resourceGroupName,
|
|
577
|
-
accountName,
|
|
578
|
-
databaseName,
|
|
579
|
-
retrieveThroughputParameters,
|
|
580
|
-
options,
|
|
581
|
-
},
|
|
582
|
-
spec: mongoDBDatabaseRetrieveThroughputDistributionOperationSpec,
|
|
583
|
-
});
|
|
584
|
-
const poller = await createHttpPoller(lro, {
|
|
585
|
-
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
586
|
-
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
587
|
-
resourceLocationConfig: "location",
|
|
588
|
-
});
|
|
589
|
-
await poller.poll();
|
|
590
|
-
return poller;
|
|
591
|
-
}
|
|
592
|
-
/**
|
|
593
|
-
* Retrieve throughput distribution for an Azure Cosmos DB MongoDB database
|
|
594
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
595
|
-
* @param accountName Cosmos DB database account name.
|
|
596
|
-
* @param databaseName Cosmos DB database name.
|
|
597
|
-
* @param retrieveThroughputParameters The parameters to provide for retrieving throughput distribution
|
|
598
|
-
* for the current MongoDB database.
|
|
599
|
-
* @param options The options parameters.
|
|
600
|
-
*/
|
|
601
|
-
async beginMongoDBDatabaseRetrieveThroughputDistributionAndWait(resourceGroupName, accountName, databaseName, retrieveThroughputParameters, options) {
|
|
602
|
-
const poller = await this.beginMongoDBDatabaseRetrieveThroughputDistribution(resourceGroupName, accountName, databaseName, retrieveThroughputParameters, options);
|
|
603
|
-
return poller.pollUntilDone();
|
|
604
|
-
}
|
|
605
|
-
/**
|
|
606
|
-
* Redistribute throughput for an Azure Cosmos DB MongoDB database
|
|
607
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
608
|
-
* @param accountName Cosmos DB database account name.
|
|
609
|
-
* @param databaseName Cosmos DB database name.
|
|
610
|
-
* @param redistributeThroughputParameters The parameters to provide for redistributing throughput for
|
|
611
|
-
* the current MongoDB database.
|
|
612
|
-
* @param options The options parameters.
|
|
613
|
-
*/
|
|
614
|
-
async beginMongoDBDatabaseRedistributeThroughput(resourceGroupName, accountName, databaseName, redistributeThroughputParameters, options) {
|
|
615
|
-
const directSendOperation = async (args, spec) => {
|
|
616
|
-
return this.client.sendOperationRequest(args, spec);
|
|
617
|
-
};
|
|
618
|
-
const sendOperationFn = async (args, spec) => {
|
|
619
|
-
var _a;
|
|
620
|
-
let currentRawResponse = undefined;
|
|
621
|
-
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
|
622
|
-
const callback = (rawResponse, flatResponse) => {
|
|
623
|
-
currentRawResponse = rawResponse;
|
|
624
|
-
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
|
625
|
-
};
|
|
626
|
-
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
627
|
-
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
628
|
-
return {
|
|
629
|
-
flatResponse,
|
|
630
|
-
rawResponse: {
|
|
631
|
-
statusCode: currentRawResponse.status,
|
|
632
|
-
body: currentRawResponse.parsedBody,
|
|
633
|
-
headers: currentRawResponse.headers.toJSON(),
|
|
634
|
-
},
|
|
635
|
-
};
|
|
636
|
-
};
|
|
637
|
-
const lro = createLroSpec({
|
|
638
|
-
sendOperationFn,
|
|
639
|
-
args: {
|
|
640
|
-
resourceGroupName,
|
|
641
|
-
accountName,
|
|
642
|
-
databaseName,
|
|
643
|
-
redistributeThroughputParameters,
|
|
644
|
-
options,
|
|
645
|
-
},
|
|
646
|
-
spec: mongoDBDatabaseRedistributeThroughputOperationSpec,
|
|
647
|
-
});
|
|
648
|
-
const poller = await createHttpPoller(lro, {
|
|
649
|
-
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
650
|
-
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
651
|
-
resourceLocationConfig: "location",
|
|
652
|
-
});
|
|
653
|
-
await poller.poll();
|
|
654
|
-
return poller;
|
|
655
|
-
}
|
|
656
|
-
/**
|
|
657
|
-
* Redistribute throughput for an Azure Cosmos DB MongoDB database
|
|
658
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
659
|
-
* @param accountName Cosmos DB database account name.
|
|
660
|
-
* @param databaseName Cosmos DB database name.
|
|
661
|
-
* @param redistributeThroughputParameters The parameters to provide for redistributing throughput for
|
|
662
|
-
* the current MongoDB database.
|
|
663
|
-
* @param options The options parameters.
|
|
664
|
-
*/
|
|
665
|
-
async beginMongoDBDatabaseRedistributeThroughputAndWait(resourceGroupName, accountName, databaseName, redistributeThroughputParameters, options) {
|
|
666
|
-
const poller = await this.beginMongoDBDatabaseRedistributeThroughput(resourceGroupName, accountName, databaseName, redistributeThroughputParameters, options);
|
|
667
|
-
return poller.pollUntilDone();
|
|
668
|
-
}
|
|
669
|
-
/**
|
|
670
|
-
* Retrieve throughput distribution for an Azure Cosmos DB MongoDB container
|
|
671
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
672
|
-
* @param accountName Cosmos DB database account name.
|
|
673
|
-
* @param databaseName Cosmos DB database name.
|
|
674
|
-
* @param collectionName Cosmos DB collection name.
|
|
675
|
-
* @param retrieveThroughputParameters The parameters to provide for retrieving throughput distribution
|
|
676
|
-
* for the current MongoDB container.
|
|
677
|
-
* @param options The options parameters.
|
|
678
|
-
*/
|
|
679
|
-
async beginMongoDBContainerRetrieveThroughputDistribution(resourceGroupName, accountName, databaseName, collectionName, retrieveThroughputParameters, options) {
|
|
680
|
-
const directSendOperation = async (args, spec) => {
|
|
681
|
-
return this.client.sendOperationRequest(args, spec);
|
|
682
|
-
};
|
|
683
|
-
const sendOperationFn = async (args, spec) => {
|
|
684
|
-
var _a;
|
|
685
|
-
let currentRawResponse = undefined;
|
|
686
|
-
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
|
687
|
-
const callback = (rawResponse, flatResponse) => {
|
|
688
|
-
currentRawResponse = rawResponse;
|
|
689
|
-
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
|
690
|
-
};
|
|
691
|
-
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
692
|
-
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
693
|
-
return {
|
|
694
|
-
flatResponse,
|
|
695
|
-
rawResponse: {
|
|
696
|
-
statusCode: currentRawResponse.status,
|
|
697
|
-
body: currentRawResponse.parsedBody,
|
|
698
|
-
headers: currentRawResponse.headers.toJSON(),
|
|
699
|
-
},
|
|
700
|
-
};
|
|
701
|
-
};
|
|
702
|
-
const lro = createLroSpec({
|
|
703
|
-
sendOperationFn,
|
|
704
|
-
args: {
|
|
705
|
-
resourceGroupName,
|
|
706
|
-
accountName,
|
|
707
|
-
databaseName,
|
|
708
|
-
collectionName,
|
|
709
|
-
retrieveThroughputParameters,
|
|
710
|
-
options,
|
|
711
|
-
},
|
|
712
|
-
spec: mongoDBContainerRetrieveThroughputDistributionOperationSpec,
|
|
713
|
-
});
|
|
714
|
-
const poller = await createHttpPoller(lro, {
|
|
715
|
-
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
716
|
-
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
717
|
-
resourceLocationConfig: "location",
|
|
718
|
-
});
|
|
719
|
-
await poller.poll();
|
|
720
|
-
return poller;
|
|
721
|
-
}
|
|
722
|
-
/**
|
|
723
|
-
* Retrieve throughput distribution for an Azure Cosmos DB MongoDB container
|
|
724
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
725
|
-
* @param accountName Cosmos DB database account name.
|
|
726
|
-
* @param databaseName Cosmos DB database name.
|
|
727
|
-
* @param collectionName Cosmos DB collection name.
|
|
728
|
-
* @param retrieveThroughputParameters The parameters to provide for retrieving throughput distribution
|
|
729
|
-
* for the current MongoDB container.
|
|
730
|
-
* @param options The options parameters.
|
|
731
|
-
*/
|
|
732
|
-
async beginMongoDBContainerRetrieveThroughputDistributionAndWait(resourceGroupName, accountName, databaseName, collectionName, retrieveThroughputParameters, options) {
|
|
733
|
-
const poller = await this.beginMongoDBContainerRetrieveThroughputDistribution(resourceGroupName, accountName, databaseName, collectionName, retrieveThroughputParameters, options);
|
|
734
|
-
return poller.pollUntilDone();
|
|
735
|
-
}
|
|
736
|
-
/**
|
|
737
|
-
* Redistribute throughput for an Azure Cosmos DB MongoDB container
|
|
738
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
739
|
-
* @param accountName Cosmos DB database account name.
|
|
740
|
-
* @param databaseName Cosmos DB database name.
|
|
741
|
-
* @param collectionName Cosmos DB collection name.
|
|
742
|
-
* @param redistributeThroughputParameters The parameters to provide for redistributing throughput for
|
|
743
|
-
* the current MongoDB container.
|
|
744
|
-
* @param options The options parameters.
|
|
745
|
-
*/
|
|
746
|
-
async beginMongoDBContainerRedistributeThroughput(resourceGroupName, accountName, databaseName, collectionName, redistributeThroughputParameters, options) {
|
|
747
|
-
const directSendOperation = async (args, spec) => {
|
|
748
|
-
return this.client.sendOperationRequest(args, spec);
|
|
749
|
-
};
|
|
750
|
-
const sendOperationFn = async (args, spec) => {
|
|
751
|
-
var _a;
|
|
752
|
-
let currentRawResponse = undefined;
|
|
753
|
-
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
|
754
|
-
const callback = (rawResponse, flatResponse) => {
|
|
755
|
-
currentRawResponse = rawResponse;
|
|
756
|
-
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
|
757
|
-
};
|
|
758
|
-
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
759
|
-
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
760
|
-
return {
|
|
761
|
-
flatResponse,
|
|
762
|
-
rawResponse: {
|
|
763
|
-
statusCode: currentRawResponse.status,
|
|
764
|
-
body: currentRawResponse.parsedBody,
|
|
765
|
-
headers: currentRawResponse.headers.toJSON(),
|
|
766
|
-
},
|
|
767
|
-
};
|
|
768
|
-
};
|
|
769
|
-
const lro = createLroSpec({
|
|
770
|
-
sendOperationFn,
|
|
771
|
-
args: {
|
|
772
|
-
resourceGroupName,
|
|
773
|
-
accountName,
|
|
774
|
-
databaseName,
|
|
775
|
-
collectionName,
|
|
776
|
-
redistributeThroughputParameters,
|
|
777
|
-
options,
|
|
778
|
-
},
|
|
779
|
-
spec: mongoDBContainerRedistributeThroughputOperationSpec,
|
|
780
|
-
});
|
|
781
|
-
const poller = await createHttpPoller(lro, {
|
|
782
|
-
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
783
|
-
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
784
|
-
resourceLocationConfig: "location",
|
|
785
|
-
});
|
|
786
|
-
await poller.poll();
|
|
787
|
-
return poller;
|
|
788
|
-
}
|
|
789
|
-
/**
|
|
790
|
-
* Redistribute throughput for an Azure Cosmos DB MongoDB container
|
|
791
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
792
|
-
* @param accountName Cosmos DB database account name.
|
|
793
|
-
* @param databaseName Cosmos DB database name.
|
|
794
|
-
* @param collectionName Cosmos DB collection name.
|
|
795
|
-
* @param redistributeThroughputParameters The parameters to provide for redistributing throughput for
|
|
796
|
-
* the current MongoDB container.
|
|
797
|
-
* @param options The options parameters.
|
|
798
|
-
*/
|
|
799
|
-
async beginMongoDBContainerRedistributeThroughputAndWait(resourceGroupName, accountName, databaseName, collectionName, redistributeThroughputParameters, options) {
|
|
800
|
-
const poller = await this.beginMongoDBContainerRedistributeThroughput(resourceGroupName, accountName, databaseName, collectionName, redistributeThroughputParameters, options);
|
|
801
|
-
return poller.pollUntilDone();
|
|
802
|
-
}
|
|
803
493
|
/**
|
|
804
494
|
* Lists the MongoDB collection under an existing Azure Cosmos DB database account.
|
|
805
495
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
@@ -836,14 +526,19 @@ export class MongoDBResourcesImpl {
|
|
|
836
526
|
return this.client.sendOperationRequest(args, spec);
|
|
837
527
|
};
|
|
838
528
|
const sendOperationFn = async (args, spec) => {
|
|
839
|
-
var _a;
|
|
840
529
|
let currentRawResponse = undefined;
|
|
841
|
-
const providedCallback =
|
|
530
|
+
const providedCallback = args.options?.onResponse;
|
|
842
531
|
const callback = (rawResponse, flatResponse) => {
|
|
843
532
|
currentRawResponse = rawResponse;
|
|
844
|
-
providedCallback
|
|
533
|
+
providedCallback?.(rawResponse, flatResponse);
|
|
534
|
+
};
|
|
535
|
+
const updatedArgs = {
|
|
536
|
+
...args,
|
|
537
|
+
options: {
|
|
538
|
+
...args.options,
|
|
539
|
+
onResponse: callback,
|
|
540
|
+
},
|
|
845
541
|
};
|
|
846
|
-
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
847
542
|
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
848
543
|
return {
|
|
849
544
|
flatResponse,
|
|
@@ -867,8 +562,8 @@ export class MongoDBResourcesImpl {
|
|
|
867
562
|
spec: createUpdateMongoDBCollectionOperationSpec,
|
|
868
563
|
});
|
|
869
564
|
const poller = await createHttpPoller(lro, {
|
|
870
|
-
restoreFrom: options
|
|
871
|
-
intervalInMs: options
|
|
565
|
+
restoreFrom: options?.resumeFrom,
|
|
566
|
+
intervalInMs: options?.updateIntervalInMs,
|
|
872
567
|
});
|
|
873
568
|
await poller.poll();
|
|
874
569
|
return poller;
|
|
@@ -900,14 +595,19 @@ export class MongoDBResourcesImpl {
|
|
|
900
595
|
return this.client.sendOperationRequest(args, spec);
|
|
901
596
|
};
|
|
902
597
|
const sendOperationFn = async (args, spec) => {
|
|
903
|
-
var _a;
|
|
904
598
|
let currentRawResponse = undefined;
|
|
905
|
-
const providedCallback =
|
|
599
|
+
const providedCallback = args.options?.onResponse;
|
|
906
600
|
const callback = (rawResponse, flatResponse) => {
|
|
907
601
|
currentRawResponse = rawResponse;
|
|
908
|
-
providedCallback
|
|
602
|
+
providedCallback?.(rawResponse, flatResponse);
|
|
603
|
+
};
|
|
604
|
+
const updatedArgs = {
|
|
605
|
+
...args,
|
|
606
|
+
options: {
|
|
607
|
+
...args.options,
|
|
608
|
+
onResponse: callback,
|
|
609
|
+
},
|
|
909
610
|
};
|
|
910
|
-
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
911
611
|
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
912
612
|
return {
|
|
913
613
|
flatResponse,
|
|
@@ -930,8 +630,8 @@ export class MongoDBResourcesImpl {
|
|
|
930
630
|
spec: deleteMongoDBCollectionOperationSpec,
|
|
931
631
|
});
|
|
932
632
|
const poller = await createHttpPoller(lro, {
|
|
933
|
-
restoreFrom: options
|
|
934
|
-
intervalInMs: options
|
|
633
|
+
restoreFrom: options?.resumeFrom,
|
|
634
|
+
intervalInMs: options?.updateIntervalInMs,
|
|
935
635
|
});
|
|
936
636
|
await poller.poll();
|
|
937
637
|
return poller;
|
|
@@ -948,133 +648,6 @@ export class MongoDBResourcesImpl {
|
|
|
948
648
|
const poller = await this.beginDeleteMongoDBCollection(resourceGroupName, accountName, databaseName, collectionName, options);
|
|
949
649
|
return poller.pollUntilDone();
|
|
950
650
|
}
|
|
951
|
-
/**
|
|
952
|
-
* Merges the partitions of a MongoDB database
|
|
953
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
954
|
-
* @param accountName Cosmos DB database account name.
|
|
955
|
-
* @param databaseName Cosmos DB database name.
|
|
956
|
-
* @param mergeParameters The parameters for the merge operation.
|
|
957
|
-
* @param options The options parameters.
|
|
958
|
-
*/
|
|
959
|
-
async beginMongoDBDatabasePartitionMerge(resourceGroupName, accountName, databaseName, mergeParameters, options) {
|
|
960
|
-
const directSendOperation = async (args, spec) => {
|
|
961
|
-
return this.client.sendOperationRequest(args, spec);
|
|
962
|
-
};
|
|
963
|
-
const sendOperationFn = async (args, spec) => {
|
|
964
|
-
var _a;
|
|
965
|
-
let currentRawResponse = undefined;
|
|
966
|
-
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
|
967
|
-
const callback = (rawResponse, flatResponse) => {
|
|
968
|
-
currentRawResponse = rawResponse;
|
|
969
|
-
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
|
970
|
-
};
|
|
971
|
-
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
972
|
-
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
973
|
-
return {
|
|
974
|
-
flatResponse,
|
|
975
|
-
rawResponse: {
|
|
976
|
-
statusCode: currentRawResponse.status,
|
|
977
|
-
body: currentRawResponse.parsedBody,
|
|
978
|
-
headers: currentRawResponse.headers.toJSON(),
|
|
979
|
-
},
|
|
980
|
-
};
|
|
981
|
-
};
|
|
982
|
-
const lro = createLroSpec({
|
|
983
|
-
sendOperationFn,
|
|
984
|
-
args: {
|
|
985
|
-
resourceGroupName,
|
|
986
|
-
accountName,
|
|
987
|
-
databaseName,
|
|
988
|
-
mergeParameters,
|
|
989
|
-
options,
|
|
990
|
-
},
|
|
991
|
-
spec: mongoDBDatabasePartitionMergeOperationSpec,
|
|
992
|
-
});
|
|
993
|
-
const poller = await createHttpPoller(lro, {
|
|
994
|
-
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
995
|
-
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
996
|
-
resourceLocationConfig: "location",
|
|
997
|
-
});
|
|
998
|
-
await poller.poll();
|
|
999
|
-
return poller;
|
|
1000
|
-
}
|
|
1001
|
-
/**
|
|
1002
|
-
* Merges the partitions of a MongoDB database
|
|
1003
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1004
|
-
* @param accountName Cosmos DB database account name.
|
|
1005
|
-
* @param databaseName Cosmos DB database name.
|
|
1006
|
-
* @param mergeParameters The parameters for the merge operation.
|
|
1007
|
-
* @param options The options parameters.
|
|
1008
|
-
*/
|
|
1009
|
-
async beginMongoDBDatabasePartitionMergeAndWait(resourceGroupName, accountName, databaseName, mergeParameters, options) {
|
|
1010
|
-
const poller = await this.beginMongoDBDatabasePartitionMerge(resourceGroupName, accountName, databaseName, mergeParameters, options);
|
|
1011
|
-
return poller.pollUntilDone();
|
|
1012
|
-
}
|
|
1013
|
-
/**
|
|
1014
|
-
* Merges the partitions of a MongoDB Collection
|
|
1015
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1016
|
-
* @param accountName Cosmos DB database account name.
|
|
1017
|
-
* @param databaseName Cosmos DB database name.
|
|
1018
|
-
* @param collectionName Cosmos DB collection name.
|
|
1019
|
-
* @param mergeParameters The parameters for the merge operation.
|
|
1020
|
-
* @param options The options parameters.
|
|
1021
|
-
*/
|
|
1022
|
-
async beginListMongoDBCollectionPartitionMerge(resourceGroupName, accountName, databaseName, collectionName, mergeParameters, options) {
|
|
1023
|
-
const directSendOperation = async (args, spec) => {
|
|
1024
|
-
return this.client.sendOperationRequest(args, spec);
|
|
1025
|
-
};
|
|
1026
|
-
const sendOperationFn = async (args, spec) => {
|
|
1027
|
-
var _a;
|
|
1028
|
-
let currentRawResponse = undefined;
|
|
1029
|
-
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
|
1030
|
-
const callback = (rawResponse, flatResponse) => {
|
|
1031
|
-
currentRawResponse = rawResponse;
|
|
1032
|
-
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
|
1033
|
-
};
|
|
1034
|
-
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
1035
|
-
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
1036
|
-
return {
|
|
1037
|
-
flatResponse,
|
|
1038
|
-
rawResponse: {
|
|
1039
|
-
statusCode: currentRawResponse.status,
|
|
1040
|
-
body: currentRawResponse.parsedBody,
|
|
1041
|
-
headers: currentRawResponse.headers.toJSON(),
|
|
1042
|
-
},
|
|
1043
|
-
};
|
|
1044
|
-
};
|
|
1045
|
-
const lro = createLroSpec({
|
|
1046
|
-
sendOperationFn,
|
|
1047
|
-
args: {
|
|
1048
|
-
resourceGroupName,
|
|
1049
|
-
accountName,
|
|
1050
|
-
databaseName,
|
|
1051
|
-
collectionName,
|
|
1052
|
-
mergeParameters,
|
|
1053
|
-
options,
|
|
1054
|
-
},
|
|
1055
|
-
spec: listMongoDBCollectionPartitionMergeOperationSpec,
|
|
1056
|
-
});
|
|
1057
|
-
const poller = await createHttpPoller(lro, {
|
|
1058
|
-
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
1059
|
-
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
1060
|
-
resourceLocationConfig: "location",
|
|
1061
|
-
});
|
|
1062
|
-
await poller.poll();
|
|
1063
|
-
return poller;
|
|
1064
|
-
}
|
|
1065
|
-
/**
|
|
1066
|
-
* Merges the partitions of a MongoDB Collection
|
|
1067
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1068
|
-
* @param accountName Cosmos DB database account name.
|
|
1069
|
-
* @param databaseName Cosmos DB database name.
|
|
1070
|
-
* @param collectionName Cosmos DB collection name.
|
|
1071
|
-
* @param mergeParameters The parameters for the merge operation.
|
|
1072
|
-
* @param options The options parameters.
|
|
1073
|
-
*/
|
|
1074
|
-
async beginListMongoDBCollectionPartitionMergeAndWait(resourceGroupName, accountName, databaseName, collectionName, mergeParameters, options) {
|
|
1075
|
-
const poller = await this.beginListMongoDBCollectionPartitionMerge(resourceGroupName, accountName, databaseName, collectionName, mergeParameters, options);
|
|
1076
|
-
return poller.pollUntilDone();
|
|
1077
|
-
}
|
|
1078
651
|
/**
|
|
1079
652
|
* Gets the RUs per second of the MongoDB collection under an existing Azure Cosmos DB database account
|
|
1080
653
|
* with the provided name.
|
|
@@ -1102,14 +675,19 @@ export class MongoDBResourcesImpl {
|
|
|
1102
675
|
return this.client.sendOperationRequest(args, spec);
|
|
1103
676
|
};
|
|
1104
677
|
const sendOperationFn = async (args, spec) => {
|
|
1105
|
-
var _a;
|
|
1106
678
|
let currentRawResponse = undefined;
|
|
1107
|
-
const providedCallback =
|
|
679
|
+
const providedCallback = args.options?.onResponse;
|
|
1108
680
|
const callback = (rawResponse, flatResponse) => {
|
|
1109
681
|
currentRawResponse = rawResponse;
|
|
1110
|
-
providedCallback
|
|
682
|
+
providedCallback?.(rawResponse, flatResponse);
|
|
683
|
+
};
|
|
684
|
+
const updatedArgs = {
|
|
685
|
+
...args,
|
|
686
|
+
options: {
|
|
687
|
+
...args.options,
|
|
688
|
+
onResponse: callback,
|
|
689
|
+
},
|
|
1111
690
|
};
|
|
1112
|
-
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
1113
691
|
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
1114
692
|
return {
|
|
1115
693
|
flatResponse,
|
|
@@ -1133,8 +711,8 @@ export class MongoDBResourcesImpl {
|
|
|
1133
711
|
spec: updateMongoDBCollectionThroughputOperationSpec,
|
|
1134
712
|
});
|
|
1135
713
|
const poller = await createHttpPoller(lro, {
|
|
1136
|
-
restoreFrom: options
|
|
1137
|
-
intervalInMs: options
|
|
714
|
+
restoreFrom: options?.resumeFrom,
|
|
715
|
+
intervalInMs: options?.updateIntervalInMs,
|
|
1138
716
|
});
|
|
1139
717
|
await poller.poll();
|
|
1140
718
|
return poller;
|
|
@@ -1166,14 +744,19 @@ export class MongoDBResourcesImpl {
|
|
|
1166
744
|
return this.client.sendOperationRequest(args, spec);
|
|
1167
745
|
};
|
|
1168
746
|
const sendOperationFn = async (args, spec) => {
|
|
1169
|
-
var _a;
|
|
1170
747
|
let currentRawResponse = undefined;
|
|
1171
|
-
const providedCallback =
|
|
748
|
+
const providedCallback = args.options?.onResponse;
|
|
1172
749
|
const callback = (rawResponse, flatResponse) => {
|
|
1173
750
|
currentRawResponse = rawResponse;
|
|
1174
|
-
providedCallback
|
|
751
|
+
providedCallback?.(rawResponse, flatResponse);
|
|
752
|
+
};
|
|
753
|
+
const updatedArgs = {
|
|
754
|
+
...args,
|
|
755
|
+
options: {
|
|
756
|
+
...args.options,
|
|
757
|
+
onResponse: callback,
|
|
758
|
+
},
|
|
1175
759
|
};
|
|
1176
|
-
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
1177
760
|
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
1178
761
|
return {
|
|
1179
762
|
flatResponse,
|
|
@@ -1196,8 +779,8 @@ export class MongoDBResourcesImpl {
|
|
|
1196
779
|
spec: migrateMongoDBCollectionToAutoscaleOperationSpec,
|
|
1197
780
|
});
|
|
1198
781
|
const poller = await createHttpPoller(lro, {
|
|
1199
|
-
restoreFrom: options
|
|
1200
|
-
intervalInMs: options
|
|
782
|
+
restoreFrom: options?.resumeFrom,
|
|
783
|
+
intervalInMs: options?.updateIntervalInMs,
|
|
1201
784
|
});
|
|
1202
785
|
await poller.poll();
|
|
1203
786
|
return poller;
|
|
@@ -1227,14 +810,19 @@ export class MongoDBResourcesImpl {
|
|
|
1227
810
|
return this.client.sendOperationRequest(args, spec);
|
|
1228
811
|
};
|
|
1229
812
|
const sendOperationFn = async (args, spec) => {
|
|
1230
|
-
var _a;
|
|
1231
813
|
let currentRawResponse = undefined;
|
|
1232
|
-
const providedCallback =
|
|
814
|
+
const providedCallback = args.options?.onResponse;
|
|
1233
815
|
const callback = (rawResponse, flatResponse) => {
|
|
1234
816
|
currentRawResponse = rawResponse;
|
|
1235
|
-
providedCallback
|
|
817
|
+
providedCallback?.(rawResponse, flatResponse);
|
|
818
|
+
};
|
|
819
|
+
const updatedArgs = {
|
|
820
|
+
...args,
|
|
821
|
+
options: {
|
|
822
|
+
...args.options,
|
|
823
|
+
onResponse: callback,
|
|
824
|
+
},
|
|
1236
825
|
};
|
|
1237
|
-
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
1238
826
|
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
1239
827
|
return {
|
|
1240
828
|
flatResponse,
|
|
@@ -1257,8 +845,8 @@ export class MongoDBResourcesImpl {
|
|
|
1257
845
|
spec: migrateMongoDBCollectionToManualThroughputOperationSpec,
|
|
1258
846
|
});
|
|
1259
847
|
const poller = await createHttpPoller(lro, {
|
|
1260
|
-
restoreFrom: options
|
|
1261
|
-
intervalInMs: options
|
|
848
|
+
restoreFrom: options?.resumeFrom,
|
|
849
|
+
intervalInMs: options?.updateIntervalInMs,
|
|
1262
850
|
});
|
|
1263
851
|
await poller.poll();
|
|
1264
852
|
return poller;
|
|
@@ -1299,14 +887,19 @@ export class MongoDBResourcesImpl {
|
|
|
1299
887
|
return this.client.sendOperationRequest(args, spec);
|
|
1300
888
|
};
|
|
1301
889
|
const sendOperationFn = async (args, spec) => {
|
|
1302
|
-
var _a;
|
|
1303
890
|
let currentRawResponse = undefined;
|
|
1304
|
-
const providedCallback =
|
|
891
|
+
const providedCallback = args.options?.onResponse;
|
|
1305
892
|
const callback = (rawResponse, flatResponse) => {
|
|
1306
893
|
currentRawResponse = rawResponse;
|
|
1307
|
-
providedCallback
|
|
894
|
+
providedCallback?.(rawResponse, flatResponse);
|
|
895
|
+
};
|
|
896
|
+
const updatedArgs = {
|
|
897
|
+
...args,
|
|
898
|
+
options: {
|
|
899
|
+
...args.options,
|
|
900
|
+
onResponse: callback,
|
|
901
|
+
},
|
|
1308
902
|
};
|
|
1309
|
-
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
1310
903
|
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
1311
904
|
return {
|
|
1312
905
|
flatResponse,
|
|
@@ -1329,8 +922,8 @@ export class MongoDBResourcesImpl {
|
|
|
1329
922
|
spec: createUpdateMongoRoleDefinitionOperationSpec,
|
|
1330
923
|
});
|
|
1331
924
|
const poller = await createHttpPoller(lro, {
|
|
1332
|
-
restoreFrom: options
|
|
1333
|
-
intervalInMs: options
|
|
925
|
+
restoreFrom: options?.resumeFrom,
|
|
926
|
+
intervalInMs: options?.updateIntervalInMs,
|
|
1334
927
|
});
|
|
1335
928
|
await poller.poll();
|
|
1336
929
|
return poller;
|
|
@@ -1360,14 +953,19 @@ export class MongoDBResourcesImpl {
|
|
|
1360
953
|
return this.client.sendOperationRequest(args, spec);
|
|
1361
954
|
};
|
|
1362
955
|
const sendOperationFn = async (args, spec) => {
|
|
1363
|
-
var _a;
|
|
1364
956
|
let currentRawResponse = undefined;
|
|
1365
|
-
const providedCallback =
|
|
957
|
+
const providedCallback = args.options?.onResponse;
|
|
1366
958
|
const callback = (rawResponse, flatResponse) => {
|
|
1367
959
|
currentRawResponse = rawResponse;
|
|
1368
|
-
providedCallback
|
|
960
|
+
providedCallback?.(rawResponse, flatResponse);
|
|
961
|
+
};
|
|
962
|
+
const updatedArgs = {
|
|
963
|
+
...args,
|
|
964
|
+
options: {
|
|
965
|
+
...args.options,
|
|
966
|
+
onResponse: callback,
|
|
967
|
+
},
|
|
1369
968
|
};
|
|
1370
|
-
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
1371
969
|
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
1372
970
|
return {
|
|
1373
971
|
flatResponse,
|
|
@@ -1384,8 +982,8 @@ export class MongoDBResourcesImpl {
|
|
|
1384
982
|
spec: deleteMongoRoleDefinitionOperationSpec,
|
|
1385
983
|
});
|
|
1386
984
|
const poller = await createHttpPoller(lro, {
|
|
1387
|
-
restoreFrom: options
|
|
1388
|
-
intervalInMs: options
|
|
985
|
+
restoreFrom: options?.resumeFrom,
|
|
986
|
+
intervalInMs: options?.updateIntervalInMs,
|
|
1389
987
|
});
|
|
1390
988
|
await poller.poll();
|
|
1391
989
|
return poller;
|
|
@@ -1434,14 +1032,19 @@ export class MongoDBResourcesImpl {
|
|
|
1434
1032
|
return this.client.sendOperationRequest(args, spec);
|
|
1435
1033
|
};
|
|
1436
1034
|
const sendOperationFn = async (args, spec) => {
|
|
1437
|
-
var _a;
|
|
1438
1035
|
let currentRawResponse = undefined;
|
|
1439
|
-
const providedCallback =
|
|
1036
|
+
const providedCallback = args.options?.onResponse;
|
|
1440
1037
|
const callback = (rawResponse, flatResponse) => {
|
|
1441
1038
|
currentRawResponse = rawResponse;
|
|
1442
|
-
providedCallback
|
|
1039
|
+
providedCallback?.(rawResponse, flatResponse);
|
|
1040
|
+
};
|
|
1041
|
+
const updatedArgs = {
|
|
1042
|
+
...args,
|
|
1043
|
+
options: {
|
|
1044
|
+
...args.options,
|
|
1045
|
+
onResponse: callback,
|
|
1046
|
+
},
|
|
1443
1047
|
};
|
|
1444
|
-
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
1445
1048
|
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
1446
1049
|
return {
|
|
1447
1050
|
flatResponse,
|
|
@@ -1464,8 +1067,8 @@ export class MongoDBResourcesImpl {
|
|
|
1464
1067
|
spec: createUpdateMongoUserDefinitionOperationSpec,
|
|
1465
1068
|
});
|
|
1466
1069
|
const poller = await createHttpPoller(lro, {
|
|
1467
|
-
restoreFrom: options
|
|
1468
|
-
intervalInMs: options
|
|
1070
|
+
restoreFrom: options?.resumeFrom,
|
|
1071
|
+
intervalInMs: options?.updateIntervalInMs,
|
|
1469
1072
|
});
|
|
1470
1073
|
await poller.poll();
|
|
1471
1074
|
return poller;
|
|
@@ -1495,14 +1098,19 @@ export class MongoDBResourcesImpl {
|
|
|
1495
1098
|
return this.client.sendOperationRequest(args, spec);
|
|
1496
1099
|
};
|
|
1497
1100
|
const sendOperationFn = async (args, spec) => {
|
|
1498
|
-
var _a;
|
|
1499
1101
|
let currentRawResponse = undefined;
|
|
1500
|
-
const providedCallback =
|
|
1102
|
+
const providedCallback = args.options?.onResponse;
|
|
1501
1103
|
const callback = (rawResponse, flatResponse) => {
|
|
1502
1104
|
currentRawResponse = rawResponse;
|
|
1503
|
-
providedCallback
|
|
1105
|
+
providedCallback?.(rawResponse, flatResponse);
|
|
1106
|
+
};
|
|
1107
|
+
const updatedArgs = {
|
|
1108
|
+
...args,
|
|
1109
|
+
options: {
|
|
1110
|
+
...args.options,
|
|
1111
|
+
onResponse: callback,
|
|
1112
|
+
},
|
|
1504
1113
|
};
|
|
1505
|
-
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
1506
1114
|
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
1507
1115
|
return {
|
|
1508
1116
|
flatResponse,
|
|
@@ -1519,8 +1127,8 @@ export class MongoDBResourcesImpl {
|
|
|
1519
1127
|
spec: deleteMongoUserDefinitionOperationSpec,
|
|
1520
1128
|
});
|
|
1521
1129
|
const poller = await createHttpPoller(lro, {
|
|
1522
|
-
restoreFrom: options
|
|
1523
|
-
intervalInMs: options
|
|
1130
|
+
restoreFrom: options?.resumeFrom,
|
|
1131
|
+
intervalInMs: options?.updateIntervalInMs,
|
|
1524
1132
|
});
|
|
1525
1133
|
await poller.poll();
|
|
1526
1134
|
return poller;
|
|
@@ -1559,14 +1167,19 @@ export class MongoDBResourcesImpl {
|
|
|
1559
1167
|
return this.client.sendOperationRequest(args, spec);
|
|
1560
1168
|
};
|
|
1561
1169
|
const sendOperationFn = async (args, spec) => {
|
|
1562
|
-
var _a;
|
|
1563
1170
|
let currentRawResponse = undefined;
|
|
1564
|
-
const providedCallback =
|
|
1171
|
+
const providedCallback = args.options?.onResponse;
|
|
1565
1172
|
const callback = (rawResponse, flatResponse) => {
|
|
1566
1173
|
currentRawResponse = rawResponse;
|
|
1567
|
-
providedCallback
|
|
1174
|
+
providedCallback?.(rawResponse, flatResponse);
|
|
1175
|
+
};
|
|
1176
|
+
const updatedArgs = {
|
|
1177
|
+
...args,
|
|
1178
|
+
options: {
|
|
1179
|
+
...args.options,
|
|
1180
|
+
onResponse: callback,
|
|
1181
|
+
},
|
|
1568
1182
|
};
|
|
1569
|
-
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
1570
1183
|
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
1571
1184
|
return {
|
|
1572
1185
|
flatResponse,
|
|
@@ -1590,8 +1203,8 @@ export class MongoDBResourcesImpl {
|
|
|
1590
1203
|
spec: retrieveContinuousBackupInformationOperationSpec,
|
|
1591
1204
|
});
|
|
1592
1205
|
const poller = await createHttpPoller(lro, {
|
|
1593
|
-
restoreFrom: options
|
|
1594
|
-
intervalInMs: options
|
|
1206
|
+
restoreFrom: options?.resumeFrom,
|
|
1207
|
+
intervalInMs: options?.updateIntervalInMs,
|
|
1595
1208
|
resourceLocationConfig: "location",
|
|
1596
1209
|
});
|
|
1597
1210
|
await poller.poll();
|
|
@@ -1821,140 +1434,6 @@ const migrateMongoDBDatabaseToManualThroughputOperationSpec = {
|
|
|
1821
1434
|
headerParameters: [Parameters.accept],
|
|
1822
1435
|
serializer,
|
|
1823
1436
|
};
|
|
1824
|
-
const mongoDBDatabaseRetrieveThroughputDistributionOperationSpec = {
|
|
1825
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{databaseName}/throughputSettings/default/retrieveThroughputDistribution",
|
|
1826
|
-
httpMethod: "POST",
|
|
1827
|
-
responses: {
|
|
1828
|
-
200: {
|
|
1829
|
-
bodyMapper: Mappers.PhysicalPartitionThroughputInfoResult,
|
|
1830
|
-
},
|
|
1831
|
-
201: {
|
|
1832
|
-
bodyMapper: Mappers.PhysicalPartitionThroughputInfoResult,
|
|
1833
|
-
},
|
|
1834
|
-
202: {
|
|
1835
|
-
bodyMapper: Mappers.PhysicalPartitionThroughputInfoResult,
|
|
1836
|
-
},
|
|
1837
|
-
204: {
|
|
1838
|
-
bodyMapper: Mappers.PhysicalPartitionThroughputInfoResult,
|
|
1839
|
-
},
|
|
1840
|
-
default: {
|
|
1841
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
1842
|
-
},
|
|
1843
|
-
},
|
|
1844
|
-
requestBody: Parameters.retrieveThroughputParameters,
|
|
1845
|
-
queryParameters: [Parameters.apiVersion],
|
|
1846
|
-
urlParameters: [
|
|
1847
|
-
Parameters.$host,
|
|
1848
|
-
Parameters.subscriptionId,
|
|
1849
|
-
Parameters.resourceGroupName,
|
|
1850
|
-
Parameters.accountName,
|
|
1851
|
-
Parameters.databaseName,
|
|
1852
|
-
],
|
|
1853
|
-
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
1854
|
-
mediaType: "json",
|
|
1855
|
-
serializer,
|
|
1856
|
-
};
|
|
1857
|
-
const mongoDBDatabaseRedistributeThroughputOperationSpec = {
|
|
1858
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{databaseName}/throughputSettings/default/redistributeThroughput",
|
|
1859
|
-
httpMethod: "POST",
|
|
1860
|
-
responses: {
|
|
1861
|
-
200: {
|
|
1862
|
-
bodyMapper: Mappers.PhysicalPartitionThroughputInfoResult,
|
|
1863
|
-
},
|
|
1864
|
-
201: {
|
|
1865
|
-
bodyMapper: Mappers.PhysicalPartitionThroughputInfoResult,
|
|
1866
|
-
},
|
|
1867
|
-
202: {
|
|
1868
|
-
bodyMapper: Mappers.PhysicalPartitionThroughputInfoResult,
|
|
1869
|
-
},
|
|
1870
|
-
204: {
|
|
1871
|
-
bodyMapper: Mappers.PhysicalPartitionThroughputInfoResult,
|
|
1872
|
-
},
|
|
1873
|
-
default: {
|
|
1874
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
1875
|
-
},
|
|
1876
|
-
},
|
|
1877
|
-
requestBody: Parameters.redistributeThroughputParameters,
|
|
1878
|
-
queryParameters: [Parameters.apiVersion],
|
|
1879
|
-
urlParameters: [
|
|
1880
|
-
Parameters.$host,
|
|
1881
|
-
Parameters.subscriptionId,
|
|
1882
|
-
Parameters.resourceGroupName,
|
|
1883
|
-
Parameters.accountName,
|
|
1884
|
-
Parameters.databaseName,
|
|
1885
|
-
],
|
|
1886
|
-
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
1887
|
-
mediaType: "json",
|
|
1888
|
-
serializer,
|
|
1889
|
-
};
|
|
1890
|
-
const mongoDBContainerRetrieveThroughputDistributionOperationSpec = {
|
|
1891
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{databaseName}/collections/{collectionName}/throughputSettings/default/retrieveThroughputDistribution",
|
|
1892
|
-
httpMethod: "POST",
|
|
1893
|
-
responses: {
|
|
1894
|
-
200: {
|
|
1895
|
-
bodyMapper: Mappers.PhysicalPartitionThroughputInfoResult,
|
|
1896
|
-
},
|
|
1897
|
-
201: {
|
|
1898
|
-
bodyMapper: Mappers.PhysicalPartitionThroughputInfoResult,
|
|
1899
|
-
},
|
|
1900
|
-
202: {
|
|
1901
|
-
bodyMapper: Mappers.PhysicalPartitionThroughputInfoResult,
|
|
1902
|
-
},
|
|
1903
|
-
204: {
|
|
1904
|
-
bodyMapper: Mappers.PhysicalPartitionThroughputInfoResult,
|
|
1905
|
-
},
|
|
1906
|
-
default: {
|
|
1907
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
1908
|
-
},
|
|
1909
|
-
},
|
|
1910
|
-
requestBody: Parameters.retrieveThroughputParameters,
|
|
1911
|
-
queryParameters: [Parameters.apiVersion],
|
|
1912
|
-
urlParameters: [
|
|
1913
|
-
Parameters.$host,
|
|
1914
|
-
Parameters.subscriptionId,
|
|
1915
|
-
Parameters.resourceGroupName,
|
|
1916
|
-
Parameters.accountName,
|
|
1917
|
-
Parameters.databaseName,
|
|
1918
|
-
Parameters.collectionName,
|
|
1919
|
-
],
|
|
1920
|
-
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
1921
|
-
mediaType: "json",
|
|
1922
|
-
serializer,
|
|
1923
|
-
};
|
|
1924
|
-
const mongoDBContainerRedistributeThroughputOperationSpec = {
|
|
1925
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{databaseName}/collections/{collectionName}/throughputSettings/default/redistributeThroughput",
|
|
1926
|
-
httpMethod: "POST",
|
|
1927
|
-
responses: {
|
|
1928
|
-
200: {
|
|
1929
|
-
bodyMapper: Mappers.PhysicalPartitionThroughputInfoResult,
|
|
1930
|
-
},
|
|
1931
|
-
201: {
|
|
1932
|
-
bodyMapper: Mappers.PhysicalPartitionThroughputInfoResult,
|
|
1933
|
-
},
|
|
1934
|
-
202: {
|
|
1935
|
-
bodyMapper: Mappers.PhysicalPartitionThroughputInfoResult,
|
|
1936
|
-
},
|
|
1937
|
-
204: {
|
|
1938
|
-
bodyMapper: Mappers.PhysicalPartitionThroughputInfoResult,
|
|
1939
|
-
},
|
|
1940
|
-
default: {
|
|
1941
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
1942
|
-
},
|
|
1943
|
-
},
|
|
1944
|
-
requestBody: Parameters.redistributeThroughputParameters,
|
|
1945
|
-
queryParameters: [Parameters.apiVersion],
|
|
1946
|
-
urlParameters: [
|
|
1947
|
-
Parameters.$host,
|
|
1948
|
-
Parameters.subscriptionId,
|
|
1949
|
-
Parameters.resourceGroupName,
|
|
1950
|
-
Parameters.accountName,
|
|
1951
|
-
Parameters.databaseName,
|
|
1952
|
-
Parameters.collectionName,
|
|
1953
|
-
],
|
|
1954
|
-
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
1955
|
-
mediaType: "json",
|
|
1956
|
-
serializer,
|
|
1957
|
-
};
|
|
1958
1437
|
const listMongoDBCollectionsOperationSpec = {
|
|
1959
1438
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{databaseName}/collections",
|
|
1960
1439
|
httpMethod: "GET",
|
|
@@ -2053,73 +1532,6 @@ const deleteMongoDBCollectionOperationSpec = {
|
|
|
2053
1532
|
],
|
|
2054
1533
|
serializer,
|
|
2055
1534
|
};
|
|
2056
|
-
const mongoDBDatabasePartitionMergeOperationSpec = {
|
|
2057
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{databaseName}/partitionMerge",
|
|
2058
|
-
httpMethod: "POST",
|
|
2059
|
-
responses: {
|
|
2060
|
-
200: {
|
|
2061
|
-
bodyMapper: Mappers.PhysicalPartitionStorageInfoCollection,
|
|
2062
|
-
},
|
|
2063
|
-
201: {
|
|
2064
|
-
bodyMapper: Mappers.PhysicalPartitionStorageInfoCollection,
|
|
2065
|
-
},
|
|
2066
|
-
202: {
|
|
2067
|
-
bodyMapper: Mappers.PhysicalPartitionStorageInfoCollection,
|
|
2068
|
-
},
|
|
2069
|
-
204: {
|
|
2070
|
-
bodyMapper: Mappers.PhysicalPartitionStorageInfoCollection,
|
|
2071
|
-
},
|
|
2072
|
-
default: {
|
|
2073
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
2074
|
-
},
|
|
2075
|
-
},
|
|
2076
|
-
requestBody: Parameters.mergeParameters,
|
|
2077
|
-
queryParameters: [Parameters.apiVersion],
|
|
2078
|
-
urlParameters: [
|
|
2079
|
-
Parameters.$host,
|
|
2080
|
-
Parameters.subscriptionId,
|
|
2081
|
-
Parameters.resourceGroupName,
|
|
2082
|
-
Parameters.accountName,
|
|
2083
|
-
Parameters.databaseName,
|
|
2084
|
-
],
|
|
2085
|
-
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
2086
|
-
mediaType: "json",
|
|
2087
|
-
serializer,
|
|
2088
|
-
};
|
|
2089
|
-
const listMongoDBCollectionPartitionMergeOperationSpec = {
|
|
2090
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{databaseName}/collections/{collectionName}/partitionMerge",
|
|
2091
|
-
httpMethod: "POST",
|
|
2092
|
-
responses: {
|
|
2093
|
-
200: {
|
|
2094
|
-
bodyMapper: Mappers.PhysicalPartitionStorageInfoCollection,
|
|
2095
|
-
},
|
|
2096
|
-
201: {
|
|
2097
|
-
bodyMapper: Mappers.PhysicalPartitionStorageInfoCollection,
|
|
2098
|
-
},
|
|
2099
|
-
202: {
|
|
2100
|
-
bodyMapper: Mappers.PhysicalPartitionStorageInfoCollection,
|
|
2101
|
-
},
|
|
2102
|
-
204: {
|
|
2103
|
-
bodyMapper: Mappers.PhysicalPartitionStorageInfoCollection,
|
|
2104
|
-
},
|
|
2105
|
-
default: {
|
|
2106
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
2107
|
-
},
|
|
2108
|
-
},
|
|
2109
|
-
requestBody: Parameters.mergeParameters,
|
|
2110
|
-
queryParameters: [Parameters.apiVersion],
|
|
2111
|
-
urlParameters: [
|
|
2112
|
-
Parameters.$host,
|
|
2113
|
-
Parameters.subscriptionId,
|
|
2114
|
-
Parameters.resourceGroupName,
|
|
2115
|
-
Parameters.accountName,
|
|
2116
|
-
Parameters.databaseName,
|
|
2117
|
-
Parameters.collectionName,
|
|
2118
|
-
],
|
|
2119
|
-
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
2120
|
-
mediaType: "json",
|
|
2121
|
-
serializer,
|
|
2122
|
-
};
|
|
2123
1535
|
const getMongoDBCollectionThroughputOperationSpec = {
|
|
2124
1536
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{databaseName}/collections/{collectionName}/throughputSettings/default",
|
|
2125
1537
|
httpMethod: "GET",
|