saltstack / salt-ext-modules-vmware

Salt Extension Modules for VMware
Apache License 2.0
20 stars 36 forks source link

Refactored service_instance #320

Closed abhi1693 closed 2 years ago

abhi1693 commented 2 years ago

The refactoring performed here was a suggestion made during the test clinic to make the get_service_instance calls consistent and improve the readability of the code a bit.

@waynew This is ready for review now

waynew commented 2 years ago

Python 3.6 is EOL so we should remove this from our test requirements :+1:

abhi1693 commented 2 years ago

@waynew I took the liberty to remove both 3.5 and 3.6 in this PR. Let me know if you would like me to do something else