diff --git a/CHANGES.md b/CHANGES.md index f72be452..6061c520 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,9 @@ This document describes the relevant changes between releases of the API model. +## 0.0.205 Jun 03 2022 +- Add `BillingMarketplaceAccount` field to ReservedResource type. + ## 0.0.204 Jun 02 2022 - Remove volume type from flavour - Add Network Configuration for Managed Services diff --git a/model/accounts_mgmt/v1/reserved_resource_type.model b/model/accounts_mgmt/v1/reserved_resource_type.model index 3f128617..0677a4ce 100644 --- a/model/accounts_mgmt/v1/reserved_resource_type.model +++ b/model/accounts_mgmt/v1/reserved_resource_type.model @@ -22,5 +22,6 @@ struct ReservedResource { ResourceName String ResourceType String BillingModel BillingModel + BillingMarketplaceAccount String UpdatedAt Date }