Skip to content

Commit

Permalink
Merge pull request #577 from cristianoveiga/SDB-2678
Browse files Browse the repository at this point in the history
added billing_marketplace_account to reserved_resource
  • Loading branch information
cristianoveiga authored Jun 3, 2022
2 parents 3f6efd2 + 2826bbd commit 59f6c65
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions model/accounts_mgmt/v1/reserved_resource_type.model
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@ struct ReservedResource {
ResourceName String
ResourceType String
BillingModel BillingModel
BillingMarketplaceAccount String
UpdatedAt Date
}

0 comments on commit 59f6c65

Please sign in to comment.