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 Broker] Propagate enable support logging (#34780)
The msal `enable_pii_log` flag is propagated to the broker runtime in
msal, so we should ensure that users can use the
`enable_support_logging` flag with the broker credentials.
Signed-off-by: Paul Van Eck <[email protected]>
Copy file name to clipboardExpand all lines: sdk/identity/azure-identity-broker/CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@
5
5
### Features Added
6
6
7
7
-`InteractiveBrowserBrokerCredential` now supports a `use_operating_system_account` property to enable the use of the currently logged in operating system account for authentication rather than prompting for a credential.
8
+
- Added `enable_support_logging` as a keyword argument to `InteractiveBrowserBrokerCredential`. This allows additional support logging which may contain PII.
8
9
9
10
### Breaking Changes
10
11
@@ -13,6 +14,7 @@
13
14
### Other Changes
14
15
15
16
- Python 3.7 is no longer supported. Please use Python version 3.8 or later.
17
+
- Bumped minimum dependency on `azure-identity` to `1.15.0`.
0 commit comments