You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/tutorials/create-resource-type/index.md
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,6 @@ To create a PostgreSQL resource type in Radius, first create the resource type d
39
39
40
40
- **`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
41
41
- **`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.
43
42
- **`apiVersions`**: The version of the schema defined below
44
43
- **`schema`**: The OpenAPI v3 schema which defines the properties of the resource type
45
44
- **`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
52
51
53
52
The `host`, `port`, `username`, and `password` properties are read-only properties set by Recipe.
54
53
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:
0 commit comments