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

mgmt, codegen related changes #22770

Conversation

weidongxu-microsoft
Copy link
Member

No description provided.

Comment on lines +495 to +499
parser.add_argument(
'--autorest-options',
default = '',
help = 'Additional autorest options',
)
Copy link
Member Author

Choose a reason for hiding this comment

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

Support passing additional options to autorest.

Comment on lines -23 to +24
private final static String BREAKING_CHANGE_TITLE = "### Breaking Change\n\n";
private final static String NEW_FEATURE_TITLE = "### New Feature\n\n";
private final static String BREAKING_CHANGE_TITLE = "### Breaking Changes\n\n";
private final static String NEW_FEATURE_TITLE = "### Features Added\n\n";
Copy link
Member Author

Choose a reason for hiding this comment

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

Update to match changelog guide.

@weidongxu-microsoft weidongxu-microsoft merged commit c8119b7 into Azure:main Jul 5, 2021
@weidongxu-microsoft weidongxu-microsoft deleted the mgmt_codegen-additional-arguments branch July 5, 2021 03:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants