diff --git a/src/gam/gapi/licensing.py b/src/gam/gapi/licensing.py index e4145091..67747e9f 100644 --- a/src/gam/gapi/licensing.py +++ b/src/gam/gapi/licensing.py @@ -204,6 +204,7 @@ def print_(returnFields=None, ], page_message=page_message, customerId=customer_id, + maxResults=100, productId=product, skuId=sku, fields=fields) @@ -234,6 +235,7 @@ def print_(returnFields=None, ], page_message=page_message, customerId=customer_id, + maxResults=100, productId=productId, fields=fields) if countsOnly: diff --git a/src/gam/var.py b/src/gam/var.py index bb1b90d0..5903ec27 100644 --- a/src/gam/var.py +++ b/src/gam/var.py @@ -8,7 +8,7 @@ import platform import re GAM_AUTHOR = 'Jay Lee ' -GAM_VERSION = '6.57' +GAM_VERSION = '6.58' GAM_LICENSE = 'Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)' GAM_URL = 'https://jaylee.us/gam'