Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix bug: Unable to use {service-name} interpolation for filenames with openapi3-emitter when only one service is defined #6182

Merged
merged 12 commits into from
Mar 3, 2025
Prev Previous commit
Next Next commit
Update .chronus/changes/wanl-service-name-2025-1-27-19-40-32.md
Co-authored-by: Timothee Guerin <timothee.guerin@outlook.com>
  • Loading branch information
albertxavier100 and timotheeguerin authored Feb 28, 2025
commit 2b0c0db741023ec55872f36b16effe243b968f6a
2 changes: 1 addition & 1 deletion .chronus/changes/wanl-service-name-2025-1-27-19-40-32.md
Original file line number Diff line number Diff line change
@@ -4,4 +4,4 @@ packages:
- "@typespec/openapi3"
---

Fix bug of unable to use `{service-name}` interpolation for filenames with openapi3-emitter when only one service is defined
Using `{service-name}` in `tspconfig.yaml` will always interpolate the current service name. `{service-name-if-multiple}` can be used to get the previous behavior
Loading