remove debug

This commit is contained in:
Jay Lee
2022-11-14 21:03:00 +00:00
parent bb6c8dc225
commit 786adb7c44
2 changed files with 1 additions and 6 deletions

View File

@@ -11701,7 +11701,7 @@ def ProcessGAMCommand(args):
gapi_cloudidentity_inboundsso.delete_profile()
elif argument in ['nickname', 'alias']:
doDeleteAlias()
elif argument == 'org':
elif argument in ['org', 'ou', 'orgunit']:
gapi_directory_orgunits.delete()
elif argument in ['inboundssocredential', 'inboundssocredentials']:
gapi_cloudidentity_inboundsso.delete_credentials()