1.17.0b1 (2024-05-13)
Features Added
- Added environment variable
AZURE_CLIENT_SEND_CERTIFICATE_CHAIN
support forEnvironmentCredential
. - Introduced a new credential,
AzurePipelinesCredential
, for supporting workload identity federation in Azure Pipelines with service connections (#35397).
Bugs Fixed
- Fixed typing errors when certain credentials are used as context managers. (#35415)