Skip to content

Commit

Permalink
Flipping group to private.
Browse files Browse the repository at this point in the history
  • Loading branch information
julialawrence committed Nov 15, 2023
1 parent 013ce49 commit 579cb36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/azure_active_directory.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def create_aad_group(group_name, description, user_id, access_token, dry_run=Fal
"mailEnabled": True,
"mailNickname": group_name.replace(" ", "").lower(),
"securityEnabled": False,
"visibility": "Public", # Setting the group as a private group
"visibility": "Private", # Setting the group as a private group
}

# If dry_run is enabled, we skip the actual creation process
Expand Down

0 comments on commit 579cb36

Please sign in to comment.