Skip to content

Commit

Permalink
Adding the credential to jailbreak adv sim init to make sure it can b…
Browse files Browse the repository at this point in the history
…e used at call state
  • Loading branch information
Nagkumar Arkalgud committed Jul 9, 2024
1 parent f2f56d3 commit 490af3c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ def __init__(self, *, azure_ai_project: Dict[str, Any], credential=None):
credential = DefaultAzureCredential()
elif "credential" in azure_ai_project:
credential = azure_ai_project["credential"]
self.credential = credential
self.azure_ai_project = azure_ai_project
self.token_manager = ManagedIdentityAPITokenManager(
token_scope=TokenScope.DEFAULT_AZURE_MANAGEMENT,
Expand Down

0 comments on commit 490af3c

Please sign in to comment.