Skip to content

Commit

Permalink
Use SHM name instead of description for Entra app
Browse files Browse the repository at this point in the history
  • Loading branch information
craddm committed Oct 18, 2024
1 parent 727f43d commit 65ee54e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data_safe_haven/config/context.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class Context(ContextBase, BaseModel, validate_assignment=True):

@property
def entra_application_name(self) -> str:
return f"Data Safe Haven ({self.description}) Pulumi Service Principal"
return f"Data Safe Haven ({self.name}) Pulumi Service Principal"

@property
def entra_application_secret(self) -> str:
Expand Down

0 comments on commit 65ee54e

Please sign in to comment.