Skip to content

Conversation

andrea-deri
Copy link
Contributor

@andrea-deri andrea-deri commented Aug 6, 2025

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 on description tag in order to not lost the information at all.

List of Changes

  • Removed abbreviation characters from OpenAPI enumeration

Motivation and Context

This change is required in order to avoid breaking client autogeneration from OpenAPI

How Has This Been Tested?

  • Tested in local environment

Screenshots (if appropriate):

Old OpenAPI enumerations
image image
New OpenAPI enumerations
image image

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as
    expected)

Checklist:

  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

@andrea-deri andrea-deri requested a review from a team as a code owner August 6, 2025 07:54
Copy link
Contributor

github-actions bot commented Aug 6, 2025

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.

@github-actions github-actions bot added the patch label Aug 6, 2025
Copy link
Contributor

github-actions bot commented Aug 6, 2025

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.

Copy link
Contributor

@aomegax aomegax left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@andrea-deri andrea-deri added documentation Improvements or additions to documentation ignore-for-release and removed patch labels Aug 6, 2025
@andrea-deri andrea-deri merged commit ae5a0e0 into main Aug 6, 2025
16 of 21 checks passed
@andrea-deri andrea-deri deleted the PIDM-798 branch August 6, 2025 13:43
Copy link
Contributor

github-actions bot commented Aug 6, 2025

This pull request does not contain a valid label. Please add one of the following labels: [major, minor, patch, patch, skip]

Copy link
Contributor

github-actions bot commented Aug 6, 2025

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation ignore-for-release size/large

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants