Skip to content

Commit 718d02f

Browse files
committed
chore: updates 3.1 integration test documents with latest fixes
Signed-off-by: Vincent Biret <[email protected]>
1 parent e3773e8 commit 718d02f

File tree

4 files changed

+90
-42
lines changed

4 files changed

+90
-42
lines changed

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

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,7 @@
663663
"description": "Provides operations to call the Upload method.",
664664
"post": {
665665
"tags": [
666-
"Documents.DocumentDto"
666+
"Documents.DocumentDto.Actions"
667667
],
668668
"summary": "Invoke action Upload",
669669
"operationId": "Documents.DocumentDto.Upload",
@@ -3940,7 +3940,7 @@
39403940
"description": "Provides operations to call the Upload method.",
39413941
"post": {
39423942
"tags": [
3943-
"Tasks.DocumentDto"
3943+
"Tasks.DocumentDto.Actions"
39443944
],
39453945
"summary": "Invoke action Upload",
39463946
"operationId": "Tasks.DocumentDto.Upload",
@@ -7763,6 +7763,10 @@
77637763
"name": "Documents.DocumentDto",
77647764
"x-ms-docs-toc-type": "page"
77657765
},
7766+
{
7767+
"name": "Documents.DocumentDto.Actions",
7768+
"x-ms-docs-toc-type": "container"
7769+
},
77667770
{
77677771
"name": "Documents.RevisionDto",
77687772
"x-ms-docs-toc-type": "page"
@@ -7803,6 +7807,10 @@
78037807
"name": "Tasks.DocumentDto",
78047808
"x-ms-docs-toc-type": "page"
78057809
},
7810+
{
7811+
"name": "Tasks.DocumentDto.Actions",
7812+
"x-ms-docs-toc-type": "container"
7813+
},
78067814
{
78077815
"name": "Tasks.RevisionDto",
78087816
"x-ms-docs-toc-type": "page"
@@ -7812,4 +7820,4 @@
78127820
"x-ms-docs-toc-type": "page"
78137821
}
78147822
]
7815-
}
7823+
}

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

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ paths:
460460
description: Provides operations to call the Upload method.
461461
post:
462462
tags:
463-
- Documents.DocumentDto
463+
- Documents.DocumentDto.Actions
464464
summary: Invoke action Upload
465465
operationId: Documents.DocumentDto.Upload
466466
parameters:
@@ -2771,7 +2771,7 @@ paths:
27712771
description: Provides operations to call the Upload method.
27722772
post:
27732773
tags:
2774-
- Tasks.DocumentDto
2774+
- Tasks.DocumentDto.Actions
27752775
summary: Invoke action Upload
27762776
operationId: Tasks.DocumentDto.Upload
27772777
parameters:
@@ -5538,6 +5538,8 @@ tags:
55385538
x-ms-docs-toc-type: page
55395539
- name: Documents.DocumentDto
55405540
x-ms-docs-toc-type: page
5541+
- name: Documents.DocumentDto.Actions
5542+
x-ms-docs-toc-type: container
55415543
- name: Documents.RevisionDto
55425544
x-ms-docs-toc-type: page
55435545
- name: Documents.DocumentTagRelDto
@@ -5558,7 +5560,9 @@ tags:
55585560
x-ms-docs-toc-type: page
55595561
- name: Tasks.DocumentDto
55605562
x-ms-docs-toc-type: page
5563+
- name: Tasks.DocumentDto.Actions
5564+
x-ms-docs-toc-type: container
55615565
- name: Tasks.RevisionDto
55625566
x-ms-docs-toc-type: page
55635567
- name: Tasks.DocumentTagRelDto
5564-
x-ms-docs-toc-type: page
5568+
x-ms-docs-toc-type: page

test/Microsoft.OpenAPI.OData.Reader.Tests/Resources/TripService.OpenApi.V3.1.json

