azure-identity_1.23.1
1.23.1 (2025-07-15)
Bugs Fixed
- Fixed an issue with
AzurePowerShellCredential
not working correctly for users still using older versions of PowerShell (e.g., Windows PowerShell 5.1) where-AsPlainText
is not supported in theConvertFrom-SecureString
cmdlet. (#41675) - Fixed an issue with
AzureCliCredential
being unable to find the correctaz
executable for certain Python versions on Windows. (#41806)