Skip to content

Commit

Permalink
Merge pull request microsoft#2778 from microsoft/feature/operations-o…
Browse files Browse the repository at this point in the history
…rders

- moves vs code operations first
  • Loading branch information
baywet authored Jun 19, 2023
2 parents c45f8d2 + a843459 commit 60461e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/kiota/Rpc/Server.cs
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ private static PathItem ConvertOpenApiUrlTreeNodeToPathItem(OpenApiUrlTreeNode n
true,
x.Value.ExternalDocs?.Url)) :
Enumerable.Empty<PathItem>())
.OrderByDescending(static x => x.isOperation)
.ToArray());
}
protected static string GetAbsolutePath(string source)
Expand Down

0 comments on commit 60461e9

Please sign in to comment.