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
Fix#26857: separate stdout from stderr in AzureCliCredential (#26953) (#27076)
* Fix#26857: separate stdout from stderr in AzureCliCredential
* Fix unit tests for AzureCliCredential
* Fix#26857 for aio.AzureCliCredential
* azure_cli.py: Fix types in _run_command
* Fix test_cli_credential_async.py
* Update sdk/identity/azure-identity/CHANGELOG.md
Co-authored-by: Paul Van Eck <[email protected]>
Co-authored-by: Tingmao Wang <[email protected]>
Co-authored-by: Paul Van Eck <[email protected]>
Co-authored-by: Xiang Yan <[email protected]>
Co-authored-by: maowtm <[email protected]>
Co-authored-by: Tingmao Wang <[email protected]>
Co-authored-by: Paul Van Eck <[email protected]>
Copy file name to clipboardExpand all lines: sdk/identity/azure-identity/CHANGELOG.md
+1
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@
4
4
5
5
### Bugs Fixed
6
6
7
+
-`AzureCliCredential` now works even when `az` prints warnings to stderr. ([#26857](https://github.com/Azure/azure-sdk-for-python/issues/26857))
7
8
- Fixed issue where user-supplied `TokenCachePersistenceOptions` weren't propagated when using `SharedTokenCacheCredential` ([#26982](https://github.com/Azure/azure-sdk-for-python/issues/26982))
0 commit comments