|
1 | 1 | # Release History
|
2 | 2 |
|
| 3 | +## 2.0.0 (2023-02-09) |
| 4 | +### Breaking Changes |
| 5 | + |
| 6 | +- Type of `ModernReservationRecommendation.Properties` has been changed from `*ModernReservationRecommendationProperties` to `ModernReservationRecommendationPropertiesClassification` |
| 7 | +- Field `Etag` of struct `CreditSummary` has been removed |
| 8 | +- Field `Tags` of struct `CreditSummary` has been removed |
| 9 | +- Field `MarketplaceCharges` of struct `LegacyChargeSummaryProperties` has been removed |
| 10 | + |
| 11 | +### Features Added |
| 12 | + |
| 13 | +- New value `EventTypeCreditExpired` added to type alias `EventType` |
| 14 | +- New function `*ModernReservationRecommendationProperties.GetModernReservationRecommendationProperties() *ModernReservationRecommendationProperties` |
| 15 | +- New function `*ModernSharedScopeReservationRecommendationProperties.GetModernReservationRecommendationProperties() *ModernReservationRecommendationProperties` |
| 16 | +- New function `*ModernSingleScopeReservationRecommendationProperties.GetModernReservationRecommendationProperties() *ModernReservationRecommendationProperties` |
| 17 | +- New function `*OperationsClient.NewList20220601Pager(*OperationsClientList20220601Options) *runtime.Pager[OperationsClientList20220601Response]` |
| 18 | +- New function `*PriceSheetClient.Get20220601(context.Context, string, *PriceSheetClientGet20220601Options) (PriceSheetClientGet20220601Response, error)` |
| 19 | +- New function `*PriceSheetClient.GetByBillingPeriod20220601(context.Context, string, string, *PriceSheetClientGetByBillingPeriod20220601Options) (PriceSheetClientGetByBillingPeriod20220601Response, error)` |
| 20 | +- New struct `MeterDetailsV2` |
| 21 | +- New struct `ModernSharedScopeReservationRecommendationProperties` |
| 22 | +- New struct `ModernSingleScopeReservationRecommendationProperties` |
| 23 | +- New struct `OperationListResultV2` |
| 24 | +- New struct `OperationV2` |
| 25 | +- New struct `OperationV2Display` |
| 26 | +- New struct `OperationsClientList20220601Response` |
| 27 | +- New struct `PriceSheetModelV2` |
| 28 | +- New struct `PriceSheetPropertiesV2` |
| 29 | +- New struct `PriceSheetResultV2` |
| 30 | +- New field `ETag` in struct `CreditSummary` |
| 31 | +- New field `AzureMarketplaceCharges` in struct `LegacyChargeSummaryProperties` |
| 32 | +- New field `SubscriptionID` in struct `ModernChargeSummaryProperties` |
| 33 | + |
| 34 | + |
3 | 35 | ## 1.0.0 (2022-05-18)
|
4 | 36 |
|
5 | 37 | The package of `github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/consumption/armconsumption` is using our [next generation design principles](https://azure.github.io/azure-sdk/general_introduction.html) since version 1.0.0, which contains breaking changes.
|
|
0 commit comments