docs
docs copied to clipboard
Remove deprecation notices from comment fields
Most deprecated APIs are now using the DeprecationMessage field, but some are still using the Comment field as well, leading to duplication:
https://www.pulumi.com/docs/reference/pkg/aws/cognito/userpool/#userpooladmincreateuserconfig

We should ensure that all APIs are using the DeprecationMessage field, and that Comment fields are no longer used for this purpose.