From 71c554bed3ed93302e25d92aa59cb702ecd3021d Mon Sep 17 00:00:00 2001 From: willdavsmith Date: Mon, 15 Jun 2026 11:22:30 -0700 Subject: [PATCH] Update Radius.Core/recipePacks reference for kind/source 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 --- .cspellignore | 2 -- .../radius.core/2025-08-01-preview/recipepacks/index.md | 6 +++--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.cspellignore b/.cspellignore index bd8ef1a59..0945c60cc 100644 --- a/.cspellignore +++ b/.cspellignore @@ -851,8 +851,6 @@ RecipeConfigProperties RecipeConfigPropertiesEnvSecrets RecipeDefinition RecipeDefinitionParameters -recipeKind -recipeLocation RecipePackProperties RecipePackPropertiesRecipes recipePacks diff --git a/docs/content/reference/resources/radius/radius.core/2025-08-01-preview/recipepacks/index.md b/docs/content/reference/resources/radius/radius.core/2025-08-01-preview/recipepacks/index.md index 48eb4f588..5fa9fa9be 100644 --- a/docs/content/reference/resources/radius/radius.core/2025-08-01-preview/recipepacks/index.md +++ b/docs/content/reference/resources/radius/radius.core/2025-08-01-preview/recipepacks/index.md @@ -50,10 +50,10 @@ description: "Detailed reference documentation for radius.core/recipepacks@2025- | Property | Type | Description | |----------|------|-------------| +| **kind** | 'bicep' | 'terraform' | The type of recipe (e.g., Terraform, Bicep)
_(Required)_ | | **parameters** | [RecipeDefinitionParameters](#recipedefinitionparameters) | Parameters to pass to the recipe | -| **plainHttp** | bool | Connect to the location using HTTP (not HTTPS). This should be used when the location is known not to support HTTPS, for example in a locally hosted registry for Bicep recipes. Defaults to false (use HTTPS/TLS) | -| **recipeKind** | 'bicep' | 'terraform' | The type of recipe
_(Required)_ | -| **recipeLocation** | string | URL path to the recipe
_(Required)_ | +| **plainHttp** | bool | Connect to the source using HTTP (not HTTPS). This should be used when the source is known not to support HTTPS, for example in a locally hosted registry for Bicep recipes. Defaults to false (use HTTPS/TLS) | +| **source** | string | The source of the recipe. For Bicep recipes this is the OCI registry reference. For Terraform recipes this is the module source.
_(Required)_ | ### RecipeDefinitionParameters