We face the case that people use @client to define the client behavior, however, when new operations are added, people need to update client.tsp to include the new operation however it is likely that people may miss this step that cause the quality problem of the SDK.
Proposal:
TCGC need to check whether all operations are included in the client structure otherwise it shall report error to notify the missing operations.
We face the case that people use @client to define the client behavior, however, when new operations are added, people need to update client.tsp to include the new operation however it is likely that people may miss this step that cause the quality problem of the SDK.
Proposal:
TCGC need to check whether all operations are included in the client structure otherwise it shall report error to notify the missing operations.