From 20b5ea688d64dfacee7b1f3e59b55be7d5ca5f58 Mon Sep 17 00:00:00 2001 From: Greeshma Date: Thu, 18 Apr 2024 21:46:26 +0530 Subject: [PATCH] APPS-8386: Deprecate tier upgrade/downgrade fields from instance size (#872) --- specification/resources/apps/models/app_propose_response.yml | 1 + specification/resources/apps/models/apps_instance_size.yml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/specification/resources/apps/models/app_propose_response.yml b/specification/resources/apps/models/app_propose_response.yml index 11ec59a0..c4ab49f6 100644 --- a/specification/resources/apps/models/app_propose_response.yml +++ b/specification/resources/apps/models/app_propose_response.yml @@ -44,3 +44,4 @@ properties: monthly cost of the app if it were to use the Basic tier. If the proposed app already uses the lest expensive tier, the field is empty. example: 17 + deprecated: true diff --git a/specification/resources/apps/models/apps_instance_size.yml b/specification/resources/apps/models/apps_instance_size.yml index d5aa7a0e..e52e0594 100755 --- a/specification/resources/apps/models/apps_instance_size.yml +++ b/specification/resources/apps/models/apps_instance_size.yml @@ -23,6 +23,7 @@ properties: title: The slug of the corresponding downgradable instance size on the lower tier type: string example: basic + deprecated: true tier_slug: title: The slug of the tier to which this instance size belongs type: string @@ -31,6 +32,7 @@ properties: title: The slug of the corresponding upgradable instance size on the higher tier type: string example: basic + deprecated: true usd_per_month: title: The cost of this instance size in USD per month type: string