If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)
Issue details
infer.Annotator.SetResourceDeprecationMessage does not fit in with the rest of the API provided by infer.Annotator. To set descriptions (similar to deprecation messages), infer.Annotator has a Describe(subject, message) method.
I would recommend that we change SetResourceDeprecationMessage to Depreciate(subject any, message string) before we 1.0 pulumi-go-provider.
Hello!
Issue details
infer.Annotator.SetResourceDeprecationMessage
does not fit in with the rest of the API provided byinfer.Annotator
. To set descriptions (similar to deprecation messages),infer.Annotator
has aDescribe(subject, message)
method.I would recommend that we change
SetResourceDeprecationMessage
toDepreciate(subject any, message string)
before we 1.0pulumi-go-provider
.Affected area/feature