You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Identity] Add BrokerCredential as part of the dev credentials (#51944)
* Add Broker Credential to the dev credential chains
* Update Changelog
* Update sdk/identity/Azure.Identity/CHANGELOG.md
Co-authored-by: Scott Addie <[email protected]>
* Modify test for new behaviour
* Always include the Broker in the chain
* Revert "Always include the Broker in the chain"
This reverts commit befec4a.
---------
Co-authored-by: Scott Addie <[email protected]>
Copy file name to clipboardExpand all lines: sdk/identity/Azure.Identity/CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@
9
9
### Bugs Fixed
10
10
11
11
- Fixed `AzureDeveloperCliCredential` hanging when the `AZD_DEBUG` environment variable is set by adding the `--no-prompt` flag to prevent interactive prompts ([#52005](https://github.com/Azure/azure-sdk-for-net/issues/52005)).
12
+
-`BrokerCredential` is now included in the chain when `AZURE_TOKEN_CREDENTIALS` is set to `dev` and the `Azure.Identity.Broker` package is installed.
0 commit comments