-
Notifications
You must be signed in to change notification settings - Fork 99
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
Remove httpRoute type from Radius #7342
Conversation
Radius functional test overview
Click here to see the list of tools in the current test run
Test Status⌛ Building Radius and pushing container images for functional tests... |
looks like port is not populated correctly.
|
I remember there used to be logic to set port to 80 if scheme is http. Taking a look. |
Looks like we only have containerPort specified in the test bicep, in which case the service port == container port. So we have to have to specify :3000 as part of source url or add a port attribute to the service providing container.
|
Thanks for helping investigate 👍 I'll address then when I get back from 🇫🇷 |
cc87532
to
138d084
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #7342 +/- ##
==========================================
- Coverage 63.82% 63.60% -0.22%
==========================================
Files 417 414 -3
Lines 23501 23289 -212
==========================================
- Hits 14999 14813 -186
+ Misses 7230 7217 -13
+ Partials 1272 1259 -13 ☔ View full report in Codecov by Sentry. |
Radius functional test overview
Click here to see the list of tools in the current test run
Test Status⌛ Building Radius and pushing container images for functional tests... |
138d084
to
2a6c9e6
Compare
Fixes: radius-project#6099 This change removes the httpRoute type. We've already removed this from documentation and samples and so this is the final removal. Feels good 👍 Signed-off-by: Ryan Nowak <[email protected]>
2a6c9e6
to
f2f080a
Compare
Radius functional test overview
Click here to see the list of tools in the current test run
Test Status⌛ Building Radius and pushing container images for functional tests... |
@nithyatsu @ytimocin - can you rereview? |
typespec/Applications.Core/examples/2023-10-01-preview/Gateways_Update.json
Show resolved
Hide resolved
looks great to me. |
Description
This change removes the httpRoute type. We've already removed this from documentation and samples and so this is the final removal.
Feels good 👍
Type of change
Fixes: #6099