You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
getLroMetadata return the finalEnvelopResult as OperatoinStatus which is a foundation type. But you cannot get it through getAllModels() even I set filter-out-core-models to false.
To Reproduce
Try to parse the cadl-ranch test case with filter-out-core-models: false.
Expected behavior
I understand OperationStatus should be found.
The text was updated successfully, but these errors were encountered:
Describe the bug
I bumped to typespec
0.52.0
(along with tcgc0.38.9
).See
cadl-ranch
LRO test case: https://github.com/Azure/cadl-ranch/blob/c611311c3d36a3048a3077137cbd4e6be762d034/packages/cadl-ranch-specs/http/azure/core/lro/standard/main.tsp#L217getLroMetadata
return thefinalEnvelopResult
asOperatoinStatus
which is a foundation type. But you cannot get it throughgetAllModels()
even I setfilter-out-core-models
to false.To Reproduce
Try to parse the
cadl-ranch
test case withfilter-out-core-models: false
.Expected behavior
I understand
OperationStatus
should be found.The text was updated successfully, but these errors were encountered: