Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Radius.Resources
namespace: Radius.Resources
types:
postgreSQL:
apiVersions:
Expand Down
2 changes: 1 addition & 1 deletion docs/content/tutorials/create-resource-type/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ To create a PostgreSQL resource type in Radius, first create the resource type d

The PostgreSQL resource type definition includes:

- **`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
- **`namespace`**: The namespace of the resource type, as a convention `Radius.Resources` is recommended but any name in the form `PrimaryName.SecondaryName` can be used
- **`types`**: The resource type name
- **`apiVersions`**: The version of the schema defined below
- **`schema`**: The OpenAPI v3 schema which defines the properties of the resource type
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Radius.Resources
namespace: Radius.Resources
types:
postgreSQL:
apiVersions:
Expand Down
Loading