Azure / azsdk-java-rewrite-recipes

Recipes for rewriting Azure SDK for Java libraries and end-user code to new azure-core v2 library
MIT License
1 stars 2 forks source link

Refactor azure-core-v2 HttpRetryOptions #3

Open samvaity opened 2 months ago

samvaity commented 2 months ago

Task 1: The HttpRetryOptions from aure-core-v2 no longer need to be specified using the model classes FixedDelay or ExponentialDelay. The HttpRetryOptions can be used with two constructors 2 args(Fixed Delay) and 3 args constructor(Exponential Delay)

### Tasks
- [ ] Update to use constructor args on builder API
- [ ] Add http prefix to Builder API retryOptions
AliSoltanianFJ commented 3 weeks ago

Completed in PR #12