Skip to content

still getting duplicate operation Ids for optional function parameters #594

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

Closed
baywet opened this issue Oct 10, 2024 · 0 comments · Fixed by #595
Closed

still getting duplicate operation Ids for optional function parameters #594

baywet opened this issue Oct 10, 2024 · 0 comments · Fixed by #595
Assignees
Labels
priority:p1 High priority but not blocking. Causes major but not critical loss of functionality SLA <=7days type:bug A broken experience

Comments

@baywet
Copy link
Member

baywet commented Oct 10, 2024

Follow up to #580, for graph v1 we're still getting about ~30 duplicate operation Ids

Assemblies affected

2.0.0-preview.3

Steps to reproduce

Convert Microsoft Graph full v1 with hidi and the OpenAPI conversion settings from the weekly generation pipeline.

Expected result

The operation id, or at the very least the hash at the end, should be different because of the optional parameter for usedRange composable function.

Actual result

The following paths

/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/column(column={column})
/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/column(column={column})

Have the same operation Id drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.usedRange.columnsAfter-43bb

Additional detail

*Optional, details of the root cause if known.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority:p1 High priority but not blocking. Causes major but not critical loss of functionality SLA <=7days type:bug A broken experience
Projects
None yet
2 participants