1.0.0-beta.2 (2023-03-20)
- Azure Resource Manager reservations client library for Java. This package contains Microsoft Azure SDK for reservations Management SDK. This API describe Azure Reservation. Package tag package-2022-11. For documentation on how to use this package, please see Azure Management Libraries for Java.
Breaking Changes
models.Returns
was modified
models.RefundResponse post(java.lang.String,models.RefundRequest)
->models.ReservationOrderResponse post(java.lang.String,models.RefundRequest)
models.RefundResponse post(java.lang.String,models.RefundRequest,com.azure.core.util.Context)
->models.ReservationOrderResponse post(java.lang.String,models.RefundRequest,com.azure.core.util.Context)
Features Added
models.CatalogMsrp
was modified
p5Y()
was addedp3Y()
was addedwithP5Y(models.Price)
was addedwithP3Y(models.Price)
was added