-
Notifications
You must be signed in to change notification settings - Fork 46
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
[tcgc] add disableUsageAccessPropagationToBase
flag and separate exception usage from output usage
#1834
Conversation
…es not generate base model
All changed packages have been documented.
Show changes
|
You can try these changes here
|
disableUsageAccessPropagationToBase
to support language that does not generate base modeldisableUsageAccessPropagationToBase
flag and separate exception usage from output usage
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.
What's the previous behavior of model only used in @error
? Does it has Output
?
the model with |
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.
what is the difference between Error
usage and Exception
usage? Why we need them both?
Thanks. Kind of same question as Dapeng's. Not sure if we just have an |
resolve: #1827
add
disableUsageAccessPropagationToBase
flag: this flag aims to support language that does not generate base model, it will skip the base model's propagation but will not skip the property or subtype of the base model.