microsoft / OpenAPI.NET.OData

Generates OpenAPI document from OData CSDL
MIT License
205 stars 63 forks source link

Duplicate operation Ids ``identity.authenticationEventsFlows.AsOnAttributeCollectionExternalUsersSelfServiceSignUp.DeleteRefAttributes`` #507

Closed timayabi2020 closed 5 months ago

timayabi2020 commented 6 months ago
  1. /identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/$ref.
  2. /identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/{identityUserFlowAttribute-id}/$ref

The above paths have duplicate operation ids causing PowerShell snippet generation failure as reported here.

image