TESTING: [SDK Customization] Apply TypeSpec client customizations
Overview
Apply TypeSpec client customizations to address API review feedback.
Context
Feedback to Address
| Line |
Comment |
class azure.contoso.widgetmanager.models.FakedSharedModel(MutableMapping[str, Any]): |
Redundant - This name shouldn't end with "Model". |
widget_name: str, |
Remove "widget_". It's redundant. |
async def get_widget_operation_status( |
This shouldn't be part of public API. Make it private. |
Validation
After applying changes:
- Run
tsp compile . - ensure no errors
- Regenerate SDK and verify changes
Auto-generated by SDK customization tool