[TCGC] [LRO] lroMetadata.pollingStep.responseBody.usage
is not correct when polling operation is defined in different namespace
#1752
Labels
lib:tcgc
Issues for @azure-tools/typespec-client-generator-core library
Issue
I believe this is an edge case. See below test case,
PollResponse
model in namespaceCadl.ServiceNamespace
has usage === 0`, but it is actually used in polling operation.Solution
PollResponse
should bepublic
access +output
usage.The text was updated successfully, but these errors were encountered: