-
Notifications
You must be signed in to change notification settings - Fork 76
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
RLC: enable a flag for tsp interface as operation group name #1911
Conversation
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.
As we previously discussed, we should let the loadtesting case breaking, not sure choosing this one as the smoke test case is a good idea.
@@ -23,6 +23,7 @@ options: | |||
generateMetadata: true | |||
generateTest: true | |||
azureSdkForJs: false | |||
enableOperationGroup: true |
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.
We have to enable the flag because there are duplicated operation names in diff interface.
fixes #1910