1.16.4 (2026-07-10)
Features Added
- [#7196] Added
Azure::Core::Http::Policies::_internal::RetryPolicyBase, an abstract base class that exposes the retry loop and the protectedShouldRetryOnResponse/ShouldRetryOnTransportFailurehook points. Service SDKs can derive fromRetryPolicyBaseto customize retry behavior;RetryPolicyremains afinalconcrete policy.