-
Notifications
You must be signed in to change notification settings - Fork 1
fix: [PIDM-798] Removing abbreviations from DTO enumerations #137
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
Conversation
The default action is to increase the PATCH number of SEMVER. Set IGNORE-FOR-RELEASE if you want to skip SEMVER bump. BREAKING-CHANGE and NEW-RELEASE must be run from GH Actions section manually. |
The default action is to increase the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✅
This pull request does not contain a valid label. Please add one of the following labels: |
This PR exceeds the recommended size of 400 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size. |
This PR contains a little fix on OpenAPI generator annotations in order to remove abbreviation characters that were wrongly inserted in
enumeration
tag for autogenerated OpenAPIs. This mapping is moved ondescription
tag in order to not lost the information at all.List of Changes
Motivation and Context
This change is required in order to avoid breaking client autogeneration from OpenAPI
How Has This Been Tested?
Screenshots (if appropriate):
Old OpenAPI enumerations
New OpenAPI enumerations
Types of changes
expected)
Checklist: