Update Radius.Core/recipePacks reference for kind/source#1919
Draft
willdavsmith wants to merge 1 commit into
Draft
Update Radius.Core/recipePacks reference for kind/source#1919willdavsmith wants to merge 1 commit into
willdavsmith wants to merge 1 commit 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.
434b6db to
2f0d6d4
Compare
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.