Update Radius.Core/recipePacks reference for kind/source#1919
Open
willdavsmith wants to merge 2 commits into
Open
Update Radius.Core/recipePacks reference for kind/source#1919willdavsmith wants to merge 2 commits into
willdavsmith wants to merge 2 commits into
Conversation
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
5 tasks
Static Web App Preview
Deployed from commit |
479c295 to
434b6db
Compare
Updates the Radius.Core/recipePacks@2025-08-01-preview reference to match the renamed schema: RecipeDefinition.recipeKind -> kind and recipeLocation -> source (radius-project/radius#11879). Refreshes the plainHttp/source descriptions to match the updated Bicep type @doc strings, and removes the now-unused recipeKind/recipeLocation entries from the spell dictionary. Companion to radius-project/radius#12104. Signed-off-by: willdavsmith <[email protected]>
434b6db to
2f0d6d4
Compare
Signed-off-by: Will Smith <[email protected]>
ff7aa4a to
e9d0019
Compare
e9d0019 to
a103b9e
Compare
a103b9e to
302cb11
Compare
willdavsmith
added a commit
to radius-project/radius
that referenced
this pull request
Jun 22, 2026
# Description Updates the `Radius.Core/recipePacks@2025-08-01-preview` schema for #11879, ahead of public launch: - **#11879**: rename `RecipeDefinition.recipeKind` → `kind` and `recipeLocation` → `source`. `parameters`/`outputs` stay unprefixed. Changes are made in the TypeSpec source of truth and propagated through the codegen pipeline; downstream OpenAPI/swagger, the Go SDK (`zz_generated_*`), and Bicep types are regenerated. Hand-written datamodel, versioned conversion, internal recipes types, configloader, CLI display, tests, and fixtures are updated to match. ## Type of change - This pull request adds or changes features of Radius and has an approved issue (issue link required). Fixes: #11879 ## Related PRs (merge together) This is a breaking schema change for a preview API, so the producer/consumer repos must ship alongside this PR: - resource-types-contrib: radius-project/resource-types-contrib#182 (recipe pack generator + sample) - dashboard: radius-project/dashboard#288 (API consumer) - docs: radius-project/docs#1919 (reference + spell dictionary) > [!WARNING] > **Breaking change (preview API):** `recipeKind`/`recipeLocation` are renamed to `kind`/`source` for `Radius.Core/recipePacks@2025-08-01-preview`. Existing preview recipe packs must be re-authored with the new field names. This is intentionally landed during preview, before public launch, to avoid a breaking change post-GA. ## Contributor checklist - An overview of proposed schema changes is included in a linked GitHub issue. - [x] Yes - A design document is added or updated under `eng/design-notes/`, if new APIs are being introduced. - [x] Not applicable - A PR for [resource-types-contrib](https://github.com/radius-project/resource-types-contrib/) is created, if resource types or recipes are affected. - [x] Yes - A PR for [dashboard](https://github.com/radius-project/dashboard/) is created, if the Radius Dashboard is affected. - [x] Yes - A PR for the [documentation repository](https://github.com/radius-project/docs) is created, if the changes affect documentation or user-facing behavior. - [x] Yes --------- Signed-off-by: willdavsmith <[email protected]>
Contributor
|
@willdavsmith - this PR is actually not needed as the page is auto generated: https://github.com/radius-project/docs/commits/v0.59/docs/content/reference/resources/radius/radius.core/2025-08-01-preview/recipepacks/index.md in fact, please go review the autogenerated changes here :) - https://github.com/radius-project/docs/pull/1934/changes |
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
Updates the
Radius.Core/recipePacks@2025-08-01-previewreference to match the renamed schema:RecipeDefinition.recipeKind→kind,recipeLocation→source(Rename recipeKind and recipeLocation to kind and source in Recipe Packs radius#11879).plainHttp/sourcedescriptions to match the updated Bicep type@docstrings..cspellignore): removes the now-unusedrecipeKind/recipeLocationentries. Verified withcspell lint.Companion to radius-project/radius#12104. The reference table mirrors the regenerated Bicep types for the preview API.
Note
Breaking change for the preview API: existing recipe packs must use
kind/sourcegoing forward.