-
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
Resource type create - fixes #8248
Resource type create - fixes #8248
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #8248 +/- ##
==========================================
+ Coverage 59.73% 59.81% +0.08%
==========================================
Files 590 590
Lines 39487 39520 +33
==========================================
+ Hits 23588 23640 +52
+ Misses 14152 14123 -29
- Partials 1747 1757 +10 ☔ View full report in Codecov by Sentry. |
pkg/cli/manifest/registermanifest.go
Outdated
if err != nil { | ||
return err | ||
} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: extra line
1064ab5
to
68597a2
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... |
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... |
Description
Fixes below issues in resource-type create
Type of change
Fixes: #issue_number
Contributor checklist
Please verify that the PR meets the following requirements, where applicable: