1.1.0 (2024-12-11)
- Azure Resource Manager Kusto client library for Java. This package contains Microsoft Azure SDK for Kusto Management SDK. The Azure Kusto management API provides a RESTful set of web services that interact with Azure Kusto services to manage your clusters and databases. The API enables you to create, update, and delete clusters and databases. Package tag package-2023-08. 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.DataConnection
was modified
kind()
was added
models.IotHubDataConnection
was modified
id()
was addedtype()
was addedkind()
was addedname()
was added
models.EventHubDataConnection
was modified
name()
was addedid()
was addedkind()
was addedtype()
was added
models.EventGridDataConnection
was modified
type()
was addedname()
was addedkind()
was addedid()
was added
models.ReadOnlyFollowingDatabase
was modified
type()
was addedkind()
was addedid()
was addedname()
was added
models.ClusterUpdate
was modified
name()
was addedtype()
was addedid()
was added
models.ReadWriteDatabase
was modified
kind()
was addedid()
was addedtype()
was addedname()
was added
models.CosmosDbDataConnection
was modified
id()
was addedname()
was addedtype()
was addedkind()
was added
models.Database
was modified
kind()
was added