|
1 | 1 | # Release History
|
2 | 2 |
|
3 |
| -## 1.1.0-beta.1 (Unreleased) |
| 3 | +## 1.0.0-beta.1 (2025-04-08) |
4 | 4 |
|
5 |
| -### Features Added |
| 5 | +- Azure Resource Manager Consumption client library for Java. This package contains Microsoft Azure SDK for Consumption Management SDK. Consumption management client provides access to consumption resources for Azure Enterprise Subscriptions. Package tag package-2025-04-01. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt). |
6 | 6 |
|
7 | 7 | ### Breaking Changes
|
8 | 8 |
|
9 |
| -### Bugs Fixed |
| 9 | +#### `models.ReservationRecommendationDetails` was modified |
| 10 | + |
| 11 | +* `getWithResponse(java.lang.String,models.Scope,java.lang.String,models.Term,models.LookBackPeriod,java.lang.String,com.azure.core.util.Context)` was removed |
| 12 | + |
| 13 | +#### `models.ReservationTransactions` was modified |
| 14 | + |
| 15 | +* `list(java.lang.String,java.lang.String,com.azure.core.util.Context)` was removed |
| 16 | + |
| 17 | +### Features Added |
| 18 | + |
| 19 | +* `models.SavingsPlan` was added |
| 20 | + |
| 21 | +* `models.OrganizationType` was added |
| 22 | + |
| 23 | +* `models.OperationStatus` was added |
| 24 | + |
| 25 | +* `models.OperationStatusType` was added |
| 26 | + |
| 27 | +#### `models.LotSummary` was modified |
| 28 | + |
| 29 | +* `isEstimatedBalance()` was added |
| 30 | +* `usedAmount()` was added |
| 31 | +* `organizationType()` was added |
| 32 | + |
| 33 | +#### `models.PriceSheetProperties` was modified |
| 34 | + |
| 35 | +* `savingsPlan()` was added |
| 36 | + |
| 37 | +#### `models.ReservationRecommendationDetails` was modified |
| 38 | + |
| 39 | +* `getWithResponse(java.lang.String,models.Scope,java.lang.String,models.Term,models.LookBackPeriod,java.lang.String,java.lang.String,com.azure.core.util.Context)` was added |
| 40 | + |
| 41 | +#### `models.Balance` was modified |
| 42 | + |
| 43 | +* `overageRefund()` was added |
| 44 | + |
| 45 | +#### `models.EventSummary` was modified |
| 46 | + |
| 47 | +* `chargesInLotCurrency()` was added |
| 48 | +* `billingAccountDisplayName()` was added |
| 49 | +* `closedBalanceInLotCurrency()` was added |
| 50 | +* `isEstimatedBalance()` was added |
| 51 | +* `billingAccountId()` was added |
| 52 | + |
| 53 | +#### `models.ReservationTransactions` was modified |
| 54 | + |
| 55 | +* `list(java.lang.String,java.lang.String,java.lang.Boolean,java.math.BigDecimal,com.azure.core.util.Context)` was added |
| 56 | + |
| 57 | +#### `models.ModernReservationRecommendationProperties` was modified |
| 58 | + |
| 59 | +* `totalHours()` was added |
| 60 | +* `lastUsageDate()` was added |
| 61 | + |
| 62 | +#### `models.PriceSheets` was modified |
| 63 | + |
| 64 | +* `downloadByBillingAccountPeriod(java.lang.String,java.lang.String,com.azure.core.util.Context)` was added |
| 65 | +* `downloadByBillingAccountPeriod(java.lang.String,java.lang.String)` was added |
| 66 | + |
| 67 | +#### `models.CreditSummary` was modified |
| 68 | + |
| 69 | +* `isEstimatedBalance()` was added |
| 70 | + |
| 71 | +#### `models.LegacyReservationRecommendationProperties` was modified |
10 | 72 |
|
11 |
| -### Other Changes |
| 73 | +* `totalHours()` was added |
| 74 | +* `lastUsageDate()` was added |
12 | 75 |
|
13 | 76 | ## 1.0.0 (2024-12-24)
|
14 | 77 |
|
|
0 commit comments