Skip to content
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

[generate-examples] Include Min/Max in default example titles #1054

Merged
merged 2 commits into from
Oct 15, 2024

Conversation

mikeharder
Copy link
Member

@mikeharder mikeharder commented Oct 15, 2024

@mikeharder mikeharder marked this pull request as ready for review October 15, 2024 22:08
@@ -186,7 +186,7 @@ export default class Generator {
? specItem.content.summary
: specItem.content.description
? specItem.content.description
: operationId,
: `${operationId}_${rule.exampleNamePostfix}`,
Copy link
Member Author

Choose a reason for hiding this comment

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

Similar to pattern used for example filenames

@mikeharder mikeharder changed the title [generate-examples] Include Min/Max in example titles [generate-examples] Include Min/Max in default example titles Oct 15, 2024
Copy link
Member

@scbedd scbedd left a comment

Choose a reason for hiding this comment

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

I'm glad it was a minor change.

@mikeharder mikeharder merged commit bf50f77 into Azure:develop Oct 15, 2024
5 checks passed
@mikeharder mikeharder deleted the examples-min-max branch October 15, 2024 22:34
@mikeharder mikeharder self-assigned this Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

oav generate-examples generated min and max sets with same title
3 participants