feat: concise single-line output for all rad create commands#11770
Closed
feat: concise single-line output for all rad create commands#11770
Conversation
…ccess messages Agent-Logs-Url: https://github.com/radius-project/radius/sessions/0d8a2e85-8acc-4286-b0e8-7a18f751f7a6 Co-authored-by: zachcasper <30731731+zachcasper@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update rad create commands for single line output on success
feat: concise single-line output for all rad create commands
Apr 27, 2026
Agent-Logs-Url: https://github.com/radius-project/radius/sessions/0ae01db3-d8c1-4caf-81dd-c1d1b1d6b737 Co-authored-by: zachcasper <30731731+zachcasper@users.noreply.github.com>
Agent-Logs-Url: https://github.com/radius-project/radius/sessions/0c9956c6-729b-4214-ba39-dd859100fb3a Co-authored-by: zachcasper <30731731+zachcasper@users.noreply.github.com>
zachcasper
approved these changes
Apr 27, 2026
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #11770 +/- ##
==========================================
+ Coverage 51.38% 51.41% +0.03%
==========================================
Files 698 698
Lines 44037 44023 -14
==========================================
+ Hits 22627 22636 +9
+ Misses 19252 19239 -13
+ Partials 2158 2148 -10 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Radius functional test overviewClick here to see the test run details
Test Status⌛ Building Radius and pushing container images for functional tests... |
Agent-Logs-Url: https://github.com/radius-project/radius/sessions/0583e17e-1a09-4d0a-8f92-57c29eac5515 Co-authored-by: zachcasper <30731731+zachcasper@users.noreply.github.com>
Contributor
|
Closing, replaced by #11773 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
rad resource-type createleaked internal manifest-registration progress messages to the CLI output.manifest.EnsureResourceProviderExistsandmanifest.RegisterTypecalllogIfEnabled, which fires whenever a non-nil logger is passed. TheRunnerwas wiring itsLoggerfield (backed byoutput.LogInfo) into both calls, producing noise like:create.goLoggerfield fromRunnerand its initialisation inNewRunner.nilto bothmanifest.EnsureResourceProviderExistsandmanifest.RegisterType, suppressing all intermediate log output.create_test.gologBuffer/loggersetup and theLoggerfield from allRunnerliterals (4 test cases).require.Containson "Creating resource type …")."bytes"import.Type of change
Contributor checklist
Please verify that the PR meets the following requirements, where applicable: