1.1.0-beta.2 (2024-12-03)
- Azure Resource Manager CosmosDBForPostgreSql client library for Java. This package contains Microsoft Azure SDK for CosmosDBForPostgreSql Management SDK. Azure Cosmos DB for PostgreSQL database service resource provider REST APIs. Package tag package-preview-2023-03. 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.UserAssignedIdentity
was added -
models.DataEncryption
was added -
models.IdentityType
was added -
models.PasswordEnabledEnum
was added -
models.IdentityProperties
was added -
models.DataEncryptionType
was added -
models.AadEnabledEnum
was added
models.SimplePrivateEndpointConnection
was modified
name()
was addedid()
was addedtype()
was added
models.Cluster$Update
was modified
withIdentity(models.IdentityProperties)
was added
models.ClusterForUpdate
was modified
identity()
was addedwithIdentity(models.IdentityProperties)
was added
models.Cluster$Definition
was modified
withIdentity(models.IdentityProperties)
was addedwithDataEncryption(models.DataEncryption)
was added
models.Cluster
was modified
identity()
was addedpasswordEnabled()
was addedaadAuthEnabled()
was addeddataEncryption()
was added