Skip to content

Commit

Permalink
APPS-8386: Deprecate tier upgrade/downgrade fields from instance size (
Browse files Browse the repository at this point in the history
  • Loading branch information
greeshmapill authored Apr 18, 2024
1 parent f4eff19 commit 20b5ea6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 2 additions & 0 deletions specification/resources/apps/models/apps_instance_size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 20b5ea6

Please sign in to comment.