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
This is a DELETE which does not return a model. We can see that sdkMethod.operation.responses contains an OperationStatus response type which makes sense at the protocol level. However, we also see that sdkMethod.response.type is an OperationStatus model type which I don't think makes sense at the method level.
The text was updated successfully, but these errors were encountered:
For reference: https://github.com/Azure/cadl-ranch/blob/main/packages/cadl-ranch-specs/http/azure/core/lro/standard/main.tsp#L167
This is a
DELETE
which does not return a model. We can see thatsdkMethod.operation.responses
contains anOperationStatus
response type which makes sense at the protocol level. However, we also see thatsdkMethod.response.type
is anOperationStatus
model type which I don't think makes sense at the method level.The text was updated successfully, but these errors were encountered: