Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[azure] [fix] Fixed collecting network resources + added tests #1810

Merged
merged 8 commits into from
Oct 30, 2023

Conversation

1101-1
Copy link
Collaborator

@1101-1 1101-1 commented Oct 26, 2023

Description

  1. Fixed Checksum Bug: Resolved an issue related to checksum calculation for resources. The issue was causing duplicate checksums for certain resource types. This problem has been fixed by ensuring that keys used for checksum calculation are distinct and unique for each resource.

  2. Fixed Resource Collection: Refactored and improved the resource collection process. This change enhances the collection of resources, ensuring they are correctly identified and processed.

  3. Added Tests: Included new test cases to validate the correctness of the resource collection.

To-Dos

  • Add test coverage for new or updated functionality
  • Lint and test with tox
  • Fix collecting network resources
  • Fix bug with duplicate checksum

Code of Conduct

By submitting this pull request, I agree to follow the code of conduct.

@1101-1 1101-1 force-pushed the network_resource_fixes branch 2 times, most recently from e47fae6 to e511fc7 Compare October 26, 2023 16:34
@1101-1 1101-1 force-pushed the network_resource_fixes branch from e511fc7 to 09815e6 Compare October 26, 2023 16:40
Copy link
Member

@aquamatthias aquamatthias left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

plugins/azure/resoto_plugin_azure/resource/network.py Outdated Show resolved Hide resolved
plugins/azure/resoto_plugin_azure/resource/network.py Outdated Show resolved Hide resolved
@1101-1 1101-1 force-pushed the network_resource_fixes branch from 2d2b802 to 8504f68 Compare October 27, 2023 10:59
@aquamatthias aquamatthias merged commit b4c4fb1 into someengineering:main Oct 30, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants