From b349508bdddbfdf08078d3f6aeb3f8c8ef1a5f2c Mon Sep 17 00:00:00 2001 From: lakshmimsft Date: Thu, 22 Aug 2024 09:32:50 -0700 Subject: [PATCH] correcting comment on recipe env variables --- typespec/Applications.Core/environments.tsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typespec/Applications.Core/environments.tsp b/typespec/Applications.Core/environments.tsp index e1eea5e636..aac6eb9a91 100644 --- a/typespec/Applications.Core/environments.tsp +++ b/typespec/Applications.Core/environments.tsp @@ -79,7 +79,7 @@ model RecipeConfigProperties { @doc("Configuration for Terraform Recipes. Controls how Terraform plans and applies templates as part of Recipe deployment.") terraform?: TerraformConfigProperties; - @doc("Environment variables injected during Terraform Recipe execution for the recipes in the environment.") + @doc("Environment variables injected during recipe execution for the recipes in the environment.") env?: EnvironmentVariables; @doc("Environment variables containing sensitive information can be stored as secrets. The secrets are stored in Applications.Core/SecretStores resource.")