Skip to content

Commit

Permalink
Add password prompting to create|update user
Browse files Browse the repository at this point in the history
  • Loading branch information
taers232c committed Feb 28, 2025
1 parent f2ff6d8 commit 03daa83
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/gam/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12855,8 +12855,6 @@ def doCreateGCPServiceAccount():

# Audit command utilities
def getAuditParameters(emailAddressRequired=True, requestIdRequired=True, destUserRequired=False):
if GC.Values[GC.ENABLE_DASA]:
systemErrorExit(USAGE_ERROR_RC, Msg.COMMAND_NOT_COMPATIBLE_WITH_ENABLE_DASA.format('audit monitor', Act.ToPerform().lower()))
auditObject = getEmailAuditObject()
emailAddress = getEmailAddress(noUid=True, optional=not emailAddressRequired)
parameters = {}
Expand Down

0 comments on commit 03daa83

Please sign in to comment.