From 1dd5681881793486fce79bb6c921cac49286a26b Mon Sep 17 00:00:00 2001 From: Alex Hullah Date: Wed, 4 Dec 2024 15:49:30 +0000 Subject: [PATCH] fix for build error --- specification/appendix/appendix.mdpp | 1 + specification/appendix/refunds.md | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/specification/appendix/appendix.mdpp b/specification/appendix/appendix.mdpp index 4101a5243..644e6f422 100644 --- a/specification/appendix/appendix.mdpp +++ b/specification/appendix/appendix.mdpp @@ -5,4 +5,5 @@ !INCLUDE "commitment_discounts.md",1 !INCLUDE "grouping_constructs_for_resources_and_or_services.md",1 !INCLUDE "origination_of_cost_data.md",1 +!INCLUDE "refunds.md",1 !INCLUDE "examples/examples.mdpp",1 diff --git a/specification/appendix/refunds.md b/specification/appendix/refunds.md index 5e97e633e..db9cab2b4 100644 --- a/specification/appendix/refunds.md +++ b/specification/appendix/refunds.md @@ -60,8 +60,8 @@ Current values observed in billing data for various scenarios: | GCP | credit | Adjustment | Correction | DISCOUNT | | GCP | credit | Adjustment | Correction | PROMOTION | | GCP | credit | Adjustment | Correction | NULL | -| GCP | credit | Adjustment | NULL | FREE_TIER | -| GCP | credit | Adjustment | NULL | COMMITTED_USAGE_DISCOUNT | +| GCP | credit | Adjustment | NULL | FREE_TIER ----- should this not be usage? | +| GCP | credit | Adjustment | NULL | COMMITTED_USAGE_DISCOUNT ----- should this not be usage?| | Microsoft | Purchase | Purchase | NULL | Upfront or recurring fee for Marketplace offers or commitment discounts. | | Microsoft | Usage | Usage | NULL | Consumption-based usage of deployed resources. | | Microsoft | Refund | Adjustment | Correction | Refund provided by support. |