-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pascal regex with ending digit error #120
Comments
This issue seems to be opening a wider reaching concern of API versions. If we rename the type to something like We'd (hopefully) all agree The problem is we're generating a single OpenAPI definition for both API versions and as such we cannot re-use the simple form What is the proposal for different API versions? Multiple OpenAPI definition files? Does AppServices support that? |
As per internal chat we proposed that the service could have one independent openapi file for each version of the backend api, and the sdk team could generate a brand new sdk for each openapi file. Let's say a cc @dimakis |
This regex for PascalCase is not allowing trailing numbers (see this error) is there a specific reason for that or is it possible to change the regex to allow this pattern?
Thanks
The text was updated successfully, but these errors were encountered: