Skip to content

Commit

Permalink
adding quota auth to root resource model
Browse files Browse the repository at this point in the history
  • Loading branch information
jhjaggars committed Mar 31, 2023
1 parent 1b1d939 commit 3e7ce82
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions model/accounts_mgmt/v1/root_resource.model
Original file line number Diff line number Diff line change
Expand Up @@ -143,4 +143,9 @@ resource Root {
locator DeletedSubscriptions {
target DeletedSubscriptions
}

// Reference to the resource that manages quota authorizations.
locator QuotaAuthorizations {
target QuotaAuthorizations
}
}

0 comments on commit 3e7ce82

Please sign in to comment.