Open lmazuel opened 2 weeks ago
implemented
@iscai-msft Could you share the PR link? I don't find any PR to implement this feature.
There isn't any need for us to do anything on the autorest.python side, it's all handled by tcgc
There isn't any need for us to do anything on the autorest.python side, it's all handled by tcgc
Here is cadl-ranch case https://github.com/Azure/cadl-ranch/pull/727/files for this scenario, and I try to generate Python SDK locally https://github.com/Azure/autorest.python/tree/sample-2024-11-06/packages/typespec-python/tsp-output/%40azure-tools/typespec-python. Then I find "name" is not exposed as client signature:
hmm ok, i guess it does deserve another look, thanks for following up on this issue @msyyc
implemented