Skip to content

Commit 6f79b4d

Browse files
authored
Fix WAM default account code sample (#35007)
1 parent 4348985 commit 6f79b4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/identity/azure-identity-broker/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ client = BlobServiceClient(account_url, credential=credential)
5959
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.
6060

6161
```python
62-
credential = new InteractiveBrowserBrokerCredential(
62+
credential = InteractiveBrowserBrokerCredential(
6363
parent_window_handle=current_window_handle,
6464
use_default_broker_account=True
6565
)

0 commit comments

Comments
 (0)