Skip to content

Commit

Permalink
mgmt, readme for conflict dependencies on azure-core-management (#22379)
Browse files Browse the repository at this point in the history
  • Loading branch information
weidongxu-microsoft authored Jun 18, 2021
1 parent 9b15462 commit 7c329fa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sdk/resourcemanager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,9 @@ Here is a sample dependency management section in maven POM.
</dependencyManagement>
```

To a lesser extent, similar problem could occur in runtime for `azure-core-management` library, when one module depends on multiple Azure Java management SDKs with different versions.
For example, `azure-resourcemanager` 2.6.0 would require `azure-core-management` 1.3.0 or above, relying on `ArmChallengeAuthenticationPolicy` class for continuous access evaluation support.

### ARM throttling

Azure Resource Manager applies throttling on the number of requests sent from client within certain span of time.
Expand Down

0 comments on commit 7c329fa

Please sign in to comment.