Skip to content

URL templates missing quotes around enum types #140

Closed
@zengin

Description

@zengin

According to the spec, it seems that we need quotes around the enum type name but not the namespace:
http://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part2-url-conventions.html#sec_PrimitiveLiterals

ColorEnumValue eq Sales.Pattern'Yellow',
ColorEnumValue eq 'Yellow',

These quotes are missing in the translated OpenAPI doc.

see microsoftgraph/msgraph-sdk-dotnet#1156 for more details.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions