-
Notifications
You must be signed in to change notification settings - Fork 101
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
Add remaining types to dev recipes processing #5778
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... |
Test Results2 634 tests +5 2 625 ✔️ +5 1m 58s ⏱️ -1s Results for commit 5af7734. ± Comparison against base commit c2ca7bc. This pull request removes 2 and adds 7 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
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... |
@ytimocin - do we have a work item to remove this hardcoding? |
Created an issue just in case: #5785. cc/ @rynowak @AaronCrawfis |
Description
Today we have hard-coded support for redis and mongo types for dev recipes.
This PR adds the remaining types now that they have Recipes support.
Issue reference
Partially addresses #5775
Checklist
Please make sure you've completed the relevant tasks for this PR, out of the following list:
Auto-generated summary
🤖 Generated by Copilot at 5af7734
Summary
🚀🧪🔗
Updated
getLinkType
function and tests to support more resource types for linking applications. The function now handles dapr, rabbit mq, and sql resources based on the linkrp constants.Walkthrough
getLinkType
function (link)Test_getLinkType
function to include test cases for new resource types and modify invalid case (link, link)