From 0203c9718bba2072a5944b6bf2943c2fdcb6ce85 Mon Sep 17 00:00:00 2001 From: Tyler Creller Date: Fri, 6 Jan 2023 13:03:45 -0500 Subject: [PATCH] Use correct metrics type (#665) --- CHANGES.md | 3 +++ model/accounts_mgmt/v1/deleted_subscription_type.model | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 72eb75ea..e168eb41 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.247 Jan 06 2023 +- Corrected `Metrics` type on `DeletedSubscription` + ## 0.0.246 Jan 04 2023 - Add Search to `Capabilities` resource diff --git a/model/accounts_mgmt/v1/deleted_subscription_type.model b/model/accounts_mgmt/v1/deleted_subscription_type.model index c8629cce..5fad6620 100644 --- a/model/accounts_mgmt/v1/deleted_subscription_type.model +++ b/model/accounts_mgmt/v1/deleted_subscription_type.model @@ -47,5 +47,5 @@ class DeletedSubscription { BillingMarketplaceAccount String CreatedAt Date QueryTimestamp Date - Metrics []SubscriptionMetrics + Metrics String }