Steps to migrate code that uses Azure Management Libraries for Java from 1.9 to 1.10 ...
If this note missed any breaking changes, please open a pull request.
V1.10 is backwards compatible with V1.9 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.9, as indicated by the @Beta annotation.
The following methods and/or types have been changed in V1.10 compared to the previous release (V1.9):
| Area/Model | In V1.9 | In V1.10 | Remarks | Ref |
|---|---|---|---|---|
BatchAICluster |
BatchAICluster.jobs() |
Azure.batchAIJobs() |
Changed entry point for Batch AI jobs management from BatchAICluster.jobs() to Azure.batchAIJobs() |
PR #434 |