Steps to migrate code that uses Azure Management Libraries for Java from 1.25 to 1.26 ...
If this note missed any breaking changes, please open a pull request.
V1.26 is backwards compatible with V1.25 in the APIs intended for public use that reached the general availability (stable) stage in V1.x with a few exceptions in the ==XXXX== management library (though these changes will have minimal impact on the developer).
Some breaking changes were introduced in APIs that were still in Beta in V1.26, as indicated by the @Beta
annotation.
Drop Method | Use Alternate | Ref |
---|---|---|
ManagedClusterAgentPoolProfile.storageProfile() |
NA |
#824 |