From 8f76d94b86f19f25f554ab58edd0f015f12ccd60 Mon Sep 17 00:00:00 2001 From: Ross Scroggs Date: Wed, 7 Jun 2023 04:31:22 -0700 Subject: [PATCH] Correct namespace capitalization (#1631) --- src/gam/gapi/chromepolicy.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gam/gapi/chromepolicy.py b/src/gam/gapi/chromepolicy.py index 03747c14..6354d394 100644 --- a/src/gam/gapi/chromepolicy.py +++ b/src/gam/gapi/chromepolicy.py @@ -70,7 +70,7 @@ def printshow_policies(): body['policyTargetKey']['additionalTargetKeys'] = {'app_id': app_id} if not namespaces: namespaces = ['chrome.users.apps', - 'chrome.devices.managedGuest.apps', + 'chrome.devices.managedguest.apps', 'chrome.devices.kiosk.apps'] elif not namespaces: namespaces = [ @@ -78,7 +78,7 @@ def printshow_policies(): 'chrome.users.apps', 'chrome.devices', 'chrome.devices.kiosk', - 'chrome.devices.managedGuest', + 'chrome.devices.managedguest', ] throw_reasons = [gapi_errors.ErrorReason.FOUR_O_O,] orgunitPath = gapi_directory_orgunits.orgunit_from_orgunitid(orgunit[9:], None)