Change in ovirt-engine-sdk[master]: sdk: restrict .get() methods to id/name

Michael Pasternak has submitted this change and it was merged. Change subject: sdk: restrict .get() methods to id/name ...................................................................... sdk: restrict .get() methods to id/name restrict .get() methods to id/name as using **kwargs can produce 1:N results Change-Id: I6fa14936df6a7a75b11fb20e4d6c3fead02bb15d Signed-off-by: Michael Pasternak <mpastern@redhat.com> --- M src/codegen/collection/collection.py M src/codegen/imp/imprt.py M src/codegen/subcollection/subcollection.py M src/ovirtsdk/api.py M src/ovirtsdk/infrastructure/brokers.py M src/ovirtsdk/infrastructure/errors.py M src/ovirtsdk/utils/filterhelper.py 7 files changed, 564 insertions(+), 477 deletions(-) Approvals: Michael Pasternak: Verified; Looks good to me, approved Ori Liel: Looks good to me, but someone else must approve -- To view, visit http://gerrit.ovirt.org/8533 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I6fa14936df6a7a75b11fb20e4d6c3fead02bb15d Gerrit-PatchSet: 3 Gerrit-Project: ovirt-engine-sdk Gerrit-Branch: master Gerrit-Owner: Michael Pasternak <mpastern@redhat.com> Gerrit-Reviewer: Michael Pasternak <mpastern@redhat.com> Gerrit-Reviewer: Ori Liel <oliel@redhat.com>
participants (1)
-
mpastern@redhat.com