Skip to content

Commit e647a1b

Browse files
committed
- updates integration test files
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
1 parent 531cdaa commit e647a1b

12 files changed

+264
-0
lines changed

test/Microsoft.OpenAPI.OData.Reader.Tests/Resources/Basic.OpenApi.V2.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -697,6 +697,8 @@
697697
}
698698
},
699699
"post": {
700+
"summary": "Sets a new value for the collection of Address.",
701+
"operationId": "Addresses.Address.SetAddress",
700702
"consumes": [
701703
"application/json"
702704
],
@@ -1525,6 +1527,8 @@
15251527
}
15261528
},
15271529
"post": {
1530+
"summary": "Sets a new value for the collection of Address.",
1531+
"operationId": "Addresses.Address.SetAddress",
15281532
"consumes": [
15291533
"application/json"
15301534
],

test/Microsoft.OpenAPI.OData.Reader.Tests/Resources/Basic.OpenApi.V2.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -456,6 +456,8 @@ paths:
456456
default:
457457
$ref: '#/responses/error'
458458
post:
459+
summary: Sets a new value for the collection of Address.
460+
operationId: Addresses.Address.SetAddress
459461
consumes:
460462
- application/json
461463
parameters:
@@ -1005,6 +1007,8 @@ paths:
10051007
default:
10061008
$ref: '#/responses/error'
10071009
post:
1010+
summary: Sets a new value for the collection of Address.
1011+
operationId: Addresses.Address.SetAddress
10081012
consumes:
10091013
- application/json
10101014
parameters:

test/Microsoft.OpenAPI.OData.Reader.Tests/Resources/Basic.OpenApi.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -780,6 +780,8 @@
780780
}
781781
},
782782
"post": {
783+
"summary": "Sets a new value for the collection of Address.",
784+
"operationId": "Addresses.Address.SetAddress",
783785
"parameters": [
784786
{
785787
"name": "If-Match",
@@ -1696,6 +1698,8 @@
16961698
}
16971699
},
16981700
"post": {
1701+
"summary": "Sets a new value for the collection of Address.",
1702+
"operationId": "Addresses.Address.SetAddress",
16991703
"parameters": [
17001704
{
17011705
"name": "UserName",

test/Microsoft.OpenAPI.OData.Reader.Tests/Resources/Basic.OpenApi.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -513,6 +513,8 @@ paths:
513513
default:
514514
$ref: '#/components/responses/error'
515515
post:
516+
summary: Sets a new value for the collection of Address.
517+
operationId: Addresses.Address.SetAddress
516518
parameters:
517519
- name: If-Match
518520
in: header
@@ -1122,6 +1124,8 @@ paths:
11221124
default:
11231125
$ref: '#/components/responses/error'
11241126
post:
1127+
summary: Sets a new value for the collection of Address.
1128+
operationId: Addresses.Address.SetAddress
11251129
parameters:
11261130
- name: UserName
11271131
in: path

test/Microsoft.OpenAPI.OData.Reader.Tests/Resources/Multiple.Schema.OpenApi.V2.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1124,6 +1124,8 @@
11241124
}
11251125
},
11261126
"post": {
1127+
"summary": "Sets a new value for the collection of DocumentTagRelDto.",
1128+
"operationId": "Tags.DocumentTagRelDto.SetDocumentTagRelDto",
11271129
"consumes": [
11281130
"application/json"
11291131
],
@@ -1868,6 +1870,8 @@
18681870
}
18691871
},
18701872
"post": {
1873+
"summary": "Sets a new value for the collection of DocumentTagRelDto.",
1874+
"operationId": "Tags.DocumentTagRelDto.SetDocumentTagRelDto",
18711875
"consumes": [
18721876
"application/json"
18731877
],
@@ -2851,6 +2855,8 @@
28512855
}
28522856
},
28532857
"post": {
2858+
"summary": "Sets a new value for the collection of DocumentClass.",
2859+
"operationId": "DocumentClasses.DocumentClass.SetDocumentClass",
28542860
"consumes": [
28552861
"application/json"
28562862
],
@@ -3095,6 +3101,8 @@
30953101
}
30963102
},
30973103
"post": {
3104+
"summary": "Sets a new value for the collection of DocumentTagRel.",
3105+
"operationId": "Tags.DocumentTagRel.SetDocumentTagRel",
30983106
"consumes": [
30993107
"application/json"
31003108
],
@@ -4015,6 +4023,8 @@
40154023
}
40164024
},
40174025
"post": {
4026+
"summary": "Sets a new value for the collection of DocumentTagRelDto.",
4027+
"operationId": "Tags.DocumentTagRelDto.SetDocumentTagRelDto",
40184028
"consumes": [
40194029
"application/json"
40204030
],

test/Microsoft.OpenAPI.OData.Reader.Tests/Resources/Multiple.Schema.OpenApi.V2.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -799,6 +799,8 @@ paths:
799799
default:
800800
$ref: '#/responses/error'
801801
post:
802+
summary: Sets a new value for the collection of DocumentTagRelDto.
803+
operationId: Tags.DocumentTagRelDto.SetDocumentTagRelDto
802804
consumes:
803805
- application/json
804806
parameters:
@@ -1331,6 +1333,8 @@ paths:
13311333
default:
13321334
$ref: '#/responses/error'
13331335
post:
1336+
summary: Sets a new value for the collection of DocumentTagRelDto.
1337+
operationId: Tags.DocumentTagRelDto.SetDocumentTagRelDto
13341338
consumes:
13351339
- application/json
13361340
parameters:
@@ -2052,6 +2056,8 @@ paths:
20522056
default:
20532057
$ref: '#/responses/error'
20542058
post:
2059+
summary: Sets a new value for the collection of DocumentClass.
2060+
operationId: DocumentClasses.DocumentClass.SetDocumentClass
20552061
consumes:
20562062
- application/json
20572063
parameters:
@@ -2223,6 +2229,8 @@ paths:
22232229
default:
22242230
$ref: '#/responses/error'
22252231
post:
2232+
summary: Sets a new value for the collection of DocumentTagRel.
2233+
operationId: Tags.DocumentTagRel.SetDocumentTagRel
22262234
consumes:
22272235
- application/json
22282236
parameters:
@@ -2880,6 +2888,8 @@ paths:
28802888
default:
28812889
$ref: '#/responses/error'
28822890
post:
2891+
summary: Sets a new value for the collection of DocumentTagRelDto.
2892+
operationId: Tags.DocumentTagRelDto.SetDocumentTagRelDto
28832893
consumes:
28842894
- application/json
28852895
parameters:

test/Microsoft.OpenAPI.OData.Reader.Tests/Resources/Multiple.Schema.OpenApi.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1256,6 +1256,8 @@
12561256
}
12571257
},
12581258
"post": {
1259+
"summary": "Sets a new value for the collection of DocumentTagRelDto.",
1260+
"operationId": "Tags.DocumentTagRelDto.SetDocumentTagRelDto",
12591261
"parameters": [
12601262
{
12611263
"name": "Id",
@@ -2097,6 +2099,8 @@
20972099
}
20982100
},
20992101
"post": {
2102+
"summary": "Sets a new value for the collection of DocumentTagRelDto.",
2103+
"operationId": "Tags.DocumentTagRelDto.SetDocumentTagRelDto",
21002104
"parameters": [
21012105
{
21022106
"name": "Id",
@@ -3246,6 +3250,8 @@
32463250
}
32473251
},
32483252
"post": {
3253+
"summary": "Sets a new value for the collection of DocumentClass.",
3254+
"operationId": "DocumentClasses.DocumentClass.SetDocumentClass",
32493255
"parameters": [
32503256
{
32513257
"name": "Id",
@@ -3517,6 +3523,8 @@
35173523
}
35183524
},
35193525
"post": {
3526+
"summary": "Sets a new value for the collection of DocumentTagRel.",
3527+
"operationId": "Tags.DocumentTagRel.SetDocumentTagRel",
35203528
"parameters": [
35213529
{
35223530
"name": "Id",
@@ -4542,6 +4550,8 @@
45424550
}
45434551
},
45444552
"post": {
4553+
"summary": "Sets a new value for the collection of DocumentTagRelDto.",
4554+
"operationId": "Tags.DocumentTagRelDto.SetDocumentTagRelDto",
45454555
"parameters": [
45464556
{
45474557
"name": "Id",

test/Microsoft.OpenAPI.OData.Reader.Tests/Resources/Multiple.Schema.OpenApi.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -884,6 +884,8 @@ paths:
884884
default:
885885
$ref: '#/components/responses/error'
886886
post:
887+
summary: Sets a new value for the collection of DocumentTagRelDto.
888+
operationId: Tags.DocumentTagRelDto.SetDocumentTagRelDto
887889
parameters:
888890
- name: Id
889891
in: path
@@ -1479,6 +1481,8 @@ paths:
14791481
default:
14801482
$ref: '#/components/responses/error'
14811483
post:
1484+
summary: Sets a new value for the collection of DocumentTagRelDto.
1485+
operationId: Tags.DocumentTagRelDto.SetDocumentTagRelDto
14821486
parameters:
14831487
- name: Id
14841488
in: path
@@ -2305,6 +2309,8 @@ paths:
23052309
default:
23062310
$ref: '#/components/responses/error'
23072311
post:
2312+
summary: Sets a new value for the collection of DocumentClass.
2313+
operationId: DocumentClasses.DocumentClass.SetDocumentClass
23082314
parameters:
23092315
- name: Id
23102316
in: path
@@ -2493,6 +2499,8 @@ paths:
24932499
default:
24942500
$ref: '#/components/responses/error'
24952501
post:
2502+
summary: Sets a new value for the collection of DocumentTagRel.
2503+
operationId: Tags.DocumentTagRel.SetDocumentTagRel
24962504
parameters:
24972505
- name: Id
24982506
in: path
@@ -3217,6 +3225,8 @@ paths:
32173225
default:
32183226
$ref: '#/components/responses/error'
32193227
post:
3228+
summary: Sets a new value for the collection of DocumentTagRelDto.
3229+
operationId: Tags.DocumentTagRelDto.SetDocumentTagRelDto
32203230
parameters:
32213231
- name: Id
32223232
in: path

0 commit comments

Comments
 (0)