1.1.0 (2024-12-13)
- Azure Resource Manager LogAnalytics client library for Java. This package contains Microsoft Azure SDK for LogAnalytics Management SDK. Operational Insights Client. Package tag package-2022-10. 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());
models.Cluster$Definition
was modified
withIdentity(models.Identity)
was removed
models.Cluster$Update
was modified
withIdentity(models.Identity)
was removed
models.ClusterPatch
was modified
models.Identity identity()
->models.ManagedServiceIdentity identity()
withIdentity(models.Identity)
was removed
models.Cluster
was modified
models.Identity identity()
->models.ManagedServiceIdentity identity()
Features Added
-
models.ManagedServiceIdentity
was added -
models.ManagedServiceIdentityType
was added -
models.UserAssignedIdentity
was added
models.Cluster$Definition
was modified
withIdentity(models.ManagedServiceIdentity)
was added
models.Cluster$Update
was modified
withIdentity(models.ManagedServiceIdentity)
was added
models.AzureEntityResource
was modified
id()
was addedtype()
was addedname()
was added
models.QueryPacksResource
was modified
id()
was addedname()
was addedtype()
was added
models.ClusterPatch
was modified
withIdentity(models.ManagedServiceIdentity)
was added
models.WorkspacePatch
was modified
id()
was addedtype()
was addedname()
was addedetag()
was added