-
Notifications
You must be signed in to change notification settings - Fork 21
Remove description property in RecipePacks resource #126
Copy link
Copy link
Closed
Description
@zachcasper raised a concern regarding the presence of a description property in the RecipePacks resource:
> @doc("Description of what this recipe pack provides")
description?: string;
Why does RecipePacks have a description property when no other Radius resource have a description? I do not see a use case for why this is needed. It's not used anywhere else in this design.
**Background:**
- The `description` attribute is unique to RecipePacks and not present in other Radius.Core resources.
- We can add it back later, likely for all radius.core resources, as needed.
Requested by: @zachcasper
Refer to PR #109 for context.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels