Reconsider the design of infer.Annotator.SetResourceDeprecationMessage
#248
Labels
1.0.0-blocker
An issue that must be resolved before 1.0.0
kind/enhancement
Improvements or new features
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
The text was updated successfully, but these errors were encountered: