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 }