Skip to content

Commit 7de44f6

Browse files
pjohari-msShorya Kumarvipulvishal-ms
authored
[Microsoft.DocumentDB] CosmosDB - API Version 2024-11-15 Stable Release (#27265)
Co-authored-by: Shorya Kumar <shoryakumar@microsoft.com> Co-authored-by: Vipul Vishal <vipulvishal@microsoft.com>
1 parent b13ee4f commit 7de44f6

File tree

141 files changed

+85963
-134991
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

141 files changed

+85963
-134991
lines changed

src/CosmosDB/CosmosDB.Management.Sdk/Generated/CassandraClustersOperations.cs

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ internal CassandraClustersOperations (CosmosDBManagementClient client)
7979
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1);
8080
}
8181
}
82-
string apiVersion = "2024-08-15";
82+
string apiVersion = "2024-11-15";
8383
// Tracing
8484
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
8585
string _invocationId = null;
@@ -293,7 +293,7 @@ internal CassandraClustersOperations (CosmosDBManagementClient client)
293293
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1);
294294
}
295295
}
296-
string apiVersion = "2024-08-15";
296+
string apiVersion = "2024-11-15";
297297
// Tracing
298298
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
299299
string _invocationId = null;
@@ -531,7 +531,7 @@ internal CassandraClustersOperations (CosmosDBManagementClient client)
531531
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.Pattern, "clusterName", "^[a-zA-Z0-9]+(-[a-zA-Z0-9]+)*$");
532532
}
533533
}
534-
string apiVersion = "2024-08-15";
534+
string apiVersion = "2024-11-15";
535535
// Tracing
536536
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
537537
string _invocationId = null;
@@ -921,7 +921,7 @@ internal CassandraClustersOperations (CosmosDBManagementClient client)
921921
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.Pattern, "clusterName", "^[a-zA-Z0-9]+(-[a-zA-Z0-9]+)*$");
922922
}
923923
}
924-
string apiVersion = "2024-08-15";
924+
string apiVersion = "2024-11-15";
925925
// Tracing
926926
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
927927
string _invocationId = null;
@@ -1158,7 +1158,7 @@ internal CassandraClustersOperations (CosmosDBManagementClient client)
11581158
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.Pattern, "clusterName", "^[a-zA-Z0-9]+(-[a-zA-Z0-9]+)*$");
11591159
}
11601160
}
1161-
string apiVersion = "2024-08-15";
1161+
string apiVersion = "2024-11-15";
11621162
// Tracing
11631163
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
11641164
string _invocationId = null;
@@ -1390,7 +1390,7 @@ internal CassandraClustersOperations (CosmosDBManagementClient client)
13901390
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.Pattern, "clusterName", "^[a-zA-Z0-9]+(-[a-zA-Z0-9]+)*$");
13911391
}
13921392
}
1393-
string apiVersion = "2024-08-15";
1393+
string apiVersion = "2024-11-15";
13941394
// Tracing
13951395
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
13961396
string _invocationId = null;
@@ -1662,7 +1662,7 @@ internal CassandraClustersOperations (CosmosDBManagementClient client)
16621662
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.Pattern, "clusterName", "^[a-zA-Z0-9]+(-[a-zA-Z0-9]+)*$");
16631663
}
16641664
}
1665-
string apiVersion = "2024-08-15";
1665+
string apiVersion = "2024-11-15";
16661666
// Tracing
16671667
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
16681668
string _invocationId = null;
@@ -1938,7 +1938,7 @@ internal CassandraClustersOperations (CosmosDBManagementClient client)
19381938
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.Pattern, "clusterName", "^[a-zA-Z0-9]+(-[a-zA-Z0-9]+)*$");
19391939
}
19401940
}
1941-
string apiVersion = "2024-08-15";
1941+
string apiVersion = "2024-11-15";
19421942
// Tracing
19431943
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
19441944
string _invocationId = null;
@@ -2185,7 +2185,7 @@ internal CassandraClustersOperations (CosmosDBManagementClient client)
21852185
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.Pattern, "clusterName", "^[a-zA-Z0-9]+(-[a-zA-Z0-9]+)*$");
21862186
}
21872187
}
2188-
string apiVersion = "2024-08-15";
2188+
string apiVersion = "2024-11-15";
21892189
// Tracing
21902190
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
21912191
string _invocationId = null;
@@ -2407,7 +2407,7 @@ internal CassandraClustersOperations (CosmosDBManagementClient client)
24072407
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.Pattern, "clusterName", "^[a-zA-Z0-9]+(-[a-zA-Z0-9]+)*$");
24082408
}
24092409
}
2410-
string apiVersion = "2024-08-15";
2410+
string apiVersion = "2024-11-15";
24112411
// Tracing
24122412
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
24132413
string _invocationId = null;

