provider-gcp icon indicating copy to clipboard operation
provider-gcp copied to clipboard

fix subnetwork SecondaryIpRanges update issue

Open just1900 opened this issue 5 months ago • 0 comments

Description of your changes

Fixes subnetwork SecondaryIpRanges update issue: When Subnetwork CR's .spec.forProvider.SecondaryIPRanges is deleted, the cloud resource isn't patched due to IsUpToDate returns upToDate as true.

I have:

  • [x] Read and followed Crossplane's contribution process.
  • [ ] Run make reviewable test to ensure this PR is ready for review.

How has this code been tested

an ut has been added for testing this behavior

just1900 avatar Feb 04 '24 09:02 just1900