Add params argument to _get_uuid_by_name - #2071
Conversation
|
@mslocrian, you must sign our contributor license agreement before your changes are merged. Click here to sign the agreement. If you are a VMware employee, read this for further instruction. |
|
@mslocrian, VMware has approved your signed contributor license agreement. |
|
@gangaadhars / @chaitanyaavi / @manojkumarjain , where would be the best place to add the test results that the sdk is failing on? |
🛑 Legal Compliance Check FailedHi @mslocrian, thank you for your contribution! To merge this Pull Request, you must sign our DCO. Note: Even if you signed off your commits locally (using 1. Read the Document: Click here to read the DCO ⏳ Processing Schedule: |
The
delete_by_name()andput_by_name()methods ofApiSession()accept theparamsargument; however, they do not actually use it in the_get_uuid_by_name()call. This can be problematic if you have two objects with the same name that exist in different clouds.This PR adds params to those calls and associated methods.