Skip to content

Commit

Permalink
sync autorest.sharp pr 4814: set no-route warning (#3675)
Browse files Browse the repository at this point in the history
  • Loading branch information
chunyu3 committed Jun 27, 2024
1 parent 11c41d2 commit 7d0e97b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/http-client-csharp/emitter/src/lib/lib.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ const $lib = createTypeSpecLibrary({
},
},
"no-route": {
severity: "error",
// TODO - once https://github.com/Azure/typespec-azure/issues/1018 is fixed, change this back to error
severity: "warning",
messages: {
default: paramMessage`No Route for service for service ${"service"}`,
},
Expand Down

0 comments on commit 7d0e97b

Please sign in to comment.