From 0cf05721b20dff8c0a791fdf27fd3c75355717f4 Mon Sep 17 00:00:00 2001 From: Yashvardhan Kukreja Date: Wed, 6 Mar 2024 08:15:37 -0500 Subject: [PATCH] feat: add 'scope' to the cluster authorization endpoint and reserved resource type (#886) Signed-off-by: Yashvardhan Kukreja --- model/accounts_mgmt/v1/cluster_authorization_request_type.model | 1 + model/accounts_mgmt/v1/reserved_resource_type.model | 1 + 2 files changed, 2 insertions(+) diff --git a/model/accounts_mgmt/v1/cluster_authorization_request_type.model b/model/accounts_mgmt/v1/cluster_authorization_request_type.model index 75b4f399..2bf18b34 100644 --- a/model/accounts_mgmt/v1/cluster_authorization_request_type.model +++ b/model/accounts_mgmt/v1/cluster_authorization_request_type.model @@ -30,4 +30,5 @@ struct ClusterAuthorizationRequest { CloudAccountID String CloudProviderID String QuotaVersion String + Scope String } diff --git a/model/accounts_mgmt/v1/reserved_resource_type.model b/model/accounts_mgmt/v1/reserved_resource_type.model index 0677a4ce..e2112aed 100644 --- a/model/accounts_mgmt/v1/reserved_resource_type.model +++ b/model/accounts_mgmt/v1/reserved_resource_type.model @@ -24,4 +24,5 @@ struct ReservedResource { BillingModel BillingModel BillingMarketplaceAccount String UpdatedAt Date + Scope String }