Skip to content

Commit

Permalink
Fix WAM default account code sample (#35007)
Browse files Browse the repository at this point in the history
  • Loading branch information
scottaddie committed Mar 28, 2024
1 parent 4348985 commit 6f79b4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/identity/azure-identity-broker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ client = BlobServiceClient(account_url, credential=credential)
To bypass the account selection dialog and use the account currently signed into the operating system, set the `use_default_broker_account` argument to `True`. The credential will attempt to silently use the default broker account. If using the default account fails, the credential will fall back to interactive authentication.

```python
credential = new InteractiveBrowserBrokerCredential(
credential = InteractiveBrowserBrokerCredential(
parent_window_handle=current_window_handle,
use_default_broker_account=True
)
Expand Down

0 comments on commit 6f79b4d

Please sign in to comment.