Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

/range/lastCell is missing in OpenAPI description #402

Closed
isvargasmsft opened this issue Jul 19, 2023 · 1 comment · Fixed by #431
Closed

/range/lastCell is missing in OpenAPI description #402

isvargasmsft opened this issue Jul 19, 2023 · 1 comment · Fixed by #431
Labels
metadata Metadata issues affecting accuracy of SDK snippets.

Comments

@isvargasmsft
Copy link

Path:
/me/drive/items/{id}/workbook/names/{name}/range/lastCell is missing in OpenAPI description.

Raptor error:
Original HTTP Snippet:
GET /v1.0/me/drive/items/{id}/workbook/names/{name}/range/lastCell HTTP/1.1
Host: graph.microsoft.com

Exception while processing /home/vsts/work/1/a/Snippets/range-lastcell-v1-httpSnippet.
Path segment 'lastCell' not found in path.

More of these reported here: microsoftgraph/msgraph-sdk-dotnet#1873

Originally reported: microsoftgraph/msgraph-metadata#385

@isvargasmsft isvargasmsft added the metadata Metadata issues affecting accuracy of SDK snippets. label Jul 20, 2023
MartinM85 added a commit to MartinM85/OpenAPI.NET.OData that referenced this issue Oct 6, 2023
Generate ODataPath for composable functions
@baywet
Copy link
Member

baywet commented Oct 6, 2023

just as a precision here, we only expand functions on canonical paths to avoid over expansion.
So once fixed, the conversion will only expand on /drives/{id}/items/{id}/workbook/names/{name}/range/lastCell

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
metadata Metadata issues affecting accuracy of SDK snippets.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants