-
Notifications
You must be signed in to change notification settings - Fork 271
Align the property types and refine the caches for properties #7340
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
base: main
Are you sure you want to change the base?
Align the property types and refine the caches for properties #7340
Conversation
No changes needing a change description found. |
name: string; | ||
doc?: string; | ||
summary?: string; | ||
// apiVersions: string[]; |
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.
nit: remove commented code
| InputHeaderParameter | ||
| InputBodyParameter; | ||
|
||
export interface InputQueryParameter extends InputModelPropertyTypeBase { |
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.
Why does this type extend from InputModelProperty? It won't always be on a model, will it?
This PR updates the schema of property to align with definitions in TCGC.
The MTG.Input models are tweaked accordingly as well.