Skip to content

Commit 85df498

Browse files
committed
Autogenerate reference docs
Signed-off-by: rad-ci-bot <[email protected]>
1 parent 6bc8a35 commit 85df498

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

docs/content/reference/cli/rad_deploy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Deploy a Bicep or ARM template
1616

1717
The deploy command compiles a Bicep or ARM template and deploys it to your default environment (unless otherwise specified).
1818

19-
You can combine Radius types as well as other types that are available in Bicep such as Azure resources. See
19+
You can combine Radius types as as well as other types that are available in Bicep such as Azure resources. See
2020
the Radius documentation for information about describing your application and resources with Bicep.
2121

2222
You can specify parameters using the '--parameter' flag ('-p' for short). Parameters can be passed as:

docs/content/reference/cli/rad_environment_update.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,14 @@ rad env update myenv --clear-kubernetes
5959
--azure-subscription-id string The subscription ID where Azure resources will be deployed
6060
--clear-aws Specify if aws provider needs to be cleared on env
6161
--clear-azure Specify if azure provider needs to be cleared on env
62-
--clear-kubernetes Specify if kubernetes provider needs to be cleared on env (preview)
62+
--clear-kubernetes Specify if kubernetes provider needs to be cleared on env (--preview)
6363
-e, --environment string The environment name
6464
-g, --group string The resource group name
6565
-h, --help help for update
6666
--kubernetes-namespace string The namespace where Kubernetes resources will be deployed (preview)
6767
-o, --output string output format (supported formats are json, table) (default "table")
6868
--preview Use the Radius.Core preview implementation for environment update.
69-
--recipe-packs stringArray Specify recipe packs to be added to the environment (preview)
69+
--recipe-packs stringArray Specify recipe packs to be added to the environment (--preview)
7070
-w, --workspace string The workspace name
7171
```
7272

docs/content/reference/resources/radius/radius.core/2025-08-01-preview/environments/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ description: "Detailed reference documentation for radius.core/environments@2025
5252

5353
| Property | Type | Description |
5454
|----------|------|-------------|
55-
| **scope** | string | Target scope for AWS resources to be deployed into. For example: '/planes/aws/aws/accounts/000000000000/regions/us-west-2'. <br />_(Required)_ |
55+
| **accountId** | string | AWS account ID for AWS resources to be deployed into. <br />_(Required)_ |
56+
| **region** | string | AWS region for AWS resources to be deployed into. <br />_(Required)_ |
5657

5758
### ProvidersAzure
5859

0 commit comments

Comments
 (0)