src/CosmosDB/CosmosDB.Management.Sdk/Generated/CassandraDataCentersOperations.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ internal CassandraDataCentersOperations (CosmosDBManagementClient client)
119119
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.Pattern, "clusterName", "^[a-zA-Z0-9]+(-[a-zA-Z0-9]+)*$");
120120
}
121121
}
122-
string apiVersion = "2024-08-15";
122+
string apiVersion = "2024-11-15";
123123
// Tracing
124124
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
125125
string _invocationId = null;
@@ -381,7 +381,7 @@ internal CassandraDataCentersOperations (CosmosDBManagementClient client)
381381
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.Pattern, "dataCenterName", "^[a-zA-Z0-9]+(-[a-zA-Z0-9]+)*$");
382382
}
383383
}
384-
string apiVersion = "2024-08-15";
384+
string apiVersion = "2024-11-15";
385385
// Tracing
386386
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
387387
string _invocationId = null;
@@ -724,7 +724,7 @@ internal CassandraDataCentersOperations (CosmosDBManagementClient client)
724724
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.Pattern, "dataCenterName", "^[a-zA-Z0-9]+(-[a-zA-Z0-9]+)*$");
725725
}
726726
}
727-
string apiVersion = "2024-08-15";
727+
string apiVersion = "2024-11-15";
728728
// Tracing
729729
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
730730
string _invocationId = null;
@@ -979,7 +979,7 @@ internal CassandraDataCentersOperations (CosmosDBManagementClient client)
979979
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.Pattern, "dataCenterName", "^[a-zA-Z0-9]+(-[a-zA-Z0-9]+)*$");
980980
}
981981
}
982-
string apiVersion = "2024-08-15";
982+
string apiVersion = "2024-11-15";
983983
// Tracing
984984
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
985985
string _invocationId = null;
@@ -1275,7 +1275,7 @@ internal CassandraDataCentersOperations (CosmosDBManagementClient client)
12751275
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.Pattern, "dataCenterName", "^[a-zA-Z0-9]+(-[a-zA-Z0-9]+)*$");
12761276
}
12771277
}
1278-
string apiVersion = "2024-08-15";
1278+
string apiVersion = "2024-11-15";
12791279
// Tracing
12801280
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
12811281
string _invocationId = null;

src/CosmosDB/CosmosDB.Management.Sdk/Generated/CassandraResourcesOperations.cs

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ internal CassandraResourcesOperations (CosmosDBManagementClient client)
120120
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.Pattern, "accountName", "^[a-z0-9]+(-[a-z0-9]+)*");
121121
}
122122
}
123-
string apiVersion = "2024-08-15";
123+
string apiVersion = "2024-11-15";
124124
// Tracing
125125
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
126126
string _invocationId = null;
@@ -369,7 +369,7 @@ internal CassandraResourcesOperations (CosmosDBManagementClient client)
369369
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "keyspaceName");
370370
}
371371

372-
string apiVersion = "2024-08-15";
372+
string apiVersion = "2024-11-15";
373373
// Tracing
374374
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
375375
string _invocationId = null;
@@ -673,7 +673,7 @@ internal CassandraResourcesOperations (CosmosDBManagementClient client)
673673
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "keyspaceName");
674674
}
675675

