Description
Assemblies affected
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.