|
1 | 1 | # Release History |
2 | 2 |
|
| 3 | +## 2.0.0 (2025-05-12) |
| 4 | +### Breaking Changes |
| 5 | + |
| 6 | +- Type of `ModernReservationRecommendation.Properties` has been changed from `*ModernReservationRecommendationProperties` to `ModernReservationRecommendationPropertiesClassification` |
| 7 | +- Field `Etag`, `Tags` of struct `CreditSummary` has been removed |
| 8 | +- Field `MarketplaceCharges` of struct `LegacyChargeSummaryProperties` has been removed |
| 9 | + |
| 10 | +### Features Added |
| 11 | + |
| 12 | +- New value `EventTypeCreditExpired` added to enum type `EventType` |
| 13 | +- New value `TermP1M` added to enum type `Term` |
| 14 | +- New enum type `OperationStatusType` with values `OperationStatusTypeCompleted`, `OperationStatusTypeFailed`, `OperationStatusTypeRunning` |
| 15 | +- New enum type `OrganizationType` with values `OrganizationTypeContributorOrganizationType`, `OrganizationTypePrimaryOrganizationType` |
| 16 | +- New function `*ModernReservationRecommendationProperties.GetModernReservationRecommendationProperties() *ModernReservationRecommendationProperties` |
| 17 | +- New function `*ModernSharedScopeReservationRecommendationProperties.GetModernReservationRecommendationProperties() *ModernReservationRecommendationProperties` |
| 18 | +- New function `*ModernSingleScopeReservationRecommendationProperties.GetModernReservationRecommendationProperties() *ModernReservationRecommendationProperties` |
| 19 | +- New function `*PriceSheetClient.BeginDownloadByBillingAccountPeriod(context.Context, string, string, *PriceSheetClientBeginDownloadByBillingAccountPeriodOptions) (*runtime.Poller[PriceSheetClientDownloadByBillingAccountPeriodResponse], error)` |
| 20 | +- New struct `ModernSharedScopeReservationRecommendationProperties` |
| 21 | +- New struct `ModernSingleScopeReservationRecommendationProperties` |
| 22 | +- New struct `OperationStatus` |
| 23 | +- New struct `PricesheetDownloadProperties` |
| 24 | +- New struct `SavingsPlan` |
| 25 | +- New field `OverageRefund` in struct `BalanceProperties` |
| 26 | +- New field `ETag` in struct `CreditSummary` |
| 27 | +- New field `IsEstimatedBalance` in struct `CreditSummaryProperties` |
| 28 | +- New field `BillingAccountDisplayName`, `BillingAccountID`, `ChargesInLotCurrency`, `ClosedBalanceInLotCurrency`, `IsEstimatedBalance` in struct `EventProperties` |
| 29 | +- New field `AzureMarketplaceCharges` in struct `LegacyChargeSummaryProperties` |
| 30 | +- New field `LastUsageDate`, `TotalHours` in struct `LegacyReservationRecommendationProperties` |
| 31 | +- New field `LastUsageDate`, `TotalHours` in struct `LegacySharedScopeReservationRecommendationProperties` |
| 32 | +- New field `LastUsageDate`, `TotalHours` in struct `LegacySingleScopeReservationRecommendationProperties` |
| 33 | +- New field `IsEstimatedBalance`, `OrganizationType`, `UsedAmount` in struct `LotProperties` |
| 34 | +- New field `SubscriptionID` in struct `ModernChargeSummaryProperties` |
| 35 | +- New field `SavingsPlan` in struct `PriceSheetProperties` |
| 36 | +- New field `Filter` in struct `ReservationRecommendationDetailsClientGetOptions` |
| 37 | +- New field `PreviewMarkupPercentage`, `UseMarkupIfPartner` in struct `ReservationTransactionsClientListOptions` |
| 38 | + |
| 39 | + |
3 | 40 | ## 1.2.0 (2023-11-24) |
4 | 41 | ### Features Added |
5 | 42 |
|
|
0 commit comments