kiota-typescript
kiota-typescript copied to clipboard
Add support for x-ms-client-name extension
There is currently no way to control the casing of properties in the generated model. For example, when using a C# Dictionary with enum keys on the backend, I need the generated model to preserve the original enum string casing used during serialization.