From 2826bbd025b581197ca8e2e12fe976f520c1f0d1 Mon Sep 17 00:00:00 2001 From: Cristiano Veiga Date: Fri, 3 Jun 2022 09:31:03 -0400 Subject: [PATCH] added billing_marketplace_account to reserved_resource --- CHANGES.md | 3 +++ model/accounts_mgmt/v1/reserved_resource_type.model | 1 + 2 files changed, 4 insertions(+) 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 }