@@ -28,14 +28,12 @@ import {
28
28
CollectionPartitionImpl ,
29
29
PartitionKeyRangeIdImpl ,
30
30
PartitionKeyRangeIdRegionImpl ,
31
- GraphResourcesImpl ,
32
31
SqlResourcesImpl ,
33
32
MongoDBResourcesImpl ,
34
33
TableResourcesImpl ,
35
34
CassandraResourcesImpl ,
36
35
GremlinResourcesImpl ,
37
36
LocationsImpl ,
38
- DataTransferJobsImpl ,
39
37
CassandraClustersImpl ,
40
38
CassandraDataCentersImpl ,
41
39
NotebookWorkspacesImpl ,
@@ -69,14 +67,12 @@ import {
69
67
CollectionPartition ,
70
68
PartitionKeyRangeId ,
71
69
PartitionKeyRangeIdRegion ,
72
- GraphResources ,
73
70
SqlResources ,
74
71
MongoDBResources ,
75
72
TableResources ,
76
73
CassandraResources ,
77
74
GremlinResources ,
78
75
Locations ,
79
- DataTransferJobs ,
80
76
CassandraClusters ,
81
77
CassandraDataCenters ,
82
78
NotebookWorkspaces ,
@@ -130,7 +126,7 @@ export class CosmosDBManagementClient extends coreClient.ServiceClient {
130
126
credential : credentials
131
127
} ;
132
128
133
- const packageDetails = `azsdk-js-arm-cosmosdb/16 .0.0-beta.6 ` ;
129
+ const packageDetails = `azsdk-js-arm-cosmosdb/1 .0.0-beta.1 ` ;
134
130
const userAgentPrefix =
135
131
options . userAgentOptions && options . userAgentOptions . userAgentPrefix
136
132
? `${ options . userAgentOptions . userAgentPrefix } ${ packageDetails } `
@@ -183,7 +179,7 @@ export class CosmosDBManagementClient extends coreClient.ServiceClient {
183
179
184
180
// Assigning values to Constant parameters
185
181
this . $host = options . $host || "https://management.azure.com" ;
186
- this . apiVersion = options . apiVersion || "2022-08 -15-preview " ;
182
+ this . apiVersion = options . apiVersion || "2022-11 -15" ;
187
183
this . databaseAccounts = new DatabaseAccountsImpl ( this ) ;
188
184
this . operations = new OperationsImpl ( this ) ;
189
185
this . database = new DatabaseImpl ( this ) ;
@@ -197,14 +193,12 @@ export class CosmosDBManagementClient extends coreClient.ServiceClient {
197
193
this . collectionPartition = new CollectionPartitionImpl ( this ) ;
198
194
this . partitionKeyRangeId = new PartitionKeyRangeIdImpl ( this ) ;
199
195
this . partitionKeyRangeIdRegion = new PartitionKeyRangeIdRegionImpl ( this ) ;
200
- this . graphResources = new GraphResourcesImpl ( this ) ;
201
196
this . sqlResources = new SqlResourcesImpl ( this ) ;
202
197
this . mongoDBResources = new MongoDBResourcesImpl ( this ) ;
203
198
this . tableResources = new TableResourcesImpl ( this ) ;
204
199
this . cassandraResources = new CassandraResourcesImpl ( this ) ;
205
200
this . gremlinResources = new GremlinResourcesImpl ( this ) ;
206
201
this . locations = new LocationsImpl ( this ) ;
207
- this . dataTransferJobs = new DataTransferJobsImpl ( this ) ;
208
202
this . cassandraClusters = new CassandraClustersImpl ( this ) ;
209
203
this . cassandraDataCenters = new CassandraDataCentersImpl ( this ) ;
210
204
this . notebookWorkspaces = new NotebookWorkspacesImpl ( this ) ;
@@ -269,14 +263,12 @@ export class CosmosDBManagementClient extends coreClient.ServiceClient {
269
263
collectionPartition : CollectionPartition ;
270
264
partitionKeyRangeId : PartitionKeyRangeId ;
271
265
partitionKeyRangeIdRegion : PartitionKeyRangeIdRegion ;
272
- graphResources : GraphResources ;
273
266
sqlResources : SqlResources ;
274
267
mongoDBResources : MongoDBResources ;
275
268
tableResources : TableResources ;
276
269
cassandraResources : CassandraResources ;
277
270
gremlinResources : GremlinResources ;
278
271
locations : Locations ;
279
- dataTransferJobs : DataTransferJobs ;
280
272
cassandraClusters : CassandraClusters ;
281
273
cassandraDataCenters : CassandraDataCenters ;
282
274
notebookWorkspaces : NotebookWorkspaces ;
0 commit comments