676-
string apiVersion = "2024-08-15";
676+
string apiVersion = "2024-11-15";
677677
// Tracing
678678
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
679679
string _invocationId = null;
@@ -1005,7 +1005,7 @@ internal CassandraResourcesOperations (CosmosDBManagementClient client)
10051005
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "keyspaceName");
10061006
}
10071007

1008-
string apiVersion = "2024-08-15";
1008+
string apiVersion = "2024-11-15";
10091009
// Tracing
10101010
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
10111011
string _invocationId = null;
@@ -1264,7 +1264,7 @@ internal CassandraResourcesOperations (CosmosDBManagementClient client)
12641264
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "tableName");
12651265
}
12661266

1267-
string apiVersion = "2024-08-15";
1267+
string apiVersion = "2024-11-15";
12681268
// Tracing
12691269
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
12701270
string _invocationId = null;
@@ -1584,7 +1584,7 @@ internal CassandraResourcesOperations (CosmosDBManagementClient client)
15841584
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "tableName");
15851585
}
15861586

1587-
string apiVersion = "2024-08-15";
1587+
string apiVersion = "2024-11-15";
15881588
// Tracing
15891589
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
15901590
string _invocationId = null;
@@ -1937,7 +1937,7 @@ internal CassandraResourcesOperations (CosmosDBManagementClient client)
19371937
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "keyspaceName");
19381938
}
19391939

1940-
string apiVersion = "2024-08-15";
1940+
string apiVersion = "2024-11-15";
19411941
// Tracing
19421942
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
19431943
string _invocationId = null;
@@ -2204,7 +2204,7 @@ internal CassandraResourcesOperations (CosmosDBManagementClient client)
22042204
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "keyspaceName");
22052205
}
22062206

2207-
string apiVersion = "2024-08-15";
2207+
string apiVersion = "2024-11-15";
22082208
// Tracing
22092209
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
22102210
string _invocationId = null;
@@ -2461,7 +2461,7 @@ internal CassandraResourcesOperations (CosmosDBManagementClient client)
24612461
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "keyspaceName");
24622462
}
24632463

2464-
string apiVersion = "2024-08-15";
2464+
string apiVersion = "2024-11-15";
24652465
// Tracing
24662466
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
24672467
string _invocationId = null;
@@ -2732,7 +2732,7 @@ internal CassandraResourcesOperations (CosmosDBManagementClient client)
27322732
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "keyspaceName");
27332733
}
27342734

2735-
string apiVersion = "2024-08-15";
2735+
string apiVersion = "2024-11-15";
27362736
// Tracing
27372737
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
27382738
string _invocationId = null;
@@ -2996,7 +2996,7 @@ internal CassandraResourcesOperations (CosmosDBManagementClient client)
29962996
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "keyspaceName");
29972997
}
29982998

2999-
string apiVersion = "2024-08-15";
2999+
string apiVersion = "2024-11-15";
30003000
// Tracing
30013001
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
30023002
string _invocationId = null;
@@ -3278,7 +3278,7 @@ internal CassandraResourcesOperations (CosmosDBManagementClient client)
32783278
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "tableName");
32793279
}
32803280

3281-
string apiVersion = "2024-08-15";
3281+
string apiVersion = "2024-11-15";
32823282
// Tracing
32833283
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
32843284
string _invocationId = null;
@@ -3555,7 +3555,7 @@ internal CassandraResourcesOperations (CosmosDBManagementClient client)
35553555
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "tableName");
35563556
}
35573557

3558-
string apiVersion = "2024-08-15";
3558+
string apiVersion = "2024-11-15";
35593559
// Tracing
35603560
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
35613561
string _invocationId = null;
@@ -3822,7 +3822,7 @@ internal CassandraResourcesOperations (CosmosDBManagementClient client)
38223822
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "tableName");
38233823
}
38243824

3825-
string apiVersion = "2024-08-15";
3825+
string apiVersion = "2024-11-15";
38263826
// Tracing
38273827
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
38283828
string _invocationId = null;
@@ -4103,7 +4103,7 @@ internal CassandraResourcesOperations (CosmosDBManagementClient client)
41034103
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "tableName");
41044104
}
41054105

