manage_relationship
should warn if the given options is empty
#1407
Labels
manage_relationship
should warn if the given options is empty
#1407
Is your feature request related to a problem? Please describe.
If
manage_relationship
is called without opts it will do nothing. Ash could warn about this.Describe the solution you'd like
Add a warning if
manage_relationship
is a no-op.Describe alternatives you've considered
Remove the default value of the
opts
argument; likely not possible due to backwards compat.Express the feature either with a change to resource syntax, or with a change to the resource interface
Additional context
The text was updated successfully, but these errors were encountered: