Steps to migrate code that uses Azure Management Libraries for Java from 1.28 to 1.29 ...
If this note missed any breaking changes, please open a pull request.
V1.29 is backwards compatible with V1.28 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.29, as indicated by the @Beta
annotation.
The following methods and/or types have been changed in V1.18 compared to the previous release (V1.17):
Area/Model | In V1.28 | In V1.29 | Remarks | Ref |
---|---|---|---|---|
Disk | fromVhd | fromVhd.withStorageAccount | PR #908 |