@azure/arm-cosmosdb 16.3.0-beta.1 → 16.4.0-alpha.20251114.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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,11 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
* Licensed under the MIT License.
|
|
5
|
-
*
|
|
6
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
-
*/
|
|
2
|
+
// Copyright (c) Microsoft Corporation.
|
|
3
|
+
// Licensed under the MIT License.
|
|
9
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
5
|
exports.SqlResourcesImpl = void 0;
|
|
11
6
|
const tslib_1 = require("tslib");
|
|
@@ -17,6 +12,7 @@ const lroImpl_js_1 = require("../lroImpl.js");
|
|
|
17
12
|
/// <reference lib="esnext.asynciterable" />
|
|
18
13
|
/** Class containing SqlResources operations. */
|
|
19
14
|
class SqlResourcesImpl {
|
|
15
|
+
client;
|
|
20
16
|
/**
|
|
21
17
|
* Initialize a new instance of the class SqlResources class.
|
|
22
18
|
* @param client Reference to the service client
|
|
@@ -40,49 +36,32 @@ class SqlResourcesImpl {
|
|
|
40
36
|
return this;
|
|
41
37
|
},
|
|
42
38
|
byPage: (settings) => {
|
|
43
|
-
if (settings
|
|
39
|
+
if (settings?.maxPageSize) {
|
|
44
40
|
throw new Error("maxPageSize is not supported by this operation.");
|
|
45
41
|
}
|
|
46
42
|
return this.listSqlDatabasesPagingPage(resourceGroupName, accountName, options, settings);
|
|
47
43
|
},
|
|
48
44
|
};
|
|
49
45
|
}
|
|
50
|
-
listSqlDatabasesPagingPage(resourceGroupName, accountName, options, _settings) {
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
yield yield tslib_1.__await(result.value || []);
|
|
55
|
-
});
|
|
46
|
+
async *listSqlDatabasesPagingPage(resourceGroupName, accountName, options, _settings) {
|
|
47
|
+
let result;
|
|
48
|
+
result = await this._listSqlDatabases(resourceGroupName, accountName, options);
|
|
49
|
+
yield result.value || [];
|
|
56
50
|
}
|
|
57
|
-
listSqlDatabasesPagingAll(resourceGroupName, accountName, options) {
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
for (var _d = true, _e = tslib_1.__asyncValues(this.listSqlDatabasesPagingPage(resourceGroupName, accountName, options)), _f; _f = yield tslib_1.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
62
|
-
_c = _f.value;
|
|
63
|
-
_d = false;
|
|
64
|
-
const page = _c;
|
|
65
|
-
yield tslib_1.__await(yield* tslib_1.__asyncDelegator(tslib_1.__asyncValues(page)));
|
|
66
|
-
}
|
|
67
|
-
}
|
|
68
|
-
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
69
|
-
finally {
|
|
70
|
-
try {
|
|
71
|
-
if (!_d && !_a && (_b = _e.return)) yield tslib_1.__await(_b.call(_e));
|
|
72
|
-
}
|
|
73
|
-
finally { if (e_1) throw e_1.error; }
|
|
74
|
-
}
|
|
75
|
-
});
|
|
51
|
+
async *listSqlDatabasesPagingAll(resourceGroupName, accountName, options) {
|
|
52
|
+
for await (const page of this.listSqlDatabasesPagingPage(resourceGroupName, accountName, options)) {
|
|
53
|
+
yield* page;
|
|
54
|
+
}
|
|
76
55
|
}
|
|
77
56
|
/**
|
|
78
|
-
* Lists the
|
|
57
|
+
* Lists the SQL container under an existing Azure Cosmos DB database account.
|
|
79
58
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
80
59
|
* @param accountName Cosmos DB database account name.
|
|
81
60
|
* @param databaseName Cosmos DB database name.
|
|
82
61
|
* @param options The options parameters.
|
|
83
62
|
*/
|
|
84
|
-
|
|
85
|
-
const iter = this.
|
|
63
|
+
listSqlContainers(resourceGroupName, accountName, databaseName, options) {
|
|
64
|
+
const iter = this.listSqlContainersPagingAll(resourceGroupName, accountName, databaseName, options);
|
|
86
65
|
return {
|
|
87
66
|
next() {
|
|
88
67
|
return iter.next();
|
|
@@ -91,49 +70,32 @@ class SqlResourcesImpl {
|
|
|
91
70
|
return this;
|
|
92
71
|
},
|
|
93
72
|
byPage: (settings) => {
|
|
94
|
-
if (settings
|
|
73
|
+
if (settings?.maxPageSize) {
|
|
95
74
|
throw new Error("maxPageSize is not supported by this operation.");
|
|
96
75
|
}
|
|
97
|
-
return this.
|
|
76
|
+
return this.listSqlContainersPagingPage(resourceGroupName, accountName, databaseName, options, settings);
|
|
98
77
|
},
|
|
99
78
|
};
|
|
100
79
|
}
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
yield yield tslib_1.__await(result.value || []);
|
|
106
|
-
});
|
|
80
|
+
async *listSqlContainersPagingPage(resourceGroupName, accountName, databaseName, options, _settings) {
|
|
81
|
+
let result;
|
|
82
|
+
result = await this._listSqlContainers(resourceGroupName, accountName, databaseName, options);
|
|
83
|
+
yield result.value || [];
|
|
107
84
|
}
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
for (var _d = true, _e = tslib_1.__asyncValues(this.listClientEncryptionKeysPagingPage(resourceGroupName, accountName, databaseName, options)), _f; _f = yield tslib_1.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
113
|
-
_c = _f.value;
|
|
114
|
-
_d = false;
|
|
115
|
-
const page = _c;
|
|
116
|
-
yield tslib_1.__await(yield* tslib_1.__asyncDelegator(tslib_1.__asyncValues(page)));
|
|
117
|
-
}
|
|
118
|
-
}
|
|
119
|
-
catch (e_2_1) { e_2 = { error: e_2_1 }; }
|
|
120
|
-
finally {
|
|
121
|
-
try {
|
|
122
|
-
if (!_d && !_a && (_b = _e.return)) yield tslib_1.__await(_b.call(_e));
|
|
123
|
-
}
|
|
124
|
-
finally { if (e_2) throw e_2.error; }
|
|
125
|
-
}
|
|
126
|
-
});
|
|
85
|
+
async *listSqlContainersPagingAll(resourceGroupName, accountName, databaseName, options) {
|
|
86
|
+
for await (const page of this.listSqlContainersPagingPage(resourceGroupName, accountName, databaseName, options)) {
|
|
87
|
+
yield* page;
|
|
88
|
+
}
|
|
127
89
|
}
|
|
128
90
|
/**
|
|
129
|
-
* Lists the
|
|
91
|
+
* Lists the ClientEncryptionKeys under an existing Azure Cosmos DB SQL database.
|
|
130
92
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
131
93
|
* @param accountName Cosmos DB database account name.
|
|
132
94
|
* @param databaseName Cosmos DB database name.
|
|
133
95
|
* @param options The options parameters.
|
|
134
96
|
*/
|
|
135
|
-
|
|
136
|
-
const iter = this.
|
|
97
|
+
listClientEncryptionKeys(resourceGroupName, accountName, databaseName, options) {
|
|
98
|
+
const iter = this.listClientEncryptionKeysPagingAll(resourceGroupName, accountName, databaseName, options);
|
|
137
99
|
return {
|
|
138
100
|
next() {
|
|
139
101
|
return iter.next();
|
|
@@ -142,39 +104,22 @@ class SqlResourcesImpl {
|
|
|
142
104
|
return this;
|
|
143
105
|
},
|
|
144
106
|
byPage: (settings) => {
|
|
145
|
-
if (settings
|
|
107
|
+
if (settings?.maxPageSize) {
|
|
146
108
|
throw new Error("maxPageSize is not supported by this operation.");
|
|
147
109
|
}
|
|
148
|
-
return this.
|
|
110
|
+
return this.listClientEncryptionKeysPagingPage(resourceGroupName, accountName, databaseName, options, settings);
|
|
149
111
|
},
|
|
150
112
|
};
|
|
151
113
|
}
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
yield yield tslib_1.__await(result.value || []);
|
|
157
|
-
});
|
|
114
|
+
async *listClientEncryptionKeysPagingPage(resourceGroupName, accountName, databaseName, options, _settings) {
|
|
115
|
+
let result;
|
|
116
|
+
result = await this._listClientEncryptionKeys(resourceGroupName, accountName, databaseName, options);
|
|
117
|
+
yield result.value || [];
|
|
158
118
|
}
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
for (var _d = true, _e = tslib_1.__asyncValues(this.listSqlContainersPagingPage(resourceGroupName, accountName, databaseName, options)), _f; _f = yield tslib_1.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
164
|
-
_c = _f.value;
|
|
165
|
-
_d = false;
|
|
166
|
-
const page = _c;
|
|
167
|
-
yield tslib_1.__await(yield* tslib_1.__asyncDelegator(tslib_1.__asyncValues(page)));
|
|
168
|
-
}
|
|
169
|
-
}
|
|
170
|
-
catch (e_3_1) { e_3 = { error: e_3_1 }; }
|
|
171
|
-
finally {
|
|
172
|
-
try {
|
|
173
|
-
if (!_d && !_a && (_b = _e.return)) yield tslib_1.__await(_b.call(_e));
|
|
174
|
-
}
|
|
175
|
-
finally { if (e_3) throw e_3.error; }
|
|
176
|
-
}
|
|
177
|
-
});
|
|
119
|
+
async *listClientEncryptionKeysPagingAll(resourceGroupName, accountName, databaseName, options) {
|
|
120
|
+
for await (const page of this.listClientEncryptionKeysPagingPage(resourceGroupName, accountName, databaseName, options)) {
|
|
121
|
+
yield* page;
|
|
122
|
+
}
|
|
178
123
|
}
|
|
179
124
|
/**
|
|
180
125
|
* Lists the SQL storedProcedure under an existing Azure Cosmos DB database account.
|
|
@@ -194,39 +139,22 @@ class SqlResourcesImpl {
|
|
|
194
139
|
return this;
|
|
195
140
|
},
|
|
196
141
|
byPage: (settings) => {
|
|
197
|
-
if (settings
|
|
142
|
+
if (settings?.maxPageSize) {
|
|
198
143
|
throw new Error("maxPageSize is not supported by this operation.");
|
|
199
144
|
}
|
|
200
145
|
return this.listSqlStoredProceduresPagingPage(resourceGroupName, accountName, databaseName, containerName, options, settings);
|
|
201
146
|
},
|
|
202
147
|
};
|
|
203
148
|
}
|
|
204
|
-
listSqlStoredProceduresPagingPage(resourceGroupName, accountName, databaseName, containerName, options, _settings) {
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
yield yield tslib_1.__await(result.value || []);
|
|
209
|
-
});
|
|
149
|
+
async *listSqlStoredProceduresPagingPage(resourceGroupName, accountName, databaseName, containerName, options, _settings) {
|
|
150
|
+
let result;
|
|
151
|
+
result = await this._listSqlStoredProcedures(resourceGroupName, accountName, databaseName, containerName, options);
|
|
152
|
+
yield result.value || [];
|
|
210
153
|
}
|
|
211
|
-
listSqlStoredProceduresPagingAll(resourceGroupName, accountName, databaseName, containerName, options) {
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
for (var _d = true, _e = tslib_1.__asyncValues(this.listSqlStoredProceduresPagingPage(resourceGroupName, accountName, databaseName, containerName, options)), _f; _f = yield tslib_1.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
216
|
-
_c = _f.value;
|
|
217
|
-
_d = false;
|
|
218
|
-
const page = _c;
|
|
219
|
-
yield tslib_1.__await(yield* tslib_1.__asyncDelegator(tslib_1.__asyncValues(page)));
|
|
220
|
-
}
|
|
221
|
-
}
|
|
222
|
-
catch (e_4_1) { e_4 = { error: e_4_1 }; }
|
|
223
|
-
finally {
|
|
224
|
-
try {
|
|
225
|
-
if (!_d && !_a && (_b = _e.return)) yield tslib_1.__await(_b.call(_e));
|
|
226
|
-
}
|
|
227
|
-
finally { if (e_4) throw e_4.error; }
|
|
228
|
-
}
|
|
229
|
-
});
|
|
154
|
+
async *listSqlStoredProceduresPagingAll(resourceGroupName, accountName, databaseName, containerName, options) {
|
|
155
|
+
for await (const page of this.listSqlStoredProceduresPagingPage(resourceGroupName, accountName, databaseName, containerName, options)) {
|
|
156
|
+
yield* page;
|
|
157
|
+
}
|
|
230
158
|
}
|
|
231
159
|
/**
|
|
232
160
|
* Lists the SQL userDefinedFunction under an existing Azure Cosmos DB database account.
|
|
@@ -246,39 +174,22 @@ class SqlResourcesImpl {
|
|
|
246
174
|
return this;
|
|
247
175
|
},
|
|
248
176
|
byPage: (settings) => {
|
|
249
|
-
if (settings
|
|
177
|
+
if (settings?.maxPageSize) {
|
|
250
178
|
throw new Error("maxPageSize is not supported by this operation.");
|
|
251
179
|
}
|
|
252
180
|
return this.listSqlUserDefinedFunctionsPagingPage(resourceGroupName, accountName, databaseName, containerName, options, settings);
|
|
253
181
|
},
|
|
254
182
|
};
|
|
255
183
|
}
|
|
256
|
-
listSqlUserDefinedFunctionsPagingPage(resourceGroupName, accountName, databaseName, containerName, options, _settings) {
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
yield yield tslib_1.__await(result.value || []);
|
|
261
|
-
});
|
|
184
|
+
async *listSqlUserDefinedFunctionsPagingPage(resourceGroupName, accountName, databaseName, containerName, options, _settings) {
|
|
185
|
+
let result;
|
|
186
|
+
result = await this._listSqlUserDefinedFunctions(resourceGroupName, accountName, databaseName, containerName, options);
|
|
187
|
+
yield result.value || [];
|
|
262
188
|
}
|
|
263
|
-
listSqlUserDefinedFunctionsPagingAll(resourceGroupName, accountName, databaseName, containerName, options) {
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
for (var _d = true, _e = tslib_1.__asyncValues(this.listSqlUserDefinedFunctionsPagingPage(resourceGroupName, accountName, databaseName, containerName, options)), _f; _f = yield tslib_1.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
268
|
-
_c = _f.value;
|
|
269
|
-
_d = false;
|
|
270
|
-
const page = _c;
|
|
271
|
-
yield tslib_1.__await(yield* tslib_1.__asyncDelegator(tslib_1.__asyncValues(page)));
|
|
272
|
-
}
|
|
273
|
-
}
|
|
274
|
-
catch (e_5_1) { e_5 = { error: e_5_1 }; }
|
|
275
|
-
finally {
|
|
276
|
-
try {
|
|
277
|
-
if (!_d && !_a && (_b = _e.return)) yield tslib_1.__await(_b.call(_e));
|
|
278
|
-
}
|
|
279
|
-
finally { if (e_5) throw e_5.error; }
|
|
280
|
-
}
|
|
281
|
-
});
|
|
189
|
+
async *listSqlUserDefinedFunctionsPagingAll(resourceGroupName, accountName, databaseName, containerName, options) {
|
|
190
|
+
for await (const page of this.listSqlUserDefinedFunctionsPagingPage(resourceGroupName, accountName, databaseName, containerName, options)) {
|
|
191
|
+
yield* page;
|
|
192
|
+
}
|
|
282
193
|
}
|
|
283
194
|
/**
|
|
284
195
|
* Lists the SQL trigger under an existing Azure Cosmos DB database account.
|
|
@@ -298,39 +209,22 @@ class SqlResourcesImpl {
|
|
|
298
209
|
return this;
|
|
299
210
|
},
|
|
300
211
|
byPage: (settings) => {
|
|
301
|
-
if (settings
|
|
212
|
+
if (settings?.maxPageSize) {
|
|
302
213
|
throw new Error("maxPageSize is not supported by this operation.");
|
|
303
214
|
}
|
|
304
215
|
return this.listSqlTriggersPagingPage(resourceGroupName, accountName, databaseName, containerName, options, settings);
|
|
305
216
|
},
|
|
306
217
|
};
|
|
307
218
|
}
|
|
308
|
-
listSqlTriggersPagingPage(resourceGroupName, accountName, databaseName, containerName, options, _settings) {
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
yield yield tslib_1.__await(result.value || []);
|
|
313
|
-
});
|
|
219
|
+
async *listSqlTriggersPagingPage(resourceGroupName, accountName, databaseName, containerName, options, _settings) {
|
|
220
|
+
let result;
|
|
221
|
+
result = await this._listSqlTriggers(resourceGroupName, accountName, databaseName, containerName, options);
|
|
222
|
+
yield result.value || [];
|
|
314
223
|
}
|
|
315
|
-
listSqlTriggersPagingAll(resourceGroupName, accountName, databaseName, containerName, options) {
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
for (var _d = true, _e = tslib_1.__asyncValues(this.listSqlTriggersPagingPage(resourceGroupName, accountName, databaseName, containerName, options)), _f; _f = yield tslib_1.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
320
|
-
_c = _f.value;
|
|
321
|
-
_d = false;
|
|
322
|
-
const page = _c;
|
|
323
|
-
yield tslib_1.__await(yield* tslib_1.__asyncDelegator(tslib_1.__asyncValues(page)));
|
|
324
|
-
}
|
|
325
|
-
}
|
|
326
|
-
catch (e_6_1) { e_6 = { error: e_6_1 }; }
|
|
327
|
-
finally {
|
|
328
|
-
try {
|
|
329
|
-
if (!_d && !_a && (_b = _e.return)) yield tslib_1.__await(_b.call(_e));
|
|
330
|
-
}
|
|
331
|
-
finally { if (e_6) throw e_6.error; }
|
|
332
|
-
}
|
|
333
|
-
});
|
|
224
|
+
async *listSqlTriggersPagingAll(resourceGroupName, accountName, databaseName, containerName, options) {
|
|
225
|
+
for await (const page of this.listSqlTriggersPagingPage(resourceGroupName, accountName, databaseName, containerName, options)) {
|
|
226
|
+
yield* page;
|
|
227
|
+
}
|
|
334
228
|
}
|
|
335
229
|
/**
|
|
336
230
|
* Retrieves the list of all Azure Cosmos DB SQL Role Definitions.
|
|
@@ -348,39 +242,22 @@ class SqlResourcesImpl {
|
|
|
348
242
|
return this;
|
|
349
243
|
},
|
|
350
244
|
byPage: (settings) => {
|
|
351
|
-
if (settings
|
|
245
|
+
if (settings?.maxPageSize) {
|
|
352
246
|
throw new Error("maxPageSize is not supported by this operation.");
|
|
353
247
|
}
|
|
354
248
|
return this.listSqlRoleDefinitionsPagingPage(resourceGroupName, accountName, options, settings);
|
|
355
249
|
},
|
|
356
250
|
};
|
|
357
251
|
}
|
|
358
|
-
listSqlRoleDefinitionsPagingPage(resourceGroupName, accountName, options, _settings) {
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
yield yield tslib_1.__await(result.value || []);
|
|
363
|
-
});
|
|
252
|
+
async *listSqlRoleDefinitionsPagingPage(resourceGroupName, accountName, options, _settings) {
|
|
253
|
+
let result;
|
|
254
|
+
result = await this._listSqlRoleDefinitions(resourceGroupName, accountName, options);
|
|
255
|
+
yield result.value || [];
|
|
364
256
|
}
|
|
365
|
-
listSqlRoleDefinitionsPagingAll(resourceGroupName, accountName, options) {
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
for (var _d = true, _e = tslib_1.__asyncValues(this.listSqlRoleDefinitionsPagingPage(resourceGroupName, accountName, options)), _f; _f = yield tslib_1.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
370
|
-
_c = _f.value;
|
|
371
|
-
_d = false;
|
|
372
|
-
const page = _c;
|
|
373
|
-
yield tslib_1.__await(yield* tslib_1.__asyncDelegator(tslib_1.__asyncValues(page)));
|
|
374
|
-
}
|
|
375
|
-
}
|
|
376
|
-
catch (e_7_1) { e_7 = { error: e_7_1 }; }
|
|
377
|
-
finally {
|
|
378
|
-
try {
|
|
379
|
-
if (!_d && !_a && (_b = _e.return)) yield tslib_1.__await(_b.call(_e));
|
|
380
|
-
}
|
|
381
|
-
finally { if (e_7) throw e_7.error; }
|
|
382
|
-
}
|
|
383
|
-
});
|
|
257
|
+
async *listSqlRoleDefinitionsPagingAll(resourceGroupName, accountName, options) {
|
|
258
|
+
for await (const page of this.listSqlRoleDefinitionsPagingPage(resourceGroupName, accountName, options)) {
|
|
259
|
+
yield* page;
|
|
260
|
+
}
|
|
384
261
|
}
|
|
385
262
|
/**
|
|
386
263
|
* Retrieves the list of all Azure Cosmos DB SQL Role Assignments.
|
|
@@ -398,39 +275,22 @@ class SqlResourcesImpl {
|
|
|
398
275
|
return this;
|
|
399
276
|
},
|
|
400
277
|
byPage: (settings) => {
|
|
401
|
-
if (settings
|
|
278
|
+
if (settings?.maxPageSize) {
|
|
402
279
|
throw new Error("maxPageSize is not supported by this operation.");
|
|
403
280
|
}
|
|
404
281
|
return this.listSqlRoleAssignmentsPagingPage(resourceGroupName, accountName, options, settings);
|
|
405
282
|
},
|
|
406
283
|
};
|
|
407
284
|
}
|
|
408
|
-
listSqlRoleAssignmentsPagingPage(resourceGroupName, accountName, options, _settings) {
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
yield yield tslib_1.__await(result.value || []);
|
|
413
|
-
});
|
|
285
|
+
async *listSqlRoleAssignmentsPagingPage(resourceGroupName, accountName, options, _settings) {
|
|
286
|
+
let result;
|
|
287
|
+
result = await this._listSqlRoleAssignments(resourceGroupName, accountName, options);
|
|
288
|
+
yield result.value || [];
|
|
414
289
|
}
|
|
415
|
-
listSqlRoleAssignmentsPagingAll(resourceGroupName, accountName, options) {
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
for (var _d = true, _e = tslib_1.__asyncValues(this.listSqlRoleAssignmentsPagingPage(resourceGroupName, accountName, options)), _f; _f = yield tslib_1.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
420
|
-
_c = _f.value;
|
|
421
|
-
_d = false;
|
|
422
|
-
const page = _c;
|
|
423
|
-
yield tslib_1.__await(yield* tslib_1.__asyncDelegator(tslib_1.__asyncValues(page)));
|
|
424
|
-
}
|
|
425
|
-
}
|
|
426
|
-
catch (e_8_1) { e_8 = { error: e_8_1 }; }
|
|
427
|
-
finally {
|
|
428
|
-
try {
|
|
429
|
-
if (!_d && !_a && (_b = _e.return)) yield tslib_1.__await(_b.call(_e));
|
|
430
|
-
}
|
|
431
|
-
finally { if (e_8) throw e_8.error; }
|
|
432
|
-
}
|
|
433
|
-
});
|
|
290
|
+
async *listSqlRoleAssignmentsPagingAll(resourceGroupName, accountName, options) {
|
|
291
|
+
for await (const page of this.listSqlRoleAssignmentsPagingPage(resourceGroupName, accountName, options)) {
|
|
292
|
+
yield* page;
|
|
293
|
+
}
|
|
434
294
|
}
|
|
435
295
|
/**
|
|
436
296
|
* Lists the SQL databases under an existing Azure Cosmos DB database account.
|
|
@@ -464,14 +324,19 @@ class SqlResourcesImpl {
|
|
|
464
324
|
return this.client.sendOperationRequest(args, spec);
|
|
465
325
|
};
|
|
466
326
|
const sendOperationFn = async (args, spec) => {
|
|
467
|
-
var _a;
|
|
468
327
|
let currentRawResponse = undefined;
|
|
469
|
-
const providedCallback =
|
|
328
|
+
const providedCallback = args.options?.onResponse;
|
|
470
329
|
const callback = (rawResponse, flatResponse) => {
|
|
471
330
|
currentRawResponse = rawResponse;
|
|
472
|
-
providedCallback
|
|
331
|
+
providedCallback?.(rawResponse, flatResponse);
|
|
332
|
+
};
|
|
333
|
+
const updatedArgs = {
|
|
334
|
+
...args,
|
|
335
|
+
options: {
|
|
336
|
+
...args.options,
|
|
337
|
+
onResponse: callback,
|
|
338
|
+
},
|
|
473
339
|
};
|
|
474
|
-
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
475
340
|
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
476
341
|
return {
|
|
477
342
|
flatResponse,
|
|
@@ -494,8 +359,8 @@ class SqlResourcesImpl {
|
|
|
494
359
|
spec: createUpdateSqlDatabaseOperationSpec,
|
|
495
360
|
});
|
|
496
361
|
const poller = await (0, core_lro_1.createHttpPoller)(lro, {
|
|
497
|
-
restoreFrom: options
|
|
498
|
-
intervalInMs: options
|
|
362
|
+
restoreFrom: options?.resumeFrom,
|
|
363
|
+
intervalInMs: options?.updateIntervalInMs,
|
|
499
364
|
});
|
|
500
365
|
await poller.poll();
|
|
501
366
|
return poller;
|
|
@@ -524,14 +389,19 @@ class SqlResourcesImpl {
|
|
|
524
389
|
return this.client.sendOperationRequest(args, spec);
|
|
525
390
|
};
|
|
526
391
|
const sendOperationFn = async (args, spec) => {
|
|
527
|
-
var _a;
|
|
528
392
|
let currentRawResponse = undefined;
|
|
529
|
-
const providedCallback =
|
|
393
|
+
const providedCallback = args.options?.onResponse;
|
|
530
394
|
const callback = (rawResponse, flatResponse) => {
|
|
531
395
|
currentRawResponse = rawResponse;
|
|
532
|
-
providedCallback
|
|
396
|
+
providedCallback?.(rawResponse, flatResponse);
|
|
397
|
+
};
|
|
398
|
+
const updatedArgs = {
|
|
399
|
+
...args,
|
|
400
|
+
options: {
|
|
401
|
+
...args.options,
|
|
402
|
+
onResponse: callback,
|
|
403
|
+
},
|
|
533
404
|
};
|
|
534
|
-
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
535
405
|
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
536
406
|
return {
|
|
537
407
|
flatResponse,
|
|
@@ -548,8 +418,8 @@ class SqlResourcesImpl {
|
|
|
548
418
|
spec: deleteSqlDatabaseOperationSpec,
|
|
549
419
|
});
|
|
550
420
|
const poller = await (0, core_lro_1.createHttpPoller)(lro, {
|
|
551
|
-
restoreFrom: options
|
|
552
|
-
intervalInMs: options
|
|
421
|
+
restoreFrom: options?.resumeFrom,
|
|
422
|
+
intervalInMs: options?.updateIntervalInMs,
|
|
553
423
|
});
|
|
554
424
|
await poller.poll();
|
|
555
425
|
return poller;
|
|
@@ -590,14 +460,19 @@ class SqlResourcesImpl {
|
|
|
590
460
|
return this.client.sendOperationRequest(args, spec);
|
|
591
461
|
};
|
|
592
462
|
const sendOperationFn = async (args, spec) => {
|
|
593
|
-
var _a;
|
|
594
463
|
let currentRawResponse = undefined;
|
|
595
|
-
const providedCallback =
|
|
464
|
+
const providedCallback = args.options?.onResponse;
|
|
596
465
|
const callback = (rawResponse, flatResponse) => {
|
|
597
466
|
currentRawResponse = rawResponse;
|
|
598
|
-
providedCallback
|
|
467
|
+
providedCallback?.(rawResponse, flatResponse);
|
|
468
|
+
};
|
|
469
|
+
const updatedArgs = {
|
|
470
|
+
...args,
|
|
471
|
+
options: {
|
|
472
|
+
...args.options,
|
|
473
|
+
onResponse: callback,
|
|
474
|
+
},
|
|
599
475
|
};
|
|
600
|
-
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
601
476
|
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
602
477
|
return {
|
|
603
478
|
flatResponse,
|
|
@@ -620,8 +495,8 @@ class SqlResourcesImpl {
|
|
|
620
495
|
spec: updateSqlDatabaseThroughputOperationSpec,
|
|
621
496
|
});
|
|
622
497
|
const poller = await (0, core_lro_1.createHttpPoller)(lro, {
|
|
623
|
-
restoreFrom: options
|
|
624
|
-
intervalInMs: options
|
|
498
|
+
restoreFrom: options?.resumeFrom,
|
|
499
|
+
intervalInMs: options?.updateIntervalInMs,
|
|
625
500
|
});
|
|
626
501
|
await poller.poll();
|
|
627
502
|
return poller;
|
|
@@ -651,14 +526,19 @@ class SqlResourcesImpl {
|
|
|
651
526
|
return this.client.sendOperationRequest(args, spec);
|
|
652
527
|
};
|
|
653
528
|
const sendOperationFn = async (args, spec) => {
|
|
654
|
-
var _a;
|
|
655
529
|
let currentRawResponse = undefined;
|
|
656
|
-
const providedCallback =
|
|
530
|
+
const providedCallback = args.options?.onResponse;
|
|
657
531
|
const callback = (rawResponse, flatResponse) => {
|
|
658
532
|
currentRawResponse = rawResponse;
|
|
659
|
-
providedCallback
|
|
533
|
+
providedCallback?.(rawResponse, flatResponse);
|
|
534
|
+
};
|
|
535
|
+
const updatedArgs = {
|
|
536
|
+
...args,
|
|
537
|
+
options: {
|
|
538
|
+
...args.options,
|
|
539
|
+
onResponse: callback,
|
|
540
|
+
},
|
|
660
541
|
};
|
|
661
|
-
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
662
542
|
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
663
543
|
return {
|
|
664
544
|
flatResponse,
|
|
@@ -675,8 +555,8 @@ class SqlResourcesImpl {
|
|
|
675
555
|
spec: migrateSqlDatabaseToAutoscaleOperationSpec,
|
|
676
556
|
});
|
|
677
557
|
const poller = await (0, core_lro_1.createHttpPoller)(lro, {
|
|
678
|
-
restoreFrom: options
|
|
679
|
-
intervalInMs: options
|
|
558
|
+
restoreFrom: options?.resumeFrom,
|
|
559
|
+
intervalInMs: options?.updateIntervalInMs,
|
|
680
560
|
});
|
|
681
561
|
await poller.poll();
|
|
682
562
|
return poller;
|
|
@@ -704,14 +584,19 @@ class SqlResourcesImpl {
|
|
|
704
584
|
return this.client.sendOperationRequest(args, spec);
|
|
705
585
|
};
|
|
706
586
|
const sendOperationFn = async (args, spec) => {
|
|
707
|
-
var _a;
|
|
708
587
|
let currentRawResponse = undefined;
|
|
709
|
-
const providedCallback =
|
|
588
|
+
const providedCallback = args.options?.onResponse;
|
|
710
589
|
const callback = (rawResponse, flatResponse) => {
|
|
711
590
|
currentRawResponse = rawResponse;
|
|
712
|
-
providedCallback
|
|
591
|
+
providedCallback?.(rawResponse, flatResponse);
|
|
592
|
+
};
|
|
593
|
+
const updatedArgs = {
|
|
594
|
+
...args,
|
|
595
|
+
options: {
|
|
596
|
+
...args.options,
|
|
597
|
+
onResponse: callback,
|
|
598
|
+
},
|
|
713
599
|
};
|
|
714
|
-
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
715
600
|
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
716
601
|
return {
|
|
717
602
|
flatResponse,
|
|
@@ -728,8 +613,8 @@ class SqlResourcesImpl {
|
|
|
728
613
|
spec: migrateSqlDatabaseToManualThroughputOperationSpec,
|
|
729
614
|
});
|
|
730
615
|
const poller = await (0, core_lro_1.createHttpPoller)(lro, {
|
|
731
|
-
restoreFrom: options
|
|
732
|
-
intervalInMs: options
|
|
616
|
+
restoreFrom: options?.resumeFrom,
|
|
617
|
+
intervalInMs: options?.updateIntervalInMs,
|
|
733
618
|
});
|
|
734
619
|
await poller.poll();
|
|
735
620
|
return poller;
|
|
@@ -745,101 +630,6 @@ class SqlResourcesImpl {
|
|
|
745
630
|
const poller = await this.beginMigrateSqlDatabaseToManualThroughput(resourceGroupName, accountName, databaseName, options);
|
|
746
631
|
return poller.pollUntilDone();
|
|
747
632
|
}
|
|
748
|
-
/**
|
|
749
|
-
* Lists the ClientEncryptionKeys under an existing Azure Cosmos DB SQL database.
|
|
750
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
751
|
-
* @param accountName Cosmos DB database account name.
|
|
752
|
-
* @param databaseName Cosmos DB database name.
|
|
753
|
-
* @param options The options parameters.
|
|
754
|
-
*/
|
|
755
|
-
_listClientEncryptionKeys(resourceGroupName, accountName, databaseName, options) {
|
|
756
|
-
return this.client.sendOperationRequest({ resourceGroupName, accountName, databaseName, options }, listClientEncryptionKeysOperationSpec);
|
|
757
|
-
}
|
|
758
|
-
/**
|
|
759
|
-
* Gets the ClientEncryptionKey under an existing Azure Cosmos DB SQL database.
|
|
760
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
761
|
-
* @param accountName Cosmos DB database account name.
|
|
762
|
-
* @param databaseName Cosmos DB database name.
|
|
763
|
-
* @param clientEncryptionKeyName Cosmos DB ClientEncryptionKey name.
|
|
764
|
-
* @param options The options parameters.
|
|
765
|
-
*/
|
|
766
|
-
getClientEncryptionKey(resourceGroupName, accountName, databaseName, clientEncryptionKeyName, options) {
|
|
767
|
-
return this.client.sendOperationRequest({
|
|
768
|
-
resourceGroupName,
|
|
769
|
-
accountName,
|
|
770
|
-
databaseName,
|
|
771
|
-
clientEncryptionKeyName,
|
|
772
|
-
options,
|
|
773
|
-
}, getClientEncryptionKeyOperationSpec);
|
|
774
|
-
}
|
|
775
|
-
/**
|
|
776
|
-
* Create or update a ClientEncryptionKey. This API is meant to be invoked via tools such as the Azure
|
|
777
|
-
* Powershell (instead of directly).
|
|
778
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
779
|
-
* @param accountName Cosmos DB database account name.
|
|
780
|
-
* @param databaseName Cosmos DB database name.
|
|
781
|
-
* @param clientEncryptionKeyName Cosmos DB ClientEncryptionKey name.
|
|
782
|
-
* @param createUpdateClientEncryptionKeyParameters The parameters to provide for the client encryption
|
|
783
|
-
* key.
|
|
784
|
-
* @param options The options parameters.
|
|
785
|
-
*/
|
|
786
|
-
async beginCreateUpdateClientEncryptionKey(resourceGroupName, accountName, databaseName, clientEncryptionKeyName, createUpdateClientEncryptionKeyParameters, options) {
|
|
787
|
-
const directSendOperation = async (args, spec) => {
|
|
788
|
-
return this.client.sendOperationRequest(args, spec);
|
|
789
|
-
};
|
|
790
|
-
const sendOperationFn = async (args, spec) => {
|
|
791
|
-
var _a;
|
|
792
|
-
let currentRawResponse = undefined;
|
|
793
|
-
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
|
794
|
-
const callback = (rawResponse, flatResponse) => {
|
|
795
|
-
currentRawResponse = rawResponse;
|
|
796
|
-
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
|
797
|
-
};
|
|
798
|
-
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
799
|
-
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
800
|
-
return {
|
|
801
|
-
flatResponse,
|
|
802
|
-
rawResponse: {
|
|
803
|
-
statusCode: currentRawResponse.status,
|
|
804
|
-
body: currentRawResponse.parsedBody,
|
|
805
|
-
headers: currentRawResponse.headers.toJSON(),
|
|
806
|
-
},
|
|
807
|
-
};
|
|
808
|
-
};
|
|
809
|
-
const lro = (0, lroImpl_js_1.createLroSpec)({
|
|
810
|
-
sendOperationFn,
|
|
811
|
-
args: {
|
|
812
|
-
resourceGroupName,
|
|
813
|
-
accountName,
|
|
814
|
-
databaseName,
|
|
815
|
-
clientEncryptionKeyName,
|
|
816
|
-
createUpdateClientEncryptionKeyParameters,
|
|
817
|
-
options,
|
|
818
|
-
},
|
|
819
|
-
spec: createUpdateClientEncryptionKeyOperationSpec,
|
|
820
|
-
});
|
|
821
|
-
const poller = await (0, core_lro_1.createHttpPoller)(lro, {
|
|
822
|
-
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
823
|
-
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
824
|
-
});
|
|
825
|
-
await poller.poll();
|
|
826
|
-
return poller;
|
|
827
|
-
}
|
|
828
|
-
/**
|
|
829
|
-
* Create or update a ClientEncryptionKey. This API is meant to be invoked via tools such as the Azure
|
|
830
|
-
* Powershell (instead of directly).
|
|
831
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
832
|
-
* @param accountName Cosmos DB database account name.
|
|
833
|
-
* @param databaseName Cosmos DB database name.
|
|
834
|
-
* @param clientEncryptionKeyName Cosmos DB ClientEncryptionKey name.
|
|
835
|
-
* @param createUpdateClientEncryptionKeyParameters The parameters to provide for the client encryption
|
|
836
|
-
* key.
|
|
837
|
-
* @param options The options parameters.
|
|
838
|
-
*/
|
|
839
|
-
async beginCreateUpdateClientEncryptionKeyAndWait(resourceGroupName, accountName, databaseName, clientEncryptionKeyName, createUpdateClientEncryptionKeyParameters, options) {
|
|
840
|
-
const poller = await this.beginCreateUpdateClientEncryptionKey(resourceGroupName, accountName, databaseName, clientEncryptionKeyName, createUpdateClientEncryptionKeyParameters, options);
|
|
841
|
-
return poller.pollUntilDone();
|
|
842
|
-
}
|
|
843
633
|
/**
|
|
844
634
|
* Lists the SQL container under an existing Azure Cosmos DB database account.
|
|
845
635
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
@@ -875,14 +665,19 @@ class SqlResourcesImpl {
|
|
|
875
665
|
return this.client.sendOperationRequest(args, spec);
|
|
876
666
|
};
|
|
877
667
|
const sendOperationFn = async (args, spec) => {
|
|
878
|
-
var _a;
|
|
879
668
|
let currentRawResponse = undefined;
|
|
880
|
-
const providedCallback =
|
|
669
|
+
const providedCallback = args.options?.onResponse;
|
|
881
670
|
const callback = (rawResponse, flatResponse) => {
|
|
882
671
|
currentRawResponse = rawResponse;
|
|
883
|
-
providedCallback
|
|
672
|
+
providedCallback?.(rawResponse, flatResponse);
|
|
673
|
+
};
|
|
674
|
+
const updatedArgs = {
|
|
675
|
+
...args,
|
|
676
|
+
options: {
|
|
677
|
+
...args.options,
|
|
678
|
+
onResponse: callback,
|
|
679
|
+
},
|
|
884
680
|
};
|
|
885
|
-
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
886
681
|
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
887
682
|
return {
|
|
888
683
|
flatResponse,
|
|
@@ -906,8 +701,8 @@ class SqlResourcesImpl {
|
|
|
906
701
|
spec: createUpdateSqlContainerOperationSpec,
|
|
907
702
|
});
|
|
908
703
|
const poller = await (0, core_lro_1.createHttpPoller)(lro, {
|
|
909
|
-
restoreFrom: options
|
|
910
|
-
intervalInMs: options
|
|
704
|
+
restoreFrom: options?.resumeFrom,
|
|
705
|
+
intervalInMs: options?.updateIntervalInMs,
|
|
911
706
|
});
|
|
912
707
|
await poller.poll();
|
|
913
708
|
return poller;
|
|
@@ -938,14 +733,19 @@ class SqlResourcesImpl {
|
|
|
938
733
|
return this.client.sendOperationRequest(args, spec);
|
|
939
734
|
};
|
|
940
735
|
const sendOperationFn = async (args, spec) => {
|
|
941
|
-
var _a;
|
|
942
736
|
let currentRawResponse = undefined;
|
|
943
|
-
const providedCallback =
|
|
737
|
+
const providedCallback = args.options?.onResponse;
|
|
944
738
|
const callback = (rawResponse, flatResponse) => {
|
|
945
739
|
currentRawResponse = rawResponse;
|
|
946
|
-
providedCallback
|
|
740
|
+
providedCallback?.(rawResponse, flatResponse);
|
|
741
|
+
};
|
|
742
|
+
const updatedArgs = {
|
|
743
|
+
...args,
|
|
744
|
+
options: {
|
|
745
|
+
...args.options,
|
|
746
|
+
onResponse: callback,
|
|
747
|
+
},
|
|
947
748
|
};
|
|
948
|
-
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
949
749
|
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
950
750
|
return {
|
|
951
751
|
flatResponse,
|
|
@@ -968,8 +768,8 @@ class SqlResourcesImpl {
|
|
|
968
768
|
spec: deleteSqlContainerOperationSpec,
|
|
969
769
|
});
|
|
970
770
|
const poller = await (0, core_lro_1.createHttpPoller)(lro, {
|
|
971
|
-
restoreFrom: options
|
|
972
|
-
intervalInMs: options
|
|
771
|
+
restoreFrom: options?.resumeFrom,
|
|
772
|
+
intervalInMs: options?.updateIntervalInMs,
|
|
973
773
|
});
|
|
974
774
|
await poller.poll();
|
|
975
775
|
return poller;
|
|
@@ -986,133 +786,6 @@ class SqlResourcesImpl {
|
|
|
986
786
|
const poller = await this.beginDeleteSqlContainer(resourceGroupName, accountName, databaseName, containerName, options);
|
|
987
787
|
return poller.pollUntilDone();
|
|
988
788
|
}
|
|
989
|
-
/**
|
|
990
|
-
* Merges the partitions of a SQL database
|
|
991
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
992
|
-
* @param accountName Cosmos DB database account name.
|
|
993
|
-
* @param databaseName Cosmos DB database name.
|
|
994
|
-
* @param mergeParameters The parameters for the merge operation.
|
|
995
|
-
* @param options The options parameters.
|
|
996
|
-
*/
|
|
997
|
-
async beginSqlDatabasePartitionMerge(resourceGroupName, accountName, databaseName, mergeParameters, options) {
|
|
998
|
-
const directSendOperation = async (args, spec) => {
|
|
999
|
-
return this.client.sendOperationRequest(args, spec);
|
|
1000
|
-
};
|
|
1001
|
-
const sendOperationFn = async (args, spec) => {
|
|
1002
|
-
var _a;
|
|
1003
|
-
let currentRawResponse = undefined;
|
|
1004
|
-
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
|
1005
|
-
const callback = (rawResponse, flatResponse) => {
|
|
1006
|
-
currentRawResponse = rawResponse;
|
|
1007
|
-
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
|
1008
|
-
};
|
|
1009
|
-
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
1010
|
-
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
1011
|
-
return {
|
|
1012
|
-
flatResponse,
|
|
1013
|
-
rawResponse: {
|
|
1014
|
-
statusCode: currentRawResponse.status,
|
|
1015
|
-
body: currentRawResponse.parsedBody,
|
|
1016
|
-
headers: currentRawResponse.headers.toJSON(),
|
|
1017
|
-
},
|
|
1018
|
-
};
|
|
1019
|
-
};
|
|
1020
|
-
const lro = (0, lroImpl_js_1.createLroSpec)({
|
|
1021
|
-
sendOperationFn,
|
|
1022
|
-
args: {
|
|
1023
|
-
resourceGroupName,
|
|
1024
|
-
accountName,
|
|
1025
|
-
databaseName,
|
|
1026
|
-
mergeParameters,
|
|
1027
|
-
options,
|
|
1028
|
-
},
|
|
1029
|
-
spec: sqlDatabasePartitionMergeOperationSpec,
|
|
1030
|
-
});
|
|
1031
|
-
const poller = await (0, core_lro_1.createHttpPoller)(lro, {
|
|
1032
|
-
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
1033
|
-
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
1034
|
-
resourceLocationConfig: "location",
|
|
1035
|
-
});
|
|
1036
|
-
await poller.poll();
|
|
1037
|
-
return poller;
|
|
1038
|
-
}
|
|
1039
|
-
/**
|
|
1040
|
-
* Merges the partitions of a SQL database
|
|
1041
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1042
|
-
* @param accountName Cosmos DB database account name.
|
|
1043
|
-
* @param databaseName Cosmos DB database name.
|
|
1044
|
-
* @param mergeParameters The parameters for the merge operation.
|
|
1045
|
-
* @param options The options parameters.
|
|
1046
|
-
*/
|
|
1047
|
-
async beginSqlDatabasePartitionMergeAndWait(resourceGroupName, accountName, databaseName, mergeParameters, options) {
|
|
1048
|
-
const poller = await this.beginSqlDatabasePartitionMerge(resourceGroupName, accountName, databaseName, mergeParameters, options);
|
|
1049
|
-
return poller.pollUntilDone();
|
|
1050
|
-
}
|
|
1051
|
-
/**
|
|
1052
|
-
* Merges the partitions of a SQL Container
|
|
1053
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1054
|
-
* @param accountName Cosmos DB database account name.
|
|
1055
|
-
* @param databaseName Cosmos DB database name.
|
|
1056
|
-
* @param containerName Cosmos DB container name.
|
|
1057
|
-
* @param mergeParameters The parameters for the merge operation.
|
|
1058
|
-
* @param options The options parameters.
|
|
1059
|
-
*/
|
|
1060
|
-
async beginListSqlContainerPartitionMerge(resourceGroupName, accountName, databaseName, containerName, mergeParameters, options) {
|
|
1061
|
-
const directSendOperation = async (args, spec) => {
|
|
1062
|
-
return this.client.sendOperationRequest(args, spec);
|
|
1063
|
-
};
|
|
1064
|
-
const sendOperationFn = async (args, spec) => {
|
|
1065
|
-
var _a;
|
|
1066
|
-
let currentRawResponse = undefined;
|
|
1067
|
-
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
|
1068
|
-
const callback = (rawResponse, flatResponse) => {
|
|
1069
|
-
currentRawResponse = rawResponse;
|
|
1070
|
-
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
|
1071
|
-
};
|
|
1072
|
-
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
1073
|
-
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
1074
|
-
return {
|
|
1075
|
-
flatResponse,
|
|
1076
|
-
rawResponse: {
|
|
1077
|
-
statusCode: currentRawResponse.status,
|
|
1078
|
-
body: currentRawResponse.parsedBody,
|
|
1079
|
-
headers: currentRawResponse.headers.toJSON(),
|
|
1080
|
-
},
|
|
1081
|
-
};
|
|
1082
|
-
};
|
|
1083
|
-
const lro = (0, lroImpl_js_1.createLroSpec)({
|
|
1084
|
-
sendOperationFn,
|
|
1085
|
-
args: {
|
|
1086
|
-
resourceGroupName,
|
|
1087
|
-
accountName,
|
|
1088
|
-
databaseName,
|
|
1089
|
-
containerName,
|
|
1090
|
-
mergeParameters,
|
|
1091
|
-
options,
|
|
1092
|
-
},
|
|
1093
|
-
spec: listSqlContainerPartitionMergeOperationSpec,
|
|
1094
|
-
});
|
|
1095
|
-
const poller = await (0, core_lro_1.createHttpPoller)(lro, {
|
|
1096
|
-
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
1097
|
-
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
1098
|
-
resourceLocationConfig: "location",
|
|
1099
|
-
});
|
|
1100
|
-
await poller.poll();
|
|
1101
|
-
return poller;
|
|
1102
|
-
}
|
|
1103
|
-
/**
|
|
1104
|
-
* Merges the partitions of a SQL Container
|
|
1105
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1106
|
-
* @param accountName Cosmos DB database account name.
|
|
1107
|
-
* @param databaseName Cosmos DB database name.
|
|
1108
|
-
* @param containerName Cosmos DB container name.
|
|
1109
|
-
* @param mergeParameters The parameters for the merge operation.
|
|
1110
|
-
* @param options The options parameters.
|
|
1111
|
-
*/
|
|
1112
|
-
async beginListSqlContainerPartitionMergeAndWait(resourceGroupName, accountName, databaseName, containerName, mergeParameters, options) {
|
|
1113
|
-
const poller = await this.beginListSqlContainerPartitionMerge(resourceGroupName, accountName, databaseName, containerName, mergeParameters, options);
|
|
1114
|
-
return poller.pollUntilDone();
|
|
1115
|
-
}
|
|
1116
789
|
/**
|
|
1117
790
|
* Gets the RUs per second of the SQL container under an existing Azure Cosmos DB database account.
|
|
1118
791
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
@@ -1139,14 +812,19 @@ class SqlResourcesImpl {
|
|
|
1139
812
|
return this.client.sendOperationRequest(args, spec);
|
|
1140
813
|
};
|
|
1141
814
|
const sendOperationFn = async (args, spec) => {
|
|
1142
|
-
var _a;
|
|
1143
815
|
let currentRawResponse = undefined;
|
|
1144
|
-
const providedCallback =
|
|
816
|
+
const providedCallback = args.options?.onResponse;
|
|
1145
817
|
const callback = (rawResponse, flatResponse) => {
|
|
1146
818
|
currentRawResponse = rawResponse;
|
|
1147
|
-
providedCallback
|
|
819
|
+
providedCallback?.(rawResponse, flatResponse);
|
|
820
|
+
};
|
|
821
|
+
const updatedArgs = {
|
|
822
|
+
...args,
|
|
823
|
+
options: {
|
|
824
|
+
...args.options,
|
|
825
|
+
onResponse: callback,
|
|
826
|
+
},
|
|
1148
827
|
};
|
|
1149
|
-
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
1150
828
|
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
1151
829
|
return {
|
|
1152
830
|
flatResponse,
|
|
@@ -1170,8 +848,8 @@ class SqlResourcesImpl {
|
|
|
1170
848
|
spec: updateSqlContainerThroughputOperationSpec,
|
|
1171
849
|
});
|
|
1172
850
|
const poller = await (0, core_lro_1.createHttpPoller)(lro, {
|
|
1173
|
-
restoreFrom: options
|
|
1174
|
-
intervalInMs: options
|
|
851
|
+
restoreFrom: options?.resumeFrom,
|
|
852
|
+
intervalInMs: options?.updateIntervalInMs,
|
|
1175
853
|
});
|
|
1176
854
|
await poller.poll();
|
|
1177
855
|
return poller;
|
|
@@ -1203,14 +881,19 @@ class SqlResourcesImpl {
|
|
|
1203
881
|
return this.client.sendOperationRequest(args, spec);
|
|
1204
882
|
};
|
|
1205
883
|
const sendOperationFn = async (args, spec) => {
|
|
1206
|
-
var _a;
|
|
1207
884
|
let currentRawResponse = undefined;
|
|
1208
|
-
const providedCallback =
|
|
885
|
+
const providedCallback = args.options?.onResponse;
|
|
1209
886
|
const callback = (rawResponse, flatResponse) => {
|
|
1210
887
|
currentRawResponse = rawResponse;
|
|
1211
|
-
providedCallback
|
|
888
|
+
providedCallback?.(rawResponse, flatResponse);
|
|
889
|
+
};
|
|
890
|
+
const updatedArgs = {
|
|
891
|
+
...args,
|
|
892
|
+
options: {
|
|
893
|
+
...args.options,
|
|
894
|
+
onResponse: callback,
|
|
895
|
+
},
|
|
1212
896
|
};
|
|
1213
|
-
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
1214
897
|
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
1215
898
|
return {
|
|
1216
899
|
flatResponse,
|
|
@@ -1233,8 +916,8 @@ class SqlResourcesImpl {
|
|
|
1233
916
|
spec: migrateSqlContainerToAutoscaleOperationSpec,
|
|
1234
917
|
});
|
|
1235
918
|
const poller = await (0, core_lro_1.createHttpPoller)(lro, {
|
|
1236
|
-
restoreFrom: options
|
|
1237
|
-
intervalInMs: options
|
|
919
|
+
restoreFrom: options?.resumeFrom,
|
|
920
|
+
intervalInMs: options?.updateIntervalInMs,
|
|
1238
921
|
});
|
|
1239
922
|
await poller.poll();
|
|
1240
923
|
return poller;
|
|
@@ -1264,14 +947,19 @@ class SqlResourcesImpl {
|
|
|
1264
947
|
return this.client.sendOperationRequest(args, spec);
|
|
1265
948
|
};
|
|
1266
949
|
const sendOperationFn = async (args, spec) => {
|
|
1267
|
-
var _a;
|
|
1268
950
|
let currentRawResponse = undefined;
|
|
1269
|
-
const providedCallback =
|
|
951
|
+
const providedCallback = args.options?.onResponse;
|
|
1270
952
|
const callback = (rawResponse, flatResponse) => {
|
|
1271
953
|
currentRawResponse = rawResponse;
|
|
1272
|
-
providedCallback
|
|
954
|
+
providedCallback?.(rawResponse, flatResponse);
|
|
955
|
+
};
|
|
956
|
+
const updatedArgs = {
|
|
957
|
+
...args,
|
|
958
|
+
options: {
|
|
959
|
+
...args.options,
|
|
960
|
+
onResponse: callback,
|
|
961
|
+
},
|
|
1273
962
|
};
|
|
1274
|
-
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
1275
963
|
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
1276
964
|
return {
|
|
1277
965
|
flatResponse,
|
|
@@ -1294,8 +982,8 @@ class SqlResourcesImpl {
|
|
|
1294
982
|
spec: migrateSqlContainerToManualThroughputOperationSpec,
|
|
1295
983
|
});
|
|
1296
984
|
const poller = await (0, core_lro_1.createHttpPoller)(lro, {
|
|
1297
|
-
restoreFrom: options
|
|
1298
|
-
intervalInMs: options
|
|
985
|
+
restoreFrom: options?.resumeFrom,
|
|
986
|
+
intervalInMs: options?.updateIntervalInMs,
|
|
1299
987
|
});
|
|
1300
988
|
await poller.poll();
|
|
1301
989
|
return poller;
|
|
@@ -1313,223 +1001,61 @@ class SqlResourcesImpl {
|
|
|
1313
1001
|
return poller.pollUntilDone();
|
|
1314
1002
|
}
|
|
1315
1003
|
/**
|
|
1316
|
-
*
|
|
1317
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1318
|
-
* @param accountName Cosmos DB database account name.
|
|
1319
|
-
* @param databaseName Cosmos DB database name.
|
|
1320
|
-
* @param retrieveThroughputParameters The parameters to provide for retrieving throughput distribution
|
|
1321
|
-
* for the current SQL database.
|
|
1322
|
-
* @param options The options parameters.
|
|
1323
|
-
*/
|
|
1324
|
-
async beginSqlDatabaseRetrieveThroughputDistribution(resourceGroupName, accountName, databaseName, retrieveThroughputParameters, options) {
|
|
1325
|
-
const directSendOperation = async (args, spec) => {
|
|
1326
|
-
return this.client.sendOperationRequest(args, spec);
|
|
1327
|
-
};
|
|
1328
|
-
const sendOperationFn = async (args, spec) => {
|
|
1329
|
-
var _a;
|
|
1330
|
-
let currentRawResponse = undefined;
|
|
1331
|
-
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
|
1332
|
-
const callback = (rawResponse, flatResponse) => {
|
|
1333
|
-
currentRawResponse = rawResponse;
|
|
1334
|
-
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
|
1335
|
-
};
|
|
1336
|
-
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
1337
|
-
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
1338
|
-
return {
|
|
1339
|
-
flatResponse,
|
|
1340
|
-
rawResponse: {
|
|
1341
|
-
statusCode: currentRawResponse.status,
|
|
1342
|
-
body: currentRawResponse.parsedBody,
|
|
1343
|
-
headers: currentRawResponse.headers.toJSON(),
|
|
1344
|
-
},
|
|
1345
|
-
};
|
|
1346
|
-
};
|
|
1347
|
-
const lro = (0, lroImpl_js_1.createLroSpec)({
|
|
1348
|
-
sendOperationFn,
|
|
1349
|
-
args: {
|
|
1350
|
-
resourceGroupName,
|
|
1351
|
-
accountName,
|
|
1352
|
-
databaseName,
|
|
1353
|
-
retrieveThroughputParameters,
|
|
1354
|
-
options,
|
|
1355
|
-
},
|
|
1356
|
-
spec: sqlDatabaseRetrieveThroughputDistributionOperationSpec,
|
|
1357
|
-
});
|
|
1358
|
-
const poller = await (0, core_lro_1.createHttpPoller)(lro, {
|
|
1359
|
-
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
1360
|
-
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
1361
|
-
resourceLocationConfig: "location",
|
|
1362
|
-
});
|
|
1363
|
-
await poller.poll();
|
|
1364
|
-
return poller;
|
|
1365
|
-
}
|
|
1366
|
-
/**
|
|
1367
|
-
* Retrieve throughput distribution for an Azure Cosmos DB SQL database
|
|
1368
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1369
|
-
* @param accountName Cosmos DB database account name.
|
|
1370
|
-
* @param databaseName Cosmos DB database name.
|
|
1371
|
-
* @param retrieveThroughputParameters The parameters to provide for retrieving throughput distribution
|
|
1372
|
-
* for the current SQL database.
|
|
1373
|
-
* @param options The options parameters.
|
|
1374
|
-
*/
|
|
1375
|
-
async beginSqlDatabaseRetrieveThroughputDistributionAndWait(resourceGroupName, accountName, databaseName, retrieveThroughputParameters, options) {
|
|
1376
|
-
const poller = await this.beginSqlDatabaseRetrieveThroughputDistribution(resourceGroupName, accountName, databaseName, retrieveThroughputParameters, options);
|
|
1377
|
-
return poller.pollUntilDone();
|
|
1378
|
-
}
|
|
1379
|
-
/**
|
|
1380
|
-
* Redistribute throughput for an Azure Cosmos DB SQL database
|
|
1381
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1382
|
-
* @param accountName Cosmos DB database account name.
|
|
1383
|
-
* @param databaseName Cosmos DB database name.
|
|
1384
|
-
* @param redistributeThroughputParameters The parameters to provide for redistributing throughput for
|
|
1385
|
-
* the current SQL database.
|
|
1386
|
-
* @param options The options parameters.
|
|
1387
|
-
*/
|
|
1388
|
-
async beginSqlDatabaseRedistributeThroughput(resourceGroupName, accountName, databaseName, redistributeThroughputParameters, options) {
|
|
1389
|
-
const directSendOperation = async (args, spec) => {
|
|
1390
|
-
return this.client.sendOperationRequest(args, spec);
|
|
1391
|
-
};
|
|
1392
|
-
const sendOperationFn = async (args, spec) => {
|
|
1393
|
-
var _a;
|
|
1394
|
-
let currentRawResponse = undefined;
|
|
1395
|
-
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
|
1396
|
-
const callback = (rawResponse, flatResponse) => {
|
|
1397
|
-
currentRawResponse = rawResponse;
|
|
1398
|
-
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
|
1399
|
-
};
|
|
1400
|
-
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
1401
|
-
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
1402
|
-
return {
|
|
1403
|
-
flatResponse,
|
|
1404
|
-
rawResponse: {
|
|
1405
|
-
statusCode: currentRawResponse.status,
|
|
1406
|
-
body: currentRawResponse.parsedBody,
|
|
1407
|
-
headers: currentRawResponse.headers.toJSON(),
|
|
1408
|
-
},
|
|
1409
|
-
};
|
|
1410
|
-
};
|
|
1411
|
-
const lro = (0, lroImpl_js_1.createLroSpec)({
|
|
1412
|
-
sendOperationFn,
|
|
1413
|
-
args: {
|
|
1414
|
-
resourceGroupName,
|
|
1415
|
-
accountName,
|
|
1416
|
-
databaseName,
|
|
1417
|
-
redistributeThroughputParameters,
|
|
1418
|
-
options,
|
|
1419
|
-
},
|
|
1420
|
-
spec: sqlDatabaseRedistributeThroughputOperationSpec,
|
|
1421
|
-
});
|
|
1422
|
-
const poller = await (0, core_lro_1.createHttpPoller)(lro, {
|
|
1423
|
-
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
1424
|
-
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
1425
|
-
resourceLocationConfig: "location",
|
|
1426
|
-
});
|
|
1427
|
-
await poller.poll();
|
|
1428
|
-
return poller;
|
|
1429
|
-
}
|
|
1430
|
-
/**
|
|
1431
|
-
* Redistribute throughput for an Azure Cosmos DB SQL database
|
|
1432
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1433
|
-
* @param accountName Cosmos DB database account name.
|
|
1434
|
-
* @param databaseName Cosmos DB database name.
|
|
1435
|
-
* @param redistributeThroughputParameters The parameters to provide for redistributing throughput for
|
|
1436
|
-
* the current SQL database.
|
|
1437
|
-
* @param options The options parameters.
|
|
1438
|
-
*/
|
|
1439
|
-
async beginSqlDatabaseRedistributeThroughputAndWait(resourceGroupName, accountName, databaseName, redistributeThroughputParameters, options) {
|
|
1440
|
-
const poller = await this.beginSqlDatabaseRedistributeThroughput(resourceGroupName, accountName, databaseName, redistributeThroughputParameters, options);
|
|
1441
|
-
return poller.pollUntilDone();
|
|
1442
|
-
}
|
|
1443
|
-
/**
|
|
1444
|
-
* Retrieve throughput distribution for an Azure Cosmos DB SQL container
|
|
1004
|
+
* Lists the ClientEncryptionKeys under an existing Azure Cosmos DB SQL database.
|
|
1445
1005
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1446
1006
|
* @param accountName Cosmos DB database account name.
|
|
1447
1007
|
* @param databaseName Cosmos DB database name.
|
|
1448
|
-
* @param containerName Cosmos DB container name.
|
|
1449
|
-
* @param retrieveThroughputParameters The parameters to provide for retrieving throughput distribution
|
|
1450
|
-
* for the current SQL container.
|
|
1451
1008
|
* @param options The options parameters.
|
|
1452
1009
|
*/
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
return this.client.sendOperationRequest(args, spec);
|
|
1456
|
-
};
|
|
1457
|
-
const sendOperationFn = async (args, spec) => {
|
|
1458
|
-
var _a;
|
|
1459
|
-
let currentRawResponse = undefined;
|
|
1460
|
-
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
|
1461
|
-
const callback = (rawResponse, flatResponse) => {
|
|
1462
|
-
currentRawResponse = rawResponse;
|
|
1463
|
-
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
|
1464
|
-
};
|
|
1465
|
-
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
1466
|
-
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
1467
|
-
return {
|
|
1468
|
-
flatResponse,
|
|
1469
|
-
rawResponse: {
|
|
1470
|
-
statusCode: currentRawResponse.status,
|
|
1471
|
-
body: currentRawResponse.parsedBody,
|
|
1472
|
-
headers: currentRawResponse.headers.toJSON(),
|
|
1473
|
-
},
|
|
1474
|
-
};
|
|
1475
|
-
};
|
|
1476
|
-
const lro = (0, lroImpl_js_1.createLroSpec)({
|
|
1477
|
-
sendOperationFn,
|
|
1478
|
-
args: {
|
|
1479
|
-
resourceGroupName,
|
|
1480
|
-
accountName,
|
|
1481
|
-
databaseName,
|
|
1482
|
-
containerName,
|
|
1483
|
-
retrieveThroughputParameters,
|
|
1484
|
-
options,
|
|
1485
|
-
},
|
|
1486
|
-
spec: sqlContainerRetrieveThroughputDistributionOperationSpec,
|
|
1487
|
-
});
|
|
1488
|
-
const poller = await (0, core_lro_1.createHttpPoller)(lro, {
|
|
1489
|
-
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
1490
|
-
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
1491
|
-
resourceLocationConfig: "location",
|
|
1492
|
-
});
|
|
1493
|
-
await poller.poll();
|
|
1494
|
-
return poller;
|
|
1010
|
+
_listClientEncryptionKeys(resourceGroupName, accountName, databaseName, options) {
|
|
1011
|
+
return this.client.sendOperationRequest({ resourceGroupName, accountName, databaseName, options }, listClientEncryptionKeysOperationSpec);
|
|
1495
1012
|
}
|
|
1496
1013
|
/**
|
|
1497
|
-
*
|
|
1014
|
+
* Gets the ClientEncryptionKey under an existing Azure Cosmos DB SQL database.
|
|
1498
1015
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1499
1016
|
* @param accountName Cosmos DB database account name.
|
|
1500
1017
|
* @param databaseName Cosmos DB database name.
|
|
1501
|
-
* @param
|
|
1502
|
-
* @param retrieveThroughputParameters The parameters to provide for retrieving throughput distribution
|
|
1503
|
-
* for the current SQL container.
|
|
1018
|
+
* @param clientEncryptionKeyName Cosmos DB ClientEncryptionKey name.
|
|
1504
1019
|
* @param options The options parameters.
|
|
1505
1020
|
*/
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1021
|
+
getClientEncryptionKey(resourceGroupName, accountName, databaseName, clientEncryptionKeyName, options) {
|
|
1022
|
+
return this.client.sendOperationRequest({
|
|
1023
|
+
resourceGroupName,
|
|
1024
|
+
accountName,
|
|
1025
|
+
databaseName,
|
|
1026
|
+
clientEncryptionKeyName,
|
|
1027
|
+
options,
|
|
1028
|
+
}, getClientEncryptionKeyOperationSpec);
|
|
1509
1029
|
}
|
|
1510
1030
|
/**
|
|
1511
|
-
*
|
|
1031
|
+
* Create or update a ClientEncryptionKey. This API is meant to be invoked via tools such as the Azure
|
|
1032
|
+
* Powershell (instead of directly).
|
|
1512
1033
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1513
1034
|
* @param accountName Cosmos DB database account name.
|
|
1514
1035
|
* @param databaseName Cosmos DB database name.
|
|
1515
|
-
* @param
|
|
1516
|
-
* @param
|
|
1517
|
-
*
|
|
1036
|
+
* @param clientEncryptionKeyName Cosmos DB ClientEncryptionKey name.
|
|
1037
|
+
* @param createUpdateClientEncryptionKeyParameters The parameters to provide for the client encryption
|
|
1038
|
+
* key.
|
|
1518
1039
|
* @param options The options parameters.
|
|
1519
1040
|
*/
|
|
1520
|
-
async
|
|
1041
|
+
async beginCreateUpdateClientEncryptionKey(resourceGroupName, accountName, databaseName, clientEncryptionKeyName, createUpdateClientEncryptionKeyParameters, options) {
|
|
1521
1042
|
const directSendOperation = async (args, spec) => {
|
|
1522
1043
|
return this.client.sendOperationRequest(args, spec);
|
|
1523
1044
|
};
|
|
1524
1045
|
const sendOperationFn = async (args, spec) => {
|
|
1525
|
-
var _a;
|
|
1526
1046
|
let currentRawResponse = undefined;
|
|
1527
|
-
const providedCallback =
|
|
1047
|
+
const providedCallback = args.options?.onResponse;
|
|
1528
1048
|
const callback = (rawResponse, flatResponse) => {
|
|
1529
1049
|
currentRawResponse = rawResponse;
|
|
1530
|
-
providedCallback
|
|
1050
|
+
providedCallback?.(rawResponse, flatResponse);
|
|
1051
|
+
};
|
|
1052
|
+
const updatedArgs = {
|
|
1053
|
+
...args,
|
|
1054
|
+
options: {
|
|
1055
|
+
...args.options,
|
|
1056
|
+
onResponse: callback,
|
|
1057
|
+
},
|
|
1531
1058
|
};
|
|
1532
|
-
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
1533
1059
|
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
1534
1060
|
return {
|
|
1535
1061
|
flatResponse,
|
|
@@ -1546,32 +1072,32 @@ class SqlResourcesImpl {
|
|
|
1546
1072
|
resourceGroupName,
|
|
1547
1073
|
accountName,
|
|
1548
1074
|
databaseName,
|
|
1549
|
-
|
|
1550
|
-
|
|
1075
|
+
clientEncryptionKeyName,
|
|
1076
|
+
createUpdateClientEncryptionKeyParameters,
|
|
1551
1077
|
options,
|
|
1552
1078
|
},
|
|
1553
|
-
spec:
|
|
1079
|
+
spec: createUpdateClientEncryptionKeyOperationSpec,
|
|
1554
1080
|
});
|
|
1555
1081
|
const poller = await (0, core_lro_1.createHttpPoller)(lro, {
|
|
1556
|
-
restoreFrom: options
|
|
1557
|
-
intervalInMs: options
|
|
1558
|
-
resourceLocationConfig: "location",
|
|
1082
|
+
restoreFrom: options?.resumeFrom,
|
|
1083
|
+
intervalInMs: options?.updateIntervalInMs,
|
|
1559
1084
|
});
|
|
1560
1085
|
await poller.poll();
|
|
1561
1086
|
return poller;
|
|
1562
1087
|
}
|
|
1563
1088
|
/**
|
|
1564
|
-
*
|
|
1089
|
+
* Create or update a ClientEncryptionKey. This API is meant to be invoked via tools such as the Azure
|
|
1090
|
+
* Powershell (instead of directly).
|
|
1565
1091
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1566
1092
|
* @param accountName Cosmos DB database account name.
|
|
1567
1093
|
* @param databaseName Cosmos DB database name.
|
|
1568
|
-
* @param
|
|
1569
|
-
* @param
|
|
1570
|
-
*
|
|
1094
|
+
* @param clientEncryptionKeyName Cosmos DB ClientEncryptionKey name.
|
|
1095
|
+
* @param createUpdateClientEncryptionKeyParameters The parameters to provide for the client encryption
|
|
1096
|
+
* key.
|
|
1571
1097
|
* @param options The options parameters.
|
|
1572
1098
|
*/
|
|
1573
|
-
async
|
|
1574
|
-
const poller = await this.
|
|
1099
|
+
async beginCreateUpdateClientEncryptionKeyAndWait(resourceGroupName, accountName, databaseName, clientEncryptionKeyName, createUpdateClientEncryptionKeyParameters, options) {
|
|
1100
|
+
const poller = await this.beginCreateUpdateClientEncryptionKey(resourceGroupName, accountName, databaseName, clientEncryptionKeyName, createUpdateClientEncryptionKeyParameters, options);
|
|
1575
1101
|
return poller.pollUntilDone();
|
|
1576
1102
|
}
|
|
1577
1103
|
/**
|
|
@@ -1620,14 +1146,19 @@ class SqlResourcesImpl {
|
|
|
1620
1146
|
return this.client.sendOperationRequest(args, spec);
|
|
1621
1147
|
};
|
|
1622
1148
|
const sendOperationFn = async (args, spec) => {
|
|
1623
|
-
var _a;
|
|
1624
1149
|
let currentRawResponse = undefined;
|
|
1625
|
-
const providedCallback =
|
|
1150
|
+
const providedCallback = args.options?.onResponse;
|
|
1626
1151
|
const callback = (rawResponse, flatResponse) => {
|
|
1627
1152
|
currentRawResponse = rawResponse;
|
|
1628
|
-
providedCallback
|
|
1153
|
+
providedCallback?.(rawResponse, flatResponse);
|
|
1154
|
+
};
|
|
1155
|
+
const updatedArgs = {
|
|
1156
|
+
...args,
|
|
1157
|
+
options: {
|
|
1158
|
+
...args.options,
|
|
1159
|
+
onResponse: callback,
|
|
1160
|
+
},
|
|
1629
1161
|
};
|
|
1630
|
-
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
1631
1162
|
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
1632
1163
|
return {
|
|
1633
1164
|
flatResponse,
|
|
@@ -1652,8 +1183,8 @@ class SqlResourcesImpl {
|
|
|
1652
1183
|
spec: createUpdateSqlStoredProcedureOperationSpec,
|
|
1653
1184
|
});
|
|
1654
1185
|
const poller = await (0, core_lro_1.createHttpPoller)(lro, {
|
|
1655
|
-
restoreFrom: options
|
|
1656
|
-
intervalInMs: options
|
|
1186
|
+
restoreFrom: options?.resumeFrom,
|
|
1187
|
+
intervalInMs: options?.updateIntervalInMs,
|
|
1657
1188
|
});
|
|
1658
1189
|
await poller.poll();
|
|
1659
1190
|
return poller;
|
|
@@ -1687,14 +1218,19 @@ class SqlResourcesImpl {
|
|
|
1687
1218
|
return this.client.sendOperationRequest(args, spec);
|
|
1688
1219
|
};
|
|
1689
1220
|
const sendOperationFn = async (args, spec) => {
|
|
1690
|
-
var _a;
|
|
1691
1221
|
let currentRawResponse = undefined;
|
|
1692
|
-
const providedCallback =
|
|
1222
|
+
const providedCallback = args.options?.onResponse;
|
|
1693
1223
|
const callback = (rawResponse, flatResponse) => {
|
|
1694
1224
|
currentRawResponse = rawResponse;
|
|
1695
|
-
providedCallback
|
|
1225
|
+
providedCallback?.(rawResponse, flatResponse);
|
|
1226
|
+
};
|
|
1227
|
+
const updatedArgs = {
|
|
1228
|
+
...args,
|
|
1229
|
+
options: {
|
|
1230
|
+
...args.options,
|
|
1231
|
+
onResponse: callback,
|
|
1232
|
+
},
|
|
1696
1233
|
};
|
|
1697
|
-
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
1698
1234
|
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
1699
1235
|
return {
|
|
1700
1236
|
flatResponse,
|
|
@@ -1718,8 +1254,8 @@ class SqlResourcesImpl {
|
|
|
1718
1254
|
spec: deleteSqlStoredProcedureOperationSpec,
|
|
1719
1255
|
});
|
|
1720
1256
|
const poller = await (0, core_lro_1.createHttpPoller)(lro, {
|
|
1721
|
-
restoreFrom: options
|
|
1722
|
-
intervalInMs: options
|
|
1257
|
+
restoreFrom: options?.resumeFrom,
|
|
1258
|
+
intervalInMs: options?.updateIntervalInMs,
|
|
1723
1259
|
});
|
|
1724
1260
|
await poller.poll();
|
|
1725
1261
|
return poller;
|
|
@@ -1783,14 +1319,19 @@ class SqlResourcesImpl {
|
|
|
1783
1319
|
return this.client.sendOperationRequest(args, spec);
|
|
1784
1320
|
};
|
|
1785
1321
|
const sendOperationFn = async (args, spec) => {
|
|
1786
|
-
var _a;
|
|
1787
1322
|
let currentRawResponse = undefined;
|
|
1788
|
-
const providedCallback =
|
|
1323
|
+
const providedCallback = args.options?.onResponse;
|
|
1789
1324
|
const callback = (rawResponse, flatResponse) => {
|
|
1790
1325
|
currentRawResponse = rawResponse;
|
|
1791
|
-
providedCallback
|
|
1326
|
+
providedCallback?.(rawResponse, flatResponse);
|
|
1327
|
+
};
|
|
1328
|
+
const updatedArgs = {
|
|
1329
|
+
...args,
|
|
1330
|
+
options: {
|
|
1331
|
+
...args.options,
|
|
1332
|
+
onResponse: callback,
|
|
1333
|
+
},
|
|
1792
1334
|
};
|
|
1793
|
-
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
1794
1335
|
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
1795
1336
|
return {
|
|
1796
1337
|
flatResponse,
|
|
@@ -1815,8 +1356,8 @@ class SqlResourcesImpl {
|
|
|
1815
1356
|
spec: createUpdateSqlUserDefinedFunctionOperationSpec,
|
|
1816
1357
|
});
|
|
1817
1358
|
const poller = await (0, core_lro_1.createHttpPoller)(lro, {
|
|
1818
|
-
restoreFrom: options
|
|
1819
|
-
intervalInMs: options
|
|
1359
|
+
restoreFrom: options?.resumeFrom,
|
|
1360
|
+
intervalInMs: options?.updateIntervalInMs,
|
|
1820
1361
|
});
|
|
1821
1362
|
await poller.poll();
|
|
1822
1363
|
return poller;
|
|
@@ -1850,14 +1391,19 @@ class SqlResourcesImpl {
|
|
|
1850
1391
|
return this.client.sendOperationRequest(args, spec);
|
|
1851
1392
|
};
|
|
1852
1393
|
const sendOperationFn = async (args, spec) => {
|
|
1853
|
-
var _a;
|
|
1854
1394
|
let currentRawResponse = undefined;
|
|
1855
|
-
const providedCallback =
|
|
1395
|
+
const providedCallback = args.options?.onResponse;
|
|
1856
1396
|
const callback = (rawResponse, flatResponse) => {
|
|
1857
1397
|
currentRawResponse = rawResponse;
|
|
1858
|
-
providedCallback
|
|
1398
|
+
providedCallback?.(rawResponse, flatResponse);
|
|
1399
|
+
};
|
|
1400
|
+
const updatedArgs = {
|
|
1401
|
+
...args,
|
|
1402
|
+
options: {
|
|
1403
|
+
...args.options,
|
|
1404
|
+
onResponse: callback,
|
|
1405
|
+
},
|
|
1859
1406
|
};
|
|
1860
|
-
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
1861
1407
|
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
1862
1408
|
return {
|
|
1863
1409
|
flatResponse,
|
|
@@ -1881,8 +1427,8 @@ class SqlResourcesImpl {
|
|
|
1881
1427
|
spec: deleteSqlUserDefinedFunctionOperationSpec,
|
|
1882
1428
|
});
|
|
1883
1429
|
const poller = await (0, core_lro_1.createHttpPoller)(lro, {
|
|
1884
|
-
restoreFrom: options
|
|
1885
|
-
intervalInMs: options
|
|
1430
|
+
restoreFrom: options?.resumeFrom,
|
|
1431
|
+
intervalInMs: options?.updateIntervalInMs,
|
|
1886
1432
|
});
|
|
1887
1433
|
await poller.poll();
|
|
1888
1434
|
return poller;
|
|
@@ -1945,14 +1491,19 @@ class SqlResourcesImpl {
|
|
|
1945
1491
|
return this.client.sendOperationRequest(args, spec);
|
|
1946
1492
|
};
|
|
1947
1493
|
const sendOperationFn = async (args, spec) => {
|
|
1948
|
-
var _a;
|
|
1949
1494
|
let currentRawResponse = undefined;
|
|
1950
|
-
const providedCallback =
|
|
1495
|
+
const providedCallback = args.options?.onResponse;
|
|
1951
1496
|
const callback = (rawResponse, flatResponse) => {
|
|
1952
1497
|
currentRawResponse = rawResponse;
|
|
1953
|
-
providedCallback
|
|
1498
|
+
providedCallback?.(rawResponse, flatResponse);
|
|
1499
|
+
};
|
|
1500
|
+
const updatedArgs = {
|
|
1501
|
+
...args,
|
|
1502
|
+
options: {
|
|
1503
|
+
...args.options,
|
|
1504
|
+
onResponse: callback,
|
|
1505
|
+
},
|
|
1954
1506
|
};
|
|
1955
|
-
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
1956
1507
|
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
1957
1508
|
return {
|
|
1958
1509
|
flatResponse,
|
|
@@ -1977,8 +1528,8 @@ class SqlResourcesImpl {
|
|
|
1977
1528
|
spec: createUpdateSqlTriggerOperationSpec,
|
|
1978
1529
|
});
|
|
1979
1530
|
const poller = await (0, core_lro_1.createHttpPoller)(lro, {
|
|
1980
|
-
restoreFrom: options
|
|
1981
|
-
intervalInMs: options
|
|
1531
|
+
restoreFrom: options?.resumeFrom,
|
|
1532
|
+
intervalInMs: options?.updateIntervalInMs,
|
|
1982
1533
|
});
|
|
1983
1534
|
await poller.poll();
|
|
1984
1535
|
return poller;
|
|
@@ -2011,14 +1562,19 @@ class SqlResourcesImpl {
|
|
|
2011
1562
|
return this.client.sendOperationRequest(args, spec);
|
|
2012
1563
|
};
|
|
2013
1564
|
const sendOperationFn = async (args, spec) => {
|
|
2014
|
-
var _a;
|
|
2015
1565
|
let currentRawResponse = undefined;
|
|
2016
|
-
const providedCallback =
|
|
1566
|
+
const providedCallback = args.options?.onResponse;
|
|
2017
1567
|
const callback = (rawResponse, flatResponse) => {
|
|
2018
1568
|
currentRawResponse = rawResponse;
|
|
2019
|
-
providedCallback
|
|
1569
|
+
providedCallback?.(rawResponse, flatResponse);
|
|
1570
|
+
};
|
|
1571
|
+
const updatedArgs = {
|
|
1572
|
+
...args,
|
|
1573
|
+
options: {
|
|
1574
|
+
...args.options,
|
|
1575
|
+
onResponse: callback,
|
|
1576
|
+
},
|
|
2020
1577
|
};
|
|
2021
|
-
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
2022
1578
|
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
2023
1579
|
return {
|
|
2024
1580
|
flatResponse,
|
|
@@ -2042,8 +1598,8 @@ class SqlResourcesImpl {
|
|
|
2042
1598
|
spec: deleteSqlTriggerOperationSpec,
|
|
2043
1599
|
});
|
|
2044
1600
|
const poller = await (0, core_lro_1.createHttpPoller)(lro, {
|
|
2045
|
-
restoreFrom: options
|
|
2046
|
-
intervalInMs: options
|
|
1601
|
+
restoreFrom: options?.resumeFrom,
|
|
1602
|
+
intervalInMs: options?.updateIntervalInMs,
|
|
2047
1603
|
});
|
|
2048
1604
|
await poller.poll();
|
|
2049
1605
|
return poller;
|
|
@@ -2085,14 +1641,19 @@ class SqlResourcesImpl {
|
|
|
2085
1641
|
return this.client.sendOperationRequest(args, spec);
|
|
2086
1642
|
};
|
|
2087
1643
|
const sendOperationFn = async (args, spec) => {
|
|
2088
|
-
var _a;
|
|
2089
1644
|
let currentRawResponse = undefined;
|
|
2090
|
-
const providedCallback =
|
|
1645
|
+
const providedCallback = args.options?.onResponse;
|
|
2091
1646
|
const callback = (rawResponse, flatResponse) => {
|
|
2092
1647
|
currentRawResponse = rawResponse;
|
|
2093
|
-
providedCallback
|
|
1648
|
+
providedCallback?.(rawResponse, flatResponse);
|
|
1649
|
+
};
|
|
1650
|
+
const updatedArgs = {
|
|
1651
|
+
...args,
|
|
1652
|
+
options: {
|
|
1653
|
+
...args.options,
|
|
1654
|
+
onResponse: callback,
|
|
1655
|
+
},
|
|
2094
1656
|
};
|
|
2095
|
-
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
2096
1657
|
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
2097
1658
|
return {
|
|
2098
1659
|
flatResponse,
|
|
@@ -2115,8 +1676,8 @@ class SqlResourcesImpl {
|
|
|
2115
1676
|
spec: createUpdateSqlRoleDefinitionOperationSpec,
|
|
2116
1677
|
});
|
|
2117
1678
|
const poller = await (0, core_lro_1.createHttpPoller)(lro, {
|
|
2118
|
-
restoreFrom: options
|
|
2119
|
-
intervalInMs: options
|
|
1679
|
+
restoreFrom: options?.resumeFrom,
|
|
1680
|
+
intervalInMs: options?.updateIntervalInMs,
|
|
2120
1681
|
});
|
|
2121
1682
|
await poller.poll();
|
|
2122
1683
|
return poller;
|
|
@@ -2146,14 +1707,19 @@ class SqlResourcesImpl {
|
|
|
2146
1707
|
return this.client.sendOperationRequest(args, spec);
|
|
2147
1708
|
};
|
|
2148
1709
|
const sendOperationFn = async (args, spec) => {
|
|
2149
|
-
var _a;
|
|
2150
1710
|
let currentRawResponse = undefined;
|
|
2151
|
-
const providedCallback =
|
|
1711
|
+
const providedCallback = args.options?.onResponse;
|
|
2152
1712
|
const callback = (rawResponse, flatResponse) => {
|
|
2153
1713
|
currentRawResponse = rawResponse;
|
|
2154
|
-
providedCallback
|
|
1714
|
+
providedCallback?.(rawResponse, flatResponse);
|
|
1715
|
+
};
|
|
1716
|
+
const updatedArgs = {
|
|
1717
|
+
...args,
|
|
1718
|
+
options: {
|
|
1719
|
+
...args.options,
|
|
1720
|
+
onResponse: callback,
|
|
1721
|
+
},
|
|
2155
1722
|
};
|
|
2156
|
-
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
2157
1723
|
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
2158
1724
|
return {
|
|
2159
1725
|
flatResponse,
|
|
@@ -2170,8 +1736,8 @@ class SqlResourcesImpl {
|
|
|
2170
1736
|
spec: deleteSqlRoleDefinitionOperationSpec,
|
|
2171
1737
|
});
|
|
2172
1738
|
const poller = await (0, core_lro_1.createHttpPoller)(lro, {
|
|
2173
|
-
restoreFrom: options
|
|
2174
|
-
intervalInMs: options
|
|
1739
|
+
restoreFrom: options?.resumeFrom,
|
|
1740
|
+
intervalInMs: options?.updateIntervalInMs,
|
|
2175
1741
|
});
|
|
2176
1742
|
await poller.poll();
|
|
2177
1743
|
return poller;
|
|
@@ -2220,14 +1786,19 @@ class SqlResourcesImpl {
|
|
|
2220
1786
|
return this.client.sendOperationRequest(args, spec);
|
|
2221
1787
|
};
|
|
2222
1788
|
const sendOperationFn = async (args, spec) => {
|
|
2223
|
-
var _a;
|
|
2224
1789
|
let currentRawResponse = undefined;
|
|
2225
|
-
const providedCallback =
|
|
1790
|
+
const providedCallback = args.options?.onResponse;
|
|
2226
1791
|
const callback = (rawResponse, flatResponse) => {
|
|
2227
1792
|
currentRawResponse = rawResponse;
|
|
2228
|
-
providedCallback
|
|
1793
|
+
providedCallback?.(rawResponse, flatResponse);
|
|
1794
|
+
};
|
|
1795
|
+
const updatedArgs = {
|
|
1796
|
+
...args,
|
|
1797
|
+
options: {
|
|
1798
|
+
...args.options,
|
|
1799
|
+
onResponse: callback,
|
|
1800
|
+
},
|
|
2229
1801
|
};
|
|
2230
|
-
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
2231
1802
|
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
2232
1803
|
return {
|
|
2233
1804
|
flatResponse,
|
|
@@ -2250,8 +1821,8 @@ class SqlResourcesImpl {
|
|
|
2250
1821
|
spec: createUpdateSqlRoleAssignmentOperationSpec,
|
|
2251
1822
|
});
|
|
2252
1823
|
const poller = await (0, core_lro_1.createHttpPoller)(lro, {
|
|
2253
|
-
restoreFrom: options
|
|
2254
|
-
intervalInMs: options
|
|
1824
|
+
restoreFrom: options?.resumeFrom,
|
|
1825
|
+
intervalInMs: options?.updateIntervalInMs,
|
|
2255
1826
|
});
|
|
2256
1827
|
await poller.poll();
|
|
2257
1828
|
return poller;
|
|
@@ -2281,14 +1852,19 @@ class SqlResourcesImpl {
|
|
|
2281
1852
|
return this.client.sendOperationRequest(args, spec);
|
|
2282
1853
|
};
|
|
2283
1854
|
const sendOperationFn = async (args, spec) => {
|
|
2284
|
-
var _a;
|
|
2285
1855
|
let currentRawResponse = undefined;
|
|
2286
|
-
const providedCallback =
|
|
1856
|
+
const providedCallback = args.options?.onResponse;
|
|
2287
1857
|
const callback = (rawResponse, flatResponse) => {
|
|
2288
1858
|
currentRawResponse = rawResponse;
|
|
2289
|
-
providedCallback
|
|
1859
|
+
providedCallback?.(rawResponse, flatResponse);
|
|
1860
|
+
};
|
|
1861
|
+
const updatedArgs = {
|
|
1862
|
+
...args,
|
|
1863
|
+
options: {
|
|
1864
|
+
...args.options,
|
|
1865
|
+
onResponse: callback,
|
|
1866
|
+
},
|
|
2290
1867
|
};
|
|
2291
|
-
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
2292
1868
|
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
2293
1869
|
return {
|
|
2294
1870
|
flatResponse,
|
|
@@ -2305,8 +1881,8 @@ class SqlResourcesImpl {
|
|
|
2305
1881
|
spec: deleteSqlRoleAssignmentOperationSpec,
|
|
2306
1882
|
});
|
|
2307
1883
|
const poller = await (0, core_lro_1.createHttpPoller)(lro, {
|
|
2308
|
-
restoreFrom: options
|
|
2309
|
-
intervalInMs: options
|
|
1884
|
+
restoreFrom: options?.resumeFrom,
|
|
1885
|
+
intervalInMs: options?.updateIntervalInMs,
|
|
2310
1886
|
});
|
|
2311
1887
|
await poller.poll();
|
|
2312
1888
|
return poller;
|
|
@@ -2345,14 +1921,19 @@ class SqlResourcesImpl {
|
|
|
2345
1921
|
return this.client.sendOperationRequest(args, spec);
|
|
2346
1922
|
};
|
|
2347
1923
|
const sendOperationFn = async (args, spec) => {
|
|
2348
|
-
var _a;
|
|
2349
1924
|
let currentRawResponse = undefined;
|
|
2350
|
-
const providedCallback =
|
|
1925
|
+
const providedCallback = args.options?.onResponse;
|
|
2351
1926
|
const callback = (rawResponse, flatResponse) => {
|
|
2352
1927
|
currentRawResponse = rawResponse;
|
|
2353
|
-
providedCallback
|
|
1928
|
+
providedCallback?.(rawResponse, flatResponse);
|
|
1929
|
+
};
|
|
1930
|
+
const updatedArgs = {
|
|
1931
|
+
...args,
|
|
1932
|
+
options: {
|
|
1933
|
+
...args.options,
|
|
1934
|
+
onResponse: callback,
|
|
1935
|
+
},
|
|
2354
1936
|
};
|
|
2355
|
-
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
2356
1937
|
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
2357
1938
|
return {
|
|
2358
1939
|
flatResponse,
|
|
@@ -2376,8 +1957,8 @@ class SqlResourcesImpl {
|
|
|
2376
1957
|
spec: retrieveContinuousBackupInformationOperationSpec,
|
|
2377
1958
|
});
|
|
2378
1959
|
const poller = await (0, core_lro_1.createHttpPoller)(lro, {
|
|
2379
|
-
restoreFrom: options
|
|
2380
|
-
intervalInMs: options
|
|
1960
|
+
restoreFrom: options?.resumeFrom,
|
|
1961
|
+
intervalInMs: options?.updateIntervalInMs,
|
|
2381
1962
|
resourceLocationConfig: "location",
|
|
2382
1963
|
});
|
|
2383
1964
|
await poller.poll();
|
|
@@ -2605,76 +2186,6 @@ const migrateSqlDatabaseToManualThroughputOperationSpec = {
|
|
|
2605
2186
|
headerParameters: [Parameters.accept],
|
|
2606
2187
|
serializer,
|
|
2607
2188
|
};
|
|
2608
|
-
const listClientEncryptionKeysOperationSpec = {
|
|
2609
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/sqlDatabases/{databaseName}/clientEncryptionKeys",
|
|
2610
|
-
httpMethod: "GET",
|
|
2611
|
-
responses: {
|
|
2612
|
-
200: {
|
|
2613
|
-
bodyMapper: Mappers.ClientEncryptionKeysListResult,
|
|
2614
|
-
},
|
|
2615
|
-
},
|
|
2616
|
-
queryParameters: [Parameters.apiVersion],
|
|
2617
|
-
urlParameters: [
|
|
2618
|
-
Parameters.$host,
|
|
2619
|
-
Parameters.subscriptionId,
|
|
2620
|
-
Parameters.resourceGroupName,
|
|
2621
|
-
Parameters.accountName,
|
|
2622
|
-
Parameters.databaseName,
|
|
2623
|
-
],
|
|
2624
|
-
headerParameters: [Parameters.accept],
|
|
2625
|
-
serializer,
|
|
2626
|
-
};
|
|
2627
|
-
const getClientEncryptionKeyOperationSpec = {
|
|
2628
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/sqlDatabases/{databaseName}/clientEncryptionKeys/{clientEncryptionKeyName}",
|
|
2629
|
-
httpMethod: "GET",
|
|
2630
|
-
responses: {
|
|
2631
|
-
200: {
|
|
2632
|
-
bodyMapper: Mappers.ClientEncryptionKeyGetResults,
|
|
2633
|
-
},
|
|
2634
|
-
},
|
|
2635
|
-
queryParameters: [Parameters.apiVersion],
|
|
2636
|
-
urlParameters: [
|
|
2637
|
-
Parameters.$host,
|
|
2638
|
-
Parameters.subscriptionId,
|
|
2639
|
-
Parameters.resourceGroupName,
|
|
2640
|
-
Parameters.accountName,
|
|
2641
|
-
Parameters.databaseName,
|
|
2642
|
-
Parameters.clientEncryptionKeyName,
|
|
2643
|
-
],
|
|
2644
|
-
headerParameters: [Parameters.accept],
|
|
2645
|
-
serializer,
|
|
2646
|
-
};
|
|
2647
|
-
const createUpdateClientEncryptionKeyOperationSpec = {
|
|
2648
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/sqlDatabases/{databaseName}/clientEncryptionKeys/{clientEncryptionKeyName}",
|
|
2649
|
-
httpMethod: "PUT",
|
|
2650
|
-
responses: {
|
|
2651
|
-
200: {
|
|
2652
|
-
bodyMapper: Mappers.ClientEncryptionKeyGetResults,
|
|
2653
|
-
},
|
|
2654
|
-
201: {
|
|
2655
|
-
bodyMapper: Mappers.ClientEncryptionKeyGetResults,
|
|
2656
|
-
},
|
|
2657
|
-
202: {
|
|
2658
|
-
bodyMapper: Mappers.ClientEncryptionKeyGetResults,
|
|
2659
|
-
},
|
|
2660
|
-
204: {
|
|
2661
|
-
bodyMapper: Mappers.ClientEncryptionKeyGetResults,
|
|
2662
|
-
},
|
|
2663
|
-
},
|
|
2664
|
-
requestBody: Parameters.createUpdateClientEncryptionKeyParameters,
|
|
2665
|
-
queryParameters: [Parameters.apiVersion],
|
|
2666
|
-
urlParameters: [
|
|
2667
|
-
Parameters.$host,
|
|
2668
|
-
Parameters.subscriptionId,
|
|
2669
|
-
Parameters.resourceGroupName,
|
|
2670
|
-
Parameters.accountName,
|
|
2671
|
-
Parameters.databaseName,
|
|
2672
|
-
Parameters.clientEncryptionKeyName,
|
|
2673
|
-
],
|
|
2674
|
-
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
2675
|
-
mediaType: "json",
|
|
2676
|
-
serializer,
|
|
2677
|
-
};
|
|
2678
2189
|
const listSqlContainersOperationSpec = {
|
|
2679
2190
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/sqlDatabases/{databaseName}/containers",
|
|
2680
2191
|
httpMethod: "GET",
|
|
@@ -2773,73 +2284,6 @@ const deleteSqlContainerOperationSpec = {
|
|
|
2773
2284
|
],
|
|
2774
2285
|
serializer,
|
|
2775
2286
|
};
|
|
2776
|
-
const sqlDatabasePartitionMergeOperationSpec = {
|
|
2777
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/sqlDatabases/{databaseName}/partitionMerge",
|
|
2778
|
-
httpMethod: "POST",
|
|
2779
|
-
responses: {
|
|
2780
|
-
200: {
|
|
2781
|
-
bodyMapper: Mappers.PhysicalPartitionStorageInfoCollection,
|
|
2782
|
-
},
|
|
2783
|
-
201: {
|
|
2784
|
-
bodyMapper: Mappers.PhysicalPartitionStorageInfoCollection,
|
|
2785
|
-
},
|
|
2786
|
-
202: {
|
|
2787
|
-
bodyMapper: Mappers.PhysicalPartitionStorageInfoCollection,
|
|
2788
|
-
},
|
|
2789
|
-
204: {
|
|
2790
|
-
bodyMapper: Mappers.PhysicalPartitionStorageInfoCollection,
|
|
2791
|
-
},
|
|
2792
|
-
default: {
|
|
2793
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
2794
|
-
},
|
|
2795
|
-
},
|
|
2796
|
-
requestBody: Parameters.mergeParameters,
|
|
2797
|
-
queryParameters: [Parameters.apiVersion],
|
|
2798
|
-
urlParameters: [
|
|
2799
|
-
Parameters.$host,
|
|
2800
|
-
Parameters.subscriptionId,
|
|
2801
|
-
Parameters.resourceGroupName,
|
|
2802
|
-
Parameters.accountName,
|
|
2803
|
-
Parameters.databaseName,
|
|
2804
|
-
],
|
|
2805
|
-
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
2806
|
-
mediaType: "json",
|
|
2807
|
-
serializer,
|
|
2808
|
-
};
|
|
2809
|
-
const listSqlContainerPartitionMergeOperationSpec = {
|
|
2810
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/sqlDatabases/{databaseName}/containers/{containerName}/partitionMerge",
|
|
2811
|
-
httpMethod: "POST",
|
|
2812
|
-
responses: {
|
|
2813
|
-
200: {
|
|
2814
|
-
bodyMapper: Mappers.PhysicalPartitionStorageInfoCollection,
|
|
2815
|
-
},
|
|
2816
|
-
201: {
|
|
2817
|
-
bodyMapper: Mappers.PhysicalPartitionStorageInfoCollection,
|
|
2818
|
-
},
|
|
2819
|
-
202: {
|
|
2820
|
-
bodyMapper: Mappers.PhysicalPartitionStorageInfoCollection,
|
|
2821
|
-
},
|
|
2822
|
-
204: {
|
|
2823
|
-
bodyMapper: Mappers.PhysicalPartitionStorageInfoCollection,
|
|
2824
|
-
},
|
|
2825
|
-
default: {
|
|
2826
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
2827
|
-
},
|
|
2828
|
-
},
|
|
2829
|
-
requestBody: Parameters.mergeParameters,
|
|
2830
|
-
queryParameters: [Parameters.apiVersion],
|
|
2831
|
-
urlParameters: [
|
|
2832
|
-
Parameters.$host,
|
|
2833
|
-
Parameters.subscriptionId,
|
|
2834
|
-
Parameters.resourceGroupName,
|
|
2835
|
-
Parameters.accountName,
|
|
2836
|
-
Parameters.databaseName,
|
|
2837
|
-
Parameters.containerName,
|
|
2838
|
-
],
|
|
2839
|
-
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
2840
|
-
mediaType: "json",
|
|
2841
|
-
serializer,
|
|
2842
|
-
};
|
|
2843
2287
|
const getSqlContainerThroughputOperationSpec = {
|
|
2844
2288
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/sqlDatabases/{databaseName}/containers/{containerName}/throughputSettings/default",
|
|
2845
2289
|
httpMethod: "GET",
|
|
@@ -2955,60 +2399,14 @@ const migrateSqlContainerToManualThroughputOperationSpec = {
|
|
|
2955
2399
|
headerParameters: [Parameters.accept],
|
|
2956
2400
|
serializer,
|
|
2957
2401
|
};
|
|
2958
|
-
const
|
|
2959
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/sqlDatabases/{databaseName}/
|
|
2960
|
-
httpMethod: "
|
|
2961
|
-
responses: {
|
|
2962
|
-
200: {
|
|
2963
|
-
bodyMapper: Mappers.PhysicalPartitionThroughputInfoResult,
|
|
2964
|
-
},
|
|
2965
|
-
201: {
|
|
2966
|
-
bodyMapper: Mappers.PhysicalPartitionThroughputInfoResult,
|
|
2967
|
-
},
|
|
2968
|
-
202: {
|
|
2969
|
-
bodyMapper: Mappers.PhysicalPartitionThroughputInfoResult,
|
|
2970
|
-
},
|
|
2971
|
-
204: {
|
|
2972
|
-
bodyMapper: Mappers.PhysicalPartitionThroughputInfoResult,
|
|
2973
|
-
},
|
|
2974
|
-
default: {
|
|
2975
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
2976
|
-
},
|
|
2977
|
-
},
|
|
2978
|
-
requestBody: Parameters.retrieveThroughputParameters,
|
|
2979
|
-
queryParameters: [Parameters.apiVersion],
|
|
2980
|
-
urlParameters: [
|
|
2981
|
-
Parameters.$host,
|
|
2982
|
-
Parameters.subscriptionId,
|
|
2983
|
-
Parameters.resourceGroupName,
|
|
2984
|
-
Parameters.accountName,
|
|
2985
|
-
Parameters.databaseName,
|
|
2986
|
-
],
|
|
2987
|
-
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
2988
|
-
mediaType: "json",
|
|
2989
|
-
serializer,
|
|
2990
|
-
};
|
|
2991
|
-
const sqlDatabaseRedistributeThroughputOperationSpec = {
|
|
2992
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/sqlDatabases/{databaseName}/throughputSettings/default/redistributeThroughput",
|
|
2993
|
-
httpMethod: "POST",
|
|
2402
|
+
const listClientEncryptionKeysOperationSpec = {
|
|
2403
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/sqlDatabases/{databaseName}/clientEncryptionKeys",
|
|
2404
|
+
httpMethod: "GET",
|
|
2994
2405
|
responses: {
|
|
2995
2406
|
200: {
|
|
2996
|
-
bodyMapper: Mappers.
|
|
2997
|
-
},
|
|
2998
|
-
201: {
|
|
2999
|
-
bodyMapper: Mappers.PhysicalPartitionThroughputInfoResult,
|
|
3000
|
-
},
|
|
3001
|
-
202: {
|
|
3002
|
-
bodyMapper: Mappers.PhysicalPartitionThroughputInfoResult,
|
|
3003
|
-
},
|
|
3004
|
-
204: {
|
|
3005
|
-
bodyMapper: Mappers.PhysicalPartitionThroughputInfoResult,
|
|
3006
|
-
},
|
|
3007
|
-
default: {
|
|
3008
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
2407
|
+
bodyMapper: Mappers.ClientEncryptionKeysListResult,
|
|
3009
2408
|
},
|
|
3010
2409
|
},
|
|
3011
|
-
requestBody: Parameters.redistributeThroughputParameters,
|
|
3012
2410
|
queryParameters: [Parameters.apiVersion],
|
|
3013
2411
|
urlParameters: [
|
|
3014
2412
|
Parameters.$host,
|
|
@@ -3017,31 +2415,17 @@ const sqlDatabaseRedistributeThroughputOperationSpec = {
|
|
|
3017
2415
|
Parameters.accountName,
|
|
3018
2416
|
Parameters.databaseName,
|
|
3019
2417
|
],
|
|
3020
|
-
headerParameters: [Parameters.accept
|
|
3021
|
-
mediaType: "json",
|
|
2418
|
+
headerParameters: [Parameters.accept],
|
|
3022
2419
|
serializer,
|
|
3023
2420
|
};
|
|
3024
|
-
const
|
|
3025
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/sqlDatabases/{databaseName}/
|
|
3026
|
-
httpMethod: "
|
|
2421
|
+
const getClientEncryptionKeyOperationSpec = {
|
|
2422
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/sqlDatabases/{databaseName}/clientEncryptionKeys/{clientEncryptionKeyName}",
|
|
2423
|
+
httpMethod: "GET",
|
|
3027
2424
|
responses: {
|
|
3028
2425
|
200: {
|
|
3029
|
-
bodyMapper: Mappers.
|
|
3030
|
-
},
|
|
3031
|
-
201: {
|
|
3032
|
-
bodyMapper: Mappers.PhysicalPartitionThroughputInfoResult,
|
|
3033
|
-
},
|
|
3034
|
-
202: {
|
|
3035
|
-
bodyMapper: Mappers.PhysicalPartitionThroughputInfoResult,
|
|
3036
|
-
},
|
|
3037
|
-
204: {
|
|
3038
|
-
bodyMapper: Mappers.PhysicalPartitionThroughputInfoResult,
|
|
3039
|
-
},
|
|
3040
|
-
default: {
|
|
3041
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
2426
|
+
bodyMapper: Mappers.ClientEncryptionKeyGetResults,
|
|
3042
2427
|
},
|
|
3043
2428
|
},
|
|
3044
|
-
requestBody: Parameters.retrieveThroughputParameters,
|
|
3045
2429
|
queryParameters: [Parameters.apiVersion],
|
|
3046
2430
|
urlParameters: [
|
|
3047
2431
|
Parameters.$host,
|
|
@@ -3049,33 +2433,29 @@ const sqlContainerRetrieveThroughputDistributionOperationSpec = {
|
|
|
3049
2433
|
Parameters.resourceGroupName,
|
|
3050
2434
|
Parameters.accountName,
|
|
3051
2435
|
Parameters.databaseName,
|
|
3052
|
-
Parameters.
|
|
2436
|
+
Parameters.clientEncryptionKeyName,
|
|
3053
2437
|
],
|
|
3054
|
-
headerParameters: [Parameters.accept
|
|
3055
|
-
mediaType: "json",
|
|
2438
|
+
headerParameters: [Parameters.accept],
|
|
3056
2439
|
serializer,
|
|
3057
2440
|
};
|
|
3058
|
-
const
|
|
3059
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/sqlDatabases/{databaseName}/
|
|
3060
|
-
httpMethod: "
|
|
2441
|
+
const createUpdateClientEncryptionKeyOperationSpec = {
|
|
2442
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/sqlDatabases/{databaseName}/clientEncryptionKeys/{clientEncryptionKeyName}",
|
|
2443
|
+
httpMethod: "PUT",
|
|
3061
2444
|
responses: {
|
|
3062
2445
|
200: {
|
|
3063
|
-
bodyMapper: Mappers.
|
|
2446
|
+
bodyMapper: Mappers.ClientEncryptionKeyGetResults,
|
|
3064
2447
|
},
|
|
3065
2448
|
201: {
|
|
3066
|
-
bodyMapper: Mappers.
|
|
2449
|
+
bodyMapper: Mappers.ClientEncryptionKeyGetResults,
|
|
3067
2450
|
},
|
|
3068
2451
|
202: {
|
|
3069
|
-
bodyMapper: Mappers.
|
|
2452
|
+
bodyMapper: Mappers.ClientEncryptionKeyGetResults,
|
|
3070
2453
|
},
|
|
3071
2454
|
204: {
|
|
3072
|
-
bodyMapper: Mappers.
|
|
3073
|
-
},
|
|
3074
|
-
default: {
|
|
3075
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
2455
|
+
bodyMapper: Mappers.ClientEncryptionKeyGetResults,
|
|
3076
2456
|
},
|
|
3077
2457
|
},
|
|
3078
|
-
requestBody: Parameters.
|
|
2458
|
+
requestBody: Parameters.createUpdateClientEncryptionKeyParameters,
|
|
3079
2459
|
queryParameters: [Parameters.apiVersion],
|
|
3080
2460
|
urlParameters: [
|
|
3081
2461
|
Parameters.$host,
|
|
@@ -3083,7 +2463,7 @@ const sqlContainerRedistributeThroughputOperationSpec = {
|
|
|
3083
2463
|
Parameters.resourceGroupName,
|
|
3084
2464
|
Parameters.accountName,
|
|
3085
2465
|
Parameters.databaseName,
|
|
3086
|
-
Parameters.
|
|
2466
|
+
Parameters.clientEncryptionKeyName,
|
|
3087
2467
|
],
|
|
3088
2468
|
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
3089
2469
|
mediaType: "json",
|