Skip to content

Commit 9f631f1

Browse files
committed
Update contracts
1 parent f6b9083 commit 9f631f1

2 files changed

Lines changed: 87 additions & 74 deletions

File tree

Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.Tests/Contracts/DotNetPreviewSDKAPI.net6.json

Lines changed: 87 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1242,6 +1242,27 @@
12421242
},
12431243
"NestedTypes": {}
12441244
},
1245+
"Microsoft.Azure.Cosmos.FullTextScoreScope;System.Enum;IsAbstract:False;IsSealed:True;IsInterface:False;IsEnum:True;IsClass:False;IsValueType:True;IsNested:False;IsGenericType:False;IsSerializable:True": {
1246+
"Subclasses": {},
1247+
"Members": {
1248+
"Int32 value__": {
1249+
"Type": "Field",
1250+
"Attributes": [],
1251+
"MethodInfo": "Int32 value__;IsInitOnly:False;IsStatic:False;"
1252+
},
1253+
"Microsoft.Azure.Cosmos.FullTextScoreScope Global": {
1254+
"Type": "Field",
1255+
"Attributes": [],
1256+
"MethodInfo": "Microsoft.Azure.Cosmos.FullTextScoreScope Global;IsInitOnly:False;IsStatic:True;"
1257+
},
1258+
"Microsoft.Azure.Cosmos.FullTextScoreScope Local": {
1259+
"Type": "Field",
1260+
"Attributes": [],
1261+
"MethodInfo": "Microsoft.Azure.Cosmos.FullTextScoreScope Local;IsInitOnly:False;IsStatic:True;"
1262+
}
1263+
},
1264+
"NestedTypes": {}
1265+
},
12451266
"Microsoft.Azure.Cosmos.Linq.CosmosLinqExtensions;System.Object;IsAbstract:True;IsSealed:True;IsInterface:False;IsEnum:False;IsClass:True;IsValueType:False;IsNested:False;IsGenericType:False;IsSerializable:False": {
12461267
"Subclasses": {},
12471268
"Members": {
@@ -1251,6 +1272,20 @@
12511272
"ExtensionAttribute"
12521273
],
12531274
"MethodInfo": "Microsoft.Azure.Cosmos.QueryDefinition Microsoft.Azure.Cosmos.Linq.CosmosLinqExtensions.ToQueryDefinition[T](System.Linq.IQueryable`1[T], System.Collections.Generic.IDictionary`2[System.Object,System.String]);IsAbstract:False;IsStatic:True;IsVirtual:False;IsGenericMethod:True;IsConstructor:False;IsFinal:False;"
1275+
},
1276+
"System.Boolean Microsoft.Azure.Cosmos.Linq.CosmosLinqExtensions.ArrayContainsAll[T](System.Collections.Generic.IEnumerable`1[T], System.Object[])[System.Runtime.CompilerServices.ExtensionAttribute()]": {
1277+
"Type": "Method",
1278+
"Attributes": [
1279+
"ExtensionAttribute"
1280+
],
1281+
"MethodInfo": "System.Boolean Microsoft.Azure.Cosmos.Linq.CosmosLinqExtensions.ArrayContainsAll[T](System.Collections.Generic.IEnumerable`1[T], System.Object[]);IsAbstract:False;IsStatic:True;IsVirtual:False;IsGenericMethod:True;IsConstructor:False;IsFinal:False;"
1282+
},
1283+
"System.Boolean Microsoft.Azure.Cosmos.Linq.CosmosLinqExtensions.ArrayContainsAny[T](System.Collections.Generic.IEnumerable`1[T], System.Object[])[System.Runtime.CompilerServices.ExtensionAttribute()]": {
1284+
"Type": "Method",
1285+
"Attributes": [
1286+
"ExtensionAttribute"
1287+
],
1288+
"MethodInfo": "System.Boolean Microsoft.Azure.Cosmos.Linq.CosmosLinqExtensions.ArrayContainsAny[T](System.Collections.Generic.IEnumerable`1[T], System.Object[]);IsAbstract:False;IsStatic:True;IsVirtual:False;IsGenericMethod:True;IsConstructor:False;IsFinal:False;"
12541289
}
12551290
},
12561291
"NestedTypes": {}
@@ -1378,8 +1413,59 @@
13781413
},
13791414
"NestedTypes": {}
13801415
},
1381-
"Microsoft.Azure.Cosmos.RequestOptions;System.Object;IsAbstract:False;IsSealed:False;IsInterface:False;IsEnum:False;IsClass:True;IsValueType:False;IsNested:False;IsGenericType:False;IsSerializable:False": {
1416+
"Microsoft.Azure.Cosmos.QueryRequestOptions;Microsoft.Azure.Cosmos.RequestOptions;IsAbstract:False;IsSealed:False;IsInterface:False;IsEnum:False;IsClass:True;IsValueType:False;IsNested:False;IsGenericType:False;IsSerializable:False": {
13821417
"Subclasses": {},
1418+
"Members": {
1419+
"Microsoft.Azure.Cosmos.FullTextScoreScope FullTextScoreScope": {
1420+
"Type": "Property",
1421+
"Attributes": [],
1422+
"MethodInfo": "Microsoft.Azure.Cosmos.FullTextScoreScope FullTextScoreScope;CanRead:True;CanWrite:True;Microsoft.Azure.Cosmos.FullTextScoreScope get_FullTextScoreScope();IsAbstract:False;IsStatic:False;IsVirtual:False;IsGenericMethod:False;IsConstructor:False;IsFinal:False;Void set_FullTextScoreScope(Microsoft.Azure.Cosmos.FullTextScoreScope);IsAbstract:False;IsStatic:False;IsVirtual:False;IsGenericMethod:False;IsConstructor:False;IsFinal:False;"
1423+
},
1424+
"Microsoft.Azure.Cosmos.FullTextScoreScope get_FullTextScoreScope()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": {
1425+
"Type": "Method",
1426+
"Attributes": [
1427+
"CompilerGeneratedAttribute"
1428+
],
1429+
"MethodInfo": "Microsoft.Azure.Cosmos.FullTextScoreScope get_FullTextScoreScope();IsAbstract:False;IsStatic:False;IsVirtual:False;IsGenericMethod:False;IsConstructor:False;IsFinal:False;"
1430+
},
1431+
"Void set_FullTextScoreScope(Microsoft.Azure.Cosmos.FullTextScoreScope)[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": {
1432+
"Type": "Method",
1433+
"Attributes": [
1434+
"CompilerGeneratedAttribute"
1435+
],
1436+
"MethodInfo": "Void set_FullTextScoreScope(Microsoft.Azure.Cosmos.FullTextScoreScope);IsAbstract:False;IsStatic:False;IsVirtual:False;IsGenericMethod:False;IsConstructor:False;IsFinal:False;"
1437+
}
1438+
},
1439+
"NestedTypes": {}
1440+
},
1441+
"Microsoft.Azure.Cosmos.RequestOptions;System.Object;IsAbstract:False;IsSealed:False;IsInterface:False;IsEnum:False;IsClass:True;IsValueType:False;IsNested:False;IsGenericType:False;IsSerializable:False": {
1442+
"Subclasses": {
1443+
"Microsoft.Azure.Cosmos.QueryRequestOptions;Microsoft.Azure.Cosmos.RequestOptions;IsAbstract:False;IsSealed:False;IsInterface:False;IsEnum:False;IsClass:True;IsValueType:False;IsNested:False;IsGenericType:False;IsSerializable:False": {
1444+
"Subclasses": {},
1445+
"Members": {
1446+
"Microsoft.Azure.Cosmos.FullTextScoreScope FullTextScoreScope": {
1447+
"Type": "Property",
1448+
"Attributes": [],
1449+
"MethodInfo": "Microsoft.Azure.Cosmos.FullTextScoreScope FullTextScoreScope;CanRead:True;CanWrite:True;Microsoft.Azure.Cosmos.FullTextScoreScope get_FullTextScoreScope();IsAbstract:False;IsStatic:False;IsVirtual:False;IsGenericMethod:False;IsConstructor:False;IsFinal:False;Void set_FullTextScoreScope(Microsoft.Azure.Cosmos.FullTextScoreScope);IsAbstract:False;IsStatic:False;IsVirtual:False;IsGenericMethod:False;IsConstructor:False;IsFinal:False;"
1450+
},
1451+
"Microsoft.Azure.Cosmos.FullTextScoreScope get_FullTextScoreScope()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": {
1452+
"Type": "Method",
1453+
"Attributes": [
1454+
"CompilerGeneratedAttribute"
1455+
],
1456+
"MethodInfo": "Microsoft.Azure.Cosmos.FullTextScoreScope get_FullTextScoreScope();IsAbstract:False;IsStatic:False;IsVirtual:False;IsGenericMethod:False;IsConstructor:False;IsFinal:False;"
1457+
},
1458+
"Void set_FullTextScoreScope(Microsoft.Azure.Cosmos.FullTextScoreScope)[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": {
1459+
"Type": "Method",
1460+
"Attributes": [
1461+
"CompilerGeneratedAttribute"
1462+
],
1463+
"MethodInfo": "Void set_FullTextScoreScope(Microsoft.Azure.Cosmos.FullTextScoreScope);IsAbstract:False;IsStatic:False;IsVirtual:False;IsGenericMethod:False;IsConstructor:False;IsFinal:False;"
1464+
}
1465+
},
1466+
"NestedTypes": {}
1467+
}
1468+
},
13831469
"Members": {
13841470
"Microsoft.Azure.Cosmos.NetworkMetricsOptions get_NetworkMetricsOptions()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": {
13851471
"Type": "Method",

Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.Tests/Contracts/DotNetSDKAPI.net6.json

Lines changed: 0 additions & 73 deletions
Original file line numberDiff line numberDiff line change
@@ -5515,27 +5515,6 @@
55155515
},
55165516
"NestedTypes": {}
55175517
},
5518-
"Microsoft.Azure.Cosmos.FullTextScoreScope;System.Enum;IsAbstract:False;IsSealed:True;IsInterface:False;IsEnum:True;IsClass:False;IsValueType:True;IsNested:False;IsGenericType:False;IsSerializable:True": {
5519-
"Subclasses": {},
5520-
"Members": {
5521-
"Int32 value__": {
5522-
"Type": "Field",
5523-
"Attributes": [],
5524-
"MethodInfo": "Int32 value__;IsInitOnly:False;IsStatic:False;"
5525-
},
5526-
"Microsoft.Azure.Cosmos.FullTextScoreScope Global": {
5527-
"Type": "Field",
5528-
"Attributes": [],
5529-
"MethodInfo": "Microsoft.Azure.Cosmos.FullTextScoreScope Global;IsInitOnly:False;IsStatic:True;"
5530-
},
5531-
"Microsoft.Azure.Cosmos.FullTextScoreScope Local": {
5532-
"Type": "Field",
5533-
"Attributes": [],
5534-
"MethodInfo": "Microsoft.Azure.Cosmos.FullTextScoreScope Local;IsInitOnly:False;IsStatic:True;"
5535-
}
5536-
},
5537-
"NestedTypes": {}
5538-
},
55395518
"Microsoft.Azure.Cosmos.GeospatialConfig;System.Object;IsAbstract:False;IsSealed:True;IsInterface:False;IsEnum:False;IsClass:True;IsValueType:False;IsNested:False;IsGenericType:False;IsSerializable:False": {
55405519
"Subclasses": {},
55415520
"Members": {
@@ -6315,20 +6294,6 @@
63156294
],
63166295
"MethodInfo": "Microsoft.Azure.Cosmos.QueryDefinition Microsoft.Azure.Cosmos.Linq.CosmosLinqExtensions.ToQueryDefinition[T](System.Linq.IQueryable`1[T]);IsAbstract:False;IsStatic:True;IsVirtual:False;IsGenericMethod:True;IsConstructor:False;IsFinal:False;"
63176296
},
6318-
"System.Boolean Microsoft.Azure.Cosmos.Linq.CosmosLinqExtensions.ArrayContainsAll[T](System.Collections.Generic.IEnumerable`1[T], System.Object[])[System.Runtime.CompilerServices.ExtensionAttribute()]": {
6319-
"Type": "Method",
6320-
"Attributes": [
6321-
"ExtensionAttribute"
6322-
],
6323-
"MethodInfo": "System.Boolean Microsoft.Azure.Cosmos.Linq.CosmosLinqExtensions.ArrayContainsAll[T](System.Collections.Generic.IEnumerable`1[T], System.Object[]);IsAbstract:False;IsStatic:True;IsVirtual:False;IsGenericMethod:True;IsConstructor:False;IsFinal:False;"
6324-
},
6325-
"System.Boolean Microsoft.Azure.Cosmos.Linq.CosmosLinqExtensions.ArrayContainsAny[T](System.Collections.Generic.IEnumerable`1[T], System.Object[])[System.Runtime.CompilerServices.ExtensionAttribute()]": {
6326-
"Type": "Method",
6327-
"Attributes": [
6328-
"ExtensionAttribute"
6329-
],
6330-
"MethodInfo": "System.Boolean Microsoft.Azure.Cosmos.Linq.CosmosLinqExtensions.ArrayContainsAny[T](System.Collections.Generic.IEnumerable`1[T], System.Object[]);IsAbstract:False;IsStatic:True;IsVirtual:False;IsGenericMethod:True;IsConstructor:False;IsFinal:False;"
6331-
},
63326297
"System.Boolean Microsoft.Azure.Cosmos.Linq.CosmosLinqExtensions.FullTextContains(System.Object, System.String)[System.Runtime.CompilerServices.ExtensionAttribute()]": {
63336298
"Type": "Method",
63346299
"Attributes": [
@@ -7569,18 +7534,6 @@
75697534
],
75707535
"MethodInfo": "Microsoft.Azure.Cosmos.DedicatedGatewayRequestOptions get_DedicatedGatewayRequestOptions();IsAbstract:False;IsStatic:False;IsVirtual:False;IsGenericMethod:False;IsConstructor:False;IsFinal:False;"
75717536
},
7572-
"Microsoft.Azure.Cosmos.FullTextScoreScope FullTextScoreScope": {
7573-
"Type": "Property",
7574-
"Attributes": [],
7575-
"MethodInfo": "Microsoft.Azure.Cosmos.FullTextScoreScope FullTextScoreScope;CanRead:True;CanWrite:True;Microsoft.Azure.Cosmos.FullTextScoreScope get_FullTextScoreScope();IsAbstract:False;IsStatic:False;IsVirtual:False;IsGenericMethod:False;IsConstructor:False;IsFinal:False;Void set_FullTextScoreScope(Microsoft.Azure.Cosmos.FullTextScoreScope);IsAbstract:False;IsStatic:False;IsVirtual:False;IsGenericMethod:False;IsConstructor:False;IsFinal:False;"
7576-
},
7577-
"Microsoft.Azure.Cosmos.FullTextScoreScope get_FullTextScoreScope()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": {
7578-
"Type": "Method",
7579-
"Attributes": [
7580-
"CompilerGeneratedAttribute"
7581-
],
7582-
"MethodInfo": "Microsoft.Azure.Cosmos.FullTextScoreScope get_FullTextScoreScope();IsAbstract:False;IsStatic:False;IsVirtual:False;IsGenericMethod:False;IsConstructor:False;IsFinal:False;"
7583-
},
75847537
"Microsoft.Azure.Cosmos.QueryTextMode get_QueryTextMode()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": {
75857538
"Type": "Method",
75867539
"Attributes": [
@@ -7761,13 +7714,6 @@
77617714
],
77627715
"MethodInfo": "Void set_EnableScanInQuery(System.Nullable`1[System.Boolean]);IsAbstract:False;IsStatic:False;IsVirtual:False;IsGenericMethod:False;IsConstructor:False;IsFinal:False;"
77637716
},
7764-
"Void set_FullTextScoreScope(Microsoft.Azure.Cosmos.FullTextScoreScope)[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": {
7765-
"Type": "Method",
7766-
"Attributes": [
7767-
"CompilerGeneratedAttribute"
7768-
],
7769-
"MethodInfo": "Void set_FullTextScoreScope(Microsoft.Azure.Cosmos.FullTextScoreScope);IsAbstract:False;IsStatic:False;IsVirtual:False;IsGenericMethod:False;IsConstructor:False;IsFinal:False;"
7770-
},
77717717
"Void set_MaxBufferedItemCount(System.Nullable`1[System.Int32])[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": {
77727718
"Type": "Method",
77737719
"Attributes": [
@@ -8823,18 +8769,6 @@
88238769
],
88248770
"MethodInfo": "Microsoft.Azure.Cosmos.DedicatedGatewayRequestOptions get_DedicatedGatewayRequestOptions();IsAbstract:False;IsStatic:False;IsVirtual:False;IsGenericMethod:False;IsConstructor:False;IsFinal:False;"
88258771
},
8826-
"Microsoft.Azure.Cosmos.FullTextScoreScope FullTextScoreScope": {
8827-
"Type": "Property",
8828-
"Attributes": [],
8829-
"MethodInfo": "Microsoft.Azure.Cosmos.FullTextScoreScope FullTextScoreScope;CanRead:True;CanWrite:True;Microsoft.Azure.Cosmos.FullTextScoreScope get_FullTextScoreScope();IsAbstract:False;IsStatic:False;IsVirtual:False;IsGenericMethod:False;IsConstructor:False;IsFinal:False;Void set_FullTextScoreScope(Microsoft.Azure.Cosmos.FullTextScoreScope);IsAbstract:False;IsStatic:False;IsVirtual:False;IsGenericMethod:False;IsConstructor:False;IsFinal:False;"
8830-
},
8831-
"Microsoft.Azure.Cosmos.FullTextScoreScope get_FullTextScoreScope()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": {
8832-
"Type": "Method",
8833-
"Attributes": [
8834-
"CompilerGeneratedAttribute"
8835-
],
8836-
"MethodInfo": "Microsoft.Azure.Cosmos.FullTextScoreScope get_FullTextScoreScope();IsAbstract:False;IsStatic:False;IsVirtual:False;IsGenericMethod:False;IsConstructor:False;IsFinal:False;"
8837-
},
88388772
"Microsoft.Azure.Cosmos.QueryTextMode get_QueryTextMode()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": {
88398773
"Type": "Method",
88408774
"Attributes": [
@@ -9015,13 +8949,6 @@
90158949
],
90168950
"MethodInfo": "Void set_EnableScanInQuery(System.Nullable`1[System.Boolean]);IsAbstract:False;IsStatic:False;IsVirtual:False;IsGenericMethod:False;IsConstructor:False;IsFinal:False;"
90178951
},
9018-
"Void set_FullTextScoreScope(Microsoft.Azure.Cosmos.FullTextScoreScope)[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": {
9019-
"Type": "Method",
9020-
"Attributes": [
9021-
"CompilerGeneratedAttribute"
9022-
],
9023-
"MethodInfo": "Void set_FullTextScoreScope(Microsoft.Azure.Cosmos.FullTextScoreScope);IsAbstract:False;IsStatic:False;IsVirtual:False;IsGenericMethod:False;IsConstructor:False;IsFinal:False;"
9024-
},
90258952
"Void set_MaxBufferedItemCount(System.Nullable`1[System.Int32])[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": {
90268953
"Type": "Method",
90278954
"Attributes": [

0 commit comments

Comments
 (0)