Skip to content

Commit

Permalink
📝 Reflow comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jemrobinson committed Sep 12, 2023
1 parent 912e0da commit a7481ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data_safe_haven/commands/deploy_sre.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ def deploy_sre(
user_ip_addresses=user_ip_addresses,
)

# Load GraphAPI as this may require user-interaction that is not
# possible as part of a Pulumi declarative command
# Load GraphAPI as this may require user-interaction that is not possible as
# part of a Pulumi declarative command
graph_api = GraphApi(
tenant_id=config.shm.aad_tenant_id,
default_scopes=["Application.ReadWrite.All", "Group.ReadWrite.All"],
Expand Down

0 comments on commit a7481ee

Please sign in to comment.