Skip to content

TESTING: [SDK Customization] Apply TypeSpec client customizations for Contoso.WidgetManager (python) #39813

@swathipil

Description

@swathipil

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:

  1. Run tsp compile . - ensure no errors
  2. Regenerate SDK and verify changes

Auto-generated by SDK customization tool

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions