aws-cloudformation / aws-cloudformation-resource-providers-cloudformation

The CloudFormation Resource Provider Package For AWS CloudFormation
https://aws.amazon.com/cloudformation/
Apache License 2.0
47 stars 35 forks source link

[ModuleVersion] Remove DocumentationUrl from readOnlyProperties #107

Closed MalikAtalla-AWS closed 1 year ago

MalikAtalla-AWS commented 1 year ago

The ModuleVersion resource is currently not adhering to the Resource type handler contract specifically the rule that says that all readOnlyProperties must be returned in a read request. Theoretically, it would be a backwards-incompatible change to remove a property from readOnlyProperties, but since we have never returned this value in read requests in practice, this change won't break any existing customers.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.