From 3e7ce82928e61447daa99e3478d74a49bfea2869 Mon Sep 17 00:00:00 2001 From: Jesse Jaggars Date: Fri, 31 Mar 2023 10:22:34 -0500 Subject: [PATCH] adding quota auth to root resource model --- model/accounts_mgmt/v1/root_resource.model | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/model/accounts_mgmt/v1/root_resource.model b/model/accounts_mgmt/v1/root_resource.model index ca3d1632..8c1a4142 100644 --- a/model/accounts_mgmt/v1/root_resource.model +++ b/model/accounts_mgmt/v1/root_resource.model @@ -143,4 +143,9 @@ resource Root { locator DeletedSubscriptions { target DeletedSubscriptions } + + // Reference to the resource that manages quota authorizations. + locator QuotaAuthorizations { + target QuotaAuthorizations + } }