From 77a4ac2a32f7f1cbe631d8fc1122b1a9aab79f31 Mon Sep 17 00:00:00 2001 From: rad-ci-bot Date: Mon, 9 Sep 2024 21:25:06 +0000 Subject: [PATCH] Autogenerate reference docs Signed-off-by: rad-ci-bot --- .../2023-10-01-preview/environments/index.md | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/docs/content/reference/resources/applications/applications.core/2023-10-01-preview/environments/index.md b/docs/content/reference/resources/applications/applications.core/2023-10-01-preview/environments/index.md index 7a7361947..fa7fb968f 100644 --- a/docs/content/reference/resources/applications/applications.core/2023-10-01-preview/environments/index.md +++ b/docs/content/reference/resources/applications/applications.core/2023-10-01-preview/environments/index.md @@ -170,10 +170,37 @@ description: "Detailed reference documentation for applications.core/environment | Property | Type | Description | |----------|------|-------------| +| **bicep** | [BicepConfigProperties](#bicepconfigproperties) | Configuration for Bicep Recipes. Controls how Bicep plans and applies templates as part of Recipe deployment. | | **env** | [EnvironmentVariables](#environmentvariables) | The environment variables injected during Terraform Recipe execution for the recipes in the environment. | | **envSecrets** | [RecipeConfigPropertiesEnvSecrets](#recipeconfigpropertiesenvsecrets) | Environment variables containing sensitive information can be stored as secrets. The secrets are stored in Applications.Core/SecretStores resource. | | **terraform** | [TerraformConfigProperties](#terraformconfigproperties) | Configuration for Terraform Recipes. Controls how Terraform plans and applies templates as part of Recipe deployment. | +### BicepConfigProperties + +#### Properties + +| Property | Type | Description | +|----------|------|-------------| +| **authentication** | [BicepConfigPropertiesAuthentication](#bicepconfigpropertiesauthentication) | Authentication information used to access private bicep registries, which is a map of registry hostname to secret config that contains credential information. | + +### BicepConfigPropertiesAuthentication + +#### Properties + +* **none** + +#### Additional Properties + +* **Additional Properties Type**: [RegistrySecretConfig](#registrysecretconfig) + +### RegistrySecretConfig + +#### Properties + +| Property | Type | Description | +|----------|------|-------------| +| **secret** | string | The ID of an Applications.Core/SecretStore resource containing credential information used to authenticate private container registry.The keys in the secretstore depends on the type. | + ### EnvironmentVariables #### Properties