Remove containerImages resource type from radius_compute manifests#11903
Remove containerImages resource type from radius_compute manifests#11903Copilot wants to merge 2 commits into
Conversation
Agent-Logs-Url: https://github.com/radius-project/radius/sessions/1cce4ef8-7250-4a1b-8980-a76e6a840870 Co-authored-by: willdavsmith <32342549+willdavsmith@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Removes the Radius.Compute/containerImages built-in resource type from Radius.Compute provider manifests so it is no longer registered by default.
Changes:
- Removed the
containerImagestype definition and2025-08-01-previewschema from the dev manifest. - Removed the same built-in type definition from the self-hosted manifest.
- Verified remaining references are limited to historical release notes.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
deploy/manifest/built-in-providers/dev/radius_compute.yaml |
Removes containerImages from the dev built-in Radius.Compute manifest. |
deploy/manifest/built-in-providers/self-hosted/radius_compute.yaml |
Removes containerImages from the self-hosted built-in Radius.Compute manifest. |
kachawla
left a comment
There was a problem hiding this comment.
Can you also republish the extension (radiusCompute) with this type removed?
|
This PR requires exactly 1 of the following labels: pr:standard, pr:important. Label descriptions:
@Copilot, please add the appropriate label to this PR before merging. |
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
Radius functional test overviewClick here to see the test run details
Test Status⌛ Building Radius and pushing container images for functional tests... |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #11903 +/- ##
==========================================
- Coverage 51.74% 51.70% -0.04%
==========================================
Files 726 726
Lines 45605 45605
==========================================
- Hits 23597 23582 -15
- Misses 19788 19796 +8
- Partials 2220 2227 +7 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Description
Drops the
Radius.Compute/containerImagesresource type from both built-in provider manifests. The type is no longer shipped as a built-in.containerImages:block (schema, description, and2025-08-01-previewAPI version) from:deploy/manifest/built-in-providers/dev/radius_compute.yamldeploy/manifest/built-in-providers/self-hosted/radius_compute.yamldocs/release-notes/v0.57.0.md, which is intentionally preserved.Type of change
Contributor checklist
Please verify that the PR meets the following requirements, where applicable:
eng/design-notes/in this repository, if new APIs are being introduced.