Standardize recipe parameter naming: rename parameters to recipeParameters in RecipeDefinition#11760
Draft
Copilot wants to merge 2 commits into
Draft
Standardize recipe parameter naming: rename parameters to recipeParameters in RecipeDefinition#11760Copilot wants to merge 2 commits into
parameters to recipeParameters in RecipeDefinition#11760Copilot wants to merge 2 commits into
Conversation
…eters in RecipeDefinition Agent-Logs-Url: https://github.com/radius-project/radius/sessions/31e3b677-4d45-408c-9577-3b2566d6fdbd Co-authored-by: Reshrahim <61033581+Reshrahim@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Standardize recipe parameter naming across environments and recipePacks
Standardize recipe parameter naming: rename Apr 23, 2026
parameters to recipeParameters in RecipeDefinition
Radius functional test overviewClick here to see the test run details
Test Status⌛ Building Radius and pushing container images for functional tests... |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #11760 +/- ##
==========================================
+ Coverage 51.37% 51.40% +0.03%
==========================================
Files 699 699
Lines 44111 44111
==========================================
+ Hits 22661 22675 +14
+ Misses 19280 19273 -7
+ Partials 2170 2163 -7 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
Radius.Core/recipePacksusedparametersfor recipe parameters whileRadius.Core/environmentsalready usedrecipeParameters, causing inconsistency in the API surface. This PR aligns the naming across both resource types.Changes
typespec/Radius.Core/recipePacks.tsp):RecipeDefinition.parameters→recipeParameterspkg/corerp/datamodel/recipepack.go):RecipeDefinition.Parameters→RecipeParameterswith JSON tagrecipeParameterspkg/recipes/types.go):RecipeDefinition.Parameters→RecipeParameterspkg/corerp/api/v20250801preview/zz_generated_models.go,zz_generated_models_serde.go): field and JSON key updated torecipeParametersrecipepack_conversion.go,configloader/environment.go,display.go): field references updatedeng/design-notes/recipes/2025-08-recipe-packs.md): all examples updatedBefore / After
Type of change
Contributor checklist