azure-service-operator
azure-service-operator copied to clipboard
Add report for property changes between versions
Describe the current behavior
With PR #3863 we will have configuration support for renaming properties between versions, but we will still face the challenge of identifying renames that should be added to that configuration.
Describe the improvement
In a similar way that the existing structure.txt files show the object structure for a given version of a resource, add a new report that lists the property changes between versions, to make it easier for those adding a new resource version to identify any required renames.
Braindump of requirements
- Only resource and object types are included in the report
- Properties that are present in both versions are omitted
- Objects that are identical between versions are omitted
- For each property removed, use the
TypoAdvisorto suggest the closest match from the properties added
We're still interested in doing this
I still want to do this.
We still need this.