Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 45 additions & 0 deletions sdk/resourcemanager/reservations/armreservations/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,50 @@
# Release History

## 2.0.0 (2023-01-29)
### Breaking Changes

- Type of `OperationResponse.Properties` has been changed from `interface{}` to `any`
- Type of `QuotaProperties.Properties` has been changed from `interface{}` to `any`
- Function `*AzureReservationAPIClient.GetCatalog` has been removed
- Operation `*ReturnClient.Post` has been changed to LRO, use `*ReturnClient.BeginPost` instead.

### Features Added

- New value `AppliedScopeTypeManagementGroup` added to type alias `AppliedScopeType`
- New value `DisplayProvisioningStateNoBenefit`, `DisplayProvisioningStateWarning` added to type alias `DisplayProvisioningState`
- New type alias `BillingPlan` with values `BillingPlanP1M`
- New type alias `CommitmentGrain` with values `CommitmentGrainHourly`
- New type alias `SavingsPlanTerm` with values `SavingsPlanTermP1Y`, `SavingsPlanTermP3Y`
- New function `*AzureReservationAPIClient.NewGetCatalogPager(string, *AzureReservationAPIClientGetCatalogOptions) *runtime.Pager[AzureReservationAPIClientGetCatalogResponse]`
- New struct `AppliedScopeProperties`
- New struct `CatalogsResult`
- New struct `Commitment`
- New struct `ProxyResource`
- New struct `ReservationSwapProperties`
- New struct `Resource`
- New struct `SavingsPlanPurchaseRequest`
- New struct `SavingsPlanPurchaseRequestProperties`
- New struct `SavingsPlanToPurchaseCalculateExchange`
- New struct `SavingsPlanToPurchaseExchange`
- New anonymous field `CatalogsResult` in struct `AzureReservationAPIClientGetCatalogResponse`
- New field `SavingsPlansToPurchase` in struct `CalculateExchangeRequestProperties`
- New field `SavingsPlansToPurchase` in struct `CalculateExchangeResponseProperties`
- New field `SavingsPlansToPurchase` in struct `ExchangeResponseProperties`
- New field `AppliedScopeProperties` in struct `PatchProperties`
- New field `ReviewDateTime` in struct `PatchProperties`
- New field `AppliedScopeProperties` in struct `Properties`
- New field `ExpiryDateTime` in struct `Properties`
- New field `PurchaseDateTime` in struct `Properties`
- New field `ReviewDateTime` in struct `Properties`
- New field `SwapProperties` in struct `Properties`
- New field `AppliedScopeProperties` in struct `PurchaseRequestProperties`
- New field `ReviewDateTime` in struct `PurchaseRequestProperties`
- New field `ExpiryDateTime` in struct `ReservationOrderProperties`
- New field `ReviewDateTime` in struct `ReservationOrderProperties`
- New field `NoBenefitCount` in struct `ReservationSummary`
- New field `WarningCount` in struct `ReservationSummary`


## 1.1.0 (2022-09-16)
### Features Added

Expand Down
6 changes: 3 additions & 3 deletions sdk/resourcemanager/reservations/armreservations/autorest.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
``` yaml
azure-arm: true
require:
- https://github.com/Azure/azure-rest-api-specs/blob/0507c3d410681049bb5cd9545b49a7578a91d3d0/specification/reservations/resource-manager/readme.md
- https://github.com/Azure/azure-rest-api-specs/blob/0507c3d410681049bb5cd9545b49a7578a91d3d0/specification/reservations/resource-manager/readme.go.md
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/reservations/resource-manager/readme.md
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/reservations/resource-manager/readme.go.md
license-header: MICROSOFT_MIT_NO_VERSION
module-version: 1.1.0
module-version: 2.0.0

```

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

Loading