The R007 analyzer reports usage of the deprecated (helper/schema.ResourceData).Partial() function that does not need replacement.
d.Partial(true),
// Not present :)
Singular reports can be ignored by adding the a //lintignore:R007
Go code comment at the end of the offending line or on the line immediately proceding, e.g.
//lintignore:R007
d.Partial(true),