docs icon indicating copy to clipboard operation
docs copied to clipboard

Remove deprecation notices from comment fields

Open cnunciato opened this issue 5 years ago • 0 comments

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

image

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

cnunciato avatar Apr 07 '20 16:04 cnunciato