remaining duplicate operation Ids for navigation properties on composable functions #596
Labels
priority:p0
Blocking issue/ loss of critical functions. An ICM may be filed to communicate urgency. SLA<=48hrs
type:bug
A broken experience
type:regression
A bug from previous release
follow up of #594 and #580
Assemblies affected
2.0.0-preview.5
Steps to reproduce
Generate a description for the full V1 of Microsoft Graph with the conversion settings used by weekly generation.
Expected result
Operation Ids to be different.
Actual result
Operation Ids are identical which is invalid.
/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/worksheet
/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/worksheet
both get
drives.items.workbook.worksheets.usedRange.GetWorksheet
This is caused by the navigation property on the composable function result and the presence of an optional parameter on the composable function.
Other examples
/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})/sort
/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()/sort
drives.items.workbook.worksheets.usedRange.UpdateSort
Additional detail
*Optional, details of the root cause if known.
The text was updated successfully, but these errors were encountered: