Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 967 Bytes

prepare-for-1.26.0.md

File metadata and controls

24 lines (18 loc) · 967 Bytes

Prepare for Azure Management Libraries for Java 1.26.0

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 Usage or Use Alternate

Drop Method Use Alternate Ref
ManagedClusterAgentPoolProfile.storageProfile() NA #824