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
Using @azure-tools/[email protected] and @autorest/[email protected], converting contosowidgetmanager/data-plane fails with an error compiling the generated code:
@mikeharder I think we have some miscommunication here. @ArthurMa1978 yesterday replied in the email that we think
Running conversion tests on the spec repo is not ideal, as it is a post-check that cannot catch issues immediately. Additionally, conversion is not a common action for TSP upgrades.
Can we understand the reason why we add this test in specs repo but not converter repo?
@mikeharder The swagger is not a good one. Look at this operation. Manually, I think it should be deleteWidget is Azure.Core.LongRunningResourceDelete<WidgetSuite>; But in this whole operation, there is no place you could find a thing called WidgetSuite. Then how could converter know the response is WidgetSuite?
I saw your swagger is a generated one from TypeSpec. I think this is a roundtrip case need to discussion with TypeSpec team.
Using
@azure-tools/[email protected]
and@autorest/[email protected]
, convertingcontosowidgetmanager/data-plane
fails with an error compiling the generated code:data-plane test in azure-rest-api-specs is currently disabled due to this issue:
https://github.com/Azure/azure-rest-api-specs/blob/main/eng/tools/tsp-client-tests/test/tsp-client.test.ts#L75
The text was updated successfully, but these errors were encountered: