Skip to content

azure-resourcemanager-recoveryservices_1.4.0

Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 23 Dec 08:19
31d8ff6

1.4.0 (2024-12-23)

  • Azure Resource Manager RecoveryServices client library for Java. This package contains Microsoft Azure SDK for RecoveryServices Management SDK. Recovery Services Client. Package tag package-2024-04. For documentation on how to use this package, please see Azure Management Libraries for Java.

Breaking Changes

Serialization/Deserialization change

  • Jackson is removed from dependency and no longer supported.
Migration Guide

If you are using Jackson/ObjectMapper for manual serialization/deserialization, configure your ObjectMapper for backward compatibility:

objectMapper.registerModule(com.azure.core.serializer.json.jackson.JacksonJsonProvider.getJsonSerializableDatabindModule());

Features Added

models.PatchTrackedResource was modified

  • type() was added
  • name() was added
  • id() was added

models.PatchVault was modified

  • type() was added
  • name() was added
  • id() was added