Skip to content

Commit 5961d3e

Browse files
committed
remove capabilities
Signed-off-by: nithyatsu <[email protected]>
1 parent 12e10a7 commit 5961d3e

File tree

1 file changed

+1
-2
lines changed
  • docs/content/tutorials/create-resource-type

1 file changed

+1
-2
lines changed

docs/content/tutorials/create-resource-type/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ To create a PostgreSQL resource type in Radius, first create the resource type d
3939

4040
- **`name`**: The namespace of the resource type, as a convention `Radius.Resources` is recommended but any name in the form `PrimaryName.SecondaryName` can be used
4141
- **`types`**: The resource type name
42-
- **`capabilities`**: This specifies features of the resource type. The only available option is `ManualResourceProvisioning` which indicates that the resource type can be deployed without a Recipe.
4342
- **`apiVersions`**: The version of the schema defined below
4443
- **`schema`**: The OpenAPI v3 schema which defines the properties of the resource type
4544
- **`environment`**: The Radius environment ID which the resource is deployed to, this property is set by the Radius CLI when the resource is deployed
@@ -52,7 +51,7 @@ To create a PostgreSQL resource type in Radius, first create the resource type d
5251

5352
The `host`, `port`, `username`, and `password` properties are read-only properties set by Recipe.
5453

55-
1. Create the resource type using the [rad resource-type]({{< ref rad_resource-type_create >}}) command:
54+
2. Create the resource type using the [rad resource-type]({{< ref rad_resource-type_create >}}) command:
5655

5756
```bash
5857
rad resource-type create postgreSQL -f types.yaml

0 commit comments

Comments
 (0)