[Feature Request] Standardize operationIds to ensure uniqueness #361
Labels
priority:p3
Nice to have. Customer impact is very minimal
type:enhancement
Enhancement request targeting an existing experience.
Milestone
We should consider standardizing the naming convention of operationIds to what we currently have in DevX API (PowerShell style) - https://github.com/microsoftgraph/microsoft-graph-devx-api/blob/dev/OpenAPIService/PowershellFormatter.cs? For example:
functionall paths..
or second from last.
for OData cast paths.{xxx}_Set{yyy}
.In PowerShell, we use operationIds to form command names.
As part of this exercise, we should add validation to ensure operationIds are unique for a given document.
Edit: This is a continuation of #338 (comment).
The text was updated successfully, but these errors were encountered: