azure-service-operator icon indicating copy to clipboard operation
azure-service-operator copied to clipboard

Add report for property changes between versions

Open theunrepentantgeek opened this issue 1 year ago • 2 comments

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.

theunrepentantgeek avatar Mar 12 '24 20:03 theunrepentantgeek

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 TypoAdvisor to suggest the closest match from the properties added

theunrepentantgeek avatar Mar 12 '24 20:03 theunrepentantgeek

We're still interested in doing this

matthchr avatar Sep 16 '24 23:09 matthchr

I still want to do this.

theunrepentantgeek avatar Mar 04 '25 00:03 theunrepentantgeek

We still need this.

theunrepentantgeek avatar Sep 08 '25 22:09 theunrepentantgeek