azure-libraries-for-java/notes/prepare-for-1.41.0.md

1.8 KiB

Prepare for Azure Management Libraries for Java 1.41.0

Steps to migrate code that uses Azure Management Libraries for Java from 1.40 to 1.41 ...

If this note missed any breaking changes, please open a pull request.

V1.41 is backwards compatible with V1.40 in the APIs intended for public use that reached the general availability (stable) stage in V1.x.

Some breaking changes were introduced in APIs because update of the API service spec.

Breaking changes

The following methods and/or types have been changed in V1.41 compared to the previous release (V1.40):

Area/Model In V1.40 In V1.41 Remarks Ref
com.microsoft.azure.management.containerinstance.ContainerGroups .listOperations() Return type changed to PagedList<Operation> #1381
com.microsoft.azure.management.containerinstance.ContainerGroups .listCachedImages() Return type changed to PagedList<CachedImages> #1381
com.microsoft.azure.management.containerinstance.ContainerGroups .listCapabilities() Return type changed to PagedList<Capabilities> #1381