github Azure/azure-sdk-for-java azure-resourcemanager-cosmosdbforpostgresql_1.1.0-beta.2

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 added
  • id() was added
  • type() was added

models.Cluster$Update was modified

  • withIdentity(models.IdentityProperties) was added

models.ClusterForUpdate was modified

  • identity() was added
  • withIdentity(models.IdentityProperties) was added

models.Cluster$Definition was modified

  • withIdentity(models.IdentityProperties) was added
  • withDataEncryption(models.DataEncryption) was added

models.Cluster was modified

  • identity() was added
  • passwordEnabled() was added
  • aadAuthEnabled() was added
  • dataEncryption() was added

Don't miss a new azure-sdk-for-java release

NewReleases is sending notifications on new releases.