Open ArthurMa1978 opened 4 months ago
If docs team doesn't depend on this, we may remove operation id from comments. Or we can add operation id to TCGC output.
Talk with doc team first to understand if we can decouple with the operation id or not.
Chat with Chenji if TCGC can fix this.
For example, here the operation
serverlessResourceById
is renamed toGetServerlessResourceById
, then the operation id in the generated SDK code is ServerlessRuntimes_GetServerlessResourceById which is not the right, the expected operation id should beServerlessRuntimes_ServerlessResourceById
.