Azure / typespec-azure

About TypeSpec Azure Libraries
https://azure.github.io/typespec-azure/
MIT License
15 stars 41 forks source link

[tcgc] handle singleton key exclusion #1709

Closed iscai-msft closed 1 week ago

iscai-msft commented 3 weeks ago

Handle exclusion of singleton keys from operation parameters namespace here . Will require us to add logic to deal with @typespec/http.setRouteOptionsForNamespace

tadelesh commented 3 weeks ago

a common solution: filter method parameter or model property that is decorated with @path but not in http operation path parameter list.