Migrate @service and @info to use valueof for the option bag#6108
Migrate @service and @info to use valueof for the option bag#6108timotheeguerin merged 23 commits intomicrosoft:mainfrom
@service and @info to use valueof for the option bag#6108Conversation
|
All changed packages have been documented.
Show changes
|
|
You can try these changes here
|
packages/openapi3/test/tsp-openapi3/output/petstore-swagger/main.tsp
Outdated
Show resolved
Hide resolved
|
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
|
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
Uptake change from microsoft/typespec#6108
The example code no longer compiles because the @service decorator expects an #object value parameter in post-1.0 typespec code. Relevant upstream PR: * microsoft/typespec#6108 The updated code has been tested with the latest typespec 1.6 compiler and language server.
fix #5934