Lines changed: 42 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -8418,7 +8418,7 @@
84188418
"description": "Provides operations to call the GetFavoriteAirline method.",
84198419
"get": {
84208420
"tags": [
8421-
"Me.Person"
8421+
"Me.Person.Functions"
84228422
],
84238423
"summary": "Invoke function GetFavoriteAirline",
84248424
"operationId": "Me.GetFavoriteAirline",
@@ -8444,7 +8444,7 @@
84448444
"description": "Provides operations to call the GetFriendsTrips method.",
84458445
"get": {
84468446
"tags": [
8447-
"Me.Person"
8447+
"Me.Person.Functions"
84488448
],
84498449
"summary": "Invoke function GetFriendsTrips",
84508450
"operationId": "Me.GetFriendsTrips",
@@ -8538,7 +8538,7 @@
85388538
"description": "Provides operations to call the GetPeersForTrip method.",
85398539
"post": {
85408540
"tags": [
8541-
"Me.Person"
8541+
"Me.Person.Actions"
85428542
],
85438543
"summary": "Invoke action GetPeersForTrip",
85448544
"operationId": "Me.GetPeersForTrip",
@@ -11870,7 +11870,7 @@
1187011870
"description": "Provides operations to call the Hire method.",
1187111871
"post": {
1187211872
"tags": [
11873-
"Me.Person"
11873+
"Me.Person.Actions"
1187411874
],
1187511875
"summary": "Invoke action Hire",
1187611876
"description": "Hires someone for the company.",
@@ -12808,7 +12808,7 @@
1280812808
"description": "Provides operations to call the ShareTrip method.",
1280912809
"post": {
1281012810
"tags": [
12811-
"Me.Person"
12811+
"Me.Person.Actions"
1281212812
],
1281312813
"summary": "Invoke action ShareTrip",
1281412814
"description": "Details of the shared trip.",
@@ -12838,7 +12838,7 @@
1283812838
"description": "Provides operations to call the UpdatePersonLastName method.",
1283912839
"get": {
1284012840
"tags": [
12841-
"Me.Person"
12841+
"Me.Person.Functions"
1284212842
],
1284312843
"summary": "Invoke function UpdatePersonLastName",
1284412844
"operationId": "Me.UpdatePersonLastName",
@@ -17043,7 +17043,7 @@
1704317043
"description": "Provides operations to call the GetFavoriteAirline method.",
1704417044
"get": {
1704517045
"tags": [
17046-
"NewComePeople.Person"
17046+
"NewComePeople.Person.Functions"
1704717047
],
1704817048
"summary": "Invoke function GetFavoriteAirline",
1704917049
"operationId": "NewComePeople.Person.GetFavoriteAirline",
@@ -17074,7 +17074,7 @@
1707417074
"description": "Provides operations to call the GetFriendsTrips method.",
1707517075
"get": {
1707617076
"tags": [
17077-
"NewComePeople.Person"
17077+
"NewComePeople.Person.Functions"
1707817078
],
1707917079
"summary": "Invoke function GetFriendsTrips",
1708017080
"operationId": "NewComePeople.Person.GetFriendsTrips",
@@ -17178,7 +17178,7 @@
1717817178
"description": "Provides operations to call the GetPeersForTrip method.",
1717917179
"post": {
1718017180
"tags": [
17181-
"NewComePeople.Person"
17181+
"NewComePeople.Person.Actions"
1718217182
],
1718317183
"summary": "Invoke action GetPeersForTrip",
1718417184
"operationId": "NewComePeople.Person.GetPeersForTrip",
@@ -17212,7 +17212,7 @@
1721217212
"description": "Provides operations to call the Hire method.",
1721317213
"post": {
1721417214
"tags": [
17215-
"NewComePeople.Person"
17215+
"NewComePeople.Person.Actions"
1721617216
],
1721717217
"summary": "Invoke action Hire",
1721817218
"description": "Hires someone for the company.",
@@ -17270,7 +17270,7 @@
1727017270
"description": "Provides operations to call the ShareTrip method.",
1727117271
"post": {
1727217272
"tags": [
17273-
"NewComePeople.Person"
17273+
"NewComePeople.Person.Actions"
1727417274
],
1727517275
"summary": "Invoke action ShareTrip",
1727617276
"description": "Details of the shared trip.",
@@ -17305,7 +17305,7 @@
1730517305
"description": "Provides operations to call the UpdatePersonLastName method.",
1730617306
"get": {
1730717307
"tags": [
17308-
"NewComePeople.Person"
17308+
"NewComePeople.Person.Functions"
1730917309
],
1731017310
"summary": "Invoke function UpdatePersonLastName",
1731117311
"operationId": "NewComePeople.Person.UpdatePersonLastName",
@@ -26942,7 +26942,7 @@
2694226942
"description": "Provides operations to call the GetFavoriteAirline method.",
2694326943
"get": {
2694426944
"tags": [
26945-
"People.Person"
26945+
"People.Person.Functions"
2694626946
],
2694726947
"summary": "Invoke function GetFavoriteAirline",
2694826948
"operationId": "People.Person.GetFavoriteAirline",
@@ -26980,7 +26980,7 @@
2698026980
"description": "Provides operations to call the GetFriendsTrips method.",
2698126981
"get": {
2698226982
"tags": [
26983-
"People.Person"
26983+
"People.Person.Functions"
2698426984
],
2698526985
"summary": "Invoke function GetFriendsTrips",
2698626986
"operationId": "People.Person.GetFriendsTrips",
@@ -27084,7 +27084,7 @@
2708427084
"description": "Provides operations to call the GetPeersForTrip method.",
2708527085
"post": {
2708627086
"tags": [
27087-
"People.Person"
27087+
"People.Person.Actions"
2708827088
],
2708927089
"summary": "Invoke action GetPeersForTrip",
2709027090
"operationId": "People.Person.GetPeersForTrip",
@@ -31142,7 +31142,7 @@
3114231142
"description": "Provides operations to call the Hire method.",
3114331143
"post": {
3114431144
"tags": [
31145-
"People.Person"
31145+
"People.Person.Actions"
3114631146
],
3114731147
"summary": "Invoke action Hire",
3114831148
"description": "Hires someone for the company.",
@@ -32224,7 +32224,7 @@
3222432224
"description": "Provides operations to call the ShareTrip method.",
3222532225
"post": {
3222632226
"tags": [
32227-
"People.Person"
32227+
"People.Person.Actions"
3222832228
],
3222932229
"summary": "Invoke action ShareTrip",
3223032230
"description": "Details of the shared trip.",
@@ -32266,7 +32266,7 @@
3226632266
"description": "Provides operations to call the UpdatePersonLastName method.",
3226732267
"get": {
3226832268
"tags": [
32269-
"People.Person"
32269+
"People.Person.Functions"
3227032270
],
3227132271
"summary": "Invoke function UpdatePersonLastName",
3227232272
"operationId": "People.Person.UpdatePersonLastName",
@@ -35613,6 +35613,14 @@
3561335613
"name": "Me.Trips.PlanItem",
3561435614
"x-ms-docs-toc-type": "page"
3561535615
},
35616+
{
35617+
"name": "Me.Person.Functions",
35618+
"x-ms-docs-toc-type": "container"
35619+
},
35620+
{
35621+
"name": "Me.Person.Actions",
35622+
"x-ms-docs-toc-type": "container"
35623+
},
3561635624
{
3561735625
"name": "NewComePeople.Person",
3561835626
"x-ms-docs-toc-type": "page"
@@ -35625,6 +35633,14 @@
3562535633
"name": "NewComePeople.Person.Location",
3562635634
"x-ms-docs-toc-type": "page"
3562735635
},
35636+
{
35637+
"name": "NewComePeople.Person.Functions",
35638+
"x-ms-docs-toc-type": "container"
35639+
},
35640+
{
35641+
"name": "NewComePeople.Person.Actions",
35642+
"x-ms-docs-toc-type": "container"
35643+
},
3562835644
{
3562935645
"name": "NewComePeople.Trip",
3563035646
"x-ms-docs-toc-type": "page"
@@ -35653,6 +35669,14 @@
3565335669
"name": "People.Trips.PlanItem",
3565435670
"x-ms-docs-toc-type": "page"
3565535671
},
35672+
{
35673+
"name": "People.Person.Functions",
35674+
"x-ms-docs-toc-type": "container"
35675+
},
35676+
{
35677+
"name": "People.Person.Actions",
35678+
"x-ms-docs-toc-type": "container"
35679+
},
3565635680
{
3565735681
"name": "ResetDataSource",
3565835682
"x-ms-docs-toc-type": "container"

0 commit comments

Comments
 (0)