Skip to content

Align recipe pack consumer with renamed kind/source schema#288

Open
willdavsmith wants to merge 2 commits into
mainfrom
willdavsmith/recipepacks-kind-source
Open

Align recipe pack consumer with renamed kind/source schema#288
willdavsmith wants to merge 2 commits into
mainfrom
willdavsmith/recipepacks-kind-source

Conversation

@willdavsmith

Copy link
Copy Markdown
Contributor

Description

The Radius.Core/recipePacks@2025-08-01-preview schema renames RecipeDefinition.recipeKind -> kind and recipeLocation -> source. This updates the dashboard to consume the new field names.

  • src/resources/resource.ts: rename RecipeDefinition fields to kind/source.
  • src/components/recipes/recipeAggregation.ts: read definition.kind/definition.source.
  • recipeAggregation.test.ts: update the recipe-pack fixtures.

The internal DisplayRecipe shape and the recipe table columns are intentionally left unchanged (display model, decoupled from the wire model).

Companion to radius-project/radius#12104 (implements radius-project/radius#11879). Without this, recipe pack rows render blank for kind/source against the updated control plane.

Type of change

  • This pull request adds or changes features of Radius and has an approved issue (issue link required).

Fixes: radius-project/radius#11879

Note

Supersedes #287, which GitHub locked as closed after its branch was force-pushed. Same branch, same changes.

The Radius.Core/recipePacks@2025-08-01-preview schema renames
RecipeDefinition.recipeKind -> kind and recipeLocation -> source. Updates the
dashboard to consume the new field names.

Companion to radius-project/radius#12104 (implements radius-project/radius#11879).

Signed-off-by: willdavsmith <willdavsmith@gmail.com>
@github-actions

github-actions Bot commented Jun 15, 2026

Copy link
Copy Markdown

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Scanned Files

None

Signed-off-by: Will Smith <willdavsmith@gmail.com>
@willdavsmith willdavsmith force-pushed the willdavsmith/recipepacks-kind-source branch from 49b415d to 9fe2877 Compare June 22, 2026 17:07
@willdavsmith willdavsmith marked this pull request as ready for review June 22, 2026 18:24
@willdavsmith willdavsmith requested review from a team as code owners June 22, 2026 18:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Rename recipeKind and recipeLocation to kind and source in Recipe Packs

1 participant