4106-
string apiVersion = "2024-08-15";
4106+
string apiVersion = "2024-11-15";
41074107
// Tracing
41084108
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
41094109
string _invocationId = null;
@@ -4377,7 +4377,7 @@ internal CassandraResourcesOperations (CosmosDBManagementClient client)
43774377
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "tableName");
43784378
}
43794379

4380-
string apiVersion = "2024-08-15";
4380+
string apiVersion = "2024-11-15";
43814381
// Tracing
43824382
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
43834383
string _invocationId = null;

src/CosmosDB/CosmosDB.Management.Sdk/Generated/CollectionOperations.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ internal CollectionOperations (CosmosDBManagementClient client)
147147
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "filter");
148148
}
149149

150-
string apiVersion = "2024-08-15";
150+
string apiVersion = "2024-11-15";
151151
// Tracing
152152
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
153153
string _invocationId = null;
@@ -418,7 +418,7 @@ internal CollectionOperations (CosmosDBManagementClient client)
418418
}
419419

420420

421-
string apiVersion = "2024-08-15";
421+
string apiVersion = "2024-11-15";
422422
// Tracing
423423
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
424424
string _invocationId = null;
@@ -683,7 +683,7 @@ internal CollectionOperations (CosmosDBManagementClient client)
683683
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "collectionRid");
684684
}
685685

686-
string apiVersion = "2024-08-15";
686+
string apiVersion = "2024-11-15";
687687
// Tracing
688688
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
689689
string _invocationId = null;

src/CosmosDB/CosmosDB.Management.Sdk/Generated/CollectionPartitionOperations.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ internal CollectionPartitionOperations (CosmosDBManagementClient client)
147147
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "filter");
148148
}
149149

150-
string apiVersion = "2024-08-15";
150+
string apiVersion = "2024-11-15";
151151
// Tracing
152152
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
153153
string _invocationId = null;
@@ -419,7 +419,7 @@ internal CollectionPartitionOperations (CosmosDBManagementClient client)
419419
}
420420

421421

422-
string apiVersion = "2024-08-15";
422+
string apiVersion = "2024-11-15";
423423
// Tracing
424424
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
425425
string _invocationId = null;

src/CosmosDB/CosmosDB.Management.Sdk/Generated/CollectionPartitionRegionOperations.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ internal CollectionPartitionRegionOperations (CosmosDBManagementClient client)
155155
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "filter");
156156
}
157157

158-
string apiVersion = "2024-08-15";
158+
string apiVersion = "2024-11-15";
159159
// Tracing
160160
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
161161
string _invocationId = null;

src/CosmosDB/CosmosDB.Management.Sdk/Generated/CollectionRegionOperations.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ internal CollectionRegionOperations (CosmosDBManagementClient client)
155155
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "filter");
156156
}
157157

158-
string apiVersion = "2024-08-15";
158+
string apiVersion = "2024-11-15";
159159
// Tracing
160160
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
161161
string _invocationId = null;

src/CosmosDB/CosmosDB.Management.Sdk/Generated/CosmosDBManagementClient.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,9 @@ public CosmosDBManagementClient(System.Uri baseUri, Microsoft.Rest.ServiceClient
407407
/// <param name='rootHandler'>
408408
/// Optional. The http client handler used to handle http transport.
409409
/// </param>
410+
/// <param name='handlers'>
411+
/// Optional. The delegating handlers to add to the http client pipeline.
412+
/// </param>
410413
/// <exception cref="System.ArgumentNullException">
411414
/// Thrown when a required parameter is null
412415
/// </exception>

src/CosmosDB/CosmosDB.Management.Sdk/Generated/DatabaseAccountRegionOperations.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ internal DatabaseAccountRegionOperations (CosmosDBManagementClient client)
139139
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "filter");
140140
}
141141

142-
string apiVersion = "2024-08-15";
142+
string apiVersion = "2024-11-15";
143143
// Tracing
144144
bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled;
145145
string _invocationId = null;

0 commit comments

Comments
 (0)