1.0.0 (2024-11-21)
- Azure Resource Manager DevOps Infrastructure client library for Java. This package contains Microsoft Azure SDK for DevOps Infrastructure Management SDK. 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());
implementation.models.QuotaListResult
was removed
implementation.models.PagedOperation
was removed
models.QuotaProperties
was removed
models.StatelessAgentProfile
was modified
withResourcePredictions(java.lang.Object)
was removed
models.SubscriptionUsages
was modified
listByLocation(java.lang.String)
was removedlistByLocation(java.lang.String,com.azure.core.util.Context)
was removed
models.Quota
was modified
java.lang.String name()
->models.QuotaName name()
systemData()
was removedtype()
was removedproperties()
was removed
models.AgentProfile
was modified
java.lang.Object resourcePredictions()
->models.ResourcePredictions resourcePredictions()
withResourcePredictions(java.lang.Object)
was removed
models.Stateful
was modified
withResourcePredictions(java.lang.Object)
was removed
models.UserAssignedIdentity
was modified
withClientId(java.lang.String)
was removedwithPrincipalId(java.lang.String)
was removed
DevOpsInfrastructureManager
was modified
fluent.DevOpsInfrastructureClient serviceClient()
->fluent.DevOpsInfrastructureManagementClient serviceClient()
Features Added
-
implementation.models.PagedQuota
was added -
implementation.models.OperationListResult
was added -
models.ResourcePredictions
was added
models.StatelessAgentProfile
was modified
withResourcePredictions(models.ResourcePredictions)
was added
models.SubscriptionUsages
was modified
usages(java.lang.String)
was addedusages(java.lang.String,com.azure.core.util.Context)
was added
models.Quota
was modified
limit()
was addedunit()
was addedcurrentValue()
was added
models.AgentProfile
was modified
withResourcePredictions(models.ResourcePredictions)
was added