Correct namespace capitalization (#1631)

This commit is contained in:
Ross Scroggs
2023-06-07 04:31:22 -07:00
committed by GitHub
parent a28bce71df
commit 8f76d94b86

View File

@ -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)