forgot the delete

This commit is contained in:
Jay Lee
2020-12-05 20:27:29 -05:00
parent c8e76d5727
commit 64b6cfea93
2 changed files with 10 additions and 0 deletions

View File

@ -11210,6 +11210,8 @@ def ProcessGAMCommand(args):
doDeleteServiceAccountKeys()
elif argument in ['adminrole']:
gapi_directory_roles.delete()
elif argument in ['browser', 'browsers']:
gapi_cbcm.delete()
else:
controlflow.invalid_argument_exit(argument, 'gam delete')
sys.exit(0)