Skip to content

Commit

Permalink
Merge pull request #712 from jhjaggars/quota-auth-root
Browse files Browse the repository at this point in the history
adding quota auth to root resource model
  • Loading branch information
vkareh authored Mar 31, 2023
2 parents 1b1d939 + 3e7ce82 commit 066c50e
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 066c50e

Please sign in to comment.