diff --git a/docs/content/reference/cli/rad_deploy.md b/docs/content/reference/cli/rad_deploy.md index 349ae69c1..cf18637cf 100644 --- a/docs/content/reference/cli/rad_deploy.md +++ b/docs/content/reference/cli/rad_deploy.md @@ -16,7 +16,7 @@ Deploy a Bicep or ARM template The deploy command compiles a Bicep or ARM template and deploys it to your default environment (unless otherwise specified). -You can combine Radius types as well as other types that are available in Bicep such as Azure resources. See +You can combine Radius types as as well as other types that are available in Bicep such as Azure resources. See the Radius documentation for information about describing your application and resources with Bicep. You can specify parameters using the '--parameter' flag ('-p' for short). Parameters can be passed as: diff --git a/docs/content/reference/cli/rad_environment_update.md b/docs/content/reference/cli/rad_environment_update.md index 337ab8efe..f93395dd6 100644 --- a/docs/content/reference/cli/rad_environment_update.md +++ b/docs/content/reference/cli/rad_environment_update.md @@ -59,14 +59,14 @@ rad env update myenv --clear-kubernetes --azure-subscription-id string The subscription ID where Azure resources will be deployed --clear-aws Specify if aws provider needs to be cleared on env --clear-azure Specify if azure provider needs to be cleared on env - --clear-kubernetes Specify if kubernetes provider needs to be cleared on env (preview) + --clear-kubernetes Specify if kubernetes provider needs to be cleared on env (--preview) -e, --environment string The environment name -g, --group string The resource group name -h, --help help for update --kubernetes-namespace string The namespace where Kubernetes resources will be deployed (preview) -o, --output string output format (supported formats are json, table) (default "table") --preview Use the Radius.Core preview implementation for environment update. - --recipe-packs stringArray Specify recipe packs to be added to the environment (preview) + --recipe-packs stringArray Specify recipe packs to be added to the environment (--preview) -w, --workspace string The workspace name ``` diff --git a/docs/content/reference/resources/radius/radius.core/2025-08-01-preview/environments/index.md b/docs/content/reference/resources/radius/radius.core/2025-08-01-preview/environments/index.md index 53a41e4cf..0d6b0e49e 100644 --- a/docs/content/reference/resources/radius/radius.core/2025-08-01-preview/environments/index.md +++ b/docs/content/reference/resources/radius/radius.core/2025-08-01-preview/environments/index.md @@ -52,7 +52,8 @@ description: "Detailed reference documentation for radius.core/environments@2025 | Property | Type | Description | |----------|------|-------------| -| **scope** | string | Target scope for AWS resources to be deployed into. For example: '/planes/aws/aws/accounts/000000000000/regions/us-west-2'.
_(Required)_ | +| **accountId** | string | AWS account ID for AWS resources to be deployed into.
_(Required)_ | +| **region** | string | AWS region for AWS resources to be deployed into.
_(Required)_ | ### ProvidersAzure