microsoft / OpenAPI.NET.OData

Generates OpenAPI document from OData CSDL
MIT License
207 stars 62 forks source link

Duplicate operation Ids for paths with alternate keys #488

Closed timayabi2020 closed 9 months ago

timayabi2020 commented 9 months ago

The fix provided hereonly applies to regular paths and doesn't apply to actions and functions. In the example screenshot below, it is expected that the operation Id for the alternate path should have something like communication.onlinemeeting_sendVirtualAppointmentReminderSmByOnlineMeetingId

image (2)

Alternate path

image (3)
irvinesunday commented 9 months ago

Closed by this PR: https://github.com/microsoft/OpenAPI.NET.OData/